Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id CC0F4431FBF; Wed, 18 Nov 2009 02:44:05 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7cfQHxTxtpso; Wed, 18 Nov 2009 02:44:04 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 817A4431FAE; Wed, 18 Nov 2009 02:44:04 -0800 (PST) From: Carl Worth To: Jan Janak , notmuch@notmuchmail.org In-Reply-To: <1258496327-12086-1-git-send-email-jan@ryngle.com> References: <1258496327-12086-1-git-send-email-jan@ryngle.com> Date: Wed, 18 Nov 2009 02:43:50 -0800 Message-ID: <87hbssqfix.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] Older versions of install do not support -C. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 10:44:06 -0000 On Tue, 17 Nov 2009 23:18:47 +0100, Jan Janak wrote: > Do not use -C cmdline option of install, older versions, commonly found in > distributions like Debian, do not seem to support it. Running make install > on such systems (tested on Debian Lenny) fails. > > Signed-off-by: Jan Janak Thanks, Jan. This is pushed now. And did I say welcome to notmuch yet? (It's easy to lose track with all the newcomers---which I'm not complaining about---especially since so many are sharing code.) -Carl PS. I actually really like the behavior of -C (especially when installing a low-level library to avoid big waterfalls of needless recompiles). But since we're *not* actually installing a library (yet) I'm happy with this patch rather than writing code in configure to check if "install -C" works or not.