[PATCH 1/3] configure: alphabetize --without help

Subject: [PATCH 1/3] configure: alphabetize --without help

Date: Thu, 30 Jul 2015 08:19:20 +0200

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


Now that the "without" options seem to be multiplying, try to make it
easier for people to find the one they want.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index b8b2c67..1e17b46 100755
--- a/configure
+++ b/configure
@@ -144,9 +144,9 @@ Some specific library versions can be specified (auto-detected otherwise):
 Some features can be disabled (--with-feature=no is equivalent to
 --without-feature) :
 
+	--without-bash-completion	Do not install bash completions files
 	--without-docs			Do not install documentation and man pages
 	--without-emacs			Do not install lisp file
-	--without-bash-completion	Do not install bash completions files
 	--without-zsh-completion	Do not install zsh completions files
 
 Additional options are accepted for compatibility with other
-- 
2.1.4


Thread: