From patchwork Fri Dec 23 19:15:38 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 88968 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp3471097qgi; Fri, 23 Dec 2016 11:16:28 -0800 (PST) X-Received: by 10.55.66.73 with SMTP id p70mr18919682qka.63.1482520588157; Fri, 23 Dec 2016 11:16:28 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id g62si6969134qkc.121.2016.12.23.11.16.27; Fri, 23 Dec 2016 11:16:28 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id D3AED60C66; Fri, 23 Dec 2016 19:16:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 22D2760C67; Fri, 23 Dec 2016 19:15:51 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id B27D960C50; Fri, 23 Dec 2016 19:15:48 +0000 (UTC) Received: from mail-qk0-f182.google.com (mail-qk0-f182.google.com [209.85.220.182]) by lists.linaro.org (Postfix) with ESMTPS id C240660A0D for ; Fri, 23 Dec 2016 19:15:47 +0000 (UTC) Received: by mail-qk0-f182.google.com with SMTP id t184so151604782qkd.0 for ; Fri, 23 Dec 2016 11:15:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=buDLtQMzlUG9qNtsoz5G5A9HCepCOo/OsnN7/JPtkAc=; b=udHamjsQM47EBUpUwMiiFGRnva+6fywMoohklsPi6A30Oi02ebjCt1Rw2GmJYA5NbL MqM7eukHK5LOrcPW8/UrKxG53ujqT8pRzAYNY2vQt8wPNL6DGoeTnWoqIeaJinGBpMlG aLv8RT5JxY+up44UMXugDQfmKif1VncmhXUvFas2hhlew9UmjJdYetamjSwxdrLZpK6f BQM3320Yp1eEFvwL9/2x2APn+17GbwZIw92GXTYr3Cu+SzoyO9gKK98QecDnYFwlEA2T /bsjORNWIQ3jMDcwNQIUSOTqd1cncja2YJJilwqpx3L074bXu0IIfvj/nfbkfDiJ+/L4 bAaA== X-Gm-Message-State: AIkVDXI902CuXZ0WXDI/h/53BZnbjNR3e8vQBN8W+6+Ac9rPjCgVCVGK3cTbnbJ7cYk+Ft3z/Co= X-Received: by 10.55.120.6 with SMTP id t6mr16037783qkc.83.1482520547237; Fri, 23 Dec 2016 11:15:47 -0800 (PST) Received: from localhost (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id 1sm20836168qte.46.2016.12.23.11.15.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 23 Dec 2016 11:15:46 -0800 (PST) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Fri, 23 Dec 2016 14:15:38 -0500 Message-Id: <20161223191541.31493-2-mike.holmes@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161223191541.31493-1-mike.holmes@linaro.org> References: <20161223191541.31493-1-mike.holmes@linaro.org> Subject: [lng-odp] [PATCH 1/4] configure: use helper configure.m4 X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Don't keep helper data in the main configure, split it to an m4 just like the other sub dirs Signed-off-by: Mike Holmes --- configure.ac | 2 -- helper/m4/configure.m4 | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) -- 2.9.3 diff --git a/configure.ac b/configure.ac index 54d62f7..4fec9d5 100644 --- a/configure.ac +++ b/configure.ac @@ -292,8 +292,6 @@ AM_CFLAGS="$AM_CFLAGS $ODP_CFLAGS" AM_CXXFLAGS="-std=c++11" AC_CONFIG_FILES([Makefile - helper/Makefile - helper/test/Makefile pkgconfig/libodp-linux.pc pkgconfig/libodphelper-linux.pc ]) diff --git a/helper/m4/configure.m4 b/helper/m4/configure.m4 index 480f79b..b8a21f7 100644 --- a/helper/m4/configure.m4 +++ b/helper/m4/configure.m4 @@ -7,3 +7,6 @@ AC_ARG_ENABLE([test-helper], [if test "x$enableval" = "xyes"; then test_helper=yes fi]) + +AC_CONFIG_FILES([helper/Makefile + helper/test/Makefile])