From 61038a97655877aba65d03267f844c0de75264a4 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 8 May 2014 21:32:39 +0900 Subject: [PATCH] Re: [PATCH 2/5] configure, test: Added variables for paths to true and false. --- c3/ab0c69f1312e72438399918ea2ef73e4f83729 | 66 +++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 c3/ab0c69f1312e72438399918ea2ef73e4f83729 diff --git a/c3/ab0c69f1312e72438399918ea2ef73e4f83729 b/c3/ab0c69f1312e72438399918ea2ef73e4f83729 new file mode 100644 index 000000000..e93b27e4f --- /dev/null +++ b/c3/ab0c69f1312e72438399918ea2ef73e4f83729 @@ -0,0 +1,66 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 2709F431FBF + for ; Thu, 8 May 2014 05:37:06 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id Wi34YUUysHUM for ; + Thu, 8 May 2014 05:36:58 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 10F5B431FAE + for ; Thu, 8 May 2014 05:36:58 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1WiNY3-00078c-T6; Thu, 08 May 2014 12:35:39 +0000 +Received: (nullmailer pid 27620 invoked by uid 1000); Thu, 08 May 2014 + 12:32:39 -0000 +From: David Bremner +To: Charles Celerier , notmuch@notmuchmail.org +Subject: Re: [PATCH 2/5] configure, test: Added variables for paths to true + and false. +In-Reply-To: <1399395748-44920-3-git-send-email-cceleri@cs.stanford.edu> +References: <1399395748-44920-1-git-send-email-cceleri@cs.stanford.edu> + <1399395748-44920-2-git-send-email-cceleri@cs.stanford.edu> + <1399395748-44920-3-git-send-email-cceleri@cs.stanford.edu> +User-Agent: Notmuch/0.18 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Thu, 08 May 2014 21:32:39 +0900 +Message-ID: <87fvkkv4bc.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Thu, 08 May 2014 12:37:06 -0000 + +Charles Celerier writes: + +> The path to true may not be the same on all platforms (e.g. on Mac OS X +> it is /usr/bin/true), so the hard-coded path of /bin/true is not +> portable. This is resolved by adding a step to the configure script to +> locate the path of true and to use the TRUE variable wherever /bin/true +> was needed. The same was done for false. + +Does this really need a configure script variable? It seems like +overkill. + +d -- 2.26.2