diff options
author | rbuj <[email protected]> | 2021-10-27 19:28:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 16:09:42 +0100 |
commit | 1a3e1b0912684c3e310876aef9fdb873769aba84 (patch) | |
tree | a36f0ac66fbae6801ac0082861cf7990e370f214 | |
parent | c6b9276aa54e8d320d0a3f480404393711463dfd (diff) | |
download | mate-notification-daemon-1a3e1b0912684c3e310876aef9fdb873769aba84.tar.bz2 mate-notification-daemon-1a3e1b0912684c3e310876aef9fdb873769aba84.tar.xz |
build: show configure summary using a pretty format
-rw-r--r-- | configure.ac | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index 989a6af..a365b75 100644 --- a/configure.ac +++ b/configure.ac @@ -302,22 +302,24 @@ src/themes/standard/Makefile AC_OUTPUT echo " - $PACKAGE_NAME $PACKAGE_VERSION - ================================ - - prefix: ${prefix} - exec_prefix: ${exec_prefix} - bindir: ${bindir} - datadir: ${datadir} - source code location: ${srcdir} - compiler: ${CC} - cflags: ${CFLAGS} - warning flags: ${WARN_CFLAGS} - Wayland support: ${have_wayland} - X11 support: ${have_x11} - Native Language support: ${USE_NLS} - - dbus-1 system.d $DBUS_SYS_DIR - dbus-1 services $DBUS_SERVICES_DIR +Configure summary: + + ${PACKAGE_STRING} + `echo $PACKAGE_STRING | sed "s/./=/g"` + + prefix ......................: ${prefix} + exec_prefix .................: ${exec_prefix} + bindir ......................: ${bindir} + datadir .....................: ${datadir} + source code location ........: ${srcdir} + compiler ....................: ${CC} + cflags ......................: ${CFLAGS} + warning flags ...............: ${WARN_CFLAGS} + Wayland support .............: ${have_wayland} + X11 support .................: ${have_x11} + Native Language support .....: ${USE_NLS} + + dbus-1 system.d .............: $DBUS_SYS_DIR + dbus-1 services .............: $DBUS_SERVICES_DIR " |