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 DE665431FBD for ; Wed, 23 May 2012 11:38:49 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled 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 tUUsZvDbdFrT for ; Wed, 23 May 2012 11:38:49 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 8A477431FAF for ; Wed, 23 May 2012 11:38:49 -0700 (PDT) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id 3AAD666E0162 for ; Wed, 23 May 2012 11:38:49 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from finestructure.net (unknown [137.151.175.56]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id 640C666E018B for ; Wed, 23 May 2012 11:38:47 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id 26A9C1E1; Wed, 23 May 2012 11:38:47 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: [PATCH] configure: add help note about gmime version Date: Wed, 23 May 2012 11:38:47 -0700 Message-Id: <1337798327-3436-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.10 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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, 23 May 2012 18:38:50 -0000 --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 71981b7..5602be2 100755 --- a/configure +++ b/configure @@ -114,6 +114,10 @@ Fine tuning of some installation directories is available: --bashcompletiondir=DIR Bash completions files [SYSCONFDIR/bash_completion.d] --zshcompletiondir=DIR Zsh completions files [PREFIX/share/zsh/functions/Completion/Unix] +Some specific library versions can be specified (auto-detected otherwise): + + --with-gmime-version=VERS Specify GMIME version (2.4 or 2.6) + Some features can be disabled (--with-feature=no is equivalent to --without-feature) : -- 1.7.10