diff options
author | rbuj <[email protected]> | 2021-10-27 19:35:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 16:14:15 +0100 |
commit | 0e789da6c8a1652ef15945d2f99f574af066d00e (patch) | |
tree | 5ff09e4a62ce9dc852229b398580bb82f618ead3 | |
parent | 4454ee1745420cd530afdec39eb89dc5ca3a19b4 (diff) | |
download | libmatemixer-0e789da6c8a1652ef15945d2f99f574af066d00e.tar.bz2 libmatemixer-0e789da6c8a1652ef15945d2f99f574af066d00e.tar.xz |
build: show configure summary using a pretty format
-rw-r--r-- | configure.ac | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index f6160fc..df252b8 100644 --- a/configure.ac +++ b/configure.ac @@ -283,19 +283,19 @@ po/Makefile.in AC_OUTPUT echo " +Configure summary: - ${PACKAGE} ${VERSION} - ============ + ${PACKAGE_STRING} + `echo $PACKAGE_STRING | sed "s/./=/g"` + Prefix ........................: ${prefix} + Source code location ..........: ${srcdir} + Compiler ......................: ${CC} + Compiler flags ................: ${CFLAGS} + Warning flags .................: ${WARN_CFLAGS} - Prefix: ${prefix} - Source code location: ${srcdir} - Compiler: ${CC} - Compiler flags: ${CFLAGS} - Warning flags: ${WARN_CFLAGS} - - Build Null module: $have_null - Build PulseAudio module: $have_pulseaudio - Build ALSA module: $have_alsa (udev: $have_udev) - Build OSS module: $have_oss + Build Null module .............: $have_null + Build PulseAudio module .......: $have_pulseaudio + Build ALSA module .............: $have_alsa (udev: $have_udev) + Build OSS module ..............: $have_oss " |