summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-02-08 18:33:00 +0100
committerraveit65 <[email protected]>2021-02-14 22:51:02 +0100
commit68306612ea6c7dc8635290950ce435a459dd4568 (patch)
tree3ce5451d554a27d5d60263a164066299597fb631 /configure.ac
parent7cc14bf1a2f4a7a0dc6eaf2487348101fde19651 (diff)
downloadmate-control-center-68306612ea6c7dc8635290950ce435a459dd4568.tar.bz2
mate-control-center-68306612ea6c7dc8635290950ce435a459dd4568.tar.xz
build: show the package version in the configure summary
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9e506494..a31daa4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -311,7 +311,10 @@ dnl - Show summary
dnl ---------------------------------------------------------------------------
echo "
- mate-control-center
+Configure summary:
+
+ ${PACKAGE_STRING}
+ `echo $PACKAGE_STRING | sed "s/./=/g"`
Compiler: ${CC}
Compiler flags: ${CFLAGS}