From: Tomi Ollila Date: Sat, 1 Nov 2014 09:39:04 +0000 (+0200) Subject: [PATCH v2] configure: move make {,install} instructions to the end X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=597e166dadb1cd0305edecf512b11f85da1a09b4;p=notmuch-archives.git [PATCH v2] configure: move make {,install} instructions to the end --- diff --git a/dd/058d8bccdbece37e86818e4456b87a5139631a b/dd/058d8bccdbece37e86818e4456b87a5139631a new file mode 100644 index 000000000..6a1187bee --- /dev/null +++ b/dd/058d8bccdbece37e86818e4456b87a5139631a @@ -0,0 +1,94 @@ +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 88D1F431FAF + for ; Sat, 1 Nov 2014 02:39:53 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 YHVHd2T+hbZ2 for ; + Sat, 1 Nov 2014 02:39:47 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id B132A431FD0 + for ; Sat, 1 Nov 2014 02:39:32 -0700 (PDT) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id 0D5081000F3; Sat, 1 Nov 2014 11:39:13 +0200 (EET) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH v2] configure: move make {,install} instructions to the end +Date: Sat, 1 Nov 2014 11:39:04 +0200 +Message-Id: <1414834744-6702-1-git-send-email-tomi.ollila@iki.fi> +X-Mailer: git-send-email 2.0.0 +Cc: tomi.ollila@iki.fi +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: Sat, 01 Nov 2014 09:39:53 -0000 + +There was theorical possibility that writing the config files could +have skipped (by interruption) after the instructions how to make +notmuch was printed out. +--- + +v2 of id:1411825219-12455-1-git-send-email-tomi.ollila@iki.fi +-- .gitignore change dropped (already there) +-- one newline removed +-- capitalized 'Finally' + + configure | 21 +++++++++++---------- + 1 file changed, 11 insertions(+), 10 deletions(-) + +diff --git a/configure b/configure +index 331f29bd9670..d14e7d17a91a 100755 +--- a/configure ++++ b/configure +@@ -724,16 +724,6 @@ printf "\n\t${WARN_CFLAGS}\n" + + rm -f minimal minimal.c + +-cat < Makefile.config <