From patchwork Fri Jan 13 19:29:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 91493 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp349203qgi; Fri, 13 Jan 2017 11:30:32 -0800 (PST) X-Received: by 10.36.17.194 with SMTP id 185mr4438119itf.46.1484335832844; Fri, 13 Jan 2017 11:30:32 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id x101si10214214ioe.204.2017.01.13.11.30.32; Fri, 13 Jan 2017 11:30:32 -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 5ABF060D64; Fri, 13 Jan 2017 19:30:32 +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=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, 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 5F72560A7E; Fri, 13 Jan 2017 19:29:58 +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 3970460699; Fri, 13 Jan 2017 19:29:56 +0000 (UTC) Received: from mail-qt0-f178.google.com (mail-qt0-f178.google.com [209.85.216.178]) by lists.linaro.org (Postfix) with ESMTPS id 2DA1C60699 for ; Fri, 13 Jan 2017 19:29:55 +0000 (UTC) Received: by mail-qt0-f178.google.com with SMTP id x49so56503697qtc.2 for ; Fri, 13 Jan 2017 11:29:55 -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=k40hmckYw1ZekwP9KfYfV5M31yR/Ls8Ld3C/TyBDLoCJhPcTvz/DcuXfSYDQ2RYUrL s0oUX8LB4NZVuuZQpRr6kQkJhqocJl8Go1dvZyQR2koq2yi7P+2qKw2MTNdy7rnYv6vI w3rIYC47ZoDY1rVEMqnrXQ+RsFxN0Db4J3tHdl70wKqwGe52RVZH80u2VbHTPAUmZDQJ yqSOL+VunaE7FrtEtDlp3LDddoQC4NjtJiaZK+7jMDqlQkVxVwGjchAZqOx8JvNb+bbA ZlVahGDzW9zwOXLA2u5gpxgZSNTzmBZ6XKB7Y8tZVJh71+kiv4MGkAwu7kZtfhwqd1xO vdzw== X-Gm-Message-State: AIkVDXI9ZNPTzh+xN0cUQE/b5fqLRxI4j6aDEWr3eAx5XH1rz1UXYsVx2X4NHBXqb74vHIMwCZA= X-Received: by 10.237.38.197 with SMTP id q63mr20956949qtd.14.1484335794913; Fri, 13 Jan 2017 11:29:54 -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 d15sm9883365qkb.10.2017.01.13.11.29.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 13 Jan 2017 11:29:53 -0800 (PST) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Fri, 13 Jan 2017 14:29:45 -0500 Message-Id: <20170113192948.4491-2-mike.holmes@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170113192948.4491-1-mike.holmes@linaro.org> References: <20170113192948.4491-1-mike.holmes@linaro.org> Subject: [lng-odp] [PATCH V2 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])