From 404e56eab5c59549f4167e69943a604ff7e6475d Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sat, 27 Sep 2014 16:40:19 +0300 Subject: [PATCH] [PATCH] configure: moved make {,install} instructions to the end --- d2/21ca658ba92b3898ae6bc501113eee1f724cc9 | 104 ++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 d2/21ca658ba92b3898ae6bc501113eee1f724cc9 diff --git a/d2/21ca658ba92b3898ae6bc501113eee1f724cc9 b/d2/21ca658ba92b3898ae6bc501113eee1f724cc9 new file mode 100644 index 000000000..dc4f91bee --- /dev/null +++ b/d2/21ca658ba92b3898ae6bc501113eee1f724cc9 @@ -0,0 +1,104 @@ +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 1573E431FBD + for ; Sat, 27 Sep 2014 06:40:41 -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 X8uaC-8hDIdI for ; + Sat, 27 Sep 2014 06:40:37 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 81869431FB6 + for ; Sat, 27 Sep 2014 06:40:37 -0700 (PDT) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id B93F010008E; Sat, 27 Sep 2014 16:40:20 +0300 (EEST) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH] configure: moved make {,install} instructions to the end +Date: Sat, 27 Sep 2014 16:40:19 +0300 +Message-Id: <1411825219-12455-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, 27 Sep 2014 13:40:41 -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. + +Also, added the sh.config file configure started to create a while +ago to .gitconfig. +--- + .gitignore | 1 + + configure | 22 ++++++++++++---------- + 2 files changed, 13 insertions(+), 10 deletions(-) + +diff --git a/.gitignore b/.gitignore +index 1fb3a713cfe8..296030c76977 100644 +--- a/.gitignore ++++ b/.gitignore +@@ -1,5 +1,6 @@ + .first-build-message + Makefile.config ++sh.config + version.stamp + TAGS + tags +diff --git a/configure b/configure +index 0f304bfc92a1..ade7500d385e 100755 +--- a/configure ++++ b/configure +@@ -731,16 +731,6 @@ printf "\n\t${WARN_CFLAGS}\n" + + rm -f minimal minimal.c + +-cat < Makefile.config <