unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: notmuch@notmuchmail.org
Subject: [PATCH] configure: clean up messages around reading libnotmuch version
Date: Mon, 10 Aug 2015 15:39:16 +0300	[thread overview]
Message-ID: <1439210356-5973-1-git-send-email-jani.nikula@intel.com> (raw)

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

             reply	other threads:[~2015-08-10 12:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-10 12:39 Jani Nikula [this message]
2015-08-10 19:43 ` [PATCH] configure: clean up messages around reading libnotmuch version David Bremner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1439210356-5973-1-git-send-email-jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).