diff options
author | rbuj <[email protected]> | 2021-02-08 18:33:00 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-14 22:51:02 +0100 |
commit | 68306612ea6c7dc8635290950ce435a459dd4568 (patch) | |
tree | 3ce5451d554a27d5d60263a164066299597fb631 | |
parent | 7cc14bf1a2f4a7a0dc6eaf2487348101fde19651 (diff) | |
download | mate-control-center-68306612ea6c7dc8635290950ce435a459dd4568.tar.bz2 mate-control-center-68306612ea6c7dc8635290950ce435a459dd4568.tar.xz |
build: show the package version in the configure summary
-rw-r--r-- | configure.ac | 5 |
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} |