better configure output
authorcaro <caro>
Sat, 14 Nov 2009 08:40:11 +0000 (08:40 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 14 Nov 2009 08:40:11 +0000 (08:40 +0000)
If nobody is against it, i'll change the configure output
of the EFL so that it is the same

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@43687 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 0e5fc07..f2468fb 100644 (file)
@@ -493,12 +493,11 @@ echo "    Ecore..............: ${enable_benchmark_ecore}"
 echo "    E17 real data......: ${enable_benchmark_e17}"
 fi
 echo
-echo "CPU Specific Extensions:"
-echo
-echo "  MMX..................: ${have_mmx}"
-echo "  SSE..................: ${have_sse}"
-echo "  SSE2.................: ${have_sse2}"
-echo "  ALTIVEC..............: ${have_altivec}"
+echo "  CPU Specific Extensions:"
+echo "    MMX..................: ${have_mmx}"
+echo "    SSE..................: ${have_sse}"
+echo "    SSE2.................: ${have_sse2}"
+echo "    ALTIVEC..............: ${have_altivec}"
 echo
 echo "  Memory pools:"
 echo "    Chained pool.......: ${enable_chained_pool}"
@@ -507,13 +506,13 @@ echo "    Ememoa unknown.....: ${enable_ememoa_unknown}"
 echo "    Fixed bitmap.......: ${enable_fixed_bitmap}"
 echo "    Pass through.......: ${enable_pass_through}"
 echo
-echo "  Installation.........: make install"
-echo
-echo "    prefix.............: $prefix"
+echo "Compilation..........: make (or gmake)"
+echo "  CPPFLAGS...........: $CPPFLAGS"
+echo "  CFLAGS.............: $CFLAGS"
+echo "  LDFLAGS............: $LDFLAGS"
 echo
-echo "Now type 'make' ('gmake' on some systems) to compile $PACKAGE,"
-echo "and then afterwards as root (or the user who will install this), type"
-echo "'make install'. Change users with 'su' or 'sudo' appropriately."
+echo "Installation.........: make install (as root if needed, with 'su' or 'sudo')"
+echo "  prefix.............: $prefix"
 echo
 if test "x${have_static_module}" = "xyes" ; then
 echo -e "\0033\01331;31mWarning\0033\01331;0m: You are trying to link statically one or more modules to Eina."