mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
configure: clean up messages around reading libnotmuch version
Clean up punctuation for consistency, and add newline for clean configure output.
This commit is contained in:
parent
765556c1f1
commit
c9e1c4f1c4
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue