From patchwork Wed Jan 18 22:01:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 91830 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1228836qgi; Wed, 18 Jan 2017 14:02:25 -0800 (PST) X-Received: by 10.237.46.162 with SMTP id k31mr5290117qtd.133.1484776945430; Wed, 18 Jan 2017 14:02:25 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id x22si1215780qkb.136.2017.01.18.14.02.25; Wed, 18 Jan 2017 14:02:25 -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 sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 1E35862B84; Wed, 18 Jan 2017 22:02:25 +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 1FFA362B85; Wed, 18 Jan 2017 22:01:47 +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 8CF09617A0; Wed, 18 Jan 2017 22:01:44 +0000 (UTC) Received: from mail-qt0-f171.google.com (mail-qt0-f171.google.com [209.85.216.171]) by lists.linaro.org (Postfix) with ESMTPS id 5E34B60A4F for ; Wed, 18 Jan 2017 22:01:43 +0000 (UTC) Received: by mail-qt0-f171.google.com with SMTP id k15so34014721qtg.3 for ; Wed, 18 Jan 2017 14:01:43 -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=LvfGhtciI98v5jZZPBy9JYhXI/a99uAZo8txc6lwErw=; b=ZVu05ywuQ9RdRCzl7C6AvrB901vEW+dThug+59zaV1QXhxBBpHBx8ygA0ddJz5H8s1 cZ46qEunJlSsAIbbl1ZnpUeR7uww4rjHJPgN0KwXtUg1pHdH2baGoL2iNdsYp8rp4d+u cGD4w6kC73qW5tgWhh1gQ6op1BmTX3UfLRSqdQ1DMGUUVkmyMJSbTiOx4EfbS2x6Lg46 GfOZTKJ6idxM70f0aFFEHYoY41K/3y+fn9hJ8ia7WVQDLKak6OhxTqGk8MCuVvBEbqlX /bRM4QSvaAjPHBMZeqaGnmECWwSK3Z44NvoV5g1UKuKwHCp/wD+KGJuDGFp2+rt+WWDw VfJg== X-Gm-Message-State: AIkVDXJOBsD0z1vjHlla0apiBTC4PsCWYmJTqo44TBjVKg1D7iebU44kdhSvZ4R1Yu1PZakU20A= X-Received: by 10.233.220.134 with SMTP id q128mr4993548qkf.220.1484776903098; Wed, 18 Jan 2017 14:01:43 -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 n18sm1361003qtc.4.2017.01.18.14.01.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 18 Jan 2017 14:01:41 -0800 (PST) From: Mike Holmes To: christophe.milard@linaro.org, lng-odp@lists.linaro.org Date: Wed, 18 Jan 2017 17:01:34 -0500 Message-Id: <20170118220137.6817-2-mike.holmes@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170118220137.6817-1-mike.holmes@linaro.org> References: <20170118220137.6817-1-mike.holmes@linaro.org> Subject: [lng-odp] [PATCH v3 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 3a20959..a5b519f 100644 --- a/configure.ac +++ b/configure.ac @@ -294,8 +294,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])