From 45e189b2218cf72bbc5ecf3ef20bb41c7fb6b409 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 19:52:28 +0200 Subject: [PATCH] build: show configure summary using a pretty format --- configure.ac | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/configure.ac b/configure.ac index 6864dec8..ccac6cd6 100644 --- a/configure.ac +++ b/configure.ac @@ -236,19 +236,22 @@ AC_OUTPUT dnl ========================================================================== echo " - MATE Power Manager $VERSION - ============================= - - prefix: ${prefix} - datadir: ${datadir} - compiler: ${CC} - cflags: ${CFLAGS} - cwarnings: ${WARN_CFLAGS} - libsecret support: ${with_libsecret} - gnome-keyring support: ${with_keyring} - Building extra applets: ${enable_applets} - Self test support: ${have_tests} - dbus-1 services dir: $DBUS_SERVICES_DIR +Configure summary: + + ${PACKAGE_STRING} + `echo $PACKAGE_STRING | sed "s/./=/g"` + + prefix ......................: ${prefix} + datadir .....................: ${datadir} + compiler ....................: ${CC} + cflags ......................: ${CFLAGS} + cwarnings ...................: ${WARN_CFLAGS} + + libsecret support ...........: ${with_libsecret} + gnome-keyring support .......: ${with_keyring} + Building extra applets ......: ${enable_applets} + Self test support ...........: ${have_tests} + dbus-1 services dir .........: $DBUS_SERVICES_DIR " if [[ "${prefix}" != "/usr" ]] ; then echo '