From 38d2fbbe9d59a5560852f32c1d7f50af443be470 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 11 Apr 2020 10:34:16 +0200 Subject: build: show configure summary --- configure.ac | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a1213fb..345ac1d 100644 --- a/configure.ac +++ b/configure.ac @@ -304,3 +304,17 @@ AC_CONFIG_FILES([ help/Makefile ]) AC_OUTPUT + +dnl --------------------------------------------------------------------------- +dnl - Show summary +dnl --------------------------------------------------------------------------- + +echo " + mate-sensors-applet $VERSION + `echo mate-sensors-applet $VERSION | sed "s/./=/g"` + + prefix: ${prefix} + compiler: ${CC} + cflags: ${CFLAGS} + warning flags: ${WARN_CFLAGS} +" -- cgit v1.2.1