summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 19:22:47 +0200
committerraveit65 <[email protected]>2021-11-24 21:48:33 +0100
commitca9e5376cd6e395eaeb164b7ed633d400ff607c7 (patch)
treed0d1cb0c93e14db69995da7d7e3b26075c5d4eb5
parentb44813818075a44412f58f65ee3181e3700400e7 (diff)
downloadmate-settings-daemon-ca9e5376cd6e395eaeb164b7ed633d400ff607c7.tar.bz2
mate-settings-daemon-ca9e5376cd6e395eaeb164b7ed633d400ff607c7.tar.xz
build: show configure summary using a pretty format
-rw-r--r--configure.ac64
1 files changed, 33 insertions, 31 deletions
diff --git a/configure.ac b/configure.ac
index 6522d38..5e2af2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -469,37 +469,39 @@ dnl - Show summary
dnl ---------------------------------------------------------------------------
echo "
- mate-settings-daemon $VERSION
- =============================
-
- prefix: ${prefix}
- exec_prefix: ${exec_prefix}
- libdir: ${libdir}
- bindir: ${bindir}
- sbindir: ${sbindir}
- sysconfdir: ${sysconfdir}
- sysconfsubdir: ${sysconfsubdir}
- localstatedir: ${localstatedir}
- plugindir: ${plugindir}
- datadir: ${datadir}
- source code location: ${srcdir}
- compiler: ${CC}
- cflags: ${CFLAGS}
- warning cflags: ${WARN_CFLAGS}
- Maintainer mode: ${USE_MAINTAINER_MODE}
-
- dbus-1 system.d dir: ${DBUS_SYS_DIR}
- PolicyKit support: ${HAVE_POLKIT}
-
- PulseAudio support: ${have_pulse}
- Libnotify support: ${have_libnotify}
- Libatspi support: ${have_libatspi}
- Libcanberra support: ${have_libcanberra}
- Libmatemixer support: ${have_libmatemixer}
- Smartcard support: ${have_smartcard_support}
- RFKill support: ${enable_rfkill}
+Configure summary:
+
+ ${PACKAGE_STRING}
+ `echo $PACKAGE_STRING | sed "s/./=/g"`
+
+ prefix ..................: ${prefix}
+ exec_prefix .............: ${exec_prefix}
+ libdir ..................: ${libdir}
+ bindir ..................: ${bindir}
+ sbindir .................: ${sbindir}
+ sysconfdir...............: ${sysconfdir}
+ sysconfsubdir ...........: ${sysconfsubdir}
+ localstatedir............: ${localstatedir}
+ plugindir ...............: ${plugindir}
+ datadir..................: ${datadir}
+ source code location ....: ${srcdir}
+ compiler.................: ${CC}
+ cflags ..................: ${CFLAGS}
+ warning cflags ..........: ${WARN_CFLAGS}
+ Maintainer mode .........: ${USE_MAINTAINER_MODE}
+
+ dbus-1 system.d dir .....: ${DBUS_SYS_DIR}
+ PolicyKit support .......: ${HAVE_POLKIT}
+
+ PulseAudio support ......: ${have_pulse}
+ Libnotify support .......: ${have_libnotify}
+ Libatspi support ........: ${have_libatspi}
+ Libcanberra support .....: ${have_libcanberra}
+ Libmatemixer support ....: ${have_libmatemixer}
+ Smartcard support .......: ${have_smartcard_support}
+ RFKill support ..........: ${enable_rfkill}
${NSS_DATABASE:+\
- System nssdb: ${NSS_DATABASE}
+ System nssdb ............: ${NSS_DATABASE}
}\
- Profiling support: ${enable_profiling}
+ Profiling support .......: ${enable_profiling}
"