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 691CB42D2A5 for ; Tue, 11 Jan 2011 10:09:34 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "To" X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 unbz-+7wpxYn for ; Tue, 11 Jan 2011 10:09:31 -0800 (PST) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.40]) by olra.theworths.org (Postfix) with ESMTP id 9AC1142D2A3 for ; Tue, 11 Jan 2011 10:09:31 -0800 (PST) Received: from [87.180.67.225] (helo=stokes.schwinge.homeip.net) by smtprelay02.ispgateway.de with esmtpa (Exim 4.68) (envelope-from ) id 1Pciew-0002Km-E1 for notmuch@notmuchmail.org; Tue, 11 Jan 2011 19:09:30 +0100 Received: (qmail 21395 invoked from network); 11 Jan 2011 18:09:06 -0000 Received: from unknown (192.168.111.252) by stokes.schwinge.homeip.net with QMQP; 11 Jan 2011 18:09:06 -0000 Received: (nullmailer pid 18846 invoked by uid 1000); Tue, 11 Jan 2011 12:01:35 -0000 From: Thomas Schwinge To: notmuch@notmuchmail.org Subject: [PATCH] Have to configure and build inside the source directory. Date: Tue, 11 Jan 2011 13:01:24 +0100 Message-Id: <1294747284-18791-1-git-send-email-thomas@schwinge.name> X-Mailer: git-send-email 1.7.1 To: notmuch@notmuchmail.org X-Df-Sender: thomas@schwinge.name Cc: Thomas Schwinge 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: Tue, 11 Jan 2011 18:09:34 -0000 From: Thomas Schwinge Signed-off-by: Thomas Schwinge --- configure | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/configure b/configure index c58dd0f..b5e446c 100755 --- a/configure +++ b/configure @@ -188,6 +188,17 @@ developers. Then, please email those details to the Notmuch list (notmuch@notmuchmail.org) so that we can hopefully make future versions of notmuch easier for you to use. +EOF + +if ! { : < configure; } 2> /dev/null; then + cat <