improve configure output

SVN revision: 44361
This commit is contained in:
Vincent Torri 2009-12-11 10:55:24 +00:00
parent 781abc1048
commit bf5774291c
1 changed files with 6 additions and 4 deletions

View File

@ -187,9 +187,11 @@ echo "Configuration Options Summary:"
echo
echo " Documentation........: ${build_doc}"
echo
echo " Compilation..........: make"
echo "Compilation............: make (or gmake)"
echo " CPPFLAGS.............: $CPPFLAGS"
echo " CFLAGS...............: $CFLAGS"
echo " LDFLAGS..............: $LDFLAGS"
echo
echo " Installation.........: make install"
echo
echo " prefix.............: $prefix"
echo "Installation...........: make install (as root if needed, with 'su' or 'sudo')"
echo " prefix...............: $prefix"
echo