Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B3A986DE19A2 for ; Wed, 29 Jul 2015 23:21:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.159 X-Spam-Level: X-Spam-Status: No, score=0.159 tagged_above=-999 required=5 tests=[AWL=0.149, T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RoP_Iuu69Xt6 for ; Wed, 29 Jul 2015 23:21:01 -0700 (PDT) Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 0CA7B6DE1995 for ; Wed, 29 Jul 2015 23:21:01 -0700 (PDT) Received: from remotemail by gitolite.debian.net with local (Exim 4.80) (envelope-from ) id 1ZKhCU-0004Xx-0v; Thu, 30 Jul 2015 06:20:18 +0000 Received: (nullmailer pid 28676 invoked by uid 1000); Thu, 30 Jul 2015 06:19:41 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH 1/3] configure: alphabetize --without help Date: Thu, 30 Jul 2015 08:19:20 +0200 Message-Id: <1438237162-28454-2-git-send-email-david@tethera.net> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1438237162-28454-1-git-send-email-david@tethera.net> References: <1438237162-28454-1-git-send-email-david@tethera.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Thu, 30 Jul 2015 06:21:02 -0000 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