mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "Reading libnotmuch version from source..."
|
printf "Reading libnotmuch version from source... "
|
||||||
cat > _libversion.c <<EOF
|
cat > _libversion.c <<EOF
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "lib/notmuch.h"
|
#include "lib/notmuch.h"
|
||||||
|
@ -341,7 +341,7 @@ EOF
|
||||||
if ${CC} ${CFLAGS} _libversion.c -o _libversion > /dev/null 2>&1 && \
|
if ${CC} ${CFLAGS} _libversion.c -o _libversion > /dev/null 2>&1 && \
|
||||||
./_libversion > _libversion.sh && . ./_libversion.sh
|
./_libversion > _libversion.sh && . ./_libversion.sh
|
||||||
then
|
then
|
||||||
printf "OK"
|
printf "OK.\n"
|
||||||
else
|
else
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue