From 502aab4c9f08e7e8093cb3c129362abe55d0deb2 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 17 Oct 2012 21:53:48 +0000 Subject: [PATCH] more echo's SVN revision: 78138 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 21e6fb2bef..27c5eb3736 100644 --- a/configure.ac +++ b/configure.ac @@ -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