Re: Applying patches directly from emails?
[notmuch-archives.git] / 2d / 61219be77a97144beff247e298244d74fc5091
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 4A9E2431FBF\r
6         for <notmuch@notmuchmail.org>; Thu,  8 May 2014 15:15:59 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id tS7dwS9Dl8mL for <notmuch@notmuchmail.org>;\r
16         Thu,  8 May 2014 15:15:52 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id E9D2F431FAE\r
21         for <notmuch@notmuchmail.org>; Thu,  8 May 2014 15:15:51 -0700 (PDT)\r
22 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
23         4.72) (envelope-from <david@tethera.net>)\r
24         id 1WiWaJ-0000OH-7m; Thu, 08 May 2014 22:14:35 +0000\r
25 Received: (nullmailer pid 12559 invoked by uid 1000); Thu, 08 May 2014\r
26         22:14:15 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: Charles Celerier <cceleri@cs.stanford.edu>, notmuch@notmuchmail.org\r
29 Subject: Re: [PATCH 2/5] configure,     test: Added variables for paths to true\r
30         and false.\r
31 In-Reply-To: <m238gkpb7s.fsf@jane.lan>\r
32 References: <1399395748-44920-1-git-send-email-cceleri@cs.stanford.edu>\r
33         <1399395748-44920-2-git-send-email-cceleri@cs.stanford.edu>\r
34         <1399395748-44920-3-git-send-email-cceleri@cs.stanford.edu>\r
35         <87fvkkv4bc.fsf@maritornes.cs.unb.ca> <m238gkpb7s.fsf@jane.lan>\r
36 User-Agent: Notmuch/0.18 (http://notmuchmail.org) Emacs/24.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Fri, 09 May 2014 07:14:15 +0900\r
39 Message-ID: <877g5vvryg.fsf@maritornes.cs.unb.ca>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Thu, 08 May 2014 22:15:59 -0000\r
55 \r
56 Charles Celerier <cceleri@cs.stanford.edu> writes:\r
57 \r
58 > I will be the first too admit that I do not know much about configure\r
59 > scripts, but adding a TRUE variable seemed straightforward. \r
60 \r
61 configure is already big enough, I'd prefer not to add new things unless\r
62 they are needed.  This is not likely to be something the user wants to\r
63 change, and (as you note below) it's pretty easy for the the Makefile or\r
64 tests to guess.\r
65 \r
66 >  You could use `$(which true)` in test/Makefile.local, but I felt the\r
67 > code repetition there was unecessary since you could just create a\r
68 > TRUE variable in the configure script.\r
69 \r
70 well, it's not really code repetition because it is only used in that\r
71 one place.\r
72 \r
73 > An alternative is to change the tests so that the location of true\r
74 > (and false) is no longer an issue.\r
75 \r
76 Sure, that would be fine too.\r
77 \r
78 d\r