unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] configure: clean up messages around reading libnotmuch version
@ 2015-08-10 12:39 Jani Nikula
  2015-08-10 19:43 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: Jani Nikula @ 2015-08-10 12:39 UTC (permalink / raw)
  To: notmuch

From: Jani Nikula <jani@nikula.org>

Clean up punctuation for consistency, and add newline for clean
configure output.
---
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index d1bcc20eb6c2..d28988036505 100755
--- a/configure
+++ b/configure
@@ -324,7 +324,7 @@ EOF
     exit 1
 fi
 
-printf "Reading libnotmuch version from source..."
+printf "Reading libnotmuch version from source... "
 cat > _libversion.c <<EOF
 #include <stdio.h>
 #include "lib/notmuch.h"
@@ -341,7 +341,7 @@ EOF
 if ${CC} ${CFLAGS} _libversion.c -o _libversion > /dev/null 2>&1 && \
        ./_libversion > _libversion.sh && . ./_libversion.sh
 then
-    printf  "OK"
+    printf "OK.\n"
 else
     cat <<EOF
 
-- 
2.1.4

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

* Re: [PATCH] configure: clean up messages around reading libnotmuch version
  2015-08-10 12:39 [PATCH] configure: clean up messages around reading libnotmuch version Jani Nikula
@ 2015-08-10 19:43 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2015-08-10 19:43 UTC (permalink / raw)
  To: Jani Nikula, notmuch

Jani Nikula <jani.nikula@intel.com> writes:

> From: Jani Nikula <jani@nikula.org>
>
> Clean up punctuation for consistency, and add newline for clean
> configure output.

pushed, with thanks,

d

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

end of thread, other threads:[~2015-08-10 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-10 12:39 [PATCH] configure: clean up messages around reading libnotmuch version Jani Nikula
2015-08-10 19:43 ` 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).