[PATCH 1/3] configure: alphabetize --without help
authorDavid Bremner <david@tethera.net>
Thu, 30 Jul 2015 06:19:20 +0000 (08:19 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:13 +0000 (14:49 -0700)
1e/b2f2f65f43963dba2b439ff2ba480de388cf51 [new file with mode: 0644]

diff --git a/1e/b2f2f65f43963dba2b439ff2ba480de388cf51 b/1e/b2f2f65f43963dba2b439ff2ba480de388cf51
new file mode 100644 (file)
index 0000000..edc1115
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <bremner@tesseract.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id B3A986DE19A2\r
+ for <notmuch@notmuchmail.org>; Wed, 29 Jul 2015 23:21:02 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.159\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.159 tagged_above=-999 required=5 tests=[AWL=0.149, \r
+ T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id RoP_Iuu69Xt6 for <notmuch@notmuchmail.org>;\r
+ Wed, 29 Jul 2015 23:21:01 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 0CA7B6DE1995\r
+ for <notmuch@notmuchmail.org>; Wed, 29 Jul 2015 23:21:01 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+ id 1ZKhCU-0004Xx-0v; Thu, 30 Jul 2015 06:20:18 +0000\r
+Received: (nullmailer pid 28676 invoked by uid 1000); Thu, 30 Jul 2015\r
+ 06:19:41 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/3] configure: alphabetize --without help\r
+Date: Thu, 30 Jul 2015 08:19:20 +0200\r
+Message-Id: <1438237162-28454-2-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <1438237162-28454-1-git-send-email-david@tethera.net>\r
+References: <1438237162-28454-1-git-send-email-david@tethera.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Thu, 30 Jul 2015 06:21:02 -0000\r
+\r
+Now that the "without" options seem to be multiplying, try to make it\r
+easier for people to find the one they want.\r
+---\r
+ configure | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/configure b/configure\r
+index b8b2c67..1e17b46 100755\r
+--- a/configure\r
++++ b/configure\r
+@@ -144,9 +144,9 @@ Some specific library versions can be specified (auto-detected otherwise):\r
+ Some features can be disabled (--with-feature=no is equivalent to\r
+ --without-feature) :\r
\r
++      --without-bash-completion       Do not install bash completions files\r
+       --without-docs                  Do not install documentation and man pages\r
+       --without-emacs                 Do not install lisp file\r
+-      --without-bash-completion       Do not install bash completions files\r
+       --without-zsh-completion        Do not install zsh completions files\r
\r
+ Additional options are accepted for compatibility with other\r
+-- \r
+2.1.4\r
+\r