From 0b58ab0dec906339389df32c4b3f1588ced89c68 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 8 Feb 2021 18:51:30 +0100 Subject: build: underline package name and version in configure summary --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 26e99a5..b1bd4cc 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,10 @@ dnl *************************************************************************** dnl *** Display Summary *** dnl *************************************************************************** echo " -libmateweather-$VERSION configure summary: +Configure summary: + + ${PACKAGE_STRING} + `echo $PACKAGE_STRING | sed "s/./=/g"` Prefix: ${prefix} Source code location: ${srcdir} -- cgit v1.2.1