Re: [PATCH] configure: add options to disable emacs/zsh/bash and choose install dir.
authorCédric Cabessa <ced@ryick.net>
Mon, 24 Jan 2011 20:12:17 +0000 (21:12 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:45 +0000 (09:37 -0800)
07/655d2d06583b6ad8e3ea71fb433c11467687ed [new file with mode: 0644]

diff --git a/07/655d2d06583b6ad8e3ea71fb433c11467687ed b/07/655d2d06583b6ad8e3ea71fb433c11467687ed
new file mode 100644 (file)
index 0000000..d47c2db
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <ced@ryick.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 22908431FD0\r
+       for <notmuch@notmuchmail.org>; Mon, 24 Jan 2011 12:12:31 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.001\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_SORBS_DUL=0.001] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id VWjLNWBtn5q1 for <notmuch@notmuchmail.org>;\r
+       Mon, 24 Jan 2011 12:12:30 -0800 (PST)\r
+Received: from ced.ryick.net (ced.ryick.net [82.229.97.62])\r
+       by olra.theworths.org (Postfix) with ESMTP id 87891431FB6\r
+       for <notmuch@notmuchmail.org>; Mon, 24 Jan 2011 12:12:30 -0800 (PST)\r
+Received: from fawkes.localnet (unknown [192.168.0.2])\r
+       by ced.ryick.net (Postfix) with ESMTPSA id 9C1F987A71;\r
+       Mon, 24 Jan 2011 21:12:17 +0100 (CET)\r
+From: =?utf-8?q?C=C3=A9dric_Cabessa?= <ced@ryick.net>\r
+To: Xavier Maillard <xma@gnu.org>\r
+Subject: Re: [PATCH] configure: add options to disable emacs/zsh/bash and\r
+       choose install dir.\r
+Date: Mon, 24 Jan 2011 21:12:17 +0100\r
+User-Agent: KMail/1.13.5 (Linux/2.6.37-gentoo; KDE/4.5.5; x86_64; ; )\r
+References: <201101231433.43935.ced@ryick.net> <m239oiojz7.fsf@gnu.org>\r
+In-Reply-To: <m239oiojz7.fsf@gnu.org>\r
+MIME-Version: 1.0\r
+Content-Type: Text/Plain;\r
+  charset="utf-8"\r
+Content-Transfer-Encoding: quoted-printable\r
+Message-Id: <201101242112.17137.ced@ryick.net>\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 24 Jan 2011 20:12:31 -0000\r
+\r
+On Monday 24 January 2011 08:10:20 Xavier Maillard wrote:\r
+>=20\r
+> Why not just try to detect whether bash/zsh or even emacs is available\r
+> on the system and install the dependent files when it is the case ?\r
+\r
+Hi Xavier,\r
+\r
+I think it is better to let user explicitly choose what he want to install\r
+or not.=20\r
+=46or the story, I am a gentoo user, in gentoo you can choose what\r
+you want to install from a package with the USE flag mechanism.\r
+(for example a ncurse client will depend of notmuch but without emacs suppo=\r
+rt,=20\r
+another user will install the same notmuch package but with emacs support).\r
+=20\r
+So the with/without options make the packaging very easy.\r
+\r
+I think we can do autodetection if needed, but the user should be able to=20\r
+override the automatic behavior.\r
+\r
+\r
+=2D-=20\r
+C=C3=A9dric\r
+\r