From: devilhorns Date: Thu, 11 Feb 2010 04:17:15 +0000 (+0000) Subject: Cleanup configure output a bit. X-Git-Tag: build/2012-07-04.173327~2207 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a832a1157696ecde2c0b0f9968700a0bd79b6895;p=profile%2Fivi%2Fecore.git Cleanup configure output a bit. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@46066 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index d2a6b3d..f8098f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1498,19 +1498,11 @@ if test "x${have_ecore_evas}" = "xyes" ; then echo " Software 16bit WinCE.......: $have_ecore_evas_software_16_wince" fi echo -echo " Documentation.................: ${build_doc}" -echo -echo " Compilation...................: make (or gmake)" +echo "Documentation..........: ${build_doc}" if test "x${build_doc}" = "xyes" ; then - echo " Build of the documentation....: make doc" + echo " Building.............: make doc" fi echo -echo " Installation..................: make install" -echo -echo " prefix.....................: $prefix" -echo - -echo echo "Compilation............: make (or gmake)" echo " CPPFLAGS.............: $CPPFLAGS" echo " CFLAGS...............: $CFLAGS"