diff options
author | rbuj <[email protected]> | 2021-02-08 18:51:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-14 22:49:46 +0100 |
commit | 0b58ab0dec906339389df32c4b3f1588ced89c68 (patch) | |
tree | 0b01f921ea540854b761eb87f1e62b658b7c58d3 /configure.ac | |
parent | 71625cfc3152cc3b4f09b3979ded282444de607b (diff) | |
download | libmateweather-0b58ab0dec906339389df32c4b3f1588ced89c68.tar.bz2 libmateweather-0b58ab0dec906339389df32c4b3f1588ced89c68.tar.xz |
build: underline package name and version in configure summary
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
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} |