From f7da5fde7811d580f3cf28edb5da6d93f9695756 Mon Sep 17 00:00:00 2001 From: ngc891 Date: Sat, 2 Jun 2012 05:39:51 +0000 Subject: [PATCH] eet,ecore: configure script Make the configure output clear about examples installation. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71639 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 147ca53..e61ae6e 100644 --- a/configure.ac +++ b/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" -- 2.7.4