From 74ede8b3bcd79bd9157641b9ffaebc9fb4e5c293 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Jan 2021 12:14:02 +0100 Subject: build: add configure summary --- configure.ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/configure.ac b/configure.ac index c2937c1..47365ff 100644 --- a/configure.ac +++ b/configure.ac @@ -93,3 +93,16 @@ po/Makefile.in data/Makefile help/Makefile ]) + +echo " +Configure summary: + + ${PACKAGE_STRING} + `echo $PACKAGE_STRING | sed "s/./=/g"` + + prefix: ${prefix} + source code location: ${srcdir} + compiler: ${CC} + compiler flags: ${CFLAGS} + warning flags: ${WARN_CFLAGS} +" -- cgit v1.2.1