improve configure output

SVN revision: 44362
This commit is contained in:
Vincent Torri 2009-12-11 10:56:14 +00:00
parent bf5774291c
commit 7461405c76
1 changed files with 6 additions and 4 deletions

View File

@ -359,9 +359,11 @@ echo " Build binaries.......: $have_edje_cc"
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