Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 1b / af98f23d8641dc7e27d80d23fd8f9f9281f6e6
1 Return-Path: <felipe.contreras@gmail.com>\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 C7DBE431FC1\r
6         for <notmuch@notmuchmail.org>; Mon, 14 Jun 2010 07:17:14 -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: -1.999\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,\r
13         DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
14         autolearn=unavailable\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id UOA1Us1BKGYV for <notmuch@notmuchmail.org>;\r
18         Mon, 14 Jun 2010 07:17:03 -0700 (PDT)\r
19 Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.145])\r
20         by olra.theworths.org (Postfix) with ESMTP id 12D5C4196F4\r
21         for <notmuch@notmuchmail.org>; Mon, 14 Jun 2010 07:17:02 -0700 (PDT)\r
22 Received: by ey-out-1920.google.com with SMTP id 4so253453eyg.6\r
23         for <notmuch@notmuchmail.org>; Mon, 14 Jun 2010 07:17:01 -0700 (PDT)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
25         h=domainkey-signature:mime-version:received:received:in-reply-to\r
26         :references:date:message-id:subject:from:to:cc:content-type\r
27         :content-transfer-encoding;\r
28         bh=ZCXd1j9devM5V/wpoBr7KNHT+GIArPmYymtZWyPAelk=;\r
29         b=NrDG/uUon76u8ONEwVlZvWV+WUTQ0GRVDd6MEASWNemU+yOnI1WxHSdsF7OKVGROug\r
30         W33TfFW5CGiPyloWvWGlCKPt+0AbjZ9jc2qzasmRJbXtx9+LWanyLrLp5++scwMil5sq\r
31         nDAEPB2h4DVPKmKDqO3prIeIOdgMVAuX+0M0U=\r
32 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
33         h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
34         :cc:content-type:content-transfer-encoding;\r
35         b=dPbcfXJ4rsurQZysFjAZgKZaYiflnIyWvWgE2BuTFUiU6jSrwU3fUomXyLeMfZ9jNi\r
36         7P2+sOM49iMUWUWCHmy8PzupPwjUnL3iZziK/T4T4KmNTZNSIL2cYDCVF0iwEula7ha9\r
37         i0LeBnLz0W6fiieJJGoiCnWRQ1Fo7CUICvK2o=\r
38 MIME-Version: 1.0\r
39 Received: by 10.213.7.12 with SMTP id b12mr894841ebb.52.1276525020871; Mon, 14\r
40         Jun 2010 07:17:00 -0700 (PDT)\r
41 Received: by 10.213.4.135 with HTTP; Mon, 14 Jun 2010 07:17:00 -0700 (PDT)\r
42 In-Reply-To: <1275735915-22650-1-git-send-email-felipe.contreras@gmail.com>\r
43 References: <1275735915-22650-1-git-send-email-felipe.contreras@gmail.com>\r
44 Date: Mon, 14 Jun 2010 17:17:00 +0300\r
45 Message-ID: <AANLkTinsFQCtjrC_EW_s_dvRauOpC__bJQx3i8fIivaE@mail.gmail.com>\r
46 Subject: Re: [PATCH 0/3] build fixes\r
47 From: Felipe Contreras <felipe.contreras@gmail.com>\r
48 To: notmuch@notmuchmail.org, Carl Worth <cworth@cworth.org>\r
49 Content-Type: text/plain; charset=UTF-8\r
50 Content-Transfer-Encoding: quoted-printable\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Mon, 14 Jun 2010 14:17:15 -0000\r
64 \r
65 Hi,\r
66 \r
67 Is anything wrong with these patches?\r
68 \r
69 On Sat, Jun 5, 2010 at 2:05 PM, Felipe Contreras\r
70 <felipe.contreras@gmail.com> wrote:\r
71 > The important one is #2, which allows to build on Fedora 13.\r
72 >\r
73 > Felipe Contreras (3):\r
74 > =C2=A0configure: check platform beforehand\r
75 > =C2=A0build: fix DSO dependencies\r
76 > =C2=A0configure: optimize uname finding a bit\r
77 >\r
78 > =C2=A0Makefile.local | =C2=A0 =C2=A03 --\r
79 > =C2=A0configure =C2=A0 =C2=A0 =C2=A0| =C2=A0 74 +++++++++++++++++++++++++=\r
80 +++----------------------------\r
81 > =C2=A02 files changed, 37 insertions(+), 40 deletions(-)\r
82 \r
83 --=20\r
84 Felipe Contreras\r