From: Jani Nikula <j...@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 _______________________________________________ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch