From 68306612ea6c7dc8635290950ce435a459dd4568 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 8 Feb 2021 18:33:00 +0100 Subject: build: show the package version in the configure summary --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} -- cgit v1.2.1