improve configure output

SVN revision: 44363
This commit is contained in:
Vincent Torri 2009-12-11 10:57:22 +00:00
parent 7461405c76
commit bf3b666907
1 changed files with 24 additions and 0 deletions

View 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