From 3259f7282ef57960aa4b3232c1ddbc722bb892f1 Mon Sep 17 00:00:00 2001 From: Jerome Pinot Date: Sat, 2 Jun 2012 05:39:51 +0000 Subject: [PATCH] eet,ecore: configure script Make the configure output clear about examples installation. SVN revision: 71639 --- legacy/ecore/configure.ac | 2 ++ legacy/eet/configure.ac | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index 147ca53743..e61ae6e9ce 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -2187,6 +2187,8 @@ echo echo " Tests................: ${enable_tests}" echo " Maximum log level....: ${with_max_log_level}" echo "Documentation..........: ${build_doc}" +echo "Examples...............: ${enable_build_examples}" +echo "Examples installed.....: ${enable_install_examples}" echo echo "Compilation............: make (or gmake)" echo " CPPFLAGS.............: $CPPFLAGS" diff --git a/legacy/eet/configure.ac b/legacy/eet/configure.ac index 8e9a0c3a74..3fcd376fbc 100644 --- a/legacy/eet/configure.ac +++ b/legacy/eet/configure.ac @@ -517,9 +517,7 @@ if test "x${build_doc}" = "xyes" ; then echo " Building...........: make doc" fi echo " Examples.............: ${build_examples}" -if test "x${build_examples}" = "xyes" ; then - echo " Install............: ${install_examples}" -fi +echo " Examples installed...: ${install_examples}" echo echo "Compilation............: make (or gmake)" echo " CPPFLAGS.............: $CPPFLAGS"