diff options
| author | Jani Nikula <jani@nikula.org> | 2015-08-10 15:39:16 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-08-10 21:24:40 +0200 |
| commit | c9e1c4f1c495d7cc24a64b73edb4b7b71791a87f (patch) | |
| tree | d5a977de1788a2e4bab55ebca20463805d0c3371 | |
| parent | 765556c1f159ae0a29137c935c7cbf4106569e7e (diff) | |
configure: clean up messages around reading libnotmuch version
Clean up punctuation for consistency, and add newline for clean
configure output.
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
