configure - add big complaint section if you use off configure options

also force whoever/whatever is compiling via another really long and
obscure option or otherwise fail configure if they do not
This commit is contained in:
Carsten Haitzler 2014-02-12 10:27:34 +09:00
parent df1de58adb
commit 365b6d24d6
1 changed files with 182 additions and 37 deletions

View File

@ -19,6 +19,8 @@ AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE([1.6 dist-bzip2 -Wall color-tests]) AM_INIT_AUTOMAKE([1.6 dist-bzip2 -Wall color-tests])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
CFOPT_WARNING=""
#### Apply configuring with legacy api's only, eo api's or both. #### Apply configuring with legacy api's only, eo api's or both.
EFL_API_LEGACY_DEF="#define EFL_NOLEGACY_API_SUPPORT" EFL_API_LEGACY_DEF="#define EFL_NOLEGACY_API_SUPPORT"
@ -337,6 +339,7 @@ AM_CONDITIONAL([EFL_ENABLE_TESTS], [test "${want_tests}" = "yes"])
# check for crypto/tls library to use # check for crypto/tls library to use
case "$build_crypto" in case "$build_crypto" in
gnutls) gnutls)
CFOPT_WARNING="xyes"
EFL_DEPEND_PKG([crypto], [GNUTLS], [gnutls >= 2.12.16]) EFL_DEPEND_PKG([crypto], [GNUTLS], [gnutls >= 2.12.16])
AM_PATH_LIBGCRYPT([], [:], AM_PATH_LIBGCRYPT([], [:],
@ -860,6 +863,9 @@ AC_MSG_RESULT([${enable_log}])
EINA_CONFIG([ENABLE_LOG], [test "x${enable_log}" = "xyes"]) EINA_CONFIG([ENABLE_LOG], [test "x${enable_log}" = "xyes"])
EFL_CHECK_THREADS EFL_CHECK_THREADS
if test "x${efl_have_threads}" = "xno"; then
CFOPT_WARNING="xyes"
fi
EFL_ADD_PUBLIC_LIBS([EINA], [${EFL_PTHREAD_LIBS}]) EFL_ADD_PUBLIC_LIBS([EINA], [${EFL_PTHREAD_LIBS}])
EFL_ADD_CFLAGS([EINA], [${EFL_PTHREAD_CFLAGS}]) EFL_ADD_CFLAGS([EINA], [${EFL_PTHREAD_CFLAGS}])
@ -998,6 +1004,7 @@ case "${with_x11}" in
xcb) xcb)
want_x11_xcb="yes" want_x11_xcb="yes"
want_x11_any="yes" want_x11_any="yes"
CFOPT_WARNING="xyes"
;; ;;
none) none)
want_x11_none="yes" want_x11_none="yes"
@ -1127,6 +1134,7 @@ AC_ARG_ENABLE([fontconfig],
want_fontconfig="yes" want_fontconfig="yes"
else else
want_fontconfig="no" want_fontconfig="no"
CFOPT_WARNING="xyes"
fi fi
], ],
[want_fontconfig="yes"]) [want_fontconfig="yes"])
@ -1140,6 +1148,7 @@ AC_ARG_ENABLE([fribidi],
want_fribidi="yes" want_fribidi="yes"
else else
want_fribidi="no" want_fribidi="no"
CFOPT_WARNING="xyes"
fi fi
], ],
[want_fribidi="yes"]) [want_fribidi="yes"])
@ -1153,6 +1162,7 @@ AC_ARG_ENABLE([eo_id],
want_eo_id="yes" want_eo_id="yes"
else else
want_eo_id="no" want_eo_id="no"
CFOPT_WARNING="xyes"
fi fi
], ],
[want_eo_id="yes"]) [want_eo_id="yes"])
@ -1190,6 +1200,7 @@ AC_ARG_ENABLE([pixman],
[ [
if test "x${enableval}" = "xyes" ; then if test "x${enableval}" = "xyes" ; then
want_pixman="yes" want_pixman="yes"
CFOPT_WARNING="xyes"
else else
want_pixman="no" want_pixman="no"
fi fi
@ -1275,6 +1286,7 @@ AC_ARG_ENABLE([tile-rotate],
[ [
if test "x${enableval}" = "xyes" ; then if test "x${enableval}" = "xyes" ; then
have_tile_rotate="yes" have_tile_rotate="yes"
CFOPT_WARNING="xyes"
else else
have_tile_rotate="no" have_tile_rotate="no"
fi fi
@ -1658,6 +1670,7 @@ AC_ARG_ENABLE([cserve],
want_evas_cserve2="yes" want_evas_cserve2="yes"
else else
want_evas_cserve2="no" want_evas_cserve2="no"
CFOPT_WARNING="xyes"
fi fi
], ],
[want_evas_cserve2="yes"]) [want_evas_cserve2="yes"])
@ -1804,6 +1817,7 @@ AC_ARG_ENABLE([g-main-loop],
[ [
if test "x${enableval}" = "xyes" ; then if test "x${enableval}" = "xyes" ; then
want_g_main_loop="yes" want_g_main_loop="yes"
CFOPT_WARNING="xyes"
else else
want_g_main_loop="no" want_g_main_loop="no"
fi fi
@ -1816,6 +1830,7 @@ AC_ARG_ENABLE([gstreamer],
[ [
if test "x${enableval}" = "xyes" ; then if test "x${enableval}" = "xyes" ; then
want_gstreamer="yes" want_gstreamer="yes"
CFOPT_WARNING="xyes"
else else
want_gstreamer="no" want_gstreamer="no"
fi fi
@ -1830,6 +1845,7 @@ AC_ARG_ENABLE([gstreamer1],
want_gstreamer1="yes" want_gstreamer1="yes"
else else
want_gstreamer1="no" want_gstreamer1="no"
CFOPT_WARNING="xyes"
fi fi
], ],
[want_gstreamer1="yes"]) [want_gstreamer1="yes"])
@ -2496,6 +2512,7 @@ AC_ARG_ENABLE([audio],
want_audio="yes" want_audio="yes"
else else
want_audio="no" want_audio="no"
CFOPT_WARNING="xyes"
fi fi
], ],
[want_audio="yes"]) [want_audio="yes"])
@ -2520,6 +2537,7 @@ AC_ARG_ENABLE([pulseaudio],
want_pulseaudio="yes" want_pulseaudio="yes"
else else
want_pulseaudio="no" want_pulseaudio="no"
CFOPT_WARNING="xyes"
fi fi
], ],
[want_pulseaudio="yes"]) [want_pulseaudio="yes"])
@ -2728,6 +2746,7 @@ AC_ARG_ENABLE([xinput2],
want_xinput2="yes" want_xinput2="yes"
else else
want_xinput2="no" want_xinput2="no"
CFOPT_WARNING="xyes"
fi fi
], ],
[want_xinput2="yes"]) [want_xinput2="yes"])
@ -2750,6 +2769,7 @@ AC_ARG_ENABLE([xim],
want_xim="yes" want_xim="yes"
else else
want_xim="no" want_xim="no"
CFOPT_WARNING="xyes"
fi fi
], ],
[want_xim="yes"]) [want_xim="yes"])
@ -2761,6 +2781,7 @@ AC_ARG_ENABLE([scim],
want_scim="yes" want_scim="yes"
else else
want_scim="no" want_scim="no"
CFOPT_WARNING="xyes"
fi fi
], ],
[want_scim="yes"]) [want_scim="yes"])
@ -3176,6 +3197,7 @@ AC_ARG_ENABLE([libmount],
want_libmount="yes" want_libmount="yes"
else else
want_libmount="no" want_libmount="no"
CFOPT_WARNING="xyes"
fi fi
], ],
[want_libmount="yes"]) [want_libmount="yes"])
@ -3539,6 +3561,7 @@ AC_ARG_ENABLE([physics],
if test "x${enableval}" = "xyes" ; then if test "x${enableval}" = "xyes" ; then
want_physics="yes" want_physics="yes"
else else
CFOPT_WARNING="xyes"
want_physics="no" want_physics="no"
fi fi
], ],
@ -3877,6 +3900,19 @@ AC_ARG_ENABLE([always-build-examples],
[want_always_build_examples="no"]) [want_always_build_examples="no"])
AM_CONDITIONAL([ALWAYS_BUILD_EXAMPLES], [test "${want_always_build_examples}" = "yes"]) AM_CONDITIONAL([ALWAYS_BUILD_EXAMPLES], [test "${want_always_build_examples}" = "yes"])
BARF_OK="xno"
# Harfbuzz
AC_ARG_ENABLE([i-really-know-what-i-am-doing-and-that-this-will-proboably-break-things-and-i-will-fix-them-myself-and-send-patches-aaa],
[ You will be told when this is needed ],
[
if test "x${enableval}" = "xyes" ; then
BARF_OK=""
else
BARF_OK="xno"
fi
],
[ BARF_OK="xno" ])
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
@ -4106,9 +4142,14 @@ if test "x${have_systemd_pkg}" = "xyes" -a "x${want_systemd}" = "xno"; then
echo " || ||" echo " || ||"
fi fi
if test "x${with_x11}" = "xxcb"; then
if test -n "$CFOPT_WARNING"; then
echo "_____________________________________________________________________" echo "_____________________________________________________________________"
echo "!!-- WARNING --!!" echo ""
echo "==-- WARNING --=="
echo ""
echo "_____________________________________________________________________"
if test "x${with_x11}" = "xxcb"; then
echo "_____________________________________________________________________" echo "_____________________________________________________________________"
echo "You have chosen to use XCB instead of Xlib. It is a myth that XCB" echo "You have chosen to use XCB instead of Xlib. It is a myth that XCB"
echo "is amazingly faster than Xlib (when used sensibly). It can be" echo "is amazingly faster than Xlib (when used sensibly). It can be"
@ -4128,12 +4169,8 @@ if test "x${with_x11}" = "xxcb"; then
echo "remove the XCB setup, remove the --with-x11=xcb option to" echo "remove the XCB setup, remove the --with-x11=xcb option to"
echo "configure." echo "configure."
echo "_____________________________________________________________________" echo "_____________________________________________________________________"
sleep 10 fi
fi if test "x${build_crypto}" = "xgnutls"; then
if test "x${build_crypto}" = "xgnutls"; then
echo "_____________________________________________________________________"
echo "!!-- WARNING --!!"
echo "_____________________________________________________________________" echo "_____________________________________________________________________"
echo "You have chosen gnutls as the crypto back-end. This will have some" echo "You have chosen gnutls as the crypto back-end. This will have some"
echo "side-effects that can break set-uid root binaries that happen to" echo "side-effects that can break set-uid root binaries that happen to"
@ -4143,5 +4180,113 @@ if test "x${build_crypto}" = "xgnutls"; then
echo "what you are doing and are willing to live with broken " echo "what you are doing and are willing to live with broken "
echo "functionality." echo "functionality."
echo "_____________________________________________________________________" echo "_____________________________________________________________________"
fi
if test "x${want_physics}" = "xno"; then
echo "_____________________________________________________________________"
echo "You have chosen to disable physics support. This disables lots of"
echo "core functionality and is effectively never tested. You are going"
echo "to find features that suddenly don't work and as a result cause"
echo "a series of breakages. This is simply not tested so you are on"
echo "your own in terms of ensuring everything works if you do this"
echo "_____________________________________________________________________"
fi
if test "x${efl_have_threads}" = "xno"; then
echo "_____________________________________________________________________"
echo "You have disabled threading support. A lot of code is literally"
echo "written to need threading. We never test or even build with"
echo "threading disabled, so doing this is entering uncharted territory."
echo "There is a very good chance things may not compile at all, or if"
echo "the do, they will break at runtime in weird and wonderful ways."
echo "Highly reconsider what you are doing here, or be prepared to deal"
echo "with the fallout yourself."
echo "_____________________________________________________________________"
fi
if test "x${want_fontconfig}" = "xno"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_fribidi}" = "xno"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_pixman}" = "xyes"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${have_tile_rotate}" = "xyes"; then
echo "_____________________________________________________________________"
echo "...not tested much..."
echo "_____________________________________________________________________"
fi
if test "x${want_g_main_loop}" = "xyes"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_gstreamer}" = "xyes"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_gstreamer1}" = "xno"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_eo_id}" = "xno"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_evas_cserve2}" = "xno"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_audio}" = "xno"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_pulseaudio}" = "xno"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_xinput2}" = "xno"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_xim}" = "xno"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_scim}" = "xno"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
if test "x${want_libmount}" = "xno"; then
echo "_____________________________________________________________________"
echo "...bad feature req..."
echo "_____________________________________________________________________"
fi
echo "_____________________________________________________________________"
echo ""
echo "==-- WARNING --=="
echo ""
echo "_____________________________________________________________________"
if test -n "$BARF_OK"; then
echo "Please add the following option to acknowledge this:"
echo " --enable-i-really-know-what-i-am-doing-and-that-this-will-proboably-break-things-and-i-will-fix-them-myself-and-send-patches-aaa"
echo "_____________________________________________________________________"
rm -f Makefile
exit 1
fi
sleep 10 sleep 10
fi fi