diff options
-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 " |