--- /dev/null
+Return-Path: <too@guru-group.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 88D1F431FAF\r
+ for <notmuch@notmuchmail.org>; Sat, 1 Nov 2014 02:39:53 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id YHVHd2T+hbZ2 for <notmuch@notmuchmail.org>;\r
+ Sat, 1 Nov 2014 02:39:47 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by olra.theworths.org (Postfix) with ESMTP id B132A431FD0\r
+ for <notmuch@notmuchmail.org>; Sat, 1 Nov 2014 02:39:32 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+ id 0D5081000F3; Sat, 1 Nov 2014 11:39:13 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2] configure: move make {,install} instructions to the end\r
+Date: Sat, 1 Nov 2014 11:39:04 +0200\r
+Message-Id: <1414834744-6702-1-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 2.0.0\r
+Cc: tomi.ollila@iki.fi\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 01 Nov 2014 09:39:53 -0000\r
+\r
+There was theorical possibility that writing the config files could\r
+have skipped (by interruption) after the instructions how to make\r
+notmuch was printed out.\r
+---\r
+\r
+v2 of id:1411825219-12455-1-git-send-email-tomi.ollila@iki.fi\r
+-- .gitignore change dropped (already there)\r
+-- one newline removed\r
+-- capitalized 'Finally'\r
+\r
+ configure | 21 +++++++++++----------\r
+ 1 file changed, 11 insertions(+), 10 deletions(-)\r
+\r
+diff --git a/configure b/configure\r
+index 331f29bd9670..d14e7d17a91a 100755\r
+--- a/configure\r
++++ b/configure\r
+@@ -724,16 +724,6 @@ printf "\n\t${WARN_CFLAGS}\n"\r
+ \r
+ rm -f minimal minimal.c\r
+ \r
+-cat <<EOF\r
+-\r
+-All required packages were found. You may now run the following\r
+-commands to compile and install notmuch:\r
+-\r
+- make\r
+- sudo make install\r
+-\r
+-EOF\r
+-\r
+ # construct the Makefile.config\r
+ cat > Makefile.config <<EOF\r
+ # This Makefile.config was automatically generated by the ./configure\r
+@@ -969,3 +959,14 @@ NOTMUCH_HAVE_XAPIAN_COMPACT=${have_xapian_compact}\r
+ # documentation\r
+ NOTMUCH_HAVE_MAN=$((have_sphinx || have_rst2man))\r
+ EOF\r
++\r
++# Finally, after everything configured, inform the user how to continue.\r
++cat <<EOF\r
++\r
++All required packages were found. You may now run the following\r
++commands to compile and install notmuch:\r
++\r
++ make\r
++ sudo make install\r
++\r
++EOF\r
+-- \r
+2.0.0\r
+\r