From bf3b66690782d878585a7f11b4144bdffce5696a Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 11 Dec 2009 10:57:22 +0000 Subject: [PATCH] improve configure output SVN revision: 44363 --- legacy/efreet/configure.ac | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/legacy/efreet/configure.ac b/legacy/efreet/configure.ac index e5d94c0614..aad26a2f26 100644 --- a/legacy/efreet/configure.ac +++ b/legacy/efreet/configure.ac @@ -118,3 +118,27 @@ src/bin/data/sub/Makefile src/bin/compare/Makefile ], [] ) + + +##################################################################### +## Info + +echo +echo +echo +echo "------------------------------------------------------------------------" +echo "$PACKAGE $VERSION" +echo "------------------------------------------------------------------------" +echo +echo "Configuration Options Summary:" +echo +echo " Documentation........: ${build_doc}" +echo +echo "Compilation............: make (or gmake)" +echo " CPPFLAGS.............: $CPPFLAGS" +echo " CFLAGS...............: $CFLAGS" +echo " LDFLAGS..............: $LDFLAGS" +echo +echo "Installation...........: make install (as root if needed, with 'su' or 'sudo')" +echo " prefix...............: $prefix" +echo