diff options
author | rbuj <[email protected]> | 2021-01-27 12:26:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-04 21:32:56 +0100 |
commit | 5af3aa74497f6067f990c58a6b05eaf06cf84aa6 (patch) | |
tree | c69890e882705b41e210d601f68e4e41b760fe3e | |
parent | 385d4492b9582920aa322204a52f411b8ba3860f (diff) | |
download | mate-applets-5af3aa74497f6067f990c58a6b05eaf06cf84aa6.tar.bz2 mate-applets-5af3aa74497f6067f990c58a6b05eaf06cf84aa6.tar.xz |
build: underline package name and version in configure summary
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f7e9bdfc..3ca78d0f 100644 --- a/configure.ac +++ b/configure.ac @@ -622,7 +622,10 @@ dnl *************************************************************************** dnl *** Display Summary *** dnl *************************************************************************** echo " -mate-applets-$VERSION configure summary: +Configure summary: + + ${PACKAGE_STRING} + `echo $PACKAGE_STRING | sed "s/./=/g"` Prefix: ${prefix} Source code location: ${srcdir} |