From patchwork Thu Dec 1 19:28:20 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 86144 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp847703qgi; Thu, 1 Dec 2016 11:28:29 -0800 (PST) X-Received: by 10.200.34.5 with SMTP id o5mr33696516qto.32.1480620509871; Thu, 01 Dec 2016 11:28:29 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t7si926602qtc.66.2016.12.01.11.28.29; Thu, 01 Dec 2016 11:28:29 -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 7A8E062DFE; Thu, 1 Dec 2016 19:28:29 +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 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 9C1A660A31; Thu, 1 Dec 2016 19:28:25 +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 8362460A38; Thu, 1 Dec 2016 19:28:24 +0000 (UTC) Received: from mail-qk0-f172.google.com (mail-qk0-f172.google.com [209.85.220.172]) by lists.linaro.org (Postfix) with ESMTPS id 8E61760A30 for ; Thu, 1 Dec 2016 19:28:22 +0000 (UTC) Received: by mail-qk0-f172.google.com with SMTP id q130so68477877qke.1 for ; Thu, 01 Dec 2016 11:28:22 -0800 (PST) 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; bh=TFH+QZokaNLuXca/Py8qbYnjjYngMnGKbKqQSHi9MMY=; b=VQkE1Sty0c/cBQyl6gXCjYF4HrhqfGn5+kBx+Gl9uCpIGuwY5Ks0oEoZozTIqDNOtu +bWwke7c8PiABCGKUqQiKsDU4JcUmZlSzTRu+7ZQjv1aTge7AZ9ctVVE8DswMco5gVrR O1uMF7fNU8TBESws0wwjQ8uAaCmvo8vEmqueSUxdliXMOLaYM7nafu5dHC4zfQMrnmTr kQd+WOaGvFiHAHDFoSlHobTU25bA02ftr1ohwkII+8QeABBBHE4Pf6N4WKc4hTinox33 5hmA8EBoCPosPq8I9G3zxbMbJ/67Fri8Q+O8522R//lzYPFOBe3RlrjmPcJ5rSZlJeIk J5+g== X-Gm-Message-State: AKaTC01DzyNe7b2Tz2tQjI/uQCiNCwZFmriMAzSNlGOaT8qkQ/8xy8WkuiIya8pYCxBazDP/xzc= X-Received: by 10.55.110.69 with SMTP id j66mr39298549qkc.92.1480620502262; Thu, 01 Dec 2016 11:28:22 -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 s89sm828836qkl.27.2016.12.01.11.28.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 01 Dec 2016 11:28:21 -0800 (PST) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Thu, 1 Dec 2016 14:28:20 -0500 Message-Id: <20161201192820.5390-1-mike.holmes@linaro.org> X-Mailer: git-send-email 2.9.3 Subject: [lng-odp] [MONARCH PATCH] configure.ac: fix builds from raw git tar 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" Signed-off-by: Mike Holmes --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.9.3 diff --git a/configure.ac b/configure.ac index 48fe0be..5c7ddd0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.5]) -AC_INIT([OpenDataPlane], m4_esyscmd(./scripts/git_hash.sh .), [lng-odp@lists.linaro.org]) +AC_INIT([OpenDataPlane], m4_esyscmd_s(./scripts/git_hash.sh .), [lng-odp@lists.linaro.org]) AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects]) AC_CONFIG_SRCDIR([helper/config.h.in]) AM_CONFIG_HEADER([helper/config.h])