summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-02-08 18:51:30 +0100
committerraveit65 <[email protected]>2021-02-14 22:49:46 +0100
commit0b58ab0dec906339389df32c4b3f1588ced89c68 (patch)
tree0b01f921ea540854b761eb87f1e62b658b7c58d3
parent71625cfc3152cc3b4f09b3979ded282444de607b (diff)
downloadlibmateweather-0b58ab0dec906339389df32c4b3f1588ced89c68.tar.bz2
libmateweather-0b58ab0dec906339389df32c4b3f1588ced89c68.tar.xz
build: underline package name and version in configure summary
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 26e99a5..b1bd4cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,7 +190,10 @@ dnl ***************************************************************************
dnl *** Display Summary ***
dnl ***************************************************************************
echo "
-libmateweather-$VERSION configure summary:
+Configure summary:
+
+ ${PACKAGE_STRING}
+ `echo $PACKAGE_STRING | sed "s/./=/g"`
Prefix: ${prefix}
Source code location: ${srcdir}