unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH v2] configure: move make {,install} instructions to the end
@ 2014-11-01  9:39 Tomi Ollila
  2014-11-02 19:02 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: Tomi Ollila @ 2014-11-01  9:39 UTC (permalink / raw)
  To: notmuch; +Cc: tomi.ollila

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 <<EOF
-
-All required packages were found. You may now run the following
-commands to compile and install notmuch:
-
-	make
-	sudo make install
-
-EOF
-
 # construct the Makefile.config
 cat > Makefile.config <<EOF
 # This Makefile.config was automatically generated by the ./configure
@@ -969,3 +959,14 @@ NOTMUCH_HAVE_XAPIAN_COMPACT=${have_xapian_compact}
 # documentation
 NOTMUCH_HAVE_MAN=$((have_sphinx || have_rst2man))
 EOF
+
+# Finally, after everything configured, inform the user how to continue.
+cat <<EOF
+
+All required packages were found. You may now run the following
+commands to compile and install notmuch:
+
+	make
+	sudo make install
+
+EOF
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] configure: move make {,install} instructions to the end
  2014-11-01  9:39 [PATCH v2] configure: move make {,install} instructions to the end Tomi Ollila
@ 2014-11-02 19:02 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2014-11-02 19:02 UTC (permalink / raw)
  To: Tomi Ollila, notmuch

Tomi Ollila <tomi.ollila@iki.fi> writes:

> There was theorical possibility that writing the config files could
> have skipped (by interruption) after the instructions how to make
> notmuch was printed out.

pushed,

d

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-02 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-01  9:39 [PATCH v2] configure: move make {,install} instructions to the end Tomi Ollila
2014-11-02 19:02 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).