improve configure output
authorVincent Torri <vincent.torri@gmail.com>
Fri, 11 Dec 2009 10:57:22 +0000 (10:57 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Fri, 11 Dec 2009 10:57:22 +0000 (10:57 +0000)
SVN revision: 44363

legacy/efreet/configure.ac

index e5d94c0..aad26a2 100644 (file)
@@ -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