From 2741b990288cfb82957b79150c4391f29e561df1 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 19:52:28 +0200 Subject: 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 6864dec..ccac6cd 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 ' -- cgit v1.2.1