summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac29
1 files 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 '