]> git.notmuchmail.org Git - notmuch/blob - test/corpus/44
test: Fix emacs FCC test to account for new maildir synchronization
[notmuch] / test / corpus / 44
1 From: "Carl Worth" <cworth@cworth.org>
2 To: notmuch@notmuchmail.org
3 Date: Wed, 18 Nov 2009 02:43:50 -0800
4 Subject: [notmuch] [PATCH] Older versions of install do not support -C.
5 In-Reply-To: <1258496327-12086-1-git-send-email-jan@ryngle.com>
6 References: <1258496327-12086-1-git-send-email-jan@ryngle.com>
7 Message-ID: <87hbssqfix.fsf@yoom.home.cworth.org>
8
9 On Tue, 17 Nov 2009 23:18:47 +0100, Jan Janak <jan at ryngle.com> wrote:
10 > Do not use -C cmdline option of install, older versions, commonly found in
11 > distributions like Debian, do not seem to support it. Running make install
12 > on such systems (tested on Debian Lenny) fails.
13
14 > Signed-off-by: Jan Janak <jan at ryngle.com>
15
16 Thanks, Jan. This is pushed now.
17
18 And did I say welcome to notmuch yet? (It's easy to lose track with all
19 the newcomers---which I'm not complaining about---especially since so
20 many are sharing code.)
21
22 -Carl
23
24 PS. I actually really like the behavior of -C (especially when
25 installing a low-level library to avoid big waterfalls of needless
26 recompiles). But since we're *not* actually installing a library (yet)
27 I'm happy with this patch rather than writing code in configure to check
28 if "install -C" works or not.
29