summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 19:42:12 +0200
committerraveit65 <[email protected]>2021-11-20 21:51:18 +0100
commit9aa2819100fa27c1e5500879cf02cd92e0ab5efb (patch)
tree4645e61db5479e22dade0454ce86e9c26d4534ec
parent4974c8f464e8b68459e86736423040c1974574d7 (diff)
downloadmate-media-9aa2819100fa27c1e5500879cf02cd92e0ab5efb.tar.bz2
mate-media-9aa2819100fa27c1e5500879cf02cd92e0ab5efb.tar.xz
build: show configure summary using a pretty format
-rw-r--r--configure.ac24
1 files changed, 12 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 850a240..997c313 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,30 +156,30 @@ mate-volume-control/Makefile
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}
"
#this is needed to get any output when the default is used
#rather than explicitly specifying whether to build the applet or the tray icon
if test "x$enable_statusicon" = "xno"; then
- echo " Building status icon: no"
+ echo " Building status icon .......: no"
else
- echo " Building status icon: yes"
+ echo " Building status icon .......: yes"
fi
if test "x$enable_panelapplet" = "xno"; then
- echo " Building panel applet: no"
+ echo " Building panel applet ......: no"
else
- echo " Building panel applet: yes"
+ echo " Building panel applet ......: yes"
fi
#get a newline in the terminal
echo ""