eet,ecore: configure script

Make the configure output clear about examples installation.


SVN revision: 71639
This commit is contained in:
Jerome Pinot 2012-06-02 05:39:51 +00:00
parent 04f00945fa
commit 3259f7282e
2 changed files with 3 additions and 3 deletions

View File

@ -2187,6 +2187,8 @@ echo
echo " Tests................: ${enable_tests}" echo " Tests................: ${enable_tests}"
echo " Maximum log level....: ${with_max_log_level}" echo " Maximum log level....: ${with_max_log_level}"
echo "Documentation..........: ${build_doc}" echo "Documentation..........: ${build_doc}"
echo "Examples...............: ${enable_build_examples}"
echo "Examples installed.....: ${enable_install_examples}"
echo echo
echo "Compilation............: make (or gmake)" echo "Compilation............: make (or gmake)"
echo " CPPFLAGS.............: $CPPFLAGS" echo " CPPFLAGS.............: $CPPFLAGS"

View File

@ -517,9 +517,7 @@ if test "x${build_doc}" = "xyes" ; then
echo " Building...........: make doc" echo " Building...........: make doc"
fi fi
echo " Examples.............: ${build_examples}" echo " Examples.............: ${build_examples}"
if test "x${build_examples}" = "xyes" ; then echo " Examples installed...: ${install_examples}"
echo " Install............: ${install_examples}"
fi
echo echo
echo "Compilation............: make (or gmake)" echo "Compilation............: make (or gmake)"
echo " CPPFLAGS.............: $CPPFLAGS" echo " CPPFLAGS.............: $CPPFLAGS"