more echo's

SVN revision: 78138
This commit is contained in:
Vincent Torri 2012-10-17 21:53:48 +00:00
parent 11def54088
commit 502aab4c9f
1 changed files with 3 additions and 0 deletions

View File

@ -822,6 +822,8 @@ echo "Examples...............: make examples"
echo " installation.......: make install-examples"
if test "x${build_doc}" = "xyes"; then
echo "Documentation..........: make doc"
else
echo "Documentation..........: no"
fi
echo
echo "Compilation............: make (or gmake)"
@ -829,6 +831,7 @@ echo " CPPFLAGS.............: $CPPFLAGS"
echo " CFLAGS...............: $CFLAGS"
echo " CXXFLAGS.............: $CXXFLAGS"
echo " LDFLAGS..............: $LDFLAGS"
echo
echo "Installation...........: make install (as root if needed, with 'su' or 'sudo')"
echo " prefix...............: $prefix"
echo