better configure output

If nobody is against it, i'll change the configure output
of the EFL so that it is the same


SVN revision: 43687
This commit is contained in:
Vincent Torri 2009-11-14 08:40:11 +00:00
parent 16764f7d61
commit df8d276b83
1 changed files with 11 additions and 12 deletions

View 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 "Compilation..........: make (or gmake)"
echo " CPPFLAGS...........: $CPPFLAGS"
echo " CFLAGS.............: $CFLAGS"
echo " LDFLAGS............: $LDFLAGS"
echo
echo " prefix.............: $prefix"
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."