Re: compile error of current git on F15
[notmuch-archives.git] / 3c / 989c44e43a94fbde0d3d52fdc08b8e9155135d
1 Return-Path: <cworth@cworth.org>\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 CC0F4431FBF;\r
6         Wed, 18 Nov 2009 02:44:05 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id 7cfQHxTxtpso; Wed, 18 Nov 2009 02:44:04 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 817A4431FAE;\r
13         Wed, 18 Nov 2009 02:44:04 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Jan Janak <jan@ryngle.com>, notmuch@notmuchmail.org\r
16 In-Reply-To: <1258496327-12086-1-git-send-email-jan@ryngle.com>\r
17 References: <1258496327-12086-1-git-send-email-jan@ryngle.com>\r
18 Date: Wed, 18 Nov 2009 02:43:50 -0800\r
19 Message-ID: <87hbssqfix.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] [PATCH] Older versions of install do not support -C.\r
23 X-BeenThere: notmuch@notmuchmail.org\r
24 X-Mailman-Version: 2.1.12\r
25 Precedence: list\r
26 List-Id: "Use and development of the notmuch mail system."\r
27         <notmuch.notmuchmail.org>\r
28 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
29         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
30 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
31 List-Post: <mailto:notmuch@notmuchmail.org>\r
32 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
33 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
35 X-List-Received-Date: Wed, 18 Nov 2009 10:44:06 -0000\r
36 \r
37 On Tue, 17 Nov 2009 23:18:47 +0100, Jan Janak <jan@ryngle.com> wrote:\r
38 > Do not use -C cmdline option of install, older versions, commonly found in\r
39 > distributions like Debian, do not seem to support it. Running make install\r
40 > on such systems (tested on Debian Lenny) fails.\r
41\r
42 > Signed-off-by: Jan Janak <jan@ryngle.com>\r
43 \r
44 Thanks, Jan. This is pushed now.\r
45 \r
46 And did I say welcome to notmuch yet? (It's easy to lose track with all\r
47 the newcomers---which I'm not complaining about---especially since so\r
48 many are sharing code.)\r
49 \r
50 -Carl\r
51 \r
52 PS. I actually really like the behavior of -C (especially when\r
53 installing a low-level library to avoid big waterfalls of needless\r
54 recompiles). But since we're *not* actually installing a library (yet)\r
55 I'm happy with this patch rather than writing code in configure to check\r
56 if "install -C" works or not.\r