From fad808cb483a4c360e693be8e37feca0c9ad374a Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Jan 2021 12:20:50 +0100 Subject: build: display package name and version in configure summary --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 486aa60..93fbff4 100644 --- a/configure.ac +++ b/configure.ac @@ -96,8 +96,10 @@ mate-system-monitor.desktop.in AC_OUTPUT echo " +Configure summary: -Configuration: + ${PACKAGE_STRING} + `echo $PACKAGE_STRING | sed "s/./=/g"` Source code location: ${srcdir} C Compiler: ${CC} -- cgit v1.2.1