From patchwork Tue Mar 29 18:23:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 64612 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp2179285lbc; Tue, 29 Mar 2016 11:32:09 -0700 (PDT) X-Received: by 10.55.74.14 with SMTP id x14mr4780852qka.70.1459276329173; Tue, 29 Mar 2016 11:32:09 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id b7si25955qhd.42.2016.03.29.11.32.08; Tue, 29 Mar 2016 11:32:09 -0700 (PDT) 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 BAF11618DB; Tue, 29 Mar 2016 18:32:08 +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_H2, 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 DA1F76187F; Tue, 29 Mar 2016 18:31:24 +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 BA3DC61885; Tue, 29 Mar 2016 18:31:11 +0000 (UTC) Received: from mail-lb0-f175.google.com (mail-lb0-f175.google.com [209.85.217.175]) by lists.linaro.org (Postfix) with ESMTPS id 968006187F for ; Tue, 29 Mar 2016 18:30:54 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id bc4so16656813lbc.2 for ; Tue, 29 Mar 2016 11:30:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=JxVVzzmZBm1nJV9VALqJCb7dyzJtkDonrLr2IkHnFPg=; b=YQ3hFuHvBybcGaeCJuKdg77nElXyWofEg2NJA9UqJYJa2o1mDhh87CUrsYy5DVUPm5 y3cCr/WzE79Hdg4fC7KDBT0s8N6A818KywYFOKD+9MBiioXT2gaxE+CQcvrFTZKtS3ax /946ji7OY3bfTMSx9Y57ezSDNc/p747Pz87AfDNBKbLG62F+9UwfHX+i2PNHmQEkX5H/ 5QBaBOQmCDxvZRKRXxJ1QnnVnD/9Qt572HR7xjcqxWRjnNsURjPFvUBkhk0TzefbtHAF zBwNMq4ufjUm/9ZI44y8GMWCZ1uJ6grdyInB/N09l/Huw3INHCDdaMHWeIurAGda/nfG cp4Q== X-Gm-Message-State: AD7BkJKVE+WRc/d3No7gQuq32hM8TOI/eHKTTcNhsmP8Yp884+psVh/G1TstbULW1Dfk55h6djQ= X-Received: by 10.112.151.207 with SMTP id us15mr1619825lbb.28.1459276253060; Tue, 29 Mar 2016 11:30:53 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id f196sm5606963lfb.49.2016.03.29.11.30.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Mar 2016 11:30:52 -0700 (PDT) From: Anders Roxell To: lng-odp@lists.linaro.org Date: Tue, 29 Mar 2016 20:23:27 +0200 Message-Id: <1459275814-19876-4-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1459275814-19876-1-git-send-email-anders.roxell@linaro.org> References: <1459275814-19876-1-git-send-email-anders.roxell@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCHv2 03/10] configure: group AM_CONDITIONAL 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: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Anders Roxell --- configure.ac | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 5c4332a..75d846e 100644 --- a/configure.ac +++ b/configure.ac @@ -93,13 +93,8 @@ else fi ########################################################################## -# Set conditionals as computed within platform specific files +# Set SDK install path ########################################################################## -AM_CONDITIONAL([netmap_support], [test x$netmap_support = xyes ]) -AM_CONDITIONAL([PKTIO_DPDK], [test x$pktio_dpdk_support = xyes ]) -AM_CONDITIONAL([HAVE_PCAP], [test $have_pcap = yes]) - - AC_ARG_WITH([sdk-install-path], AC_HELP_STRING([--with-sdk-install-path=DIR path to external libs and headers], [(or in the default path if not specified).]), @@ -107,8 +102,6 @@ AC_HELP_STRING([--with-sdk-install-path=DIR path to external libs and headers], AC_SUBST(SDK_INSTALL_PATH) -AM_CONDITIONAL([SDK_INSTALL_PATH_], [test "x${SDK_INSTALL_PATH_}" = "x1"]) - ########################################################################## # Set the install directory for test binaries/scripts ########################################################################## @@ -120,7 +113,6 @@ AC_ARG_WITH([testdir], testdir=$withval fi], []) AC_SUBST([testdir]) -AM_CONDITIONAL([test_installdir], [test "$testdir" != ""]) ########################################################################## # Enable/disable Unit tests @@ -134,6 +126,15 @@ AC_ARG_ENABLE([cunit_support], ########################################################################## +# Set conditionals as computed within platform specific files +########################################################################## +AM_CONDITIONAL([netmap_support], [test x$netmap_support = xyes ]) +AM_CONDITIONAL([PKTIO_DPDK], [test x$pktio_dpdk_support = xyes ]) +AM_CONDITIONAL([HAVE_PCAP], [test $have_pcap = yes]) +AM_CONDITIONAL([SDK_INSTALL_PATH_], [test "x${SDK_INSTALL_PATH_}" = "x1"]) +AM_CONDITIONAL([test_installdir], [test "$testdir" != ""]) + +########################################################################## # Setup doxygen documentation ########################################################################## DX_HTML_FEATURE(ON)