Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / cb / 66954613619187ca4eccd204ee9a1ed0ce8cf5
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 82464431FBF\r
6         for <notmuch@notmuchmail.org>; Fri,  9 May 2014 19:12:45 -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 QRWKR6I122GW for <notmuch@notmuchmail.org>;\r
16         Fri,  9 May 2014 19:12:38 -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 66E8E431FBC\r
21         for <notmuch@notmuchmail.org>; Fri,  9 May 2014 19:12:38 -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 1Wiwl3-0005Qq-El; Sat, 10 May 2014 02:11:25 +0000\r
25 Received: (nullmailer pid 2023 invoked by uid 1000); Sat, 10 May 2014\r
26         02:11:07 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: =?utf-8?B?WMSrY8Oy?= <xico@atelo.org>\r
29 Subject: Re: pkg-config zlib check in 3c13bc\r
30 In-Reply-To: <20140510015338.GA1080@coyotlan.atelo.org>\r
31 References: <20140506194025.GA17097@coyotlan.Tlalpan>\r
32         <m2mweuhcna.fsf@guru.guru-group.fi>\r
33         <87lhucv5b8.fsf@maritornes.cs.unb.ca>\r
34         <m2r442oh5j.fsf@guru.guru-group.fi>\r
35         <87a9aq5ulz.fsf@maritornes.cs.unb.ca>\r
36         <20140510015338.GA1080@coyotlan.atelo.org>\r
37 User-Agent: Notmuch/0.18 (http://notmuchmail.org) Emacs/24.3.1\r
38         (x86_64-pc-linux-gnu)\r
39 Date: Sat, 10 May 2014 11:11:06 +0900\r
40 Message-ID: <874n0y5qo5.fsf@maritornes.cs.unb.ca>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=utf-8\r
43 Content-Transfer-Encoding: quoted-printable\r
44 Cc: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Sat, 10 May 2014 02:12:45 -0000\r
58 \r
59 X=C4=ABc=C3=B2 <xico@atelo.org> writes:\r
60 \r
61 > On Sat, May 10, 2014 at 09:46:00AM +0900, David Bremner wrote:\r
62 >> > int main(void)\r
63 >> > {\r
64 >> >     return(ZLIB_VERNUM >=3D 0x1252);\r
65 >> > }\r
66 >>=20\r
67 >> OK, that sounds like it could work.  Ideally, somebody on FreeBSD could\r
68 >> check...\r
69 >>=20\r
70 >> d\r
71 >\r
72 > Such check will work on FreeBSD, and would be great!\r
73 >\r
74 \r
75 Great. Now somebody just needs to make it.=20\r
76 \r
77 > As a side note, is there any rationale for the hand-made configure? Not\r
78 > that I am a big fan of autoconf/cmake/whatever either...\r
79 \r
80 Carl Worth had a lot of (negative) experience with autoconf when he\r
81 started the project, which motivated him to roll his own.  Personally I\r
82 don't really think any of the alternatives are convincingly better than\r
83 autoconf. Of course it's one of those very subjective things.\r
84 \r
85 d\r