From patchwork Tue Mar 29 18:23:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 64615 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp2180190lbc; Tue, 29 Mar 2016 11:34:06 -0700 (PDT) X-Received: by 10.140.97.69 with SMTP id l63mr4716164qge.91.1459276446406; Tue, 29 Mar 2016 11:34:06 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id k11si50053qhc.14.2016.03.29.11.34.06; Tue, 29 Mar 2016 11:34:06 -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 DED2F618CA; Tue, 29 Mar 2016 18:34:05 +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 63399618CB; Tue, 29 Mar 2016 18:31: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 C1D5A6186F; Tue, 29 Mar 2016 18:31:15 +0000 (UTC) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) by lists.linaro.org (Postfix) with ESMTPS id BA790618C3 for ; Tue, 29 Mar 2016 18:31:00 +0000 (UTC) Received: by mail-lf0-f46.google.com with SMTP id c62so18908123lfc.1 for ; Tue, 29 Mar 2016 11:31:00 -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=bYn9pNCgVPH0NUbJi8c6a+7FDSE0fxEB5uT21LGrgWA=; b=fSVZoLuUbChOoDoS+huYeyj+codPr/xd0jy7cETB3GdVNTCAvBwlUAh1bpaU1yiE/I 15qAM+KdTP8Emh+7UOnH5nOaszWepo3fi7jP6TOXAbDPrqVv8iC7eTUUYAGfb9mTamcV o2rx4IfkZs0iGkVHcFeG5dPR/Tn0B5DKzLLuBSCDbcokTGkWYpAdOPDbjzC5enUoT1aq Br0O4AQpC1cw7fhgN4RTDK5Lj1M/AeIHsRCpvjcztgTOa4ARRBTErMTf5glUYMc8jINX bxSM0kXCwhewHDL4GQIWQ+9Gnna5Y0Y7KyDimORJBX5YLhoe8fuQIJHmNUMN1c6Vkerf nDXQ== X-Gm-Message-State: AD7BkJJOVlbVi6CIy0f/uHOouwS/N2hIGGk+cBljkBAIEuPTTvjx1qpIG2UKIvuiMiH38iIoEHs= X-Received: by 10.25.135.198 with SMTP id j189mr1906307lfd.84.1459276259685; Tue, 29 Mar 2016 11:30:59 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id p141sm5628159lfe.40.2016.03.29.11.30.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Mar 2016 11:30:59 -0700 (PDT) From: Anders Roxell To: lng-odp@lists.linaro.org Date: Tue, 29 Mar 2016 20:23:32 +0200 Message-Id: <1459275814-19876-9-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 08/10] configure: move example configure to the others 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 883f52f..e25c7a4 100644 --- a/configure.ac +++ b/configure.ac @@ -85,6 +85,7 @@ AC_SUBST([platform_with_platform_test], ["platform/${with_platform}/test"]) # Include m4 files ########################################################################## m4_include([./doc/m4/configure.m4]) +m4_include([./example/m4/configure.m4]) m4_include([./helper/m4/configure.m4]) m4_include([./test/m4/configure.m4]) @@ -254,8 +255,6 @@ AC_CONFIG_FILES([Makefile scripts/Makefile ]) -m4_include([./example/m4/configure.m4]) - AC_SEARCH_LIBS([timer_create],[rt posix4]) ##########################################################################