diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 19:36:36 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 19:36:36 +0000 |
commit | 59ed22a467fb4918064e5fa9dc6c75bee37faeaf (patch) | |
tree | 0ade7641f43e95320e1c50e41b558d1b9465790e /configure.ac | |
parent | f9632196267ea5548dec4177bd6df873393e43be (diff) |
efl: simplify print of options
SVN revision: 77791
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 44 |
1 files changed, 3 insertions, 41 deletions
diff --git a/configure.ac b/configure.ac index c68e8bc824..145c066b31 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -947,21 +947,14 @@ echo "Configuration Options Summary:" | |||
947 | echo | 947 | echo |
948 | echo " OS...................: ${host_os}" | 948 | echo " OS...................: ${host_os}" |
949 | echo " Build Profile........: ${build_profile}" | 949 | echo " Build Profile........: ${build_profile}" |
950 | echo " Cryptographic System.: ${build_crypto}" | ||
950 | if test "x${have_windows}" = "xyes" ; then | 951 | if test "x${have_windows}" = "xyes" ; then |
951 | echo " Windows version......: ${_efl_windows_version}" | 952 | echo " Windows version......: ${_efl_windows_version}" |
952 | fi | 953 | fi |
953 | echo | ||
954 | echo " Documentation........: ${build_doc}" | 954 | echo " Documentation........: ${build_doc}" |
955 | echo | 955 | echo |
956 | echo "Eina" | 956 | echo "Eina" |
957 | echo | 957 | echo |
958 | echo " Magic debug..........: ${have_magic_debug}" | ||
959 | echo " Safety checks........: ${have_safety_checks}" | ||
960 | echo " Maximum log level....: ${with_max_log_level}" | ||
961 | echo " Report string usage..: ${have_stringshare_usage}" | ||
962 | echo " Valgrind support.....: ${have_valgrind}" | ||
963 | echo " Default mempool......: ${have_default_mempool}" | ||
964 | echo " Log support..........: ${enable_log}" | ||
965 | echo " Thread Support.......: ${efl_have_threads}" | 958 | echo " Thread Support.......: ${efl_have_threads}" |
966 | if test "${efl_have_threads}" = "POSIX" ; then | 959 | if test "${efl_have_threads}" = "POSIX" ; then |
967 | echo " spinlock...........: ${efl_have_posix_threads_spinlock}" | 960 | echo " spinlock...........: ${efl_have_posix_threads_spinlock}" |
@@ -973,16 +966,6 @@ echo " File dirfd...........: ${efl_func_dirfd}" | |||
973 | echo " File xattr...........: ${efl_func_setxattr}" | 966 | echo " File xattr...........: ${efl_func_setxattr}" |
974 | echo " shm_open.............: ${efl_func_shm_open}" | 967 | echo " shm_open.............: ${efl_func_shm_open}" |
975 | echo | 968 | echo |
976 | echo " Tests................: make check (Coverage: ${_efl_enable_coverage})" | ||
977 | echo " Examples.............: make examples" | ||
978 | echo " Tiler Example......: ${build_tiler_example}" | ||
979 | echo " installation.......: make install-examples" | ||
980 | echo " Benchmark............: make benchmark" | ||
981 | if test "x${enable_benchmark}" = "xyes" ; then | ||
982 | echo " Glib...............: ${enable_benchmark_glib}" | ||
983 | echo " E17 real data......: ${enable_benchmark_e17}" | ||
984 | fi | ||
985 | echo | ||
986 | echo " Memory pools:" | 969 | echo " Memory pools:" |
987 | echo " Buddy..............: ${enable_buddy}" | 970 | echo " Buddy..............: ${enable_buddy}" |
988 | echo " Chained pool.......: ${enable_chained_pool}" | 971 | echo " Chained pool.......: ${enable_chained_pool}" |
@@ -992,35 +975,14 @@ echo " Fixed bitmap.......: ${enable_fixed_bitmap}" | |||
992 | echo " One big............: ${enable_one_big}" | 975 | echo " One big............: ${enable_one_big}" |
993 | echo " Pass through.......: ${enable_pass_through}" | 976 | echo " Pass through.......: ${enable_pass_through}" |
994 | echo | 977 | echo |
995 | if test "x${efl_have_eet}" = "xno" ; then | ||
996 | echo "Eet....................: no" | ||
997 | echo | ||
998 | else | ||
999 | echo "Eet" | ||
1000 | echo | ||
1001 | echo " Secure layer.........: ${build_crypto}" | ||
1002 | echo | ||
1003 | echo " Tests................: make check (Coverage: ${_efl_enable_coverage})" | ||
1004 | echo " Examples.............: make examples" | ||
1005 | echo " installation.......: make install-examples" | ||
1006 | fi | ||
1007 | if test "x${efl_have_eo}" = "xno" ; then | ||
1008 | echo "Eo.....................: no" | ||
1009 | echo | ||
1010 | else | ||
1011 | echo "Eo" | ||
1012 | echo | ||
1013 | echo " Tests................: make check (Coverage: ${_efl_enable_coverage})" | ||
1014 | echo " Examples.............: make examples" | ||
1015 | echo " installation.......: make install-examples" | ||
1016 | fi | ||
1017 | echo | ||
1018 | echo "Compilation............: make (or gmake)" | 978 | echo "Compilation............: make (or gmake)" |
1019 | echo " CPPFLAGS.............: $CPPFLAGS" | 979 | echo " CPPFLAGS.............: $CPPFLAGS" |
1020 | echo " CFLAGS...............: $CFLAGS" | 980 | echo " CFLAGS...............: $CFLAGS" |
1021 | echo " CXXFLAGS.............: $CXXFLAGS" | 981 | echo " CXXFLAGS.............: $CXXFLAGS" |
1022 | echo " LDFLAGS..............: $LDFLAGS" | 982 | echo " LDFLAGS..............: $LDFLAGS" |
1023 | echo | 983 | echo |
984 | echo "Tests..................: make check (Coverage: ${_efl_enable_coverage})" | ||
985 | echo "Examples...............: make examples (also install-examples)" | ||
1024 | echo "Installation...........: make install (as root if needed, with 'su' or 'sudo')" | 986 | echo "Installation...........: make install (as root if needed, with 'su' or 'sudo')" |
1025 | echo " prefix...............: $prefix" | 987 | echo " prefix...............: $prefix" |
1026 | echo | 988 | echo |