From 1a3e1b0912684c3e310876aef9fdb873769aba84 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 19:28:56 +0200 Subject: build: show configure summary using a pretty format --- configure.ac | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) (limited to 'configure.ac') 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 " -- cgit v1.2.1