diff options
Diffstat (limited to 'libraries/evas/configure')
-rwxr-xr-x | libraries/evas/configure | 2718 |
1 files changed, 1660 insertions, 1058 deletions
diff --git a/libraries/evas/configure b/libraries/evas/configure index df1fca7..8ab6964 100755 --- a/libraries/evas/configure +++ b/libraries/evas/configure | |||
@@ -1,13 +1,13 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | # Guess values for system-dependent variables and create Makefiles. | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | # Generated by GNU Autoconf 2.67 for evas 1.1.0. | 3 | # Generated by GNU Autoconf 2.65 for evas 1.1.99.67344. |
4 | # | 4 | # |
5 | # Report bugs to <enlightenment-devel@lists.sourceforge.net>. | 5 | # Report bugs to <enlightenment-devel@lists.sourceforge.net>. |
6 | # | 6 | # |
7 | # | 7 | # |
8 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 8 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
9 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software | 9 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
10 | # Foundation, Inc. | 10 | # Inc. |
11 | # | 11 | # |
12 | # | 12 | # |
13 | # This configure script is free software; the Free Software Foundation | 13 | # This configure script is free software; the Free Software Foundation |
@@ -319,7 +319,7 @@ $as_echo X"$as_dir" | | |||
319 | test -d "$as_dir" && break | 319 | test -d "$as_dir" && break |
320 | done | 320 | done |
321 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 321 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
322 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 322 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
323 | 323 | ||
324 | 324 | ||
325 | } # as_fn_mkdir_p | 325 | } # as_fn_mkdir_p |
@@ -359,19 +359,19 @@ else | |||
359 | fi # as_fn_arith | 359 | fi # as_fn_arith |
360 | 360 | ||
361 | 361 | ||
362 | # as_fn_error STATUS ERROR [LINENO LOG_FD] | 362 | # as_fn_error ERROR [LINENO LOG_FD] |
363 | # ---------------------------------------- | 363 | # --------------------------------- |
364 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 364 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
365 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 365 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
366 | # script with STATUS, using 1 if that was 0. | 366 | # script with status $?, using 1 if that was 0. |
367 | as_fn_error () | 367 | as_fn_error () |
368 | { | 368 | { |
369 | as_status=$1; test $as_status -eq 0 && as_status=1 | 369 | as_status=$?; test $as_status -eq 0 && as_status=1 |
370 | if test "$4"; then | 370 | if test "$3"; then |
371 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 371 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
372 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 372 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
373 | fi | 373 | fi |
374 | $as_echo "$as_me: error: $2" >&2 | 374 | $as_echo "$as_me: error: $1" >&2 |
375 | as_fn_exit $as_status | 375 | as_fn_exit $as_status |
376 | } # as_fn_error | 376 | } # as_fn_error |
377 | 377 | ||
@@ -682,7 +682,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null | |||
682 | exec 6>&1 | 682 | exec 6>&1 |
683 | 683 | ||
684 | # Name of the host. | 684 | # Name of the host. |
685 | # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, | 685 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
686 | # so uname gets run too. | 686 | # so uname gets run too. |
687 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 687 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
688 | 688 | ||
@@ -701,8 +701,8 @@ MAKEFLAGS= | |||
701 | # Identity of this package. | 701 | # Identity of this package. |
702 | PACKAGE_NAME='evas' | 702 | PACKAGE_NAME='evas' |
703 | PACKAGE_TARNAME='evas' | 703 | PACKAGE_TARNAME='evas' |
704 | PACKAGE_VERSION='1.1.0' | 704 | PACKAGE_VERSION='1.1.99.67344' |
705 | PACKAGE_STRING='evas 1.1.0' | 705 | PACKAGE_STRING='evas 1.1.99.67344' |
706 | PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net' | 706 | PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net' |
707 | PACKAGE_URL='' | 707 | PACKAGE_URL='' |
708 | 708 | ||
@@ -937,6 +937,20 @@ evas_engine_software_xcb_libs | |||
937 | evas_engine_software_xcb_cflags | 937 | evas_engine_software_xcb_cflags |
938 | EVAS_STATIC_BUILD_SOFTWARE_GENERIC_FALSE | 938 | EVAS_STATIC_BUILD_SOFTWARE_GENERIC_FALSE |
939 | EVAS_STATIC_BUILD_SOFTWARE_GENERIC_TRUE | 939 | EVAS_STATIC_BUILD_SOFTWARE_GENERIC_TRUE |
940 | EVAS_STATIC_BUILD_WAYLAND_EGL_FALSE | ||
941 | EVAS_STATIC_BUILD_WAYLAND_EGL_TRUE | ||
942 | BUILD_ENGINE_WAYLAND_EGL_FALSE | ||
943 | BUILD_ENGINE_WAYLAND_EGL_TRUE | ||
944 | evas_engine_wayland_egl_libs | ||
945 | evas_engine_wayland_egl_cflags | ||
946 | WAYLAND_EGL_LIBS | ||
947 | WAYLAND_EGL_CFLAGS | ||
948 | EVAS_STATIC_BUILD_WAYLAND_SHM_FALSE | ||
949 | EVAS_STATIC_BUILD_WAYLAND_SHM_TRUE | ||
950 | BUILD_ENGINE_WAYLAND_SHM_FALSE | ||
951 | BUILD_ENGINE_WAYLAND_SHM_TRUE | ||
952 | evas_engine_wayland_shm_libs | ||
953 | evas_engine_wayland_shm_cflags | ||
940 | EVAS_STATIC_BUILD_SOFTWARE_16_SDL_FALSE | 954 | EVAS_STATIC_BUILD_SOFTWARE_16_SDL_FALSE |
941 | EVAS_STATIC_BUILD_SOFTWARE_16_SDL_TRUE | 955 | EVAS_STATIC_BUILD_SOFTWARE_16_SDL_TRUE |
942 | BUILD_ENGINE_SOFTWARE_16_SDL_FALSE | 956 | BUILD_ENGINE_SOFTWARE_16_SDL_FALSE |
@@ -1072,8 +1086,6 @@ EFL_BUILD_DOC_TRUE | |||
1072 | efl_doxygen | 1086 | efl_doxygen |
1073 | efl_have_doxygen | 1087 | efl_have_doxygen |
1074 | pkgconfig_requires_private | 1088 | pkgconfig_requires_private |
1075 | PKG_CONFIG_LIBDIR | ||
1076 | PKG_CONFIG_PATH | ||
1077 | PKG_CONFIG | 1089 | PKG_CONFIG |
1078 | CXXCPP | 1090 | CXXCPP |
1079 | am__fastdepCXX_FALSE | 1091 | am__fastdepCXX_FALSE |
@@ -1221,6 +1233,13 @@ enable_liblinebreak | |||
1221 | enable_fribidi | 1233 | enable_fribidi |
1222 | enable_harfbuzz | 1234 | enable_harfbuzz |
1223 | enable_pixman | 1235 | enable_pixman |
1236 | enable_pixman_font | ||
1237 | enable_pixman_rect | ||
1238 | enable_pixman_line | ||
1239 | enable_pixman_poly | ||
1240 | enable_pixman_image | ||
1241 | enable_pixman_image_scale_sample | ||
1242 | enable_tile_rotate | ||
1224 | enable_evas_cserve | 1243 | enable_evas_cserve |
1225 | enable_gl_flavor_gles | 1244 | enable_gl_flavor_gles |
1226 | enable_gles_variety_sgx | 1245 | enable_gles_variety_sgx |
@@ -1241,6 +1260,8 @@ with_x | |||
1241 | enable_software_16_ddraw | 1260 | enable_software_16_ddraw |
1242 | enable_software_16_wince | 1261 | enable_software_16_wince |
1243 | enable_software_16_sdl | 1262 | enable_software_16_sdl |
1263 | enable_wayland_shm | ||
1264 | enable_wayland_egl | ||
1244 | enable_sdl_primitive | 1265 | enable_sdl_primitive |
1245 | enable_static_software_generic | 1266 | enable_static_software_generic |
1246 | enable_software_xcb | 1267 | enable_software_xcb |
@@ -1338,8 +1359,6 @@ CXXFLAGS | |||
1338 | CCC | 1359 | CCC |
1339 | CXXCPP | 1360 | CXXCPP |
1340 | PKG_CONFIG | 1361 | PKG_CONFIG |
1341 | PKG_CONFIG_PATH | ||
1342 | PKG_CONFIG_LIBDIR | ||
1343 | EVIL_CFLAGS | 1362 | EVIL_CFLAGS |
1344 | EVIL_LIBS | 1363 | EVIL_LIBS |
1345 | EINA_CFLAGS | 1364 | EINA_CFLAGS |
@@ -1363,6 +1382,8 @@ DIRECTFB_LIBS | |||
1363 | XCB_CFLAGS | 1382 | XCB_CFLAGS |
1364 | XCB_LIBS | 1383 | XCB_LIBS |
1365 | XMKMF | 1384 | XMKMF |
1385 | WAYLAND_EGL_CFLAGS | ||
1386 | WAYLAND_EGL_LIBS | ||
1366 | XCB_GL_CFLAGS | 1387 | XCB_GL_CFLAGS |
1367 | XCB_GL_LIBS | 1388 | XCB_GL_LIBS |
1368 | EDB_CFLAGS | 1389 | EDB_CFLAGS |
@@ -1445,9 +1466,8 @@ do | |||
1445 | fi | 1466 | fi |
1446 | 1467 | ||
1447 | case $ac_option in | 1468 | case $ac_option in |
1448 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 1469 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
1449 | *=) ac_optarg= ;; | 1470 | *) ac_optarg=yes ;; |
1450 | *) ac_optarg=yes ;; | ||
1451 | esac | 1471 | esac |
1452 | 1472 | ||
1453 | # Accept the important Cygnus configure options, so we can diagnose typos. | 1473 | # Accept the important Cygnus configure options, so we can diagnose typos. |
@@ -1492,7 +1512,7 @@ do | |||
1492 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 1512 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
1493 | # Reject names that are not valid shell variable names. | 1513 | # Reject names that are not valid shell variable names. |
1494 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1514 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1495 | as_fn_error $? "invalid feature name: $ac_useropt" | 1515 | as_fn_error "invalid feature name: $ac_useropt" |
1496 | ac_useropt_orig=$ac_useropt | 1516 | ac_useropt_orig=$ac_useropt |
1497 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1517 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1498 | case $ac_user_opts in | 1518 | case $ac_user_opts in |
@@ -1518,7 +1538,7 @@ do | |||
1518 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 1538 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
1519 | # Reject names that are not valid shell variable names. | 1539 | # Reject names that are not valid shell variable names. |
1520 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1540 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1521 | as_fn_error $? "invalid feature name: $ac_useropt" | 1541 | as_fn_error "invalid feature name: $ac_useropt" |
1522 | ac_useropt_orig=$ac_useropt | 1542 | ac_useropt_orig=$ac_useropt |
1523 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1543 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1524 | case $ac_user_opts in | 1544 | case $ac_user_opts in |
@@ -1722,7 +1742,7 @@ do | |||
1722 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1742 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1723 | # Reject names that are not valid shell variable names. | 1743 | # Reject names that are not valid shell variable names. |
1724 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1744 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1725 | as_fn_error $? "invalid package name: $ac_useropt" | 1745 | as_fn_error "invalid package name: $ac_useropt" |
1726 | ac_useropt_orig=$ac_useropt | 1746 | ac_useropt_orig=$ac_useropt |
1727 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1747 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1728 | case $ac_user_opts in | 1748 | case $ac_user_opts in |
@@ -1738,7 +1758,7 @@ do | |||
1738 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1758 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1739 | # Reject names that are not valid shell variable names. | 1759 | # Reject names that are not valid shell variable names. |
1740 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1760 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1741 | as_fn_error $? "invalid package name: $ac_useropt" | 1761 | as_fn_error "invalid package name: $ac_useropt" |
1742 | ac_useropt_orig=$ac_useropt | 1762 | ac_useropt_orig=$ac_useropt |
1743 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1763 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1744 | case $ac_user_opts in | 1764 | case $ac_user_opts in |
@@ -1768,8 +1788,8 @@ do | |||
1768 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1788 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1769 | x_libraries=$ac_optarg ;; | 1789 | x_libraries=$ac_optarg ;; |
1770 | 1790 | ||
1771 | -*) as_fn_error $? "unrecognized option: \`$ac_option' | 1791 | -*) as_fn_error "unrecognized option: \`$ac_option' |
1772 | Try \`$0 --help' for more information" | 1792 | Try \`$0 --help' for more information." |
1773 | ;; | 1793 | ;; |
1774 | 1794 | ||
1775 | *=*) | 1795 | *=*) |
@@ -1777,7 +1797,7 @@ Try \`$0 --help' for more information" | |||
1777 | # Reject names that are not valid shell variable names. | 1797 | # Reject names that are not valid shell variable names. |
1778 | case $ac_envvar in #( | 1798 | case $ac_envvar in #( |
1779 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1799 | '' | [0-9]* | *[!_$as_cr_alnum]* ) |
1780 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; | 1800 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; |
1781 | esac | 1801 | esac |
1782 | eval $ac_envvar=\$ac_optarg | 1802 | eval $ac_envvar=\$ac_optarg |
1783 | export $ac_envvar ;; | 1803 | export $ac_envvar ;; |
@@ -1795,13 +1815,13 @@ done | |||
1795 | 1815 | ||
1796 | if test -n "$ac_prev"; then | 1816 | if test -n "$ac_prev"; then |
1797 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1817 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1798 | as_fn_error $? "missing argument to $ac_option" | 1818 | as_fn_error "missing argument to $ac_option" |
1799 | fi | 1819 | fi |
1800 | 1820 | ||
1801 | if test -n "$ac_unrecognized_opts"; then | 1821 | if test -n "$ac_unrecognized_opts"; then |
1802 | case $enable_option_checking in | 1822 | case $enable_option_checking in |
1803 | no) ;; | 1823 | no) ;; |
1804 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; | 1824 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; |
1805 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1825 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
1806 | esac | 1826 | esac |
1807 | fi | 1827 | fi |
@@ -1824,7 +1844,7 @@ do | |||
1824 | [\\/$]* | ?:[\\/]* ) continue;; | 1844 | [\\/$]* | ?:[\\/]* ) continue;; |
1825 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1845 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1826 | esac | 1846 | esac |
1827 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" | 1847 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" |
1828 | done | 1848 | done |
1829 | 1849 | ||
1830 | # There might be people who depend on the old broken behavior: `$host' | 1850 | # There might be people who depend on the old broken behavior: `$host' |
@@ -1838,8 +1858,8 @@ target=$target_alias | |||
1838 | if test "x$host_alias" != x; then | 1858 | if test "x$host_alias" != x; then |
1839 | if test "x$build_alias" = x; then | 1859 | if test "x$build_alias" = x; then |
1840 | cross_compiling=maybe | 1860 | cross_compiling=maybe |
1841 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | 1861 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
1842 | If a cross compiler is detected then cross compile mode will be used" >&2 | 1862 | If a cross compiler is detected then cross compile mode will be used." >&2 |
1843 | elif test "x$build_alias" != "x$host_alias"; then | 1863 | elif test "x$build_alias" != "x$host_alias"; then |
1844 | cross_compiling=yes | 1864 | cross_compiling=yes |
1845 | fi | 1865 | fi |
@@ -1854,9 +1874,9 @@ test "$silent" = yes && exec 6>/dev/null | |||
1854 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1874 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1855 | ac_ls_di=`ls -di .` && | 1875 | ac_ls_di=`ls -di .` && |
1856 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1876 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1857 | as_fn_error $? "working directory cannot be determined" | 1877 | as_fn_error "working directory cannot be determined" |
1858 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1878 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1859 | as_fn_error $? "pwd does not report name of working directory" | 1879 | as_fn_error "pwd does not report name of working directory" |
1860 | 1880 | ||
1861 | 1881 | ||
1862 | # Find the source files, if location was not specified. | 1882 | # Find the source files, if location was not specified. |
@@ -1895,11 +1915,11 @@ else | |||
1895 | fi | 1915 | fi |
1896 | if test ! -r "$srcdir/$ac_unique_file"; then | 1916 | if test ! -r "$srcdir/$ac_unique_file"; then |
1897 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1917 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1898 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" | 1918 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" |
1899 | fi | 1919 | fi |
1900 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1920 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1901 | ac_abs_confdir=`( | 1921 | ac_abs_confdir=`( |
1902 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" | 1922 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" |
1903 | pwd)` | 1923 | pwd)` |
1904 | # When building in place, set srcdir=. | 1924 | # When building in place, set srcdir=. |
1905 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1925 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
@@ -1925,7 +1945,7 @@ if test "$ac_init_help" = "long"; then | |||
1925 | # Omit some internal or obsolete options to make the list less imposing. | 1945 | # Omit some internal or obsolete options to make the list less imposing. |
1926 | # This message is too long to be a string in the A/UX 3.1 sh. | 1946 | # This message is too long to be a string in the A/UX 3.1 sh. |
1927 | cat <<_ACEOF | 1947 | cat <<_ACEOF |
1928 | \`configure' configures evas 1.1.0 to adapt to many kinds of systems. | 1948 | \`configure' configures evas 1.1.99.67344 to adapt to many kinds of systems. |
1929 | 1949 | ||
1930 | Usage: $0 [OPTION]... [VAR=VALUE]... | 1950 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1931 | 1951 | ||
@@ -1939,7 +1959,7 @@ Configuration: | |||
1939 | --help=short display options specific to this package | 1959 | --help=short display options specific to this package |
1940 | --help=recursive display the short help of all the included packages | 1960 | --help=recursive display the short help of all the included packages |
1941 | -V, --version display version information and exit | 1961 | -V, --version display version information and exit |
1942 | -q, --quiet, --silent do not print \`checking ...' messages | 1962 | -q, --quiet, --silent do not print \`checking...' messages |
1943 | --cache-file=FILE cache test results in FILE [disabled] | 1963 | --cache-file=FILE cache test results in FILE [disabled] |
1944 | -C, --config-cache alias for \`--cache-file=config.cache' | 1964 | -C, --config-cache alias for \`--cache-file=config.cache' |
1945 | -n, --no-create do not create output files | 1965 | -n, --no-create do not create output files |
@@ -1999,7 +2019,7 @@ fi | |||
1999 | 2019 | ||
2000 | if test -n "$ac_init_help"; then | 2020 | if test -n "$ac_init_help"; then |
2001 | case $ac_init_help in | 2021 | case $ac_init_help in |
2002 | short | recursive ) echo "Configuration of evas 1.1.0:";; | 2022 | short | recursive ) echo "Configuration of evas 1.1.99.67344:";; |
2003 | esac | 2023 | esac |
2004 | cat <<\_ACEOF | 2024 | cat <<\_ACEOF |
2005 | 2025 | ||
@@ -2027,8 +2047,16 @@ Optional Features: | |||
2027 | [default=enabled] | 2047 | [default=enabled] |
2028 | --disable-harfbuzz disable complex text shaping and layouting support. | 2048 | --disable-harfbuzz disable complex text shaping and layouting support. |
2029 | [default=enabled] | 2049 | [default=enabled] |
2030 | --disable-pixman disable pixman for software rendering. | 2050 | --enable-pixman enable pixman for software rendering. |
2031 | [default=enabled] | 2051 | [default=enabled] |
2052 | --enable-pixman-font Allow pixman to render fonts | ||
2053 | --enable-pixman-rect Allow pixman to render rects | ||
2054 | --enable-pixman-line Allow pixman to render lines | ||
2055 | --enable-pixman-poly Allow pixman to render polys | ||
2056 | --enable-pixman-image Allow pixman to render images | ||
2057 | --enable-pixman-image-scale-sample | ||
2058 | Allow pixman to render sampled scaled images | ||
2059 | --enable-tile-rotate Enable tiled rotate algorithm | ||
2032 | --disable-evas-cserve disable shared cache server support. | 2060 | --disable-evas-cserve disable shared cache server support. |
2033 | [default=enabled] | 2061 | [default=enabled] |
2034 | --enable-gl-flavor-gles enable gles falvor of gl instead of standard | 2062 | --enable-gl-flavor-gles enable gles falvor of gl instead of standard |
@@ -2056,6 +2084,8 @@ Optional Features: | |||
2056 | enable Software Windows CE 16 bits rendering backend | 2084 | enable Software Windows CE 16 bits rendering backend |
2057 | --enable-software-16-sdl | 2085 | --enable-software-16-sdl |
2058 | enable Software SDL 16 bits rendering backend | 2086 | enable Software SDL 16 bits rendering backend |
2087 | --enable-wayland-shm enable Wayland Shm rendering backend | ||
2088 | --enable-wayland-egl enable Wayland Egl rendering backend | ||
2059 | --enable-sdl-primitive | 2089 | --enable-sdl-primitive |
2060 | --enable-static-software-generic | 2090 | --enable-static-software-generic |
2061 | Build software generic engine as part of libevas | 2091 | Build software generic engine as part of libevas |
@@ -2229,10 +2259,6 @@ Some influential environment variables: | |||
2229 | CXXFLAGS C++ compiler flags | 2259 | CXXFLAGS C++ compiler flags |
2230 | CXXCPP C++ preprocessor | 2260 | CXXCPP C++ preprocessor |
2231 | PKG_CONFIG path to pkg-config utility | 2261 | PKG_CONFIG path to pkg-config utility |
2232 | PKG_CONFIG_PATH | ||
2233 | directories to add to pkg-config's search path | ||
2234 | PKG_CONFIG_LIBDIR | ||
2235 | path overriding pkg-config's built-in search path | ||
2236 | EVIL_CFLAGS C compiler flags for EVIL, overriding pkg-config | 2262 | EVIL_CFLAGS C compiler flags for EVIL, overriding pkg-config |
2237 | EVIL_LIBS linker flags for EVIL, overriding pkg-config | 2263 | EVIL_LIBS linker flags for EVIL, overriding pkg-config |
2238 | EINA_CFLAGS C compiler flags for EINA, overriding pkg-config | 2264 | EINA_CFLAGS C compiler flags for EINA, overriding pkg-config |
@@ -2268,6 +2294,10 @@ Some influential environment variables: | |||
2268 | XCB_CFLAGS C compiler flags for XCB, overriding pkg-config | 2294 | XCB_CFLAGS C compiler flags for XCB, overriding pkg-config |
2269 | XCB_LIBS linker flags for XCB, overriding pkg-config | 2295 | XCB_LIBS linker flags for XCB, overriding pkg-config |
2270 | XMKMF Path to xmkmf, Makefile generator for X Window System | 2296 | XMKMF Path to xmkmf, Makefile generator for X Window System |
2297 | WAYLAND_EGL_CFLAGS | ||
2298 | C compiler flags for WAYLAND_EGL, overriding pkg-config | ||
2299 | WAYLAND_EGL_LIBS | ||
2300 | linker flags for WAYLAND_EGL, overriding pkg-config | ||
2271 | XCB_GL_CFLAGS | 2301 | XCB_GL_CFLAGS |
2272 | C compiler flags for XCB_GL, overriding pkg-config | 2302 | C compiler flags for XCB_GL, overriding pkg-config |
2273 | XCB_GL_LIBS linker flags for XCB_GL, overriding pkg-config | 2303 | XCB_GL_LIBS linker flags for XCB_GL, overriding pkg-config |
@@ -2361,10 +2391,10 @@ fi | |||
2361 | test -n "$ac_init_help" && exit $ac_status | 2391 | test -n "$ac_init_help" && exit $ac_status |
2362 | if $ac_init_version; then | 2392 | if $ac_init_version; then |
2363 | cat <<\_ACEOF | 2393 | cat <<\_ACEOF |
2364 | evas configure 1.1.0 | 2394 | evas configure 1.1.99.67344 |
2365 | generated by GNU Autoconf 2.67 | 2395 | generated by GNU Autoconf 2.65 |
2366 | 2396 | ||
2367 | Copyright (C) 2010 Free Software Foundation, Inc. | 2397 | Copyright (C) 2009 Free Software Foundation, Inc. |
2368 | This configure script is free software; the Free Software Foundation | 2398 | This configure script is free software; the Free Software Foundation |
2369 | gives unlimited permission to copy, distribute and modify it. | 2399 | gives unlimited permission to copy, distribute and modify it. |
2370 | _ACEOF | 2400 | _ACEOF |
@@ -2434,7 +2464,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
2434 | mv -f conftest.er1 conftest.err | 2464 | mv -f conftest.er1 conftest.err |
2435 | fi | 2465 | fi |
2436 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 2466 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
2437 | test $ac_status = 0; } > conftest.i && { | 2467 | test $ac_status = 0; } >/dev/null && { |
2438 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 2468 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
2439 | test ! -s conftest.err | 2469 | test ! -s conftest.err |
2440 | }; then : | 2470 | }; then : |
@@ -2458,10 +2488,10 @@ fi | |||
2458 | ac_fn_c_check_header_mongrel () | 2488 | ac_fn_c_check_header_mongrel () |
2459 | { | 2489 | { |
2460 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2490 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2461 | if eval "test \"\${$3+set}\"" = set; then : | 2491 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2462 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2492 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2463 | $as_echo_n "checking for $2... " >&6; } | 2493 | $as_echo_n "checking for $2... " >&6; } |
2464 | if eval "test \"\${$3+set}\"" = set; then : | 2494 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2465 | $as_echo_n "(cached) " >&6 | 2495 | $as_echo_n "(cached) " >&6 |
2466 | fi | 2496 | fi |
2467 | eval ac_res=\$$3 | 2497 | eval ac_res=\$$3 |
@@ -2497,7 +2527,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
2497 | else | 2527 | else |
2498 | ac_header_preproc=no | 2528 | ac_header_preproc=no |
2499 | fi | 2529 | fi |
2500 | rm -f conftest.err conftest.i conftest.$ac_ext | 2530 | rm -f conftest.err conftest.$ac_ext |
2501 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 2531 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
2502 | $as_echo "$ac_header_preproc" >&6; } | 2532 | $as_echo "$ac_header_preproc" >&6; } |
2503 | 2533 | ||
@@ -2520,15 +2550,17 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |||
2520 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | 2550 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
2521 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | 2551 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
2522 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 2552 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
2523 | ( $as_echo "## -------------------------------------------------------- ## | 2553 | ( cat <<\_ASBOX |
2554 | ## -------------------------------------------------------- ## | ||
2524 | ## Report this to enlightenment-devel@lists.sourceforge.net ## | 2555 | ## Report this to enlightenment-devel@lists.sourceforge.net ## |
2525 | ## -------------------------------------------------------- ##" | 2556 | ## -------------------------------------------------------- ## |
2557 | _ASBOX | ||
2526 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 2558 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
2527 | ;; | 2559 | ;; |
2528 | esac | 2560 | esac |
2529 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2561 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2530 | $as_echo_n "checking for $2... " >&6; } | 2562 | $as_echo_n "checking for $2... " >&6; } |
2531 | if eval "test \"\${$3+set}\"" = set; then : | 2563 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2532 | $as_echo_n "(cached) " >&6 | 2564 | $as_echo_n "(cached) " >&6 |
2533 | else | 2565 | else |
2534 | eval "$3=\$ac_header_compiler" | 2566 | eval "$3=\$ac_header_compiler" |
@@ -2592,7 +2624,7 @@ ac_fn_c_check_header_compile () | |||
2592 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2624 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2593 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2625 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2594 | $as_echo_n "checking for $2... " >&6; } | 2626 | $as_echo_n "checking for $2... " >&6; } |
2595 | if eval "test \"\${$3+set}\"" = set; then : | 2627 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2596 | $as_echo_n "(cached) " >&6 | 2628 | $as_echo_n "(cached) " >&6 |
2597 | else | 2629 | else |
2598 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2630 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -2668,7 +2700,7 @@ ac_fn_c_check_func () | |||
2668 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2700 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2669 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2701 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2670 | $as_echo_n "checking for $2... " >&6; } | 2702 | $as_echo_n "checking for $2... " >&6; } |
2671 | if eval "test \"\${$3+set}\"" = set; then : | 2703 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2672 | $as_echo_n "(cached) " >&6 | 2704 | $as_echo_n "(cached) " >&6 |
2673 | else | 2705 | else |
2674 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2706 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -2870,7 +2902,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
2870 | mv -f conftest.er1 conftest.err | 2902 | mv -f conftest.er1 conftest.err |
2871 | fi | 2903 | fi |
2872 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 2904 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
2873 | test $ac_status = 0; } > conftest.i && { | 2905 | test $ac_status = 0; } >/dev/null && { |
2874 | test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || | 2906 | test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || |
2875 | test ! -s conftest.err | 2907 | test ! -s conftest.err |
2876 | }; then : | 2908 | }; then : |
@@ -3119,7 +3151,7 @@ ac_fn_c_check_type () | |||
3119 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 3151 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
3120 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 3152 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
3121 | $as_echo_n "checking for $2... " >&6; } | 3153 | $as_echo_n "checking for $2... " >&6; } |
3122 | if eval "test \"\${$3+set}\"" = set; then : | 3154 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
3123 | $as_echo_n "(cached) " >&6 | 3155 | $as_echo_n "(cached) " >&6 |
3124 | else | 3156 | else |
3125 | eval "$3=no" | 3157 | eval "$3=no" |
@@ -3164,18 +3196,15 @@ $as_echo "$ac_res" >&6; } | |||
3164 | 3196 | ||
3165 | } # ac_fn_c_check_type | 3197 | } # ac_fn_c_check_type |
3166 | 3198 | ||
3167 | # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES | 3199 | # ac_fn_c_check_decl LINENO SYMBOL VAR |
3168 | # --------------------------------------------- | 3200 | # ------------------------------------ |
3169 | # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR | 3201 | # Tests whether SYMBOL is declared, setting cache variable VAR accordingly. |
3170 | # accordingly. | ||
3171 | ac_fn_c_check_decl () | 3202 | ac_fn_c_check_decl () |
3172 | { | 3203 | { |
3173 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 3204 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
3174 | as_decl_name=`echo $2|sed 's/ *(.*//'` | 3205 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5 |
3175 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` | 3206 | $as_echo_n "checking whether $2 is declared... " >&6; } |
3176 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 | 3207 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
3177 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | ||
3178 | if eval "test \"\${$3+set}\"" = set; then : | ||
3179 | $as_echo_n "(cached) " >&6 | 3208 | $as_echo_n "(cached) " >&6 |
3180 | else | 3209 | else |
3181 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3210 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -3184,12 +3213,8 @@ $4 | |||
3184 | int | 3213 | int |
3185 | main () | 3214 | main () |
3186 | { | 3215 | { |
3187 | #ifndef $as_decl_name | 3216 | #ifndef $2 |
3188 | #ifdef __cplusplus | 3217 | (void) $2; |
3189 | (void) $as_decl_use; | ||
3190 | #else | ||
3191 | (void) $as_decl_name; | ||
3192 | #endif | ||
3193 | #endif | 3218 | #endif |
3194 | 3219 | ||
3195 | ; | 3220 | ; |
@@ -3213,8 +3238,8 @@ cat >config.log <<_ACEOF | |||
3213 | This file contains any messages produced by compilers while | 3238 | This file contains any messages produced by compilers while |
3214 | running configure, to aid debugging if configure makes a mistake. | 3239 | running configure, to aid debugging if configure makes a mistake. |
3215 | 3240 | ||
3216 | It was created by evas $as_me 1.1.0, which was | 3241 | It was created by evas $as_me 1.1.99.67344, which was |
3217 | generated by GNU Autoconf 2.67. Invocation command line was | 3242 | generated by GNU Autoconf 2.65. Invocation command line was |
3218 | 3243 | ||
3219 | $ $0 $@ | 3244 | $ $0 $@ |
3220 | 3245 | ||
@@ -3324,9 +3349,11 @@ trap 'exit_status=$? | |||
3324 | { | 3349 | { |
3325 | echo | 3350 | echo |
3326 | 3351 | ||
3327 | $as_echo "## ---------------- ## | 3352 | cat <<\_ASBOX |
3353 | ## ---------------- ## | ||
3328 | ## Cache variables. ## | 3354 | ## Cache variables. ## |
3329 | ## ---------------- ##" | 3355 | ## ---------------- ## |
3356 | _ASBOX | ||
3330 | echo | 3357 | echo |
3331 | # The following way of writing the cache mishandles newlines in values, | 3358 | # The following way of writing the cache mishandles newlines in values, |
3332 | ( | 3359 | ( |
@@ -3360,9 +3387,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
3360 | ) | 3387 | ) |
3361 | echo | 3388 | echo |
3362 | 3389 | ||
3363 | $as_echo "## ----------------- ## | 3390 | cat <<\_ASBOX |
3391 | ## ----------------- ## | ||
3364 | ## Output variables. ## | 3392 | ## Output variables. ## |
3365 | ## ----------------- ##" | 3393 | ## ----------------- ## |
3394 | _ASBOX | ||
3366 | echo | 3395 | echo |
3367 | for ac_var in $ac_subst_vars | 3396 | for ac_var in $ac_subst_vars |
3368 | do | 3397 | do |
@@ -3375,9 +3404,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
3375 | echo | 3404 | echo |
3376 | 3405 | ||
3377 | if test -n "$ac_subst_files"; then | 3406 | if test -n "$ac_subst_files"; then |
3378 | $as_echo "## ------------------- ## | 3407 | cat <<\_ASBOX |
3408 | ## ------------------- ## | ||
3379 | ## File substitutions. ## | 3409 | ## File substitutions. ## |
3380 | ## ------------------- ##" | 3410 | ## ------------------- ## |
3411 | _ASBOX | ||
3381 | echo | 3412 | echo |
3382 | for ac_var in $ac_subst_files | 3413 | for ac_var in $ac_subst_files |
3383 | do | 3414 | do |
@@ -3391,9 +3422,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
3391 | fi | 3422 | fi |
3392 | 3423 | ||
3393 | if test -s confdefs.h; then | 3424 | if test -s confdefs.h; then |
3394 | $as_echo "## ----------- ## | 3425 | cat <<\_ASBOX |
3426 | ## ----------- ## | ||
3395 | ## confdefs.h. ## | 3427 | ## confdefs.h. ## |
3396 | ## ----------- ##" | 3428 | ## ----------- ## |
3429 | _ASBOX | ||
3397 | echo | 3430 | echo |
3398 | cat confdefs.h | 3431 | cat confdefs.h |
3399 | echo | 3432 | echo |
@@ -3448,12 +3481,7 @@ _ACEOF | |||
3448 | ac_site_file1=NONE | 3481 | ac_site_file1=NONE |
3449 | ac_site_file2=NONE | 3482 | ac_site_file2=NONE |
3450 | if test -n "$CONFIG_SITE"; then | 3483 | if test -n "$CONFIG_SITE"; then |
3451 | # We do not want a PATH search for config.site. | 3484 | ac_site_file1=$CONFIG_SITE |
3452 | case $CONFIG_SITE in #(( | ||
3453 | -*) ac_site_file1=./$CONFIG_SITE;; | ||
3454 | */*) ac_site_file1=$CONFIG_SITE;; | ||
3455 | *) ac_site_file1=./$CONFIG_SITE;; | ||
3456 | esac | ||
3457 | elif test "x$prefix" != xNONE; then | 3485 | elif test "x$prefix" != xNONE; then |
3458 | ac_site_file1=$prefix/share/config.site | 3486 | ac_site_file1=$prefix/share/config.site |
3459 | ac_site_file2=$prefix/etc/config.site | 3487 | ac_site_file2=$prefix/etc/config.site |
@@ -3468,11 +3496,7 @@ do | |||
3468 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 3496 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
3469 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 3497 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
3470 | sed 's/^/| /' "$ac_site_file" >&5 | 3498 | sed 's/^/| /' "$ac_site_file" >&5 |
3471 | . "$ac_site_file" \ | 3499 | . "$ac_site_file" |
3472 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
3473 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
3474 | as_fn_error $? "failed to load site script $ac_site_file | ||
3475 | See \`config.log' for more details" "$LINENO" 5 ; } | ||
3476 | fi | 3500 | fi |
3477 | done | 3501 | done |
3478 | 3502 | ||
@@ -3548,7 +3572,7 @@ if $ac_cache_corrupted; then | |||
3548 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3572 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3549 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 3573 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
3550 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 3574 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
3551 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 3575 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
3552 | fi | 3576 | fi |
3553 | ## -------------------- ## | 3577 | ## -------------------- ## |
3554 | ## Main body of script. ## | 3578 | ## Main body of script. ## |
@@ -3574,22 +3598,16 @@ am__api_version='1.11' | |||
3574 | 3598 | ||
3575 | ac_aux_dir= | 3599 | ac_aux_dir= |
3576 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 3600 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
3577 | if test -f "$ac_dir/install-sh"; then | 3601 | for ac_t in install-sh install.sh shtool; do |
3578 | ac_aux_dir=$ac_dir | 3602 | if test -f "$ac_dir/$ac_t"; then |
3579 | ac_install_sh="$ac_aux_dir/install-sh -c" | 3603 | ac_aux_dir=$ac_dir |
3580 | break | 3604 | ac_install_sh="$ac_aux_dir/$ac_t -c" |
3581 | elif test -f "$ac_dir/install.sh"; then | 3605 | break 2 |
3582 | ac_aux_dir=$ac_dir | 3606 | fi |
3583 | ac_install_sh="$ac_aux_dir/install.sh -c" | 3607 | done |
3584 | break | ||
3585 | elif test -f "$ac_dir/shtool"; then | ||
3586 | ac_aux_dir=$ac_dir | ||
3587 | ac_install_sh="$ac_aux_dir/shtool install -c" | ||
3588 | break | ||
3589 | fi | ||
3590 | done | 3608 | done |
3591 | if test -z "$ac_aux_dir"; then | 3609 | if test -z "$ac_aux_dir"; then |
3592 | as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 3610 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
3593 | fi | 3611 | fi |
3594 | 3612 | ||
3595 | # These three variables are undocumented and unsupported, | 3613 | # These three variables are undocumented and unsupported, |
@@ -3705,11 +3723,11 @@ am_lf=' | |||
3705 | ' | 3723 | ' |
3706 | case `pwd` in | 3724 | case `pwd` in |
3707 | *[\\\"\#\$\&\'\`$am_lf]*) | 3725 | *[\\\"\#\$\&\'\`$am_lf]*) |
3708 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; | 3726 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; |
3709 | esac | 3727 | esac |
3710 | case $srcdir in | 3728 | case $srcdir in |
3711 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 3729 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
3712 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; | 3730 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
3713 | esac | 3731 | esac |
3714 | 3732 | ||
3715 | # Do `set' in a subshell so we don't clobber the current shell's | 3733 | # Do `set' in a subshell so we don't clobber the current shell's |
@@ -3731,7 +3749,7 @@ if ( | |||
3731 | # if, for instance, CONFIG_SHELL is bash and it inherits a | 3749 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
3732 | # broken ls alias from the environment. This has actually | 3750 | # broken ls alias from the environment. This has actually |
3733 | # happened. Such a system could not be considered "sane". | 3751 | # happened. Such a system could not be considered "sane". |
3734 | as_fn_error $? "ls -t appears to fail. Make sure there is not a broken | 3752 | as_fn_error "ls -t appears to fail. Make sure there is not a broken |
3735 | alias in your environment" "$LINENO" 5 | 3753 | alias in your environment" "$LINENO" 5 |
3736 | fi | 3754 | fi |
3737 | 3755 | ||
@@ -3741,7 +3759,7 @@ then | |||
3741 | # Ok. | 3759 | # Ok. |
3742 | : | 3760 | : |
3743 | else | 3761 | else |
3744 | as_fn_error $? "newly created file is older than distributed files! | 3762 | as_fn_error "newly created file is older than distributed files! |
3745 | Check your system clock" "$LINENO" 5 | 3763 | Check your system clock" "$LINENO" 5 |
3746 | fi | 3764 | fi |
3747 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3765 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
@@ -3979,7 +3997,7 @@ done | |||
3979 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 3997 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
3980 | set x ${MAKE-make} | 3998 | set x ${MAKE-make} |
3981 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 3999 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
3982 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : | 4000 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : |
3983 | $as_echo_n "(cached) " >&6 | 4001 | $as_echo_n "(cached) " >&6 |
3984 | else | 4002 | else |
3985 | cat >conftest.make <<\_ACEOF | 4003 | cat >conftest.make <<\_ACEOF |
@@ -3987,7 +4005,7 @@ SHELL = /bin/sh | |||
3987 | all: | 4005 | all: |
3988 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 4006 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
3989 | _ACEOF | 4007 | _ACEOF |
3990 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 4008 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
3991 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 4009 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
3992 | *@@@%%%=?*=@@@%%%*) | 4010 | *@@@%%%=?*=@@@%%%*) |
3993 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 4011 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
@@ -4021,7 +4039,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then | |||
4021 | am__isrc=' -I$(srcdir)' | 4039 | am__isrc=' -I$(srcdir)' |
4022 | # test to see if srcdir already configured | 4040 | # test to see if srcdir already configured |
4023 | if test -f $srcdir/config.status; then | 4041 | if test -f $srcdir/config.status; then |
4024 | as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | 4042 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
4025 | fi | 4043 | fi |
4026 | fi | 4044 | fi |
4027 | 4045 | ||
@@ -4037,7 +4055,7 @@ fi | |||
4037 | 4055 | ||
4038 | # Define the identity of the package. | 4056 | # Define the identity of the package. |
4039 | PACKAGE='evas' | 4057 | PACKAGE='evas' |
4040 | VERSION='1.1.0' | 4058 | VERSION='1.1.99.67344' |
4041 | 4059 | ||
4042 | 4060 | ||
4043 | cat >>confdefs.h <<_ACEOF | 4061 | cat >>confdefs.h <<_ACEOF |
@@ -4452,8 +4470,8 @@ fi | |||
4452 | 4470 | ||
4453 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4471 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4454 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4472 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4455 | as_fn_error $? "no acceptable C compiler found in \$PATH | 4473 | as_fn_error "no acceptable C compiler found in \$PATH |
4456 | See \`config.log' for more details" "$LINENO" 5 ; } | 4474 | See \`config.log' for more details." "$LINENO" 5; } |
4457 | 4475 | ||
4458 | # Provide some information about the compiler. | 4476 | # Provide some information about the compiler. |
4459 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 4477 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -4567,8 +4585,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
4567 | 4585 | ||
4568 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4586 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4569 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4587 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4570 | as_fn_error 77 "C compiler cannot create executables | 4588 | { as_fn_set_status 77 |
4571 | See \`config.log' for more details" "$LINENO" 5 ; } | 4589 | as_fn_error "C compiler cannot create executables |
4590 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
4572 | else | 4591 | else |
4573 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 4592 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
4574 | $as_echo "yes" >&6; } | 4593 | $as_echo "yes" >&6; } |
@@ -4610,8 +4629,8 @@ done | |||
4610 | else | 4629 | else |
4611 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4630 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4612 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4631 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4613 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 4632 | as_fn_error "cannot compute suffix of executables: cannot compile and link |
4614 | See \`config.log' for more details" "$LINENO" 5 ; } | 4633 | See \`config.log' for more details." "$LINENO" 5; } |
4615 | fi | 4634 | fi |
4616 | rm -f conftest conftest$ac_cv_exeext | 4635 | rm -f conftest conftest$ac_cv_exeext |
4617 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 4636 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
@@ -4668,9 +4687,9 @@ $as_echo "$ac_try_echo"; } >&5 | |||
4668 | else | 4687 | else |
4669 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4688 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4670 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4689 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4671 | as_fn_error $? "cannot run C compiled programs. | 4690 | as_fn_error "cannot run C compiled programs. |
4672 | If you meant to cross compile, use \`--host'. | 4691 | If you meant to cross compile, use \`--host'. |
4673 | See \`config.log' for more details" "$LINENO" 5 ; } | 4692 | See \`config.log' for more details." "$LINENO" 5; } |
4674 | fi | 4693 | fi |
4675 | fi | 4694 | fi |
4676 | fi | 4695 | fi |
@@ -4721,8 +4740,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
4721 | 4740 | ||
4722 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4741 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4723 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4742 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4724 | as_fn_error $? "cannot compute suffix of object files: cannot compile | 4743 | as_fn_error "cannot compute suffix of object files: cannot compile |
4725 | See \`config.log' for more details" "$LINENO" 5 ; } | 4744 | See \`config.log' for more details." "$LINENO" 5; } |
4726 | fi | 4745 | fi |
4727 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 4746 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
4728 | fi | 4747 | fi |
@@ -5112,7 +5131,7 @@ else | |||
5112 | # Broken: fails on valid input. | 5131 | # Broken: fails on valid input. |
5113 | continue | 5132 | continue |
5114 | fi | 5133 | fi |
5115 | rm -f conftest.err conftest.i conftest.$ac_ext | 5134 | rm -f conftest.err conftest.$ac_ext |
5116 | 5135 | ||
5117 | # OK, works on sane cases. Now check whether nonexistent headers | 5136 | # OK, works on sane cases. Now check whether nonexistent headers |
5118 | # can be detected and how. | 5137 | # can be detected and how. |
@@ -5128,11 +5147,11 @@ else | |||
5128 | ac_preproc_ok=: | 5147 | ac_preproc_ok=: |
5129 | break | 5148 | break |
5130 | fi | 5149 | fi |
5131 | rm -f conftest.err conftest.i conftest.$ac_ext | 5150 | rm -f conftest.err conftest.$ac_ext |
5132 | 5151 | ||
5133 | done | 5152 | done |
5134 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5153 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
5135 | rm -f conftest.i conftest.err conftest.$ac_ext | 5154 | rm -f conftest.err conftest.$ac_ext |
5136 | if $ac_preproc_ok; then : | 5155 | if $ac_preproc_ok; then : |
5137 | break | 5156 | break |
5138 | fi | 5157 | fi |
@@ -5171,7 +5190,7 @@ else | |||
5171 | # Broken: fails on valid input. | 5190 | # Broken: fails on valid input. |
5172 | continue | 5191 | continue |
5173 | fi | 5192 | fi |
5174 | rm -f conftest.err conftest.i conftest.$ac_ext | 5193 | rm -f conftest.err conftest.$ac_ext |
5175 | 5194 | ||
5176 | # OK, works on sane cases. Now check whether nonexistent headers | 5195 | # OK, works on sane cases. Now check whether nonexistent headers |
5177 | # can be detected and how. | 5196 | # can be detected and how. |
@@ -5187,18 +5206,18 @@ else | |||
5187 | ac_preproc_ok=: | 5206 | ac_preproc_ok=: |
5188 | break | 5207 | break |
5189 | fi | 5208 | fi |
5190 | rm -f conftest.err conftest.i conftest.$ac_ext | 5209 | rm -f conftest.err conftest.$ac_ext |
5191 | 5210 | ||
5192 | done | 5211 | done |
5193 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5212 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
5194 | rm -f conftest.i conftest.err conftest.$ac_ext | 5213 | rm -f conftest.err conftest.$ac_ext |
5195 | if $ac_preproc_ok; then : | 5214 | if $ac_preproc_ok; then : |
5196 | 5215 | ||
5197 | else | 5216 | else |
5198 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5217 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
5199 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5218 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
5200 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 5219 | as_fn_error "C preprocessor \"$CPP\" fails sanity check |
5201 | See \`config.log' for more details" "$LINENO" 5 ; } | 5220 | See \`config.log' for more details." "$LINENO" 5; } |
5202 | fi | 5221 | fi |
5203 | 5222 | ||
5204 | ac_ext=c | 5223 | ac_ext=c |
@@ -5259,7 +5278,7 @@ esac | |||
5259 | done | 5278 | done |
5260 | IFS=$as_save_IFS | 5279 | IFS=$as_save_IFS |
5261 | if test -z "$ac_cv_path_GREP"; then | 5280 | if test -z "$ac_cv_path_GREP"; then |
5262 | as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 5281 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
5263 | fi | 5282 | fi |
5264 | else | 5283 | else |
5265 | ac_cv_path_GREP=$GREP | 5284 | ac_cv_path_GREP=$GREP |
@@ -5325,7 +5344,7 @@ esac | |||
5325 | done | 5344 | done |
5326 | IFS=$as_save_IFS | 5345 | IFS=$as_save_IFS |
5327 | if test -z "$ac_cv_path_EGREP"; then | 5346 | if test -z "$ac_cv_path_EGREP"; then |
5328 | as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 5347 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
5329 | fi | 5348 | fi |
5330 | else | 5349 | else |
5331 | ac_cv_path_EGREP=$EGREP | 5350 | ac_cv_path_EGREP=$EGREP |
@@ -5457,7 +5476,8 @@ do : | |||
5457 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 5476 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
5458 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 5477 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
5459 | " | 5478 | " |
5460 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 5479 | eval as_val=\$$as_ac_Header |
5480 | if test "x$as_val" = x""yes; then : | ||
5461 | cat >>confdefs.h <<_ACEOF | 5481 | cat >>confdefs.h <<_ACEOF |
5462 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 5482 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
5463 | _ACEOF | 5483 | _ACEOF |
@@ -5532,7 +5552,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | |||
5532 | 5552 | ||
5533 | # Make sure we can run config.sub. | 5553 | # Make sure we can run config.sub. |
5534 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 5554 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
5535 | as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | 5555 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
5536 | 5556 | ||
5537 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 5557 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
5538 | $as_echo_n "checking build system type... " >&6; } | 5558 | $as_echo_n "checking build system type... " >&6; } |
@@ -5543,16 +5563,16 @@ else | |||
5543 | test "x$ac_build_alias" = x && | 5563 | test "x$ac_build_alias" = x && |
5544 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 5564 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
5545 | test "x$ac_build_alias" = x && | 5565 | test "x$ac_build_alias" = x && |
5546 | as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 | 5566 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 |
5547 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 5567 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
5548 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | 5568 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
5549 | 5569 | ||
5550 | fi | 5570 | fi |
5551 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | 5571 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
5552 | $as_echo "$ac_cv_build" >&6; } | 5572 | $as_echo "$ac_cv_build" >&6; } |
5553 | case $ac_cv_build in | 5573 | case $ac_cv_build in |
5554 | *-*-*) ;; | 5574 | *-*-*) ;; |
5555 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; | 5575 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; |
5556 | esac | 5576 | esac |
5557 | build=$ac_cv_build | 5577 | build=$ac_cv_build |
5558 | ac_save_IFS=$IFS; IFS='-' | 5578 | ac_save_IFS=$IFS; IFS='-' |
@@ -5577,7 +5597,7 @@ else | |||
5577 | ac_cv_host=$ac_cv_build | 5597 | ac_cv_host=$ac_cv_build |
5578 | else | 5598 | else |
5579 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 5599 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
5580 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | 5600 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
5581 | fi | 5601 | fi |
5582 | 5602 | ||
5583 | fi | 5603 | fi |
@@ -5585,7 +5605,7 @@ fi | |||
5585 | $as_echo "$ac_cv_host" >&6; } | 5605 | $as_echo "$ac_cv_host" >&6; } |
5586 | case $ac_cv_host in | 5606 | case $ac_cv_host in |
5587 | *-*-*) ;; | 5607 | *-*-*) ;; |
5588 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; | 5608 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; |
5589 | esac | 5609 | esac |
5590 | host=$ac_cv_host | 5610 | host=$ac_cv_host |
5591 | ac_save_IFS=$IFS; IFS='-' | 5611 | ac_save_IFS=$IFS; IFS='-' |
@@ -5986,7 +6006,7 @@ esac | |||
5986 | done | 6006 | done |
5987 | IFS=$as_save_IFS | 6007 | IFS=$as_save_IFS |
5988 | if test -z "$ac_cv_path_SED"; then | 6008 | if test -z "$ac_cv_path_SED"; then |
5989 | as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 | 6009 | as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 |
5990 | fi | 6010 | fi |
5991 | else | 6011 | else |
5992 | ac_cv_path_SED=$SED | 6012 | ac_cv_path_SED=$SED |
@@ -6065,7 +6085,7 @@ esac | |||
6065 | done | 6085 | done |
6066 | IFS=$as_save_IFS | 6086 | IFS=$as_save_IFS |
6067 | if test -z "$ac_cv_path_FGREP"; then | 6087 | if test -z "$ac_cv_path_FGREP"; then |
6068 | as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 6088 | as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
6069 | fi | 6089 | fi |
6070 | else | 6090 | else |
6071 | ac_cv_path_FGREP=$FGREP | 6091 | ac_cv_path_FGREP=$FGREP |
@@ -6181,7 +6201,7 @@ else | |||
6181 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6201 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6182 | $as_echo "no" >&6; } | 6202 | $as_echo "no" >&6; } |
6183 | fi | 6203 | fi |
6184 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 | 6204 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
6185 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | 6205 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
6186 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | 6206 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
6187 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | 6207 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : |
@@ -6383,13 +6403,13 @@ if test "${lt_cv_nm_interface+set}" = set; then : | |||
6383 | else | 6403 | else |
6384 | lt_cv_nm_interface="BSD nm" | 6404 | lt_cv_nm_interface="BSD nm" |
6385 | echo "int some_variable = 0;" > conftest.$ac_ext | 6405 | echo "int some_variable = 0;" > conftest.$ac_ext |
6386 | (eval echo "\"\$as_me:6386: $ac_compile\"" >&5) | 6406 | (eval echo "\"\$as_me:6406: $ac_compile\"" >&5) |
6387 | (eval "$ac_compile" 2>conftest.err) | 6407 | (eval "$ac_compile" 2>conftest.err) |
6388 | cat conftest.err >&5 | 6408 | cat conftest.err >&5 |
6389 | (eval echo "\"\$as_me:6389: $NM \\\"conftest.$ac_objext\\\"\"" >&5) | 6409 | (eval echo "\"\$as_me:6409: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
6390 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) | 6410 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
6391 | cat conftest.err >&5 | 6411 | cat conftest.err >&5 |
6392 | (eval echo "\"\$as_me:6392: output\"" >&5) | 6412 | (eval echo "\"\$as_me:6412: output\"" >&5) |
6393 | cat conftest.out >&5 | 6413 | cat conftest.out >&5 |
6394 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then | 6414 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
6395 | lt_cv_nm_interface="MS dumpbin" | 6415 | lt_cv_nm_interface="MS dumpbin" |
@@ -7591,7 +7611,7 @@ ia64-*-hpux*) | |||
7591 | ;; | 7611 | ;; |
7592 | *-*-irix6*) | 7612 | *-*-irix6*) |
7593 | # Find out which ABI we are using. | 7613 | # Find out which ABI we are using. |
7594 | echo '#line 7594 "configure"' > conftest.$ac_ext | 7614 | echo '#line 7614 "configure"' > conftest.$ac_ext |
7595 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 7615 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7596 | (eval $ac_compile) 2>&5 | 7616 | (eval $ac_compile) 2>&5 |
7597 | ac_status=$? | 7617 | ac_status=$? |
@@ -8851,11 +8871,11 @@ else | |||
8851 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8871 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8852 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8872 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8853 | -e 's:$: $lt_compiler_flag:'` | 8873 | -e 's:$: $lt_compiler_flag:'` |
8854 | (eval echo "\"\$as_me:8854: $lt_compile\"" >&5) | 8874 | (eval echo "\"\$as_me:8874: $lt_compile\"" >&5) |
8855 | (eval "$lt_compile" 2>conftest.err) | 8875 | (eval "$lt_compile" 2>conftest.err) |
8856 | ac_status=$? | 8876 | ac_status=$? |
8857 | cat conftest.err >&5 | 8877 | cat conftest.err >&5 |
8858 | echo "$as_me:8858: \$? = $ac_status" >&5 | 8878 | echo "$as_me:8878: \$? = $ac_status" >&5 |
8859 | if (exit $ac_status) && test -s "$ac_outfile"; then | 8879 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8860 | # The compiler can only warn and ignore the option if not recognized | 8880 | # The compiler can only warn and ignore the option if not recognized |
8861 | # So say no if there are warnings other than the usual output. | 8881 | # So say no if there are warnings other than the usual output. |
@@ -9190,11 +9210,11 @@ else | |||
9190 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 9210 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
9191 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 9211 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
9192 | -e 's:$: $lt_compiler_flag:'` | 9212 | -e 's:$: $lt_compiler_flag:'` |
9193 | (eval echo "\"\$as_me:9193: $lt_compile\"" >&5) | 9213 | (eval echo "\"\$as_me:9213: $lt_compile\"" >&5) |
9194 | (eval "$lt_compile" 2>conftest.err) | 9214 | (eval "$lt_compile" 2>conftest.err) |
9195 | ac_status=$? | 9215 | ac_status=$? |
9196 | cat conftest.err >&5 | 9216 | cat conftest.err >&5 |
9197 | echo "$as_me:9197: \$? = $ac_status" >&5 | 9217 | echo "$as_me:9217: \$? = $ac_status" >&5 |
9198 | if (exit $ac_status) && test -s "$ac_outfile"; then | 9218 | if (exit $ac_status) && test -s "$ac_outfile"; then |
9199 | # The compiler can only warn and ignore the option if not recognized | 9219 | # The compiler can only warn and ignore the option if not recognized |
9200 | # So say no if there are warnings other than the usual output. | 9220 | # So say no if there are warnings other than the usual output. |
@@ -9295,11 +9315,11 @@ else | |||
9295 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 9315 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
9296 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 9316 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
9297 | -e 's:$: $lt_compiler_flag:'` | 9317 | -e 's:$: $lt_compiler_flag:'` |
9298 | (eval echo "\"\$as_me:9298: $lt_compile\"" >&5) | 9318 | (eval echo "\"\$as_me:9318: $lt_compile\"" >&5) |
9299 | (eval "$lt_compile" 2>out/conftest.err) | 9319 | (eval "$lt_compile" 2>out/conftest.err) |
9300 | ac_status=$? | 9320 | ac_status=$? |
9301 | cat out/conftest.err >&5 | 9321 | cat out/conftest.err >&5 |
9302 | echo "$as_me:9302: \$? = $ac_status" >&5 | 9322 | echo "$as_me:9322: \$? = $ac_status" >&5 |
9303 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 9323 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
9304 | then | 9324 | then |
9305 | # The compiler can only warn and ignore the option if not recognized | 9325 | # The compiler can only warn and ignore the option if not recognized |
@@ -9350,11 +9370,11 @@ else | |||
9350 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 9370 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
9351 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 9371 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
9352 | -e 's:$: $lt_compiler_flag:'` | 9372 | -e 's:$: $lt_compiler_flag:'` |
9353 | (eval echo "\"\$as_me:9353: $lt_compile\"" >&5) | 9373 | (eval echo "\"\$as_me:9373: $lt_compile\"" >&5) |
9354 | (eval "$lt_compile" 2>out/conftest.err) | 9374 | (eval "$lt_compile" 2>out/conftest.err) |
9355 | ac_status=$? | 9375 | ac_status=$? |
9356 | cat out/conftest.err >&5 | 9376 | cat out/conftest.err >&5 |
9357 | echo "$as_me:9357: \$? = $ac_status" >&5 | 9377 | echo "$as_me:9377: \$? = $ac_status" >&5 |
9358 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 9378 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
9359 | then | 9379 | then |
9360 | # The compiler can only warn and ignore the option if not recognized | 9380 | # The compiler can only warn and ignore the option if not recognized |
@@ -11734,7 +11754,7 @@ else | |||
11734 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 11754 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11735 | lt_status=$lt_dlunknown | 11755 | lt_status=$lt_dlunknown |
11736 | cat > conftest.$ac_ext <<_LT_EOF | 11756 | cat > conftest.$ac_ext <<_LT_EOF |
11737 | #line 11737 "configure" | 11757 | #line 11757 "configure" |
11738 | #include "confdefs.h" | 11758 | #include "confdefs.h" |
11739 | 11759 | ||
11740 | #if HAVE_DLFCN_H | 11760 | #if HAVE_DLFCN_H |
@@ -11830,7 +11850,7 @@ else | |||
11830 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 11850 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11831 | lt_status=$lt_dlunknown | 11851 | lt_status=$lt_dlunknown |
11832 | cat > conftest.$ac_ext <<_LT_EOF | 11852 | cat > conftest.$ac_ext <<_LT_EOF |
11833 | #line 11833 "configure" | 11853 | #line 11853 "configure" |
11834 | #include "confdefs.h" | 11854 | #include "confdefs.h" |
11835 | 11855 | ||
11836 | #if HAVE_DLFCN_H | 11856 | #if HAVE_DLFCN_H |
@@ -12074,15 +12094,15 @@ _ACEOF | |||
12074 | 12094 | ||
12075 | 12095 | ||
12076 | cat >>confdefs.h <<_ACEOF | 12096 | cat >>confdefs.h <<_ACEOF |
12077 | #define VMIC 0 | 12097 | #define VMIC 99 |
12078 | _ACEOF | 12098 | _ACEOF |
12079 | 12099 | ||
12080 | 12100 | ||
12081 | cat >>confdefs.h <<_ACEOF | 12101 | cat >>confdefs.h <<_ACEOF |
12082 | #define VREV 0 | 12102 | #define VREV 67344 |
12083 | _ACEOF | 12103 | _ACEOF |
12084 | 12104 | ||
12085 | version_info="2:0:1" | 12105 | version_info="2:99:1" |
12086 | release_info="" | 12106 | release_info="" |
12087 | 12107 | ||
12088 | 12108 | ||
@@ -12101,7 +12121,7 @@ case "$host_os" in | |||
12101 | MODULE_ARCH="$host_os-$host_cpu" | 12121 | MODULE_ARCH="$host_os-$host_cpu" |
12102 | ;; | 12122 | ;; |
12103 | *) | 12123 | *) |
12104 | MODULE_ARCH="$host_os-$host_cpu-1.1.0" | 12124 | MODULE_ARCH="$host_os-$host_cpu-1.1.99" |
12105 | ;; | 12125 | ;; |
12106 | esac | 12126 | esac |
12107 | 12127 | ||
@@ -12136,6 +12156,8 @@ want_evas_engine_direct3d="no" | |||
12136 | want_evas_engine_fb="no" | 12156 | want_evas_engine_fb="no" |
12137 | want_evas_engine_directfb="no" | 12157 | want_evas_engine_directfb="no" |
12138 | want_evas_engine_psl1ght="no" | 12158 | want_evas_engine_psl1ght="no" |
12159 | want_evas_engine_wayland_shm="no" | ||
12160 | want_evas_engine_wayland_egl="no" | ||
12139 | 12161 | ||
12140 | want_evas_image_loader_edb="yes" | 12162 | want_evas_image_loader_edb="yes" |
12141 | want_evas_image_loader_eet="yes" | 12163 | want_evas_image_loader_eet="yes" |
@@ -12182,6 +12204,8 @@ case "$host_os" in | |||
12182 | want_evas_engine_software_xcb="no" | 12204 | want_evas_engine_software_xcb="no" |
12183 | want_evas_engine_gl_xcb="no" | 12205 | want_evas_engine_gl_xcb="no" |
12184 | want_evas_engine_fb="auto" | 12206 | want_evas_engine_fb="auto" |
12207 | want_evas_engine_wayland_shm="auto" | ||
12208 | want_evas_engine_wayland_egl="auto" | ||
12185 | ### no - not ready/usable/complete | 12209 | ### no - not ready/usable/complete |
12186 | # want_evas_engine_software_8_x11="auto" | 12210 | # want_evas_engine_software_8_x11="auto" |
12187 | # want_evas_engine_software_16_x11="auto" | 12211 | # want_evas_engine_software_16_x11="auto" |
@@ -13582,7 +13606,7 @@ else | |||
13582 | # Broken: fails on valid input. | 13606 | # Broken: fails on valid input. |
13583 | continue | 13607 | continue |
13584 | fi | 13608 | fi |
13585 | rm -f conftest.err conftest.i conftest.$ac_ext | 13609 | rm -f conftest.err conftest.$ac_ext |
13586 | 13610 | ||
13587 | # OK, works on sane cases. Now check whether nonexistent headers | 13611 | # OK, works on sane cases. Now check whether nonexistent headers |
13588 | # can be detected and how. | 13612 | # can be detected and how. |
@@ -13598,11 +13622,11 @@ else | |||
13598 | ac_preproc_ok=: | 13622 | ac_preproc_ok=: |
13599 | break | 13623 | break |
13600 | fi | 13624 | fi |
13601 | rm -f conftest.err conftest.i conftest.$ac_ext | 13625 | rm -f conftest.err conftest.$ac_ext |
13602 | 13626 | ||
13603 | done | 13627 | done |
13604 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 13628 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
13605 | rm -f conftest.i conftest.err conftest.$ac_ext | 13629 | rm -f conftest.err conftest.$ac_ext |
13606 | if $ac_preproc_ok; then : | 13630 | if $ac_preproc_ok; then : |
13607 | break | 13631 | break |
13608 | fi | 13632 | fi |
@@ -13641,7 +13665,7 @@ else | |||
13641 | # Broken: fails on valid input. | 13665 | # Broken: fails on valid input. |
13642 | continue | 13666 | continue |
13643 | fi | 13667 | fi |
13644 | rm -f conftest.err conftest.i conftest.$ac_ext | 13668 | rm -f conftest.err conftest.$ac_ext |
13645 | 13669 | ||
13646 | # OK, works on sane cases. Now check whether nonexistent headers | 13670 | # OK, works on sane cases. Now check whether nonexistent headers |
13647 | # can be detected and how. | 13671 | # can be detected and how. |
@@ -13657,11 +13681,11 @@ else | |||
13657 | ac_preproc_ok=: | 13681 | ac_preproc_ok=: |
13658 | break | 13682 | break |
13659 | fi | 13683 | fi |
13660 | rm -f conftest.err conftest.i conftest.$ac_ext | 13684 | rm -f conftest.err conftest.$ac_ext |
13661 | 13685 | ||
13662 | done | 13686 | done |
13663 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 13687 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
13664 | rm -f conftest.i conftest.err conftest.$ac_ext | 13688 | rm -f conftest.err conftest.$ac_ext |
13665 | if $ac_preproc_ok; then : | 13689 | if $ac_preproc_ok; then : |
13666 | 13690 | ||
13667 | else | 13691 | else |
@@ -13890,7 +13914,7 @@ else | |||
13890 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 13914 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
13891 | $as_echo "no" >&6; } | 13915 | $as_echo "no" >&6; } |
13892 | fi | 13916 | fi |
13893 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 | 13917 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
13894 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | 13918 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
13895 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | 13919 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
13896 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | 13920 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : |
@@ -15431,11 +15455,11 @@ else | |||
15431 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 15455 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
15432 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 15456 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
15433 | -e 's:$: $lt_compiler_flag:'` | 15457 | -e 's:$: $lt_compiler_flag:'` |
15434 | (eval echo "\"\$as_me:15434: $lt_compile\"" >&5) | 15458 | (eval echo "\"\$as_me:15458: $lt_compile\"" >&5) |
15435 | (eval "$lt_compile" 2>conftest.err) | 15459 | (eval "$lt_compile" 2>conftest.err) |
15436 | ac_status=$? | 15460 | ac_status=$? |
15437 | cat conftest.err >&5 | 15461 | cat conftest.err >&5 |
15438 | echo "$as_me:15438: \$? = $ac_status" >&5 | 15462 | echo "$as_me:15462: \$? = $ac_status" >&5 |
15439 | if (exit $ac_status) && test -s "$ac_outfile"; then | 15463 | if (exit $ac_status) && test -s "$ac_outfile"; then |
15440 | # The compiler can only warn and ignore the option if not recognized | 15464 | # The compiler can only warn and ignore the option if not recognized |
15441 | # So say no if there are warnings other than the usual output. | 15465 | # So say no if there are warnings other than the usual output. |
@@ -15530,11 +15554,11 @@ else | |||
15530 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 15554 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
15531 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 15555 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
15532 | -e 's:$: $lt_compiler_flag:'` | 15556 | -e 's:$: $lt_compiler_flag:'` |
15533 | (eval echo "\"\$as_me:15533: $lt_compile\"" >&5) | 15557 | (eval echo "\"\$as_me:15557: $lt_compile\"" >&5) |
15534 | (eval "$lt_compile" 2>out/conftest.err) | 15558 | (eval "$lt_compile" 2>out/conftest.err) |
15535 | ac_status=$? | 15559 | ac_status=$? |
15536 | cat out/conftest.err >&5 | 15560 | cat out/conftest.err >&5 |
15537 | echo "$as_me:15537: \$? = $ac_status" >&5 | 15561 | echo "$as_me:15561: \$? = $ac_status" >&5 |
15538 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 15562 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
15539 | then | 15563 | then |
15540 | # The compiler can only warn and ignore the option if not recognized | 15564 | # The compiler can only warn and ignore the option if not recognized |
@@ -15582,11 +15606,11 @@ else | |||
15582 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 15606 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
15583 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 15607 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
15584 | -e 's:$: $lt_compiler_flag:'` | 15608 | -e 's:$: $lt_compiler_flag:'` |
15585 | (eval echo "\"\$as_me:15585: $lt_compile\"" >&5) | 15609 | (eval echo "\"\$as_me:15609: $lt_compile\"" >&5) |
15586 | (eval "$lt_compile" 2>out/conftest.err) | 15610 | (eval "$lt_compile" 2>out/conftest.err) |
15587 | ac_status=$? | 15611 | ac_status=$? |
15588 | cat out/conftest.err >&5 | 15612 | cat out/conftest.err >&5 |
15589 | echo "$as_me:15589: \$? = $ac_status" >&5 | 15613 | echo "$as_me:15613: \$? = $ac_status" >&5 |
15590 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 15614 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
15591 | then | 15615 | then |
15592 | # The compiler can only warn and ignore the option if not recognized | 15616 | # The compiler can only warn and ignore the option if not recognized |
@@ -16830,8 +16854,8 @@ fi | |||
16830 | 16854 | ||
16831 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 16855 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
16832 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 16856 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
16833 | as_fn_error $? "no acceptable C compiler found in \$PATH | 16857 | as_fn_error "no acceptable C compiler found in \$PATH |
16834 | See \`config.log' for more details" "$LINENO" 5 ; } | 16858 | See \`config.log' for more details." "$LINENO" 5; } |
16835 | 16859 | ||
16836 | # Provide some information about the compiler. | 16860 | # Provide some information about the compiler. |
16837 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 16861 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -17201,10 +17225,6 @@ fi | |||
17201 | # pkg-config | 17225 | # pkg-config |
17202 | 17226 | ||
17203 | 17227 | ||
17204 | |||
17205 | |||
17206 | |||
17207 | |||
17208 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 17228 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
17209 | if test -n "$ac_tool_prefix"; then | 17229 | if test -n "$ac_tool_prefix"; then |
17210 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | 17230 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
@@ -17317,6 +17337,7 @@ $as_echo "yes" >&6; } | |||
17317 | $as_echo "no" >&6; } | 17337 | $as_echo "no" >&6; } |
17318 | PKG_CONFIG="" | 17338 | PKG_CONFIG="" |
17319 | fi | 17339 | fi |
17340 | |||
17320 | fi | 17341 | fi |
17321 | 17342 | ||
17322 | # Check whether pkg-config supports Requires.private | 17343 | # Check whether pkg-config supports Requires.private |
@@ -17498,10 +17519,11 @@ pkg_failed=no | |||
17498 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 | 17519 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 |
17499 | $as_echo_n "checking for EVIL... " >&6; } | 17520 | $as_echo_n "checking for EVIL... " >&6; } |
17500 | 17521 | ||
17501 | if test -n "$EVIL_CFLAGS"; then | 17522 | if test -n "$PKG_CONFIG"; then |
17502 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" | 17523 | if test -n "$EVIL_CFLAGS"; then |
17503 | elif test -n "$PKG_CONFIG"; then | 17524 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" |
17504 | if test -n "$PKG_CONFIG" && \ | 17525 | else |
17526 | if test -n "$PKG_CONFIG" && \ | ||
17505 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 17527 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
17506 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 17528 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
17507 | ac_status=$? | 17529 | ac_status=$? |
@@ -17511,13 +17533,15 @@ if test -n "$EVIL_CFLAGS"; then | |||
17511 | else | 17533 | else |
17512 | pkg_failed=yes | 17534 | pkg_failed=yes |
17513 | fi | 17535 | fi |
17514 | else | 17536 | fi |
17515 | pkg_failed=untried | 17537 | else |
17538 | pkg_failed=untried | ||
17516 | fi | 17539 | fi |
17517 | if test -n "$EVIL_LIBS"; then | 17540 | if test -n "$PKG_CONFIG"; then |
17518 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" | 17541 | if test -n "$EVIL_LIBS"; then |
17519 | elif test -n "$PKG_CONFIG"; then | 17542 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" |
17520 | if test -n "$PKG_CONFIG" && \ | 17543 | else |
17544 | if test -n "$PKG_CONFIG" && \ | ||
17521 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 17545 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
17522 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 17546 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
17523 | ac_status=$? | 17547 | ac_status=$? |
@@ -17527,15 +17551,14 @@ if test -n "$EVIL_LIBS"; then | |||
17527 | else | 17551 | else |
17528 | pkg_failed=yes | 17552 | pkg_failed=yes |
17529 | fi | 17553 | fi |
17530 | else | 17554 | fi |
17531 | pkg_failed=untried | 17555 | else |
17556 | pkg_failed=untried | ||
17532 | fi | 17557 | fi |
17533 | 17558 | ||
17534 | 17559 | ||
17535 | 17560 | ||
17536 | if test $pkg_failed = yes; then | 17561 | if test $pkg_failed = yes; then |
17537 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17538 | $as_echo "no" >&6; } | ||
17539 | 17562 | ||
17540 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 17563 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
17541 | _pkg_short_errors_supported=yes | 17564 | _pkg_short_errors_supported=yes |
@@ -17543,14 +17566,14 @@ else | |||
17543 | _pkg_short_errors_supported=no | 17566 | _pkg_short_errors_supported=no |
17544 | fi | 17567 | fi |
17545 | if test $_pkg_short_errors_supported = yes; then | 17568 | if test $_pkg_short_errors_supported = yes; then |
17546 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "evil >= 1.0.0" 2>&1` | 17569 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "evil >= 1.0.0"` |
17547 | else | 17570 | else |
17548 | EVIL_PKG_ERRORS=`$PKG_CONFIG --print-errors "evil >= 1.0.0" 2>&1` | 17571 | EVIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "evil >= 1.0.0"` |
17549 | fi | 17572 | fi |
17550 | # Put the nasty error message in config.log where it belongs | 17573 | # Put the nasty error message in config.log where it belongs |
17551 | echo "$EVIL_PKG_ERRORS" >&5 | 17574 | echo "$EVIL_PKG_ERRORS" >&5 |
17552 | 17575 | ||
17553 | as_fn_error $? "Package requirements (evil >= 1.0.0) were not met: | 17576 | as_fn_error "Package requirements (evil >= 1.0.0) were not met: |
17554 | 17577 | ||
17555 | $EVIL_PKG_ERRORS | 17578 | $EVIL_PKG_ERRORS |
17556 | 17579 | ||
@@ -17559,13 +17582,12 @@ installed software in a non-standard prefix. | |||
17559 | 17582 | ||
17560 | Alternatively, you may set the environment variables EVIL_CFLAGS | 17583 | Alternatively, you may set the environment variables EVIL_CFLAGS |
17561 | and EVIL_LIBS to avoid the need to call pkg-config. | 17584 | and EVIL_LIBS to avoid the need to call pkg-config. |
17562 | See the pkg-config man page for more details." "$LINENO" 5 | 17585 | See the pkg-config man page for more details. |
17586 | " "$LINENO" 5 | ||
17563 | elif test $pkg_failed = untried; then | 17587 | elif test $pkg_failed = untried; then |
17564 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17565 | $as_echo "no" >&6; } | ||
17566 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 17588 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
17567 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 17589 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
17568 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 17590 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
17569 | is in your PATH or set the PKG_CONFIG environment variable to the full | 17591 | is in your PATH or set the PKG_CONFIG environment variable to the full |
17570 | path to pkg-config. | 17592 | path to pkg-config. |
17571 | 17593 | ||
@@ -17574,13 +17596,13 @@ and EVIL_LIBS to avoid the need to call pkg-config. | |||
17574 | See the pkg-config man page for more details. | 17596 | See the pkg-config man page for more details. |
17575 | 17597 | ||
17576 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 17598 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
17577 | See \`config.log' for more details" "$LINENO" 5 ; } | 17599 | See \`config.log' for more details." "$LINENO" 5; } |
17578 | else | 17600 | else |
17579 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS | 17601 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS |
17580 | EVIL_LIBS=$pkg_cv_EVIL_LIBS | 17602 | EVIL_LIBS=$pkg_cv_EVIL_LIBS |
17581 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 17603 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
17582 | $as_echo "yes" >&6; } | 17604 | $as_echo "yes" >&6; } |
17583 | 17605 | : | |
17584 | fi | 17606 | fi |
17585 | 17607 | ||
17586 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h | 17608 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h |
@@ -17597,10 +17619,11 @@ pkg_failed=no | |||
17597 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 | 17619 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 |
17598 | $as_echo_n "checking for EINA... " >&6; } | 17620 | $as_echo_n "checking for EINA... " >&6; } |
17599 | 17621 | ||
17600 | if test -n "$EINA_CFLAGS"; then | 17622 | if test -n "$PKG_CONFIG"; then |
17601 | pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" | 17623 | if test -n "$EINA_CFLAGS"; then |
17602 | elif test -n "$PKG_CONFIG"; then | 17624 | pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" |
17603 | if test -n "$PKG_CONFIG" && \ | 17625 | else |
17626 | if test -n "$PKG_CONFIG" && \ | ||
17604 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 | 17627 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 |
17605 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 | 17628 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 |
17606 | ac_status=$? | 17629 | ac_status=$? |
@@ -17610,13 +17633,15 @@ if test -n "$EINA_CFLAGS"; then | |||
17610 | else | 17633 | else |
17611 | pkg_failed=yes | 17634 | pkg_failed=yes |
17612 | fi | 17635 | fi |
17613 | else | 17636 | fi |
17614 | pkg_failed=untried | 17637 | else |
17638 | pkg_failed=untried | ||
17615 | fi | 17639 | fi |
17616 | if test -n "$EINA_LIBS"; then | 17640 | if test -n "$PKG_CONFIG"; then |
17617 | pkg_cv_EINA_LIBS="$EINA_LIBS" | 17641 | if test -n "$EINA_LIBS"; then |
17618 | elif test -n "$PKG_CONFIG"; then | 17642 | pkg_cv_EINA_LIBS="$EINA_LIBS" |
17619 | if test -n "$PKG_CONFIG" && \ | 17643 | else |
17644 | if test -n "$PKG_CONFIG" && \ | ||
17620 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 | 17645 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 |
17621 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 | 17646 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 |
17622 | ac_status=$? | 17647 | ac_status=$? |
@@ -17626,15 +17651,14 @@ if test -n "$EINA_LIBS"; then | |||
17626 | else | 17651 | else |
17627 | pkg_failed=yes | 17652 | pkg_failed=yes |
17628 | fi | 17653 | fi |
17629 | else | 17654 | fi |
17630 | pkg_failed=untried | 17655 | else |
17656 | pkg_failed=untried | ||
17631 | fi | 17657 | fi |
17632 | 17658 | ||
17633 | 17659 | ||
17634 | 17660 | ||
17635 | if test $pkg_failed = yes; then | 17661 | if test $pkg_failed = yes; then |
17636 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17637 | $as_echo "no" >&6; } | ||
17638 | 17662 | ||
17639 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 17663 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
17640 | _pkg_short_errors_supported=yes | 17664 | _pkg_short_errors_supported=yes |
@@ -17642,14 +17666,14 @@ else | |||
17642 | _pkg_short_errors_supported=no | 17666 | _pkg_short_errors_supported=no |
17643 | fi | 17667 | fi |
17644 | if test $_pkg_short_errors_supported = yes; then | 17668 | if test $_pkg_short_errors_supported = yes; then |
17645 | EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eina >= 1.1.0" 2>&1` | 17669 | EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eina >= 1.1.0"` |
17646 | else | 17670 | else |
17647 | EINA_PKG_ERRORS=`$PKG_CONFIG --print-errors "eina >= 1.1.0" 2>&1` | 17671 | EINA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eina >= 1.1.0"` |
17648 | fi | 17672 | fi |
17649 | # Put the nasty error message in config.log where it belongs | 17673 | # Put the nasty error message in config.log where it belongs |
17650 | echo "$EINA_PKG_ERRORS" >&5 | 17674 | echo "$EINA_PKG_ERRORS" >&5 |
17651 | 17675 | ||
17652 | as_fn_error $? "Package requirements (eina >= 1.1.0) were not met: | 17676 | as_fn_error "Package requirements (eina >= 1.1.0) were not met: |
17653 | 17677 | ||
17654 | $EINA_PKG_ERRORS | 17678 | $EINA_PKG_ERRORS |
17655 | 17679 | ||
@@ -17658,13 +17682,12 @@ installed software in a non-standard prefix. | |||
17658 | 17682 | ||
17659 | Alternatively, you may set the environment variables EINA_CFLAGS | 17683 | Alternatively, you may set the environment variables EINA_CFLAGS |
17660 | and EINA_LIBS to avoid the need to call pkg-config. | 17684 | and EINA_LIBS to avoid the need to call pkg-config. |
17661 | See the pkg-config man page for more details." "$LINENO" 5 | 17685 | See the pkg-config man page for more details. |
17686 | " "$LINENO" 5 | ||
17662 | elif test $pkg_failed = untried; then | 17687 | elif test $pkg_failed = untried; then |
17663 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17664 | $as_echo "no" >&6; } | ||
17665 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 17688 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
17666 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 17689 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
17667 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 17690 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
17668 | is in your PATH or set the PKG_CONFIG environment variable to the full | 17691 | is in your PATH or set the PKG_CONFIG environment variable to the full |
17669 | path to pkg-config. | 17692 | path to pkg-config. |
17670 | 17693 | ||
@@ -17673,13 +17696,13 @@ and EINA_LIBS to avoid the need to call pkg-config. | |||
17673 | See the pkg-config man page for more details. | 17696 | See the pkg-config man page for more details. |
17674 | 17697 | ||
17675 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 17698 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
17676 | See \`config.log' for more details" "$LINENO" 5 ; } | 17699 | See \`config.log' for more details." "$LINENO" 5; } |
17677 | else | 17700 | else |
17678 | EINA_CFLAGS=$pkg_cv_EINA_CFLAGS | 17701 | EINA_CFLAGS=$pkg_cv_EINA_CFLAGS |
17679 | EINA_LIBS=$pkg_cv_EINA_LIBS | 17702 | EINA_LIBS=$pkg_cv_EINA_LIBS |
17680 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 17703 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
17681 | $as_echo "yes" >&6; } | 17704 | $as_echo "yes" >&6; } |
17682 | 17705 | : | |
17683 | fi | 17706 | fi |
17684 | CPPFLAGS_SAVE="$CPPFLAGS" | 17707 | CPPFLAGS_SAVE="$CPPFLAGS" |
17685 | CPPFLAGS="$CPPFLAGS $EINA_CFLAGS" | 17708 | CPPFLAGS="$CPPFLAGS $EINA_CFLAGS" |
@@ -17699,8 +17722,9 @@ else | |||
17699 | if test "$ac_cv_type_Eina_Unicode" = yes; then | 17722 | if test "$ac_cv_type_Eina_Unicode" = yes; then |
17700 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 17723 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
17701 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 17724 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
17702 | as_fn_error 77 "cannot compute sizeof (Eina_Unicode) | 17725 | { as_fn_set_status 77 |
17703 | See \`config.log' for more details" "$LINENO" 5 ; } | 17726 | as_fn_error "cannot compute sizeof (Eina_Unicode) |
17727 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
17704 | else | 17728 | else |
17705 | ac_cv_sizeof_Eina_Unicode=0 | 17729 | ac_cv_sizeof_Eina_Unicode=0 |
17706 | fi | 17730 | fi |
@@ -17725,10 +17749,11 @@ pkg_failed=no | |||
17725 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FREETYPE" >&5 | 17749 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FREETYPE" >&5 |
17726 | $as_echo_n "checking for FREETYPE... " >&6; } | 17750 | $as_echo_n "checking for FREETYPE... " >&6; } |
17727 | 17751 | ||
17728 | if test -n "$FREETYPE_CFLAGS"; then | 17752 | if test -n "$PKG_CONFIG"; then |
17729 | pkg_cv_FREETYPE_CFLAGS="$FREETYPE_CFLAGS" | 17753 | if test -n "$FREETYPE_CFLAGS"; then |
17730 | elif test -n "$PKG_CONFIG"; then | 17754 | pkg_cv_FREETYPE_CFLAGS="$FREETYPE_CFLAGS" |
17731 | if test -n "$PKG_CONFIG" && \ | 17755 | else |
17756 | if test -n "$PKG_CONFIG" && \ | ||
17732 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"freetype2 >= 9.3.0\""; } >&5 | 17757 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"freetype2 >= 9.3.0\""; } >&5 |
17733 | ($PKG_CONFIG --exists --print-errors "freetype2 >= 9.3.0") 2>&5 | 17758 | ($PKG_CONFIG --exists --print-errors "freetype2 >= 9.3.0") 2>&5 |
17734 | ac_status=$? | 17759 | ac_status=$? |
@@ -17738,13 +17763,15 @@ if test -n "$FREETYPE_CFLAGS"; then | |||
17738 | else | 17763 | else |
17739 | pkg_failed=yes | 17764 | pkg_failed=yes |
17740 | fi | 17765 | fi |
17741 | else | 17766 | fi |
17742 | pkg_failed=untried | 17767 | else |
17768 | pkg_failed=untried | ||
17743 | fi | 17769 | fi |
17744 | if test -n "$FREETYPE_LIBS"; then | 17770 | if test -n "$PKG_CONFIG"; then |
17745 | pkg_cv_FREETYPE_LIBS="$FREETYPE_LIBS" | 17771 | if test -n "$FREETYPE_LIBS"; then |
17746 | elif test -n "$PKG_CONFIG"; then | 17772 | pkg_cv_FREETYPE_LIBS="$FREETYPE_LIBS" |
17747 | if test -n "$PKG_CONFIG" && \ | 17773 | else |
17774 | if test -n "$PKG_CONFIG" && \ | ||
17748 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"freetype2 >= 9.3.0\""; } >&5 | 17775 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"freetype2 >= 9.3.0\""; } >&5 |
17749 | ($PKG_CONFIG --exists --print-errors "freetype2 >= 9.3.0") 2>&5 | 17776 | ($PKG_CONFIG --exists --print-errors "freetype2 >= 9.3.0") 2>&5 |
17750 | ac_status=$? | 17777 | ac_status=$? |
@@ -17754,15 +17781,14 @@ if test -n "$FREETYPE_LIBS"; then | |||
17754 | else | 17781 | else |
17755 | pkg_failed=yes | 17782 | pkg_failed=yes |
17756 | fi | 17783 | fi |
17757 | else | 17784 | fi |
17758 | pkg_failed=untried | 17785 | else |
17786 | pkg_failed=untried | ||
17759 | fi | 17787 | fi |
17760 | 17788 | ||
17761 | 17789 | ||
17762 | 17790 | ||
17763 | if test $pkg_failed = yes; then | 17791 | if test $pkg_failed = yes; then |
17764 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17765 | $as_echo "no" >&6; } | ||
17766 | 17792 | ||
17767 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 17793 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
17768 | _pkg_short_errors_supported=yes | 17794 | _pkg_short_errors_supported=yes |
@@ -17770,14 +17796,14 @@ else | |||
17770 | _pkg_short_errors_supported=no | 17796 | _pkg_short_errors_supported=no |
17771 | fi | 17797 | fi |
17772 | if test $_pkg_short_errors_supported = yes; then | 17798 | if test $_pkg_short_errors_supported = yes; then |
17773 | FREETYPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "freetype2 >= 9.3.0" 2>&1` | 17799 | FREETYPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "freetype2 >= 9.3.0"` |
17774 | else | 17800 | else |
17775 | FREETYPE_PKG_ERRORS=`$PKG_CONFIG --print-errors "freetype2 >= 9.3.0" 2>&1` | 17801 | FREETYPE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "freetype2 >= 9.3.0"` |
17776 | fi | 17802 | fi |
17777 | # Put the nasty error message in config.log where it belongs | 17803 | # Put the nasty error message in config.log where it belongs |
17778 | echo "$FREETYPE_PKG_ERRORS" >&5 | 17804 | echo "$FREETYPE_PKG_ERRORS" >&5 |
17779 | 17805 | ||
17780 | as_fn_error $? "Package requirements (freetype2 >= 9.3.0) were not met: | 17806 | as_fn_error "Package requirements (freetype2 >= 9.3.0) were not met: |
17781 | 17807 | ||
17782 | $FREETYPE_PKG_ERRORS | 17808 | $FREETYPE_PKG_ERRORS |
17783 | 17809 | ||
@@ -17786,13 +17812,12 @@ installed software in a non-standard prefix. | |||
17786 | 17812 | ||
17787 | Alternatively, you may set the environment variables FREETYPE_CFLAGS | 17813 | Alternatively, you may set the environment variables FREETYPE_CFLAGS |
17788 | and FREETYPE_LIBS to avoid the need to call pkg-config. | 17814 | and FREETYPE_LIBS to avoid the need to call pkg-config. |
17789 | See the pkg-config man page for more details." "$LINENO" 5 | 17815 | See the pkg-config man page for more details. |
17816 | " "$LINENO" 5 | ||
17790 | elif test $pkg_failed = untried; then | 17817 | elif test $pkg_failed = untried; then |
17791 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17792 | $as_echo "no" >&6; } | ||
17793 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 17818 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
17794 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 17819 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
17795 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 17820 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
17796 | is in your PATH or set the PKG_CONFIG environment variable to the full | 17821 | is in your PATH or set the PKG_CONFIG environment variable to the full |
17797 | path to pkg-config. | 17822 | path to pkg-config. |
17798 | 17823 | ||
@@ -17801,13 +17826,13 @@ and FREETYPE_LIBS to avoid the need to call pkg-config. | |||
17801 | See the pkg-config man page for more details. | 17826 | See the pkg-config man page for more details. |
17802 | 17827 | ||
17803 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 17828 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
17804 | See \`config.log' for more details" "$LINENO" 5 ; } | 17829 | See \`config.log' for more details." "$LINENO" 5; } |
17805 | else | 17830 | else |
17806 | FREETYPE_CFLAGS=$pkg_cv_FREETYPE_CFLAGS | 17831 | FREETYPE_CFLAGS=$pkg_cv_FREETYPE_CFLAGS |
17807 | FREETYPE_LIBS=$pkg_cv_FREETYPE_LIBS | 17832 | FREETYPE_LIBS=$pkg_cv_FREETYPE_LIBS |
17808 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 17833 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
17809 | $as_echo "yes" >&6; } | 17834 | $as_echo "yes" >&6; } |
17810 | 17835 | : | |
17811 | fi | 17836 | fi |
17812 | 17837 | ||
17813 | requirement_evas="freetype2 eina >= 1.1.0 ${requirement_evas}" | 17838 | requirement_evas="freetype2 eina >= 1.1.0 ${requirement_evas}" |
@@ -17835,10 +17860,11 @@ pkg_failed=no | |||
17835 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FONTCONFIG" >&5 | 17860 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FONTCONFIG" >&5 |
17836 | $as_echo_n "checking for FONTCONFIG... " >&6; } | 17861 | $as_echo_n "checking for FONTCONFIG... " >&6; } |
17837 | 17862 | ||
17838 | if test -n "$FONTCONFIG_CFLAGS"; then | 17863 | if test -n "$PKG_CONFIG"; then |
17839 | pkg_cv_FONTCONFIG_CFLAGS="$FONTCONFIG_CFLAGS" | 17864 | if test -n "$FONTCONFIG_CFLAGS"; then |
17840 | elif test -n "$PKG_CONFIG"; then | 17865 | pkg_cv_FONTCONFIG_CFLAGS="$FONTCONFIG_CFLAGS" |
17841 | if test -n "$PKG_CONFIG" && \ | 17866 | else |
17867 | if test -n "$PKG_CONFIG" && \ | ||
17842 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontconfig >= 2.5.0\""; } >&5 | 17868 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontconfig >= 2.5.0\""; } >&5 |
17843 | ($PKG_CONFIG --exists --print-errors "fontconfig >= 2.5.0") 2>&5 | 17869 | ($PKG_CONFIG --exists --print-errors "fontconfig >= 2.5.0") 2>&5 |
17844 | ac_status=$? | 17870 | ac_status=$? |
@@ -17848,13 +17874,15 @@ if test -n "$FONTCONFIG_CFLAGS"; then | |||
17848 | else | 17874 | else |
17849 | pkg_failed=yes | 17875 | pkg_failed=yes |
17850 | fi | 17876 | fi |
17851 | else | 17877 | fi |
17852 | pkg_failed=untried | 17878 | else |
17879 | pkg_failed=untried | ||
17853 | fi | 17880 | fi |
17854 | if test -n "$FONTCONFIG_LIBS"; then | 17881 | if test -n "$PKG_CONFIG"; then |
17855 | pkg_cv_FONTCONFIG_LIBS="$FONTCONFIG_LIBS" | 17882 | if test -n "$FONTCONFIG_LIBS"; then |
17856 | elif test -n "$PKG_CONFIG"; then | 17883 | pkg_cv_FONTCONFIG_LIBS="$FONTCONFIG_LIBS" |
17857 | if test -n "$PKG_CONFIG" && \ | 17884 | else |
17885 | if test -n "$PKG_CONFIG" && \ | ||
17858 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontconfig >= 2.5.0\""; } >&5 | 17886 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontconfig >= 2.5.0\""; } >&5 |
17859 | ($PKG_CONFIG --exists --print-errors "fontconfig >= 2.5.0") 2>&5 | 17887 | ($PKG_CONFIG --exists --print-errors "fontconfig >= 2.5.0") 2>&5 |
17860 | ac_status=$? | 17888 | ac_status=$? |
@@ -17864,15 +17892,14 @@ if test -n "$FONTCONFIG_LIBS"; then | |||
17864 | else | 17892 | else |
17865 | pkg_failed=yes | 17893 | pkg_failed=yes |
17866 | fi | 17894 | fi |
17867 | else | 17895 | fi |
17868 | pkg_failed=untried | 17896 | else |
17897 | pkg_failed=untried | ||
17869 | fi | 17898 | fi |
17870 | 17899 | ||
17871 | 17900 | ||
17872 | 17901 | ||
17873 | if test $pkg_failed = yes; then | 17902 | if test $pkg_failed = yes; then |
17874 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17875 | $as_echo "no" >&6; } | ||
17876 | 17903 | ||
17877 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 17904 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
17878 | _pkg_short_errors_supported=yes | 17905 | _pkg_short_errors_supported=yes |
@@ -17880,24 +17907,24 @@ else | |||
17880 | _pkg_short_errors_supported=no | 17907 | _pkg_short_errors_supported=no |
17881 | fi | 17908 | fi |
17882 | if test $_pkg_short_errors_supported = yes; then | 17909 | if test $_pkg_short_errors_supported = yes; then |
17883 | FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fontconfig >= 2.5.0" 2>&1` | 17910 | FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fontconfig >= 2.5.0"` |
17884 | else | 17911 | else |
17885 | FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --print-errors "fontconfig >= 2.5.0" 2>&1` | 17912 | FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontconfig >= 2.5.0"` |
17886 | fi | 17913 | fi |
17887 | # Put the nasty error message in config.log where it belongs | 17914 | # Put the nasty error message in config.log where it belongs |
17888 | echo "$FONTCONFIG_PKG_ERRORS" >&5 | 17915 | echo "$FONTCONFIG_PKG_ERRORS" >&5 |
17889 | 17916 | ||
17917 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17918 | $as_echo "no" >&6; } | ||
17890 | 17919 | ||
17891 | if test "x${want_fontconfig}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 17920 | if test "x${want_fontconfig}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
17892 | as_fn_error $? "Fontconfig not found (strict dependencies checking)" "$LINENO" 5 | 17921 | as_fn_error "Fontconfig not found (strict dependencies checking)" "$LINENO" 5 |
17893 | fi | 17922 | fi |
17894 | 17923 | ||
17895 | elif test $pkg_failed = untried; then | 17924 | elif test $pkg_failed = untried; then |
17896 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17897 | $as_echo "no" >&6; } | ||
17898 | 17925 | ||
17899 | if test "x${want_fontconfig}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 17926 | if test "x${want_fontconfig}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
17900 | as_fn_error $? "Fontconfig not found (strict dependencies checking)" "$LINENO" 5 | 17927 | as_fn_error "Fontconfig not found (strict dependencies checking)" "$LINENO" 5 |
17901 | fi | 17928 | fi |
17902 | 17929 | ||
17903 | else | 17930 | else |
@@ -17972,10 +17999,11 @@ pkg_failed=no | |||
17972 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FRIBIDI" >&5 | 17999 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FRIBIDI" >&5 |
17973 | $as_echo_n "checking for FRIBIDI... " >&6; } | 18000 | $as_echo_n "checking for FRIBIDI... " >&6; } |
17974 | 18001 | ||
17975 | if test -n "$FRIBIDI_CFLAGS"; then | 18002 | if test -n "$PKG_CONFIG"; then |
17976 | pkg_cv_FRIBIDI_CFLAGS="$FRIBIDI_CFLAGS" | 18003 | if test -n "$FRIBIDI_CFLAGS"; then |
17977 | elif test -n "$PKG_CONFIG"; then | 18004 | pkg_cv_FRIBIDI_CFLAGS="$FRIBIDI_CFLAGS" |
17978 | if test -n "$PKG_CONFIG" && \ | 18005 | else |
18006 | if test -n "$PKG_CONFIG" && \ | ||
17979 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fribidi >= 0.19.2\""; } >&5 | 18007 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fribidi >= 0.19.2\""; } >&5 |
17980 | ($PKG_CONFIG --exists --print-errors "fribidi >= 0.19.2") 2>&5 | 18008 | ($PKG_CONFIG --exists --print-errors "fribidi >= 0.19.2") 2>&5 |
17981 | ac_status=$? | 18009 | ac_status=$? |
@@ -17985,13 +18013,15 @@ if test -n "$FRIBIDI_CFLAGS"; then | |||
17985 | else | 18013 | else |
17986 | pkg_failed=yes | 18014 | pkg_failed=yes |
17987 | fi | 18015 | fi |
17988 | else | 18016 | fi |
17989 | pkg_failed=untried | 18017 | else |
18018 | pkg_failed=untried | ||
17990 | fi | 18019 | fi |
17991 | if test -n "$FRIBIDI_LIBS"; then | 18020 | if test -n "$PKG_CONFIG"; then |
17992 | pkg_cv_FRIBIDI_LIBS="$FRIBIDI_LIBS" | 18021 | if test -n "$FRIBIDI_LIBS"; then |
17993 | elif test -n "$PKG_CONFIG"; then | 18022 | pkg_cv_FRIBIDI_LIBS="$FRIBIDI_LIBS" |
17994 | if test -n "$PKG_CONFIG" && \ | 18023 | else |
18024 | if test -n "$PKG_CONFIG" && \ | ||
17995 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fribidi >= 0.19.2\""; } >&5 | 18025 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fribidi >= 0.19.2\""; } >&5 |
17996 | ($PKG_CONFIG --exists --print-errors "fribidi >= 0.19.2") 2>&5 | 18026 | ($PKG_CONFIG --exists --print-errors "fribidi >= 0.19.2") 2>&5 |
17997 | ac_status=$? | 18027 | ac_status=$? |
@@ -18001,15 +18031,14 @@ if test -n "$FRIBIDI_LIBS"; then | |||
18001 | else | 18031 | else |
18002 | pkg_failed=yes | 18032 | pkg_failed=yes |
18003 | fi | 18033 | fi |
18004 | else | 18034 | fi |
18005 | pkg_failed=untried | 18035 | else |
18036 | pkg_failed=untried | ||
18006 | fi | 18037 | fi |
18007 | 18038 | ||
18008 | 18039 | ||
18009 | 18040 | ||
18010 | if test $pkg_failed = yes; then | 18041 | if test $pkg_failed = yes; then |
18011 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
18012 | $as_echo "no" >&6; } | ||
18013 | 18042 | ||
18014 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 18043 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
18015 | _pkg_short_errors_supported=yes | 18044 | _pkg_short_errors_supported=yes |
@@ -18017,24 +18046,24 @@ else | |||
18017 | _pkg_short_errors_supported=no | 18046 | _pkg_short_errors_supported=no |
18018 | fi | 18047 | fi |
18019 | if test $_pkg_short_errors_supported = yes; then | 18048 | if test $_pkg_short_errors_supported = yes; then |
18020 | FRIBIDI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fribidi >= 0.19.2" 2>&1` | 18049 | FRIBIDI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fribidi >= 0.19.2"` |
18021 | else | 18050 | else |
18022 | FRIBIDI_PKG_ERRORS=`$PKG_CONFIG --print-errors "fribidi >= 0.19.2" 2>&1` | 18051 | FRIBIDI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fribidi >= 0.19.2"` |
18023 | fi | 18052 | fi |
18024 | # Put the nasty error message in config.log where it belongs | 18053 | # Put the nasty error message in config.log where it belongs |
18025 | echo "$FRIBIDI_PKG_ERRORS" >&5 | 18054 | echo "$FRIBIDI_PKG_ERRORS" >&5 |
18026 | 18055 | ||
18056 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
18057 | $as_echo "no" >&6; } | ||
18027 | 18058 | ||
18028 | if test "x$want_fribidi" = "xyes" -a "x$use_strict" = "xyes" ; then | 18059 | if test "x$want_fribidi" = "xyes" -a "x$use_strict" = "xyes" ; then |
18029 | as_fn_error $? "Fribidi not found (strict dependencies checking)" "$LINENO" 5 | 18060 | as_fn_error "Fribidi not found (strict dependencies checking)" "$LINENO" 5 |
18030 | fi | 18061 | fi |
18031 | 18062 | ||
18032 | elif test $pkg_failed = untried; then | 18063 | elif test $pkg_failed = untried; then |
18033 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
18034 | $as_echo "no" >&6; } | ||
18035 | 18064 | ||
18036 | if test "x$want_fribidi" = "xyes" -a "x$use_strict" = "xyes" ; then | 18065 | if test "x$want_fribidi" = "xyes" -a "x$use_strict" = "xyes" ; then |
18037 | as_fn_error $? "Fribidi not found (strict dependencies checking)" "$LINENO" 5 | 18066 | as_fn_error "Fribidi not found (strict dependencies checking)" "$LINENO" 5 |
18038 | fi | 18067 | fi |
18039 | 18068 | ||
18040 | else | 18069 | else |
@@ -18066,8 +18095,9 @@ else | |||
18066 | if test "$ac_cv_type_FriBidiChar" = yes; then | 18095 | if test "$ac_cv_type_FriBidiChar" = yes; then |
18067 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 18096 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
18068 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 18097 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
18069 | as_fn_error 77 "cannot compute sizeof (FriBidiChar) | 18098 | { as_fn_set_status 77 |
18070 | See \`config.log' for more details" "$LINENO" 5 ; } | 18099 | as_fn_error "cannot compute sizeof (FriBidiChar) |
18100 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
18071 | else | 18101 | else |
18072 | ac_cv_sizeof_FriBidiChar=0 | 18102 | ac_cv_sizeof_FriBidiChar=0 |
18073 | fi | 18103 | fi |
@@ -18114,10 +18144,11 @@ pkg_failed=no | |||
18114 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HARFBUZZ" >&5 | 18144 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HARFBUZZ" >&5 |
18115 | $as_echo_n "checking for HARFBUZZ... " >&6; } | 18145 | $as_echo_n "checking for HARFBUZZ... " >&6; } |
18116 | 18146 | ||
18117 | if test -n "$HARFBUZZ_CFLAGS"; then | 18147 | if test -n "$PKG_CONFIG"; then |
18118 | pkg_cv_HARFBUZZ_CFLAGS="$HARFBUZZ_CFLAGS" | 18148 | if test -n "$HARFBUZZ_CFLAGS"; then |
18119 | elif test -n "$PKG_CONFIG"; then | 18149 | pkg_cv_HARFBUZZ_CFLAGS="$HARFBUZZ_CFLAGS" |
18120 | if test -n "$PKG_CONFIG" && \ | 18150 | else |
18151 | if test -n "$PKG_CONFIG" && \ | ||
18121 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"harfbuzz >= 0.6.0\""; } >&5 | 18152 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"harfbuzz >= 0.6.0\""; } >&5 |
18122 | ($PKG_CONFIG --exists --print-errors "harfbuzz >= 0.6.0") 2>&5 | 18153 | ($PKG_CONFIG --exists --print-errors "harfbuzz >= 0.6.0") 2>&5 |
18123 | ac_status=$? | 18154 | ac_status=$? |
@@ -18127,13 +18158,15 @@ if test -n "$HARFBUZZ_CFLAGS"; then | |||
18127 | else | 18158 | else |
18128 | pkg_failed=yes | 18159 | pkg_failed=yes |
18129 | fi | 18160 | fi |
18130 | else | 18161 | fi |
18131 | pkg_failed=untried | 18162 | else |
18163 | pkg_failed=untried | ||
18132 | fi | 18164 | fi |
18133 | if test -n "$HARFBUZZ_LIBS"; then | 18165 | if test -n "$PKG_CONFIG"; then |
18134 | pkg_cv_HARFBUZZ_LIBS="$HARFBUZZ_LIBS" | 18166 | if test -n "$HARFBUZZ_LIBS"; then |
18135 | elif test -n "$PKG_CONFIG"; then | 18167 | pkg_cv_HARFBUZZ_LIBS="$HARFBUZZ_LIBS" |
18136 | if test -n "$PKG_CONFIG" && \ | 18168 | else |
18169 | if test -n "$PKG_CONFIG" && \ | ||
18137 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"harfbuzz >= 0.6.0\""; } >&5 | 18170 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"harfbuzz >= 0.6.0\""; } >&5 |
18138 | ($PKG_CONFIG --exists --print-errors "harfbuzz >= 0.6.0") 2>&5 | 18171 | ($PKG_CONFIG --exists --print-errors "harfbuzz >= 0.6.0") 2>&5 |
18139 | ac_status=$? | 18172 | ac_status=$? |
@@ -18143,15 +18176,14 @@ if test -n "$HARFBUZZ_LIBS"; then | |||
18143 | else | 18176 | else |
18144 | pkg_failed=yes | 18177 | pkg_failed=yes |
18145 | fi | 18178 | fi |
18146 | else | 18179 | fi |
18147 | pkg_failed=untried | 18180 | else |
18181 | pkg_failed=untried | ||
18148 | fi | 18182 | fi |
18149 | 18183 | ||
18150 | 18184 | ||
18151 | 18185 | ||
18152 | if test $pkg_failed = yes; then | 18186 | if test $pkg_failed = yes; then |
18153 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
18154 | $as_echo "no" >&6; } | ||
18155 | 18187 | ||
18156 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 18188 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
18157 | _pkg_short_errors_supported=yes | 18189 | _pkg_short_errors_supported=yes |
@@ -18159,24 +18191,24 @@ else | |||
18159 | _pkg_short_errors_supported=no | 18191 | _pkg_short_errors_supported=no |
18160 | fi | 18192 | fi |
18161 | if test $_pkg_short_errors_supported = yes; then | 18193 | if test $_pkg_short_errors_supported = yes; then |
18162 | HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "harfbuzz >= 0.6.0" 2>&1` | 18194 | HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "harfbuzz >= 0.6.0"` |
18163 | else | 18195 | else |
18164 | HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --print-errors "harfbuzz >= 0.6.0" 2>&1` | 18196 | HARFBUZZ_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "harfbuzz >= 0.6.0"` |
18165 | fi | 18197 | fi |
18166 | # Put the nasty error message in config.log where it belongs | 18198 | # Put the nasty error message in config.log where it belongs |
18167 | echo "$HARFBUZZ_PKG_ERRORS" >&5 | 18199 | echo "$HARFBUZZ_PKG_ERRORS" >&5 |
18168 | 18200 | ||
18201 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
18202 | $as_echo "no" >&6; } | ||
18169 | 18203 | ||
18170 | if test "x$want_harfbuzz" = "xyes" -a "x$use_strict" = "xyes" ; then | 18204 | if test "x$want_harfbuzz" = "xyes" -a "x$use_strict" = "xyes" ; then |
18171 | as_fn_error $? "Harfbuzz not found (strict dependencies checking)" "$LINENO" 5 | 18205 | as_fn_error "Harfbuzz not found (strict dependencies checking)" "$LINENO" 5 |
18172 | fi | 18206 | fi |
18173 | 18207 | ||
18174 | elif test $pkg_failed = untried; then | 18208 | elif test $pkg_failed = untried; then |
18175 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
18176 | $as_echo "no" >&6; } | ||
18177 | 18209 | ||
18178 | if test "x$want_harfbuzz" = "xyes" -a "x$use_strict" = "xyes" ; then | 18210 | if test "x$want_harfbuzz" = "xyes" -a "x$use_strict" = "xyes" ; then |
18179 | as_fn_error $? "Harfbuzz not found (strict dependencies checking)" "$LINENO" 5 | 18211 | as_fn_error "Harfbuzz not found (strict dependencies checking)" "$LINENO" 5 |
18180 | fi | 18212 | fi |
18181 | 18213 | ||
18182 | else | 18214 | else |
@@ -18207,7 +18239,7 @@ $as_echo "#define HAVE_HARFBUZZ 1" >>confdefs.h | |||
18207 | else | 18239 | else |
18208 | 18240 | ||
18209 | if test "x$want_harfbuzz" = "xyes" -a "x$use_strict" = "xyes" ; then | 18241 | if test "x$want_harfbuzz" = "xyes" -a "x$use_strict" = "xyes" ; then |
18210 | as_fn_error $? "Harfbuzz-ft not found (strict dependencies checking)" "$LINENO" 5 | 18242 | as_fn_error "Harfbuzz-ft not found (strict dependencies checking)" "$LINENO" 5 |
18211 | fi | 18243 | fi |
18212 | have_harfbuzz="no" | 18244 | have_harfbuzz="no" |
18213 | 18245 | ||
@@ -18243,10 +18275,11 @@ pkg_failed=no | |||
18243 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PIXMAN" >&5 | 18275 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PIXMAN" >&5 |
18244 | $as_echo_n "checking for PIXMAN... " >&6; } | 18276 | $as_echo_n "checking for PIXMAN... " >&6; } |
18245 | 18277 | ||
18246 | if test -n "$PIXMAN_CFLAGS"; then | 18278 | if test -n "$PKG_CONFIG"; then |
18247 | pkg_cv_PIXMAN_CFLAGS="$PIXMAN_CFLAGS" | 18279 | if test -n "$PIXMAN_CFLAGS"; then |
18248 | elif test -n "$PKG_CONFIG"; then | 18280 | pkg_cv_PIXMAN_CFLAGS="$PIXMAN_CFLAGS" |
18249 | if test -n "$PKG_CONFIG" && \ | 18281 | else |
18282 | if test -n "$PKG_CONFIG" && \ | ||
18250 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pixman-1\""; } >&5 | 18283 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pixman-1\""; } >&5 |
18251 | ($PKG_CONFIG --exists --print-errors "pixman-1") 2>&5 | 18284 | ($PKG_CONFIG --exists --print-errors "pixman-1") 2>&5 |
18252 | ac_status=$? | 18285 | ac_status=$? |
@@ -18256,13 +18289,15 @@ if test -n "$PIXMAN_CFLAGS"; then | |||
18256 | else | 18289 | else |
18257 | pkg_failed=yes | 18290 | pkg_failed=yes |
18258 | fi | 18291 | fi |
18259 | else | 18292 | fi |
18260 | pkg_failed=untried | 18293 | else |
18294 | pkg_failed=untried | ||
18261 | fi | 18295 | fi |
18262 | if test -n "$PIXMAN_LIBS"; then | 18296 | if test -n "$PKG_CONFIG"; then |
18263 | pkg_cv_PIXMAN_LIBS="$PIXMAN_LIBS" | 18297 | if test -n "$PIXMAN_LIBS"; then |
18264 | elif test -n "$PKG_CONFIG"; then | 18298 | pkg_cv_PIXMAN_LIBS="$PIXMAN_LIBS" |
18265 | if test -n "$PKG_CONFIG" && \ | 18299 | else |
18300 | if test -n "$PKG_CONFIG" && \ | ||
18266 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pixman-1\""; } >&5 | 18301 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pixman-1\""; } >&5 |
18267 | ($PKG_CONFIG --exists --print-errors "pixman-1") 2>&5 | 18302 | ($PKG_CONFIG --exists --print-errors "pixman-1") 2>&5 |
18268 | ac_status=$? | 18303 | ac_status=$? |
@@ -18272,15 +18307,14 @@ if test -n "$PIXMAN_LIBS"; then | |||
18272 | else | 18307 | else |
18273 | pkg_failed=yes | 18308 | pkg_failed=yes |
18274 | fi | 18309 | fi |
18275 | else | 18310 | fi |
18276 | pkg_failed=untried | 18311 | else |
18312 | pkg_failed=untried | ||
18277 | fi | 18313 | fi |
18278 | 18314 | ||
18279 | 18315 | ||
18280 | 18316 | ||
18281 | if test $pkg_failed = yes; then | 18317 | if test $pkg_failed = yes; then |
18282 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
18283 | $as_echo "no" >&6; } | ||
18284 | 18318 | ||
18285 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 18319 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
18286 | _pkg_short_errors_supported=yes | 18320 | _pkg_short_errors_supported=yes |
@@ -18288,24 +18322,24 @@ else | |||
18288 | _pkg_short_errors_supported=no | 18322 | _pkg_short_errors_supported=no |
18289 | fi | 18323 | fi |
18290 | if test $_pkg_short_errors_supported = yes; then | 18324 | if test $_pkg_short_errors_supported = yes; then |
18291 | PIXMAN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pixman-1" 2>&1` | 18325 | PIXMAN_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pixman-1"` |
18292 | else | 18326 | else |
18293 | PIXMAN_PKG_ERRORS=`$PKG_CONFIG --print-errors "pixman-1" 2>&1` | 18327 | PIXMAN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pixman-1"` |
18294 | fi | 18328 | fi |
18295 | # Put the nasty error message in config.log where it belongs | 18329 | # Put the nasty error message in config.log where it belongs |
18296 | echo "$PIXMAN_PKG_ERRORS" >&5 | 18330 | echo "$PIXMAN_PKG_ERRORS" >&5 |
18297 | 18331 | ||
18332 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
18333 | $as_echo "no" >&6; } | ||
18298 | 18334 | ||
18299 | if test "x${want_pixman}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 18335 | if test "x${want_pixman}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
18300 | as_fn_error $? "Pixman not found (strict dependencies checking)" "$LINENO" 5 | 18336 | as_fn_error "Pixman not found (strict dependencies checking)" "$LINENO" 5 |
18301 | fi | 18337 | fi |
18302 | 18338 | ||
18303 | elif test $pkg_failed = untried; then | 18339 | elif test $pkg_failed = untried; then |
18304 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
18305 | $as_echo "no" >&6; } | ||
18306 | 18340 | ||
18307 | if test "x${want_pixman}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 18341 | if test "x${want_pixman}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
18308 | as_fn_error $? "Pixman not found (strict dependencies checking)" "$LINENO" 5 | 18342 | as_fn_error "Pixman not found (strict dependencies checking)" "$LINENO" 5 |
18309 | fi | 18343 | fi |
18310 | 18344 | ||
18311 | else | 18345 | else |
@@ -18323,6 +18357,97 @@ $as_echo "#define HAVE_PIXMAN 1" >>confdefs.h | |||
18323 | fi | 18357 | fi |
18324 | fi | 18358 | fi |
18325 | 18359 | ||
18360 | have_pixman_font="no" | ||
18361 | # Check whether --enable-pixman-font was given. | ||
18362 | if test "${enable_pixman_font+set}" = set; then : | ||
18363 | enableval=$enable_pixman_font; | ||
18364 | have_pixman_font="yes" | ||
18365 | |||
18366 | $as_echo "#define PIXMAN_FONT 1" >>confdefs.h | ||
18367 | |||
18368 | |||
18369 | |||
18370 | fi | ||
18371 | |||
18372 | |||
18373 | have_pixman_rect="no" | ||
18374 | # Check whether --enable-pixman-rect was given. | ||
18375 | if test "${enable_pixman_rect+set}" = set; then : | ||
18376 | enableval=$enable_pixman_rect; | ||
18377 | have_pixman_rect="yes" | ||
18378 | |||
18379 | $as_echo "#define PIXMAN_RECT 1" >>confdefs.h | ||
18380 | |||
18381 | |||
18382 | |||
18383 | fi | ||
18384 | |||
18385 | |||
18386 | have_pixman_line="no" | ||
18387 | # Check whether --enable-pixman-line was given. | ||
18388 | if test "${enable_pixman_line+set}" = set; then : | ||
18389 | enableval=$enable_pixman_line; | ||
18390 | have_pixman_line="yes" | ||
18391 | |||
18392 | $as_echo "#define PIXMAN_LINE 1" >>confdefs.h | ||
18393 | |||
18394 | |||
18395 | |||
18396 | fi | ||
18397 | |||
18398 | |||
18399 | have_pixman_poly="no" | ||
18400 | # Check whether --enable-pixman-poly was given. | ||
18401 | if test "${enable_pixman_poly+set}" = set; then : | ||
18402 | enableval=$enable_pixman_poly; | ||
18403 | have_pixman_poly="yes" | ||
18404 | |||
18405 | $as_echo "#define PIXMAN_POLY 1" >>confdefs.h | ||
18406 | |||
18407 | |||
18408 | |||
18409 | fi | ||
18410 | |||
18411 | |||
18412 | have_pixman_image="no" | ||
18413 | # Check whether --enable-pixman-image was given. | ||
18414 | if test "${enable_pixman_image+set}" = set; then : | ||
18415 | enableval=$enable_pixman_image; | ||
18416 | have_pixman_image="yes" | ||
18417 | |||
18418 | $as_echo "#define PIXMAN_IMAGE 1" >>confdefs.h | ||
18419 | |||
18420 | |||
18421 | |||
18422 | fi | ||
18423 | |||
18424 | |||
18425 | have_pixman_image_scale_sample="no" | ||
18426 | # Check whether --enable-pixman-image-scale-sample was given. | ||
18427 | if test "${enable_pixman_image_scale_sample+set}" = set; then : | ||
18428 | enableval=$enable_pixman_image_scale_sample; | ||
18429 | have_pixman_image_scale_sample="yes" | ||
18430 | |||
18431 | $as_echo "#define PIXMAN_IMAGE_SCALE_SAMPLE 1" >>confdefs.h | ||
18432 | |||
18433 | |||
18434 | |||
18435 | fi | ||
18436 | |||
18437 | |||
18438 | have_tile_rotate="no" | ||
18439 | # Check whether --enable-tile-rotate was given. | ||
18440 | if test "${enable_tile_rotate+set}" = set; then : | ||
18441 | enableval=$enable_tile_rotate; | ||
18442 | have_tile_rotate="yes" | ||
18443 | |||
18444 | $as_echo "#define TILE_ROTATE 1" >>confdefs.h | ||
18445 | |||
18446 | |||
18447 | |||
18448 | fi | ||
18449 | |||
18450 | |||
18326 | ### Checks for header files | 18451 | ### Checks for header files |
18327 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 18452 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
18328 | $as_echo_n "checking for ANSI C header files... " >&6; } | 18453 | $as_echo_n "checking for ANSI C header files... " >&6; } |
@@ -18436,11 +18561,12 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h | |||
18436 | 18561 | ||
18437 | fi | 18562 | fi |
18438 | 18563 | ||
18439 | for ac_header in unistd.h stdint.h sys/param.h netinet/in.h | 18564 | for ac_header in unistd.h stdint.h sys/param.h netinet/in.h sys/mman.h |
18440 | do : | 18565 | do : |
18441 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 18566 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
18442 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 18567 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
18443 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 18568 | eval as_val=\$$as_ac_Header |
18569 | if test "x$as_val" = x""yes; then : | ||
18444 | cat >>confdefs.h <<_ACEOF | 18570 | cat >>confdefs.h <<_ACEOF |
18445 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 18571 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
18446 | _ACEOF | 18572 | _ACEOF |
@@ -18501,7 +18627,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
18501 | 18627 | ||
18502 | 18628 | ||
18503 | 18629 | ||
18504 | |||
18505 | ### Checks for types | 18630 | ### Checks for types |
18506 | ac_fn_c_check_type "$LINENO" "struct sigaction" "ac_cv_type_struct_sigaction" "#include <signal.h> | 18631 | ac_fn_c_check_type "$LINENO" "struct sigaction" "ac_cv_type_struct_sigaction" "#include <signal.h> |
18507 | " | 18632 | " |
@@ -18820,8 +18945,8 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
18820 | 18945 | ||
18821 | ;; #( | 18946 | ;; #( |
18822 | *) | 18947 | *) |
18823 | as_fn_error $? "unknown endianness | 18948 | as_fn_error "unknown endianness |
18824 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; | 18949 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; |
18825 | esac | 18950 | esac |
18826 | 18951 | ||
18827 | case $ac_cv_prog_cc_stdc in #( | 18952 | case $ac_cv_prog_cc_stdc in #( |
@@ -19494,7 +19619,8 @@ if test $ac_cv_os_cray = yes; then | |||
19494 | for ac_func in _getb67 GETB67 getb67; do | 19619 | for ac_func in _getb67 GETB67 getb67; do |
19495 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 19620 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
19496 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 19621 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
19497 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 19622 | eval as_val=\$$as_ac_var |
19623 | if test "x$as_val" = x""yes; then : | ||
19498 | 19624 | ||
19499 | cat >>confdefs.h <<_ACEOF | 19625 | cat >>confdefs.h <<_ACEOF |
19500 | #define CRAY_STACKSEG_END $ac_func | 19626 | #define CRAY_STACKSEG_END $ac_func |
@@ -19641,7 +19767,7 @@ fi | |||
19641 | if test "x$_efl_have_fnmatch" = "xyes"; then : | 19767 | if test "x$_efl_have_fnmatch" = "xyes"; then : |
19642 | 19768 | ||
19643 | else | 19769 | else |
19644 | as_fn_error $? "Cannot find fnmatch()" "$LINENO" 5 | 19770 | as_fn_error "Cannot find fnmatch()" "$LINENO" 5 |
19645 | fi | 19771 | fi |
19646 | 19772 | ||
19647 | 19773 | ||
@@ -19988,7 +20114,7 @@ if test "x$gl_flavor_gles" = "xyes"; then | |||
19988 | if test "x$eng" = "xx"; then | 20114 | if test "x$eng" = "xx"; then |
19989 | eng="" | 20115 | eng="" |
19990 | else | 20116 | else |
19991 | as_fn_error $? "Please enable just 1 OpenGL-ES flavor. Choices are: | 20117 | as_fn_error "Please enable just 1 OpenGL-ES flavor. Choices are: |
19992 | --enable-gles-variety-sgx (Most GL-ES2 GPUs with shader compiler) | 20118 | --enable-gles-variety-sgx (Most GL-ES2 GPUs with shader compiler) |
19993 | --enable-gles-variety-s3c6410 (s3c6410 with offline shader compiler) | 20119 | --enable-gles-variety-s3c6410 (s3c6410 with offline shader compiler) |
19994 | You will also need to enable the OpenGL engine for X11 with: | 20120 | You will also need to enable the OpenGL engine for X11 with: |
@@ -20049,7 +20175,7 @@ fi | |||
20049 | fi | 20175 | fi |
20050 | 20176 | ||
20051 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 20177 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
20052 | as_fn_error $? "Buffer dependencies not found (strict dependencies checking)" "$LINENO" 5 | 20178 | as_fn_error "Buffer dependencies not found (strict dependencies checking)" "$LINENO" 5 |
20053 | fi | 20179 | fi |
20054 | 20180 | ||
20055 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Buffer rendering backend will be built" >&5 | 20181 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Buffer rendering backend will be built" >&5 |
@@ -20162,7 +20288,7 @@ fi | |||
20162 | fi | 20288 | fi |
20163 | 20289 | ||
20164 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 20290 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
20165 | as_fn_error $? "Software GDI dependencies not found (strict dependencies checking)" "$LINENO" 5 | 20291 | as_fn_error "Software GDI dependencies not found (strict dependencies checking)" "$LINENO" 5 |
20166 | fi | 20292 | fi |
20167 | 20293 | ||
20168 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software GDI rendering backend will be built" >&5 | 20294 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software GDI rendering backend will be built" >&5 |
@@ -20275,7 +20401,7 @@ fi | |||
20275 | fi | 20401 | fi |
20276 | 20402 | ||
20277 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 20403 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
20278 | as_fn_error $? "Software DirectDraw dependencies not found (strict dependencies checking)" "$LINENO" 5 | 20404 | as_fn_error "Software DirectDraw dependencies not found (strict dependencies checking)" "$LINENO" 5 |
20279 | fi | 20405 | fi |
20280 | 20406 | ||
20281 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software DirectDraw rendering backend will be built" >&5 | 20407 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software DirectDraw rendering backend will be built" >&5 |
@@ -20367,7 +20493,8 @@ for ac_header in d3d9.h d3dx9.h | |||
20367 | do : | 20493 | do : |
20368 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 20494 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
20369 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 20495 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
20370 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 20496 | eval as_val=\$$as_ac_Header |
20497 | if test "x$as_val" = x""yes; then : | ||
20371 | cat >>confdefs.h <<_ACEOF | 20498 | cat >>confdefs.h <<_ACEOF |
20372 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 20499 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
20373 | _ACEOF | 20500 | _ACEOF |
@@ -20396,7 +20523,7 @@ fi | |||
20396 | fi | 20523 | fi |
20397 | 20524 | ||
20398 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 20525 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
20399 | as_fn_error $? "Direct3D dependencies not found (strict dependencies checking)" "$LINENO" 5 | 20526 | as_fn_error "Direct3D dependencies not found (strict dependencies checking)" "$LINENO" 5 |
20400 | fi | 20527 | fi |
20401 | 20528 | ||
20402 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Direct3D rendering backend will be built" >&5 | 20529 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Direct3D rendering backend will be built" >&5 |
@@ -20491,10 +20618,11 @@ pkg_failed=no | |||
20491 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5 | 20618 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5 |
20492 | $as_echo_n "checking for SDL... " >&6; } | 20619 | $as_echo_n "checking for SDL... " >&6; } |
20493 | 20620 | ||
20494 | if test -n "$SDL_CFLAGS"; then | 20621 | if test -n "$PKG_CONFIG"; then |
20495 | pkg_cv_SDL_CFLAGS="$SDL_CFLAGS" | 20622 | if test -n "$SDL_CFLAGS"; then |
20496 | elif test -n "$PKG_CONFIG"; then | 20623 | pkg_cv_SDL_CFLAGS="$SDL_CFLAGS" |
20497 | if test -n "$PKG_CONFIG" && \ | 20624 | else |
20625 | if test -n "$PKG_CONFIG" && \ | ||
20498 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 | 20626 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 |
20499 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 | 20627 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 |
20500 | ac_status=$? | 20628 | ac_status=$? |
@@ -20504,13 +20632,15 @@ if test -n "$SDL_CFLAGS"; then | |||
20504 | else | 20632 | else |
20505 | pkg_failed=yes | 20633 | pkg_failed=yes |
20506 | fi | 20634 | fi |
20507 | else | 20635 | fi |
20508 | pkg_failed=untried | 20636 | else |
20637 | pkg_failed=untried | ||
20509 | fi | 20638 | fi |
20510 | if test -n "$SDL_LIBS"; then | 20639 | if test -n "$PKG_CONFIG"; then |
20511 | pkg_cv_SDL_LIBS="$SDL_LIBS" | 20640 | if test -n "$SDL_LIBS"; then |
20512 | elif test -n "$PKG_CONFIG"; then | 20641 | pkg_cv_SDL_LIBS="$SDL_LIBS" |
20513 | if test -n "$PKG_CONFIG" && \ | 20642 | else |
20643 | if test -n "$PKG_CONFIG" && \ | ||
20514 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 | 20644 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 |
20515 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 | 20645 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 |
20516 | ac_status=$? | 20646 | ac_status=$? |
@@ -20520,15 +20650,14 @@ if test -n "$SDL_LIBS"; then | |||
20520 | else | 20650 | else |
20521 | pkg_failed=yes | 20651 | pkg_failed=yes |
20522 | fi | 20652 | fi |
20523 | else | 20653 | fi |
20524 | pkg_failed=untried | 20654 | else |
20655 | pkg_failed=untried | ||
20525 | fi | 20656 | fi |
20526 | 20657 | ||
20527 | 20658 | ||
20528 | 20659 | ||
20529 | if test $pkg_failed = yes; then | 20660 | if test $pkg_failed = yes; then |
20530 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20531 | $as_echo "no" >&6; } | ||
20532 | 20661 | ||
20533 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 20662 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
20534 | _pkg_short_errors_supported=yes | 20663 | _pkg_short_errors_supported=yes |
@@ -20536,14 +20665,14 @@ else | |||
20536 | _pkg_short_errors_supported=no | 20665 | _pkg_short_errors_supported=no |
20537 | fi | 20666 | fi |
20538 | if test $_pkg_short_errors_supported = yes; then | 20667 | if test $_pkg_short_errors_supported = yes; then |
20539 | SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sdl >= 1.2.0" 2>&1` | 20668 | SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "sdl >= 1.2.0"` |
20540 | else | 20669 | else |
20541 | SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors "sdl >= 1.2.0" 2>&1` | 20670 | SDL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "sdl >= 1.2.0"` |
20542 | fi | 20671 | fi |
20543 | # Put the nasty error message in config.log where it belongs | 20672 | # Put the nasty error message in config.log where it belongs |
20544 | echo "$SDL_PKG_ERRORS" >&5 | 20673 | echo "$SDL_PKG_ERRORS" >&5 |
20545 | 20674 | ||
20546 | as_fn_error $? "Package requirements (sdl >= 1.2.0) were not met: | 20675 | as_fn_error "Package requirements (sdl >= 1.2.0) were not met: |
20547 | 20676 | ||
20548 | $SDL_PKG_ERRORS | 20677 | $SDL_PKG_ERRORS |
20549 | 20678 | ||
@@ -20552,13 +20681,12 @@ installed software in a non-standard prefix. | |||
20552 | 20681 | ||
20553 | Alternatively, you may set the environment variables SDL_CFLAGS | 20682 | Alternatively, you may set the environment variables SDL_CFLAGS |
20554 | and SDL_LIBS to avoid the need to call pkg-config. | 20683 | and SDL_LIBS to avoid the need to call pkg-config. |
20555 | See the pkg-config man page for more details." "$LINENO" 5 | 20684 | See the pkg-config man page for more details. |
20685 | " "$LINENO" 5 | ||
20556 | elif test $pkg_failed = untried; then | 20686 | elif test $pkg_failed = untried; then |
20557 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20558 | $as_echo "no" >&6; } | ||
20559 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 20687 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
20560 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 20688 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
20561 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 20689 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
20562 | is in your PATH or set the PKG_CONFIG environment variable to the full | 20690 | is in your PATH or set the PKG_CONFIG environment variable to the full |
20563 | path to pkg-config. | 20691 | path to pkg-config. |
20564 | 20692 | ||
@@ -20567,7 +20695,7 @@ and SDL_LIBS to avoid the need to call pkg-config. | |||
20567 | See the pkg-config man page for more details. | 20695 | See the pkg-config man page for more details. |
20568 | 20696 | ||
20569 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 20697 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
20570 | See \`config.log' for more details" "$LINENO" 5 ; } | 20698 | See \`config.log' for more details." "$LINENO" 5; } |
20571 | else | 20699 | else |
20572 | SDL_CFLAGS=$pkg_cv_SDL_CFLAGS | 20700 | SDL_CFLAGS=$pkg_cv_SDL_CFLAGS |
20573 | SDL_LIBS=$pkg_cv_SDL_LIBS | 20701 | SDL_LIBS=$pkg_cv_SDL_LIBS |
@@ -20599,7 +20727,7 @@ fi | |||
20599 | fi | 20727 | fi |
20600 | 20728 | ||
20601 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 20729 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
20602 | as_fn_error $? "Software SDL dependencies not found (strict dependencies checking)" "$LINENO" 5 | 20730 | as_fn_error "Software SDL dependencies not found (strict dependencies checking)" "$LINENO" 5 |
20603 | fi | 20731 | fi |
20604 | 20732 | ||
20605 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software SDL rendering backend will be built" >&5 | 20733 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software SDL rendering backend will be built" >&5 |
@@ -20708,7 +20836,7 @@ fi | |||
20708 | fi | 20836 | fi |
20709 | 20837 | ||
20710 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 20838 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
20711 | as_fn_error $? "PSL1GHT dependencies not found (strict dependencies checking)" "$LINENO" 5 | 20839 | as_fn_error "PSL1GHT dependencies not found (strict dependencies checking)" "$LINENO" 5 |
20712 | fi | 20840 | fi |
20713 | 20841 | ||
20714 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether PSL1GHT rendering backend will be built" >&5 | 20842 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether PSL1GHT rendering backend will be built" >&5 |
@@ -20803,10 +20931,11 @@ pkg_failed=no | |||
20803 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5 | 20931 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5 |
20804 | $as_echo_n "checking for SDL... " >&6; } | 20932 | $as_echo_n "checking for SDL... " >&6; } |
20805 | 20933 | ||
20806 | if test -n "$SDL_CFLAGS"; then | 20934 | if test -n "$PKG_CONFIG"; then |
20807 | pkg_cv_SDL_CFLAGS="$SDL_CFLAGS" | 20935 | if test -n "$SDL_CFLAGS"; then |
20808 | elif test -n "$PKG_CONFIG"; then | 20936 | pkg_cv_SDL_CFLAGS="$SDL_CFLAGS" |
20809 | if test -n "$PKG_CONFIG" && \ | 20937 | else |
20938 | if test -n "$PKG_CONFIG" && \ | ||
20810 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 | 20939 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 |
20811 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 | 20940 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 |
20812 | ac_status=$? | 20941 | ac_status=$? |
@@ -20816,13 +20945,15 @@ if test -n "$SDL_CFLAGS"; then | |||
20816 | else | 20945 | else |
20817 | pkg_failed=yes | 20946 | pkg_failed=yes |
20818 | fi | 20947 | fi |
20819 | else | 20948 | fi |
20820 | pkg_failed=untried | 20949 | else |
20950 | pkg_failed=untried | ||
20821 | fi | 20951 | fi |
20822 | if test -n "$SDL_LIBS"; then | 20952 | if test -n "$PKG_CONFIG"; then |
20823 | pkg_cv_SDL_LIBS="$SDL_LIBS" | 20953 | if test -n "$SDL_LIBS"; then |
20824 | elif test -n "$PKG_CONFIG"; then | 20954 | pkg_cv_SDL_LIBS="$SDL_LIBS" |
20825 | if test -n "$PKG_CONFIG" && \ | 20955 | else |
20956 | if test -n "$PKG_CONFIG" && \ | ||
20826 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 | 20957 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 |
20827 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 | 20958 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 |
20828 | ac_status=$? | 20959 | ac_status=$? |
@@ -20832,15 +20963,14 @@ if test -n "$SDL_LIBS"; then | |||
20832 | else | 20963 | else |
20833 | pkg_failed=yes | 20964 | pkg_failed=yes |
20834 | fi | 20965 | fi |
20835 | else | 20966 | fi |
20836 | pkg_failed=untried | 20967 | else |
20968 | pkg_failed=untried | ||
20837 | fi | 20969 | fi |
20838 | 20970 | ||
20839 | 20971 | ||
20840 | 20972 | ||
20841 | if test $pkg_failed = yes; then | 20973 | if test $pkg_failed = yes; then |
20842 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20843 | $as_echo "no" >&6; } | ||
20844 | 20974 | ||
20845 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 20975 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
20846 | _pkg_short_errors_supported=yes | 20976 | _pkg_short_errors_supported=yes |
@@ -20848,14 +20978,14 @@ else | |||
20848 | _pkg_short_errors_supported=no | 20978 | _pkg_short_errors_supported=no |
20849 | fi | 20979 | fi |
20850 | if test $_pkg_short_errors_supported = yes; then | 20980 | if test $_pkg_short_errors_supported = yes; then |
20851 | SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sdl >= 1.2.0" 2>&1` | 20981 | SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "sdl >= 1.2.0"` |
20852 | else | 20982 | else |
20853 | SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors "sdl >= 1.2.0" 2>&1` | 20983 | SDL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "sdl >= 1.2.0"` |
20854 | fi | 20984 | fi |
20855 | # Put the nasty error message in config.log where it belongs | 20985 | # Put the nasty error message in config.log where it belongs |
20856 | echo "$SDL_PKG_ERRORS" >&5 | 20986 | echo "$SDL_PKG_ERRORS" >&5 |
20857 | 20987 | ||
20858 | as_fn_error $? "Package requirements (sdl >= 1.2.0) were not met: | 20988 | as_fn_error "Package requirements (sdl >= 1.2.0) were not met: |
20859 | 20989 | ||
20860 | $SDL_PKG_ERRORS | 20990 | $SDL_PKG_ERRORS |
20861 | 20991 | ||
@@ -20864,13 +20994,12 @@ installed software in a non-standard prefix. | |||
20864 | 20994 | ||
20865 | Alternatively, you may set the environment variables SDL_CFLAGS | 20995 | Alternatively, you may set the environment variables SDL_CFLAGS |
20866 | and SDL_LIBS to avoid the need to call pkg-config. | 20996 | and SDL_LIBS to avoid the need to call pkg-config. |
20867 | See the pkg-config man page for more details." "$LINENO" 5 | 20997 | See the pkg-config man page for more details. |
20998 | " "$LINENO" 5 | ||
20868 | elif test $pkg_failed = untried; then | 20999 | elif test $pkg_failed = untried; then |
20869 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20870 | $as_echo "no" >&6; } | ||
20871 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 21000 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
20872 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 21001 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
20873 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 21002 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
20874 | is in your PATH or set the PKG_CONFIG environment variable to the full | 21003 | is in your PATH or set the PKG_CONFIG environment variable to the full |
20875 | path to pkg-config. | 21004 | path to pkg-config. |
20876 | 21005 | ||
@@ -20879,7 +21008,7 @@ and SDL_LIBS to avoid the need to call pkg-config. | |||
20879 | See the pkg-config man page for more details. | 21008 | See the pkg-config man page for more details. |
20880 | 21009 | ||
20881 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 21010 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
20882 | See \`config.log' for more details" "$LINENO" 5 ; } | 21011 | See \`config.log' for more details." "$LINENO" 5; } |
20883 | else | 21012 | else |
20884 | SDL_CFLAGS=$pkg_cv_SDL_CFLAGS | 21013 | SDL_CFLAGS=$pkg_cv_SDL_CFLAGS |
20885 | SDL_LIBS=$pkg_cv_SDL_LIBS | 21014 | SDL_LIBS=$pkg_cv_SDL_LIBS |
@@ -21040,7 +21169,7 @@ fi | |||
21040 | fi | 21169 | fi |
21041 | 21170 | ||
21042 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 21171 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
21043 | as_fn_error $? "OpenGL SDL dependencies not found (strict dependencies checking)" "$LINENO" 5 | 21172 | as_fn_error "OpenGL SDL dependencies not found (strict dependencies checking)" "$LINENO" 5 |
21044 | fi | 21173 | fi |
21045 | 21174 | ||
21046 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenGL SDL rendering backend will be built" >&5 | 21175 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenGL SDL rendering backend will be built" >&5 |
@@ -21184,10 +21313,11 @@ pkg_failed=no | |||
21184 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL_EET" >&5 | 21313 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL_EET" >&5 |
21185 | $as_echo_n "checking for GL_EET... " >&6; } | 21314 | $as_echo_n "checking for GL_EET... " >&6; } |
21186 | 21315 | ||
21187 | if test -n "$GL_EET_CFLAGS"; then | 21316 | if test -n "$PKG_CONFIG"; then |
21188 | pkg_cv_GL_EET_CFLAGS="$GL_EET_CFLAGS" | 21317 | if test -n "$GL_EET_CFLAGS"; then |
21189 | elif test -n "$PKG_CONFIG"; then | 21318 | pkg_cv_GL_EET_CFLAGS="$GL_EET_CFLAGS" |
21190 | if test -n "$PKG_CONFIG" && \ | 21319 | else |
21320 | if test -n "$PKG_CONFIG" && \ | ||
21191 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 21321 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
21192 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 21322 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
21193 | ac_status=$? | 21323 | ac_status=$? |
@@ -21197,13 +21327,15 @@ if test -n "$GL_EET_CFLAGS"; then | |||
21197 | else | 21327 | else |
21198 | pkg_failed=yes | 21328 | pkg_failed=yes |
21199 | fi | 21329 | fi |
21200 | else | 21330 | fi |
21201 | pkg_failed=untried | 21331 | else |
21332 | pkg_failed=untried | ||
21202 | fi | 21333 | fi |
21203 | if test -n "$GL_EET_LIBS"; then | 21334 | if test -n "$PKG_CONFIG"; then |
21204 | pkg_cv_GL_EET_LIBS="$GL_EET_LIBS" | 21335 | if test -n "$GL_EET_LIBS"; then |
21205 | elif test -n "$PKG_CONFIG"; then | 21336 | pkg_cv_GL_EET_LIBS="$GL_EET_LIBS" |
21206 | if test -n "$PKG_CONFIG" && \ | 21337 | else |
21338 | if test -n "$PKG_CONFIG" && \ | ||
21207 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 21339 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
21208 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 21340 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
21209 | ac_status=$? | 21341 | ac_status=$? |
@@ -21213,15 +21345,14 @@ if test -n "$GL_EET_LIBS"; then | |||
21213 | else | 21345 | else |
21214 | pkg_failed=yes | 21346 | pkg_failed=yes |
21215 | fi | 21347 | fi |
21216 | else | 21348 | fi |
21217 | pkg_failed=untried | 21349 | else |
21350 | pkg_failed=untried | ||
21218 | fi | 21351 | fi |
21219 | 21352 | ||
21220 | 21353 | ||
21221 | 21354 | ||
21222 | if test $pkg_failed = yes; then | 21355 | if test $pkg_failed = yes; then |
21223 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21224 | $as_echo "no" >&6; } | ||
21225 | 21356 | ||
21226 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21357 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21227 | _pkg_short_errors_supported=yes | 21358 | _pkg_short_errors_supported=yes |
@@ -21229,17 +21360,17 @@ else | |||
21229 | _pkg_short_errors_supported=no | 21360 | _pkg_short_errors_supported=no |
21230 | fi | 21361 | fi |
21231 | if test $_pkg_short_errors_supported = yes; then | 21362 | if test $_pkg_short_errors_supported = yes; then |
21232 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eet >= 1.5.0" 2>&1` | 21363 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eet >= 1.5.0"` |
21233 | else | 21364 | else |
21234 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --print-errors "eet >= 1.5.0" 2>&1` | 21365 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eet >= 1.5.0"` |
21235 | fi | 21366 | fi |
21236 | # Put the nasty error message in config.log where it belongs | 21367 | # Put the nasty error message in config.log where it belongs |
21237 | echo "$GL_EET_PKG_ERRORS" >&5 | 21368 | echo "$GL_EET_PKG_ERRORS" >&5 |
21238 | 21369 | ||
21239 | have_dep="no" | 21370 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
21240 | elif test $pkg_failed = untried; then | ||
21241 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21242 | $as_echo "no" >&6; } | 21371 | $as_echo "no" >&6; } |
21372 | have_dep="no" | ||
21373 | elif test $pkg_failed = untried; then | ||
21243 | have_dep="no" | 21374 | have_dep="no" |
21244 | else | 21375 | else |
21245 | GL_EET_CFLAGS=$pkg_cv_GL_EET_CFLAGS | 21376 | GL_EET_CFLAGS=$pkg_cv_GL_EET_CFLAGS |
@@ -21263,7 +21394,7 @@ fi | |||
21263 | fi | 21394 | fi |
21264 | 21395 | ||
21265 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 21396 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
21266 | as_fn_error $? "OpenGL Cocoa dependencies not found (strict dependencies checking)" "$LINENO" 5 | 21397 | as_fn_error "OpenGL Cocoa dependencies not found (strict dependencies checking)" "$LINENO" 5 |
21267 | fi | 21398 | fi |
21268 | 21399 | ||
21269 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenGL Cocoa rendering backend will be built" >&5 | 21400 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenGL Cocoa rendering backend will be built" >&5 |
@@ -21372,7 +21503,7 @@ fi | |||
21372 | fi | 21503 | fi |
21373 | 21504 | ||
21374 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 21505 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
21375 | as_fn_error $? "Framebuffer dependencies not found (strict dependencies checking)" "$LINENO" 5 | 21506 | as_fn_error "Framebuffer dependencies not found (strict dependencies checking)" "$LINENO" 5 |
21376 | fi | 21507 | fi |
21377 | 21508 | ||
21378 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Framebuffer rendering backend will be built" >&5 | 21509 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Framebuffer rendering backend will be built" >&5 |
@@ -21467,10 +21598,11 @@ pkg_failed=no | |||
21467 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DIRECTFB" >&5 | 21598 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DIRECTFB" >&5 |
21468 | $as_echo_n "checking for DIRECTFB... " >&6; } | 21599 | $as_echo_n "checking for DIRECTFB... " >&6; } |
21469 | 21600 | ||
21470 | if test -n "$DIRECTFB_CFLAGS"; then | 21601 | if test -n "$PKG_CONFIG"; then |
21471 | pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS" | 21602 | if test -n "$DIRECTFB_CFLAGS"; then |
21472 | elif test -n "$PKG_CONFIG"; then | 21603 | pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS" |
21473 | if test -n "$PKG_CONFIG" && \ | 21604 | else |
21605 | if test -n "$PKG_CONFIG" && \ | ||
21474 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.16\""; } >&5 | 21606 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.16\""; } >&5 |
21475 | ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.16") 2>&5 | 21607 | ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.16") 2>&5 |
21476 | ac_status=$? | 21608 | ac_status=$? |
@@ -21480,13 +21612,15 @@ if test -n "$DIRECTFB_CFLAGS"; then | |||
21480 | else | 21612 | else |
21481 | pkg_failed=yes | 21613 | pkg_failed=yes |
21482 | fi | 21614 | fi |
21483 | else | 21615 | fi |
21484 | pkg_failed=untried | 21616 | else |
21617 | pkg_failed=untried | ||
21485 | fi | 21618 | fi |
21486 | if test -n "$DIRECTFB_LIBS"; then | 21619 | if test -n "$PKG_CONFIG"; then |
21487 | pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS" | 21620 | if test -n "$DIRECTFB_LIBS"; then |
21488 | elif test -n "$PKG_CONFIG"; then | 21621 | pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS" |
21489 | if test -n "$PKG_CONFIG" && \ | 21622 | else |
21623 | if test -n "$PKG_CONFIG" && \ | ||
21490 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.16\""; } >&5 | 21624 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.16\""; } >&5 |
21491 | ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.16") 2>&5 | 21625 | ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.16") 2>&5 |
21492 | ac_status=$? | 21626 | ac_status=$? |
@@ -21496,15 +21630,14 @@ if test -n "$DIRECTFB_LIBS"; then | |||
21496 | else | 21630 | else |
21497 | pkg_failed=yes | 21631 | pkg_failed=yes |
21498 | fi | 21632 | fi |
21499 | else | 21633 | fi |
21500 | pkg_failed=untried | 21634 | else |
21635 | pkg_failed=untried | ||
21501 | fi | 21636 | fi |
21502 | 21637 | ||
21503 | 21638 | ||
21504 | 21639 | ||
21505 | if test $pkg_failed = yes; then | 21640 | if test $pkg_failed = yes; then |
21506 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21507 | $as_echo "no" >&6; } | ||
21508 | 21641 | ||
21509 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21642 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21510 | _pkg_short_errors_supported=yes | 21643 | _pkg_short_errors_supported=yes |
@@ -21512,14 +21645,14 @@ else | |||
21512 | _pkg_short_errors_supported=no | 21645 | _pkg_short_errors_supported=no |
21513 | fi | 21646 | fi |
21514 | if test $_pkg_short_errors_supported = yes; then | 21647 | if test $_pkg_short_errors_supported = yes; then |
21515 | DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "directfb >= 0.9.16" 2>&1` | 21648 | DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.16"` |
21516 | else | 21649 | else |
21517 | DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --print-errors "directfb >= 0.9.16" 2>&1` | 21650 | DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.16"` |
21518 | fi | 21651 | fi |
21519 | # Put the nasty error message in config.log where it belongs | 21652 | # Put the nasty error message in config.log where it belongs |
21520 | echo "$DIRECTFB_PKG_ERRORS" >&5 | 21653 | echo "$DIRECTFB_PKG_ERRORS" >&5 |
21521 | 21654 | ||
21522 | as_fn_error $? "Package requirements (directfb >= 0.9.16) were not met: | 21655 | as_fn_error "Package requirements (directfb >= 0.9.16) were not met: |
21523 | 21656 | ||
21524 | $DIRECTFB_PKG_ERRORS | 21657 | $DIRECTFB_PKG_ERRORS |
21525 | 21658 | ||
@@ -21528,13 +21661,12 @@ installed software in a non-standard prefix. | |||
21528 | 21661 | ||
21529 | Alternatively, you may set the environment variables DIRECTFB_CFLAGS | 21662 | Alternatively, you may set the environment variables DIRECTFB_CFLAGS |
21530 | and DIRECTFB_LIBS to avoid the need to call pkg-config. | 21663 | and DIRECTFB_LIBS to avoid the need to call pkg-config. |
21531 | See the pkg-config man page for more details." "$LINENO" 5 | 21664 | See the pkg-config man page for more details. |
21665 | " "$LINENO" 5 | ||
21532 | elif test $pkg_failed = untried; then | 21666 | elif test $pkg_failed = untried; then |
21533 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21534 | $as_echo "no" >&6; } | ||
21535 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 21667 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
21536 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 21668 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
21537 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 21669 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
21538 | is in your PATH or set the PKG_CONFIG environment variable to the full | 21670 | is in your PATH or set the PKG_CONFIG environment variable to the full |
21539 | path to pkg-config. | 21671 | path to pkg-config. |
21540 | 21672 | ||
@@ -21543,7 +21675,7 @@ and DIRECTFB_LIBS to avoid the need to call pkg-config. | |||
21543 | See the pkg-config man page for more details. | 21675 | See the pkg-config man page for more details. |
21544 | 21676 | ||
21545 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 21677 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
21546 | See \`config.log' for more details" "$LINENO" 5 ; } | 21678 | See \`config.log' for more details." "$LINENO" 5; } |
21547 | else | 21679 | else |
21548 | DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS | 21680 | DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS |
21549 | DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS | 21681 | DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS |
@@ -21575,7 +21707,7 @@ fi | |||
21575 | fi | 21707 | fi |
21576 | 21708 | ||
21577 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 21709 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
21578 | as_fn_error $? "DirectFB dependencies not found (strict dependencies checking)" "$LINENO" 5 | 21710 | as_fn_error "DirectFB dependencies not found (strict dependencies checking)" "$LINENO" 5 |
21579 | fi | 21711 | fi |
21580 | 21712 | ||
21581 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether DirectFB rendering backend will be built" >&5 | 21713 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether DirectFB rendering backend will be built" >&5 |
@@ -21669,10 +21801,11 @@ pkg_failed=no | |||
21669 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB" >&5 | 21801 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB" >&5 |
21670 | $as_echo_n "checking for XCB... " >&6; } | 21802 | $as_echo_n "checking for XCB... " >&6; } |
21671 | 21803 | ||
21672 | if test -n "$XCB_CFLAGS"; then | 21804 | if test -n "$PKG_CONFIG"; then |
21673 | pkg_cv_XCB_CFLAGS="$XCB_CFLAGS" | 21805 | if test -n "$XCB_CFLAGS"; then |
21674 | elif test -n "$PKG_CONFIG"; then | 21806 | pkg_cv_XCB_CFLAGS="$XCB_CFLAGS" |
21675 | if test -n "$PKG_CONFIG" && \ | 21807 | else |
21808 | if test -n "$PKG_CONFIG" && \ | ||
21676 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb xcb-shm xcb-image >= 0.2.1 pixman-1\""; } >&5 | 21809 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb xcb-shm xcb-image >= 0.2.1 pixman-1\""; } >&5 |
21677 | ($PKG_CONFIG --exists --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1") 2>&5 | 21810 | ($PKG_CONFIG --exists --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1") 2>&5 |
21678 | ac_status=$? | 21811 | ac_status=$? |
@@ -21682,13 +21815,15 @@ if test -n "$XCB_CFLAGS"; then | |||
21682 | else | 21815 | else |
21683 | pkg_failed=yes | 21816 | pkg_failed=yes |
21684 | fi | 21817 | fi |
21685 | else | 21818 | fi |
21686 | pkg_failed=untried | 21819 | else |
21820 | pkg_failed=untried | ||
21687 | fi | 21821 | fi |
21688 | if test -n "$XCB_LIBS"; then | 21822 | if test -n "$PKG_CONFIG"; then |
21689 | pkg_cv_XCB_LIBS="$XCB_LIBS" | 21823 | if test -n "$XCB_LIBS"; then |
21690 | elif test -n "$PKG_CONFIG"; then | 21824 | pkg_cv_XCB_LIBS="$XCB_LIBS" |
21691 | if test -n "$PKG_CONFIG" && \ | 21825 | else |
21826 | if test -n "$PKG_CONFIG" && \ | ||
21692 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb xcb-shm xcb-image >= 0.2.1 pixman-1\""; } >&5 | 21827 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb xcb-shm xcb-image >= 0.2.1 pixman-1\""; } >&5 |
21693 | ($PKG_CONFIG --exists --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1") 2>&5 | 21828 | ($PKG_CONFIG --exists --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1") 2>&5 |
21694 | ac_status=$? | 21829 | ac_status=$? |
@@ -21698,15 +21833,14 @@ if test -n "$XCB_LIBS"; then | |||
21698 | else | 21833 | else |
21699 | pkg_failed=yes | 21834 | pkg_failed=yes |
21700 | fi | 21835 | fi |
21701 | else | 21836 | fi |
21702 | pkg_failed=untried | 21837 | else |
21838 | pkg_failed=untried | ||
21703 | fi | 21839 | fi |
21704 | 21840 | ||
21705 | 21841 | ||
21706 | 21842 | ||
21707 | if test $pkg_failed = yes; then | 21843 | if test $pkg_failed = yes; then |
21708 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21709 | $as_echo "no" >&6; } | ||
21710 | 21844 | ||
21711 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21845 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21712 | _pkg_short_errors_supported=yes | 21846 | _pkg_short_errors_supported=yes |
@@ -21714,20 +21848,20 @@ else | |||
21714 | _pkg_short_errors_supported=no | 21848 | _pkg_short_errors_supported=no |
21715 | fi | 21849 | fi |
21716 | if test $_pkg_short_errors_supported = yes; then | 21850 | if test $_pkg_short_errors_supported = yes; then |
21717 | XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1" 2>&1` | 21851 | XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1"` |
21718 | else | 21852 | else |
21719 | XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1" 2>&1` | 21853 | XCB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1"` |
21720 | fi | 21854 | fi |
21721 | # Put the nasty error message in config.log where it belongs | 21855 | # Put the nasty error message in config.log where it belongs |
21722 | echo "$XCB_PKG_ERRORS" >&5 | 21856 | echo "$XCB_PKG_ERRORS" >&5 |
21723 | 21857 | ||
21858 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21859 | $as_echo "no" >&6; } | ||
21724 | 21860 | ||
21725 | have_dep="no" | 21861 | have_dep="no" |
21726 | 21862 | ||
21727 | 21863 | ||
21728 | elif test $pkg_failed = untried; then | 21864 | elif test $pkg_failed = untried; then |
21729 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21730 | $as_echo "no" >&6; } | ||
21731 | 21865 | ||
21732 | have_dep="no" | 21866 | have_dep="no" |
21733 | 21867 | ||
@@ -21762,7 +21896,7 @@ fi | |||
21762 | fi | 21896 | fi |
21763 | 21897 | ||
21764 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 21898 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
21765 | as_fn_error $? "Software X11 8 bits grayscale dependencies not found (strict dependencies checking)" "$LINENO" 5 | 21899 | as_fn_error "Software X11 8 bits grayscale dependencies not found (strict dependencies checking)" "$LINENO" 5 |
21766 | fi | 21900 | fi |
21767 | 21901 | ||
21768 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software X11 8 bits grayscale rendering backend will be built" >&5 | 21902 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software X11 8 bits grayscale rendering backend will be built" >&5 |
@@ -21866,7 +22000,7 @@ if test "x$with_x" = xno; then | |||
21866 | have_x=disabled | 22000 | have_x=disabled |
21867 | else | 22001 | else |
21868 | case $x_includes,$x_libraries in #( | 22002 | case $x_includes,$x_libraries in #( |
21869 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #( | 22003 | *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #( |
21870 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : | 22004 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : |
21871 | $as_echo_n "(cached) " >&6 | 22005 | $as_echo_n "(cached) " >&6 |
21872 | else | 22006 | else |
@@ -21884,7 +22018,7 @@ libdir: | |||
21884 | @echo libdir='${LIBDIR}' | 22018 | @echo libdir='${LIBDIR}' |
21885 | _ACEOF | 22019 | _ACEOF |
21886 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then | 22020 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then |
21887 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 22021 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
21888 | for ac_var in incroot usrlibdir libdir; do | 22022 | for ac_var in incroot usrlibdir libdir; do |
21889 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" | 22023 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" |
21890 | done | 22024 | done |
@@ -21970,7 +22104,7 @@ else | |||
21970 | fi | 22104 | fi |
21971 | done | 22105 | done |
21972 | fi | 22106 | fi |
21973 | rm -f conftest.err conftest.i conftest.$ac_ext | 22107 | rm -f conftest.err conftest.$ac_ext |
21974 | fi # $ac_x_includes = no | 22108 | fi # $ac_x_includes = no |
21975 | 22109 | ||
21976 | if test "$ac_x_libraries" = no; then | 22110 | if test "$ac_x_libraries" = no; then |
@@ -22657,7 +22791,7 @@ fi | |||
22657 | fi | 22791 | fi |
22658 | 22792 | ||
22659 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 22793 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
22660 | as_fn_error $? "Software X11 16 bits dependencies not found (strict dependencies checking)" "$LINENO" 5 | 22794 | as_fn_error "Software X11 16 bits dependencies not found (strict dependencies checking)" "$LINENO" 5 |
22661 | fi | 22795 | fi |
22662 | 22796 | ||
22663 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software X11 16 bits rendering backend will be built" >&5 | 22797 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software X11 16 bits rendering backend will be built" >&5 |
@@ -22770,7 +22904,7 @@ fi | |||
22770 | fi | 22904 | fi |
22771 | 22905 | ||
22772 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 22906 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
22773 | as_fn_error $? "Software DirectDraw 16 bits dependencies not found (strict dependencies checking)" "$LINENO" 5 | 22907 | as_fn_error "Software DirectDraw 16 bits dependencies not found (strict dependencies checking)" "$LINENO" 5 |
22774 | fi | 22908 | fi |
22775 | 22909 | ||
22776 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software DirectDraw 16 bits rendering backend will be built" >&5 | 22910 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software DirectDraw 16 bits rendering backend will be built" >&5 |
@@ -22872,7 +23006,7 @@ fi | |||
22872 | fi | 23006 | fi |
22873 | 23007 | ||
22874 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 23008 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
22875 | as_fn_error $? "Software Windows CE 16 bits dependencies not found (strict dependencies checking)" "$LINENO" 5 | 23009 | as_fn_error "Software Windows CE 16 bits dependencies not found (strict dependencies checking)" "$LINENO" 5 |
22876 | fi | 23010 | fi |
22877 | 23011 | ||
22878 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software Windows CE 16 bits rendering backend will be built" >&5 | 23012 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software Windows CE 16 bits rendering backend will be built" >&5 |
@@ -22967,10 +23101,11 @@ pkg_failed=no | |||
22967 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5 | 23101 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5 |
22968 | $as_echo_n "checking for SDL... " >&6; } | 23102 | $as_echo_n "checking for SDL... " >&6; } |
22969 | 23103 | ||
22970 | if test -n "$SDL_CFLAGS"; then | 23104 | if test -n "$PKG_CONFIG"; then |
22971 | pkg_cv_SDL_CFLAGS="$SDL_CFLAGS" | 23105 | if test -n "$SDL_CFLAGS"; then |
22972 | elif test -n "$PKG_CONFIG"; then | 23106 | pkg_cv_SDL_CFLAGS="$SDL_CFLAGS" |
22973 | if test -n "$PKG_CONFIG" && \ | 23107 | else |
23108 | if test -n "$PKG_CONFIG" && \ | ||
22974 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 | 23109 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 |
22975 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 | 23110 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 |
22976 | ac_status=$? | 23111 | ac_status=$? |
@@ -22980,13 +23115,15 @@ if test -n "$SDL_CFLAGS"; then | |||
22980 | else | 23115 | else |
22981 | pkg_failed=yes | 23116 | pkg_failed=yes |
22982 | fi | 23117 | fi |
22983 | else | 23118 | fi |
22984 | pkg_failed=untried | 23119 | else |
23120 | pkg_failed=untried | ||
22985 | fi | 23121 | fi |
22986 | if test -n "$SDL_LIBS"; then | 23122 | if test -n "$PKG_CONFIG"; then |
22987 | pkg_cv_SDL_LIBS="$SDL_LIBS" | 23123 | if test -n "$SDL_LIBS"; then |
22988 | elif test -n "$PKG_CONFIG"; then | 23124 | pkg_cv_SDL_LIBS="$SDL_LIBS" |
22989 | if test -n "$PKG_CONFIG" && \ | 23125 | else |
23126 | if test -n "$PKG_CONFIG" && \ | ||
22990 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 | 23127 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 |
22991 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 | 23128 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 |
22992 | ac_status=$? | 23129 | ac_status=$? |
@@ -22996,15 +23133,14 @@ if test -n "$SDL_LIBS"; then | |||
22996 | else | 23133 | else |
22997 | pkg_failed=yes | 23134 | pkg_failed=yes |
22998 | fi | 23135 | fi |
22999 | else | 23136 | fi |
23000 | pkg_failed=untried | 23137 | else |
23138 | pkg_failed=untried | ||
23001 | fi | 23139 | fi |
23002 | 23140 | ||
23003 | 23141 | ||
23004 | 23142 | ||
23005 | if test $pkg_failed = yes; then | 23143 | if test $pkg_failed = yes; then |
23006 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
23007 | $as_echo "no" >&6; } | ||
23008 | 23144 | ||
23009 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 23145 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
23010 | _pkg_short_errors_supported=yes | 23146 | _pkg_short_errors_supported=yes |
@@ -23012,14 +23148,14 @@ else | |||
23012 | _pkg_short_errors_supported=no | 23148 | _pkg_short_errors_supported=no |
23013 | fi | 23149 | fi |
23014 | if test $_pkg_short_errors_supported = yes; then | 23150 | if test $_pkg_short_errors_supported = yes; then |
23015 | SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sdl >= 1.2.0" 2>&1` | 23151 | SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "sdl >= 1.2.0"` |
23016 | else | 23152 | else |
23017 | SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors "sdl >= 1.2.0" 2>&1` | 23153 | SDL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "sdl >= 1.2.0"` |
23018 | fi | 23154 | fi |
23019 | # Put the nasty error message in config.log where it belongs | 23155 | # Put the nasty error message in config.log where it belongs |
23020 | echo "$SDL_PKG_ERRORS" >&5 | 23156 | echo "$SDL_PKG_ERRORS" >&5 |
23021 | 23157 | ||
23022 | as_fn_error $? "Package requirements (sdl >= 1.2.0) were not met: | 23158 | as_fn_error "Package requirements (sdl >= 1.2.0) were not met: |
23023 | 23159 | ||
23024 | $SDL_PKG_ERRORS | 23160 | $SDL_PKG_ERRORS |
23025 | 23161 | ||
@@ -23028,13 +23164,12 @@ installed software in a non-standard prefix. | |||
23028 | 23164 | ||
23029 | Alternatively, you may set the environment variables SDL_CFLAGS | 23165 | Alternatively, you may set the environment variables SDL_CFLAGS |
23030 | and SDL_LIBS to avoid the need to call pkg-config. | 23166 | and SDL_LIBS to avoid the need to call pkg-config. |
23031 | See the pkg-config man page for more details." "$LINENO" 5 | 23167 | See the pkg-config man page for more details. |
23168 | " "$LINENO" 5 | ||
23032 | elif test $pkg_failed = untried; then | 23169 | elif test $pkg_failed = untried; then |
23033 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
23034 | $as_echo "no" >&6; } | ||
23035 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 23170 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
23036 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 23171 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
23037 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 23172 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
23038 | is in your PATH or set the PKG_CONFIG environment variable to the full | 23173 | is in your PATH or set the PKG_CONFIG environment variable to the full |
23039 | path to pkg-config. | 23174 | path to pkg-config. |
23040 | 23175 | ||
@@ -23043,7 +23178,7 @@ and SDL_LIBS to avoid the need to call pkg-config. | |||
23043 | See the pkg-config man page for more details. | 23178 | See the pkg-config man page for more details. |
23044 | 23179 | ||
23045 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 23180 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
23046 | See \`config.log' for more details" "$LINENO" 5 ; } | 23181 | See \`config.log' for more details." "$LINENO" 5; } |
23047 | else | 23182 | else |
23048 | SDL_CFLAGS=$pkg_cv_SDL_CFLAGS | 23183 | SDL_CFLAGS=$pkg_cv_SDL_CFLAGS |
23049 | SDL_LIBS=$pkg_cv_SDL_LIBS | 23184 | SDL_LIBS=$pkg_cv_SDL_LIBS |
@@ -23075,7 +23210,7 @@ fi | |||
23075 | fi | 23210 | fi |
23076 | 23211 | ||
23077 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 23212 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
23078 | as_fn_error $? "Software SDL 16 bits dependencies not found (strict dependencies checking)" "$LINENO" 5 | 23213 | as_fn_error "Software SDL 16 bits dependencies not found (strict dependencies checking)" "$LINENO" 5 |
23079 | fi | 23214 | fi |
23080 | 23215 | ||
23081 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software SDL 16 bits rendering backend will be built" >&5 | 23216 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software SDL 16 bits rendering backend will be built" >&5 |
@@ -23128,6 +23263,386 @@ fi | |||
23128 | 23263 | ||
23129 | 23264 | ||
23130 | 23265 | ||
23266 | |||
23267 | |||
23268 | |||
23269 | want_engine="${want_evas_engine_wayland_shm}" | ||
23270 | want_static_engine="no" | ||
23271 | have_engine="no" | ||
23272 | have_evas_engine_wayland_shm="no" | ||
23273 | |||
23274 | # Check whether --enable-wayland-shm was given. | ||
23275 | if test "${enable_wayland_shm+set}" = set; then : | ||
23276 | enableval=$enable_wayland_shm; | ||
23277 | if test "x${enableval}" = "xyes" ; then | ||
23278 | want_engine="yes" | ||
23279 | else | ||
23280 | if test "x${enableval}" = "xstatic" ; then | ||
23281 | want_engine="static" | ||
23282 | else | ||
23283 | want_engine="no" | ||
23284 | fi | ||
23285 | fi | ||
23286 | |||
23287 | fi | ||
23288 | |||
23289 | |||
23290 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable Wayland Shm rendering backend" >&5 | ||
23291 | $as_echo_n "checking whether to enable Wayland Shm rendering backend... " >&6; } | ||
23292 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${want_engine}" >&5 | ||
23293 | $as_echo "${want_engine}" >&6; } | ||
23294 | |||
23295 | if test "x${want_engine}" = "xyes" -o "x${want_engine}" = "xstatic" -o "x${want_engine}" = "xauto" ; then | ||
23296 | |||
23297 | |||
23298 | have_dep="yes" | ||
23299 | evas_engine_wayland_shm_cflags="" | ||
23300 | evas_engine_wayland_shm_libs="" | ||
23301 | |||
23302 | |||
23303 | |||
23304 | |||
23305 | if test "x${have_dep}" = "xyes" ; then | ||
23306 | have_engine="yes" | ||
23307 | else | ||
23308 | have_engine="no" | ||
23309 | fi | ||
23310 | |||
23311 | |||
23312 | fi | ||
23313 | |||
23314 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | ||
23315 | as_fn_error "Wayland Shm dependencies not found (strict dependencies checking)" "$LINENO" 5 | ||
23316 | fi | ||
23317 | |||
23318 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Wayland Shm rendering backend will be built" >&5 | ||
23319 | $as_echo_n "checking whether Wayland Shm rendering backend will be built... " >&6; } | ||
23320 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${have_engine}" >&5 | ||
23321 | $as_echo "${have_engine}" >&6; } | ||
23322 | |||
23323 | if test "x${have_engine}" = "xyes" ; then | ||
23324 | if test "x${want_engine}" = "xstatic" ; then | ||
23325 | have_evas_engine_wayland_shm="static" | ||
23326 | want_static_engine="yes" | ||
23327 | else | ||
23328 | have_evas_engine_wayland_shm="yes" | ||
23329 | fi | ||
23330 | fi | ||
23331 | |||
23332 | if test "x${have_engine}" = "xyes" ; then | ||
23333 | |||
23334 | $as_echo "#define BUILD_ENGINE_WAYLAND_SHM 1" >>confdefs.h | ||
23335 | |||
23336 | fi | ||
23337 | |||
23338 | if test "x${have_engine}" = "xyes"; then | ||
23339 | BUILD_ENGINE_WAYLAND_SHM_TRUE= | ||
23340 | BUILD_ENGINE_WAYLAND_SHM_FALSE='#' | ||
23341 | else | ||
23342 | BUILD_ENGINE_WAYLAND_SHM_TRUE='#' | ||
23343 | BUILD_ENGINE_WAYLAND_SHM_FALSE= | ||
23344 | fi | ||
23345 | |||
23346 | |||
23347 | if test "x${want_static_engine}" = "xyes" ; then | ||
23348 | |||
23349 | $as_echo "#define EVAS_STATIC_BUILD_WAYLAND_SHM 1" >>confdefs.h | ||
23350 | |||
23351 | have_static_module="yes" | ||
23352 | fi | ||
23353 | |||
23354 | if test "x${want_static_engine}" = "xyes"; then | ||
23355 | EVAS_STATIC_BUILD_WAYLAND_SHM_TRUE= | ||
23356 | EVAS_STATIC_BUILD_WAYLAND_SHM_FALSE='#' | ||
23357 | else | ||
23358 | EVAS_STATIC_BUILD_WAYLAND_SHM_TRUE='#' | ||
23359 | EVAS_STATIC_BUILD_WAYLAND_SHM_FALSE= | ||
23360 | fi | ||
23361 | |||
23362 | |||
23363 | |||
23364 | |||
23365 | |||
23366 | |||
23367 | |||
23368 | |||
23369 | |||
23370 | |||
23371 | want_engine="${want_evas_engine_wayland_egl}" | ||
23372 | want_static_engine="no" | ||
23373 | have_engine="no" | ||
23374 | have_evas_engine_wayland_egl="no" | ||
23375 | |||
23376 | # Check whether --enable-wayland-egl was given. | ||
23377 | if test "${enable_wayland_egl+set}" = set; then : | ||
23378 | enableval=$enable_wayland_egl; | ||
23379 | if test "x${enableval}" = "xyes" ; then | ||
23380 | want_engine="yes" | ||
23381 | else | ||
23382 | if test "x${enableval}" = "xstatic" ; then | ||
23383 | want_engine="static" | ||
23384 | else | ||
23385 | want_engine="no" | ||
23386 | fi | ||
23387 | fi | ||
23388 | |||
23389 | fi | ||
23390 | |||
23391 | |||
23392 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable Wayland Egl rendering backend" >&5 | ||
23393 | $as_echo_n "checking whether to enable Wayland Egl rendering backend... " >&6; } | ||
23394 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${want_engine}" >&5 | ||
23395 | $as_echo "${want_engine}" >&6; } | ||
23396 | |||
23397 | if test "x${want_engine}" = "xyes" -o "x${want_engine}" = "xstatic" -o "x${want_engine}" = "xauto" ; then | ||
23398 | |||
23399 | |||
23400 | requirement="" | ||
23401 | have_dep="no" | ||
23402 | evas_engine_wayland_egl_cflags="" | ||
23403 | evas_engine_wayland_egl_libs="" | ||
23404 | |||
23405 | |||
23406 | pkg_failed=no | ||
23407 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WAYLAND_EGL" >&5 | ||
23408 | $as_echo_n "checking for WAYLAND_EGL... " >&6; } | ||
23409 | |||
23410 | if test -n "$PKG_CONFIG"; then | ||
23411 | if test -n "$WAYLAND_EGL_CFLAGS"; then | ||
23412 | pkg_cv_WAYLAND_EGL_CFLAGS="$WAYLAND_EGL_CFLAGS" | ||
23413 | else | ||
23414 | if test -n "$PKG_CONFIG" && \ | ||
23415 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"egl >= 7.10 glesv2 gl wayland-client wayland-egl\""; } >&5 | ||
23416 | ($PKG_CONFIG --exists --print-errors "egl >= 7.10 glesv2 gl wayland-client wayland-egl") 2>&5 | ||
23417 | ac_status=$? | ||
23418 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
23419 | test $ac_status = 0; }; then | ||
23420 | pkg_cv_WAYLAND_EGL_CFLAGS=`$PKG_CONFIG --cflags "egl >= 7.10 glesv2 gl wayland-client wayland-egl" 2>/dev/null` | ||
23421 | else | ||
23422 | pkg_failed=yes | ||
23423 | fi | ||
23424 | fi | ||
23425 | else | ||
23426 | pkg_failed=untried | ||
23427 | fi | ||
23428 | if test -n "$PKG_CONFIG"; then | ||
23429 | if test -n "$WAYLAND_EGL_LIBS"; then | ||
23430 | pkg_cv_WAYLAND_EGL_LIBS="$WAYLAND_EGL_LIBS" | ||
23431 | else | ||
23432 | if test -n "$PKG_CONFIG" && \ | ||
23433 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"egl >= 7.10 glesv2 gl wayland-client wayland-egl\""; } >&5 | ||
23434 | ($PKG_CONFIG --exists --print-errors "egl >= 7.10 glesv2 gl wayland-client wayland-egl") 2>&5 | ||
23435 | ac_status=$? | ||
23436 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
23437 | test $ac_status = 0; }; then | ||
23438 | pkg_cv_WAYLAND_EGL_LIBS=`$PKG_CONFIG --libs "egl >= 7.10 glesv2 gl wayland-client wayland-egl" 2>/dev/null` | ||
23439 | else | ||
23440 | pkg_failed=yes | ||
23441 | fi | ||
23442 | fi | ||
23443 | else | ||
23444 | pkg_failed=untried | ||
23445 | fi | ||
23446 | |||
23447 | |||
23448 | |||
23449 | if test $pkg_failed = yes; then | ||
23450 | |||
23451 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | ||
23452 | _pkg_short_errors_supported=yes | ||
23453 | else | ||
23454 | _pkg_short_errors_supported=no | ||
23455 | fi | ||
23456 | if test $_pkg_short_errors_supported = yes; then | ||
23457 | WAYLAND_EGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "egl >= 7.10 glesv2 gl wayland-client wayland-egl"` | ||
23458 | else | ||
23459 | WAYLAND_EGL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "egl >= 7.10 glesv2 gl wayland-client wayland-egl"` | ||
23460 | fi | ||
23461 | # Put the nasty error message in config.log where it belongs | ||
23462 | echo "$WAYLAND_EGL_PKG_ERRORS" >&5 | ||
23463 | |||
23464 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
23465 | $as_echo "no" >&6; } | ||
23466 | |||
23467 | have_dep="no" | ||
23468 | |||
23469 | |||
23470 | elif test $pkg_failed = untried; then | ||
23471 | |||
23472 | have_dep="no" | ||
23473 | |||
23474 | |||
23475 | else | ||
23476 | WAYLAND_EGL_CFLAGS=$pkg_cv_WAYLAND_EGL_CFLAGS | ||
23477 | WAYLAND_EGL_LIBS=$pkg_cv_WAYLAND_EGL_LIBS | ||
23478 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
23479 | $as_echo "yes" >&6; } | ||
23480 | |||
23481 | have_dep="yes" | ||
23482 | requirement="egl >= 7.10 glesv2 gl wayland-client wayland-egl" | ||
23483 | evas_engine_wayland_egl_cflags="${WAYLAND_EGL_CFLAGS}" | ||
23484 | evas_engine_wayland_egl_libs="${WAYLAND_EGL_LIBS}" | ||
23485 | |||
23486 | fi | ||
23487 | |||
23488 | if test "x${have_dep}" = "xyes" ; then | ||
23489 | |||
23490 | pkg_failed=no | ||
23491 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL_EET" >&5 | ||
23492 | $as_echo_n "checking for GL_EET... " >&6; } | ||
23493 | |||
23494 | if test -n "$PKG_CONFIG"; then | ||
23495 | if test -n "$GL_EET_CFLAGS"; then | ||
23496 | pkg_cv_GL_EET_CFLAGS="$GL_EET_CFLAGS" | ||
23497 | else | ||
23498 | if test -n "$PKG_CONFIG" && \ | ||
23499 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | ||
23500 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | ||
23501 | ac_status=$? | ||
23502 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
23503 | test $ac_status = 0; }; then | ||
23504 | pkg_cv_GL_EET_CFLAGS=`$PKG_CONFIG --cflags "eet >= 1.5.0" 2>/dev/null` | ||
23505 | else | ||
23506 | pkg_failed=yes | ||
23507 | fi | ||
23508 | fi | ||
23509 | else | ||
23510 | pkg_failed=untried | ||
23511 | fi | ||
23512 | if test -n "$PKG_CONFIG"; then | ||
23513 | if test -n "$GL_EET_LIBS"; then | ||
23514 | pkg_cv_GL_EET_LIBS="$GL_EET_LIBS" | ||
23515 | else | ||
23516 | if test -n "$PKG_CONFIG" && \ | ||
23517 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | ||
23518 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | ||
23519 | ac_status=$? | ||
23520 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
23521 | test $ac_status = 0; }; then | ||
23522 | pkg_cv_GL_EET_LIBS=`$PKG_CONFIG --libs "eet >= 1.5.0" 2>/dev/null` | ||
23523 | else | ||
23524 | pkg_failed=yes | ||
23525 | fi | ||
23526 | fi | ||
23527 | else | ||
23528 | pkg_failed=untried | ||
23529 | fi | ||
23530 | |||
23531 | |||
23532 | |||
23533 | if test $pkg_failed = yes; then | ||
23534 | |||
23535 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | ||
23536 | _pkg_short_errors_supported=yes | ||
23537 | else | ||
23538 | _pkg_short_errors_supported=no | ||
23539 | fi | ||
23540 | if test $_pkg_short_errors_supported = yes; then | ||
23541 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eet >= 1.5.0"` | ||
23542 | else | ||
23543 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eet >= 1.5.0"` | ||
23544 | fi | ||
23545 | # Put the nasty error message in config.log where it belongs | ||
23546 | echo "$GL_EET_PKG_ERRORS" >&5 | ||
23547 | |||
23548 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
23549 | $as_echo "no" >&6; } | ||
23550 | have_dep="no" | ||
23551 | elif test $pkg_failed = untried; then | ||
23552 | have_dep="no" | ||
23553 | else | ||
23554 | GL_EET_CFLAGS=$pkg_cv_GL_EET_CFLAGS | ||
23555 | GL_EET_LIBS=$pkg_cv_GL_EET_LIBS | ||
23556 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
23557 | $as_echo "yes" >&6; } | ||
23558 | have_dep="yes" | ||
23559 | fi | ||
23560 | ac_fn_c_check_header_compile "$LINENO" "GLES2/gl2.h" "ac_cv_header_GLES2_gl2_h" " | ||
23561 | |||
23562 | " | ||
23563 | if test "x$ac_cv_header_GLES2_gl2_h" = x""yes; then : | ||
23564 | have_egl="yes" | ||
23565 | else | ||
23566 | have_egl="no" | ||
23567 | fi | ||
23568 | |||
23569 | |||
23570 | if test "x${have_egl}" = "xyes" ; then | ||
23571 | evas_engine_wayland_egl_cflags="${WAYLAND_EGL_CFLAGS}" | ||
23572 | evas_engine_wayland_egl_libs="${WAYLAND_EGL_LIBS} -lGL -lGLESv2 -lEGL" | ||
23573 | fi | ||
23574 | fi | ||
23575 | |||
23576 | |||
23577 | |||
23578 | |||
23579 | if test "x${want_engine}" = "xstatic" ; then | ||
23580 | requirement_evas="${requirement} ${requirement_evas}" | ||
23581 | fi | ||
23582 | |||
23583 | if test "x${have_dep}" = "xyes" ; then | ||
23584 | have_engine="yes" | ||
23585 | else | ||
23586 | have_engine="no" | ||
23587 | fi | ||
23588 | |||
23589 | |||
23590 | fi | ||
23591 | |||
23592 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | ||
23593 | as_fn_error "Wayland Egl dependencies not found (strict dependencies checking)" "$LINENO" 5 | ||
23594 | fi | ||
23595 | |||
23596 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Wayland Egl rendering backend will be built" >&5 | ||
23597 | $as_echo_n "checking whether Wayland Egl rendering backend will be built... " >&6; } | ||
23598 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${have_engine}" >&5 | ||
23599 | $as_echo "${have_engine}" >&6; } | ||
23600 | |||
23601 | if test "x${have_engine}" = "xyes" ; then | ||
23602 | if test "x${want_engine}" = "xstatic" ; then | ||
23603 | have_evas_engine_wayland_egl="static" | ||
23604 | want_static_engine="yes" | ||
23605 | else | ||
23606 | have_evas_engine_wayland_egl="yes" | ||
23607 | fi | ||
23608 | fi | ||
23609 | |||
23610 | if test "x${have_engine}" = "xyes" ; then | ||
23611 | |||
23612 | $as_echo "#define BUILD_ENGINE_WAYLAND_EGL 1" >>confdefs.h | ||
23613 | |||
23614 | fi | ||
23615 | |||
23616 | if test "x${have_engine}" = "xyes"; then | ||
23617 | BUILD_ENGINE_WAYLAND_EGL_TRUE= | ||
23618 | BUILD_ENGINE_WAYLAND_EGL_FALSE='#' | ||
23619 | else | ||
23620 | BUILD_ENGINE_WAYLAND_EGL_TRUE='#' | ||
23621 | BUILD_ENGINE_WAYLAND_EGL_FALSE= | ||
23622 | fi | ||
23623 | |||
23624 | |||
23625 | if test "x${want_static_engine}" = "xyes" ; then | ||
23626 | |||
23627 | $as_echo "#define EVAS_STATIC_BUILD_WAYLAND_EGL 1" >>confdefs.h | ||
23628 | |||
23629 | have_static_module="yes" | ||
23630 | fi | ||
23631 | |||
23632 | if test "x${want_static_engine}" = "xyes"; then | ||
23633 | EVAS_STATIC_BUILD_WAYLAND_EGL_TRUE= | ||
23634 | EVAS_STATIC_BUILD_WAYLAND_EGL_FALSE='#' | ||
23635 | else | ||
23636 | EVAS_STATIC_BUILD_WAYLAND_EGL_TRUE='#' | ||
23637 | EVAS_STATIC_BUILD_WAYLAND_EGL_FALSE= | ||
23638 | fi | ||
23639 | |||
23640 | |||
23641 | |||
23642 | |||
23643 | |||
23644 | |||
23645 | |||
23131 | # SDL primitive | 23646 | # SDL primitive |
23132 | sdl_primitive="no" | 23647 | sdl_primitive="no" |
23133 | 23648 | ||
@@ -23241,10 +23756,11 @@ pkg_failed=no | |||
23241 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB" >&5 | 23756 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB" >&5 |
23242 | $as_echo_n "checking for XCB... " >&6; } | 23757 | $as_echo_n "checking for XCB... " >&6; } |
23243 | 23758 | ||
23244 | if test -n "$XCB_CFLAGS"; then | 23759 | if test -n "$PKG_CONFIG"; then |
23245 | pkg_cv_XCB_CFLAGS="$XCB_CFLAGS" | 23760 | if test -n "$XCB_CFLAGS"; then |
23246 | elif test -n "$PKG_CONFIG"; then | 23761 | pkg_cv_XCB_CFLAGS="$XCB_CFLAGS" |
23247 | if test -n "$PKG_CONFIG" && \ | 23762 | else |
23763 | if test -n "$PKG_CONFIG" && \ | ||
23248 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb xcb-shm xcb-image >= 0.2.1 pixman-1\""; } >&5 | 23764 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb xcb-shm xcb-image >= 0.2.1 pixman-1\""; } >&5 |
23249 | ($PKG_CONFIG --exists --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1") 2>&5 | 23765 | ($PKG_CONFIG --exists --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1") 2>&5 |
23250 | ac_status=$? | 23766 | ac_status=$? |
@@ -23254,13 +23770,15 @@ if test -n "$XCB_CFLAGS"; then | |||
23254 | else | 23770 | else |
23255 | pkg_failed=yes | 23771 | pkg_failed=yes |
23256 | fi | 23772 | fi |
23257 | else | 23773 | fi |
23258 | pkg_failed=untried | 23774 | else |
23775 | pkg_failed=untried | ||
23259 | fi | 23776 | fi |
23260 | if test -n "$XCB_LIBS"; then | 23777 | if test -n "$PKG_CONFIG"; then |
23261 | pkg_cv_XCB_LIBS="$XCB_LIBS" | 23778 | if test -n "$XCB_LIBS"; then |
23262 | elif test -n "$PKG_CONFIG"; then | 23779 | pkg_cv_XCB_LIBS="$XCB_LIBS" |
23263 | if test -n "$PKG_CONFIG" && \ | 23780 | else |
23781 | if test -n "$PKG_CONFIG" && \ | ||
23264 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb xcb-shm xcb-image >= 0.2.1 pixman-1\""; } >&5 | 23782 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb xcb-shm xcb-image >= 0.2.1 pixman-1\""; } >&5 |
23265 | ($PKG_CONFIG --exists --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1") 2>&5 | 23783 | ($PKG_CONFIG --exists --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1") 2>&5 |
23266 | ac_status=$? | 23784 | ac_status=$? |
@@ -23270,15 +23788,14 @@ if test -n "$XCB_LIBS"; then | |||
23270 | else | 23788 | else |
23271 | pkg_failed=yes | 23789 | pkg_failed=yes |
23272 | fi | 23790 | fi |
23273 | else | 23791 | fi |
23274 | pkg_failed=untried | 23792 | else |
23793 | pkg_failed=untried | ||
23275 | fi | 23794 | fi |
23276 | 23795 | ||
23277 | 23796 | ||
23278 | 23797 | ||
23279 | if test $pkg_failed = yes; then | 23798 | if test $pkg_failed = yes; then |
23280 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
23281 | $as_echo "no" >&6; } | ||
23282 | 23799 | ||
23283 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 23800 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
23284 | _pkg_short_errors_supported=yes | 23801 | _pkg_short_errors_supported=yes |
@@ -23286,20 +23803,20 @@ else | |||
23286 | _pkg_short_errors_supported=no | 23803 | _pkg_short_errors_supported=no |
23287 | fi | 23804 | fi |
23288 | if test $_pkg_short_errors_supported = yes; then | 23805 | if test $_pkg_short_errors_supported = yes; then |
23289 | XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1" 2>&1` | 23806 | XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1"` |
23290 | else | 23807 | else |
23291 | XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1" 2>&1` | 23808 | XCB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb xcb-shm xcb-image >= 0.2.1 pixman-1"` |
23292 | fi | 23809 | fi |
23293 | # Put the nasty error message in config.log where it belongs | 23810 | # Put the nasty error message in config.log where it belongs |
23294 | echo "$XCB_PKG_ERRORS" >&5 | 23811 | echo "$XCB_PKG_ERRORS" >&5 |
23295 | 23812 | ||
23813 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
23814 | $as_echo "no" >&6; } | ||
23296 | 23815 | ||
23297 | have_dep="no" | 23816 | have_dep="no" |
23298 | 23817 | ||
23299 | 23818 | ||
23300 | elif test $pkg_failed = untried; then | 23819 | elif test $pkg_failed = untried; then |
23301 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
23302 | $as_echo "no" >&6; } | ||
23303 | 23820 | ||
23304 | have_dep="no" | 23821 | have_dep="no" |
23305 | 23822 | ||
@@ -23334,7 +23851,7 @@ fi | |||
23334 | fi | 23851 | fi |
23335 | 23852 | ||
23336 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 23853 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
23337 | as_fn_error $? "Software XCB dependencies not found (strict dependencies checking)" "$LINENO" 5 | 23854 | as_fn_error "Software XCB dependencies not found (strict dependencies checking)" "$LINENO" 5 |
23338 | fi | 23855 | fi |
23339 | 23856 | ||
23340 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software XCB rendering backend will be built" >&5 | 23857 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software XCB rendering backend will be built" >&5 |
@@ -23460,7 +23977,7 @@ if test "x$with_x" = xno; then | |||
23460 | have_x=disabled | 23977 | have_x=disabled |
23461 | else | 23978 | else |
23462 | case $x_includes,$x_libraries in #( | 23979 | case $x_includes,$x_libraries in #( |
23463 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #( | 23980 | *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #( |
23464 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : | 23981 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : |
23465 | $as_echo_n "(cached) " >&6 | 23982 | $as_echo_n "(cached) " >&6 |
23466 | else | 23983 | else |
@@ -23478,7 +23995,7 @@ libdir: | |||
23478 | @echo libdir='${LIBDIR}' | 23995 | @echo libdir='${LIBDIR}' |
23479 | _ACEOF | 23996 | _ACEOF |
23480 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then | 23997 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then |
23481 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 23998 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
23482 | for ac_var in incroot usrlibdir libdir; do | 23999 | for ac_var in incroot usrlibdir libdir; do |
23483 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" | 24000 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" |
23484 | done | 24001 | done |
@@ -23564,7 +24081,7 @@ else | |||
23564 | fi | 24081 | fi |
23565 | done | 24082 | done |
23566 | fi | 24083 | fi |
23567 | rm -f conftest.err conftest.i conftest.$ac_ext | 24084 | rm -f conftest.err conftest.$ac_ext |
23568 | fi # $ac_x_includes = no | 24085 | fi # $ac_x_includes = no |
23569 | 24086 | ||
23570 | if test "$ac_x_libraries" = no; then | 24087 | if test "$ac_x_libraries" = no; then |
@@ -24251,7 +24768,7 @@ fi | |||
24251 | fi | 24768 | fi |
24252 | 24769 | ||
24253 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 24770 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
24254 | as_fn_error $? "Software Xlib dependencies not found (strict dependencies checking)" "$LINENO" 5 | 24771 | as_fn_error "Software Xlib dependencies not found (strict dependencies checking)" "$LINENO" 5 |
24255 | fi | 24772 | fi |
24256 | 24773 | ||
24257 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software Xlib rendering backend will be built" >&5 | 24774 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Software Xlib rendering backend will be built" >&5 |
@@ -24451,7 +24968,7 @@ if test "x$with_x" = xno; then | |||
24451 | have_x=disabled | 24968 | have_x=disabled |
24452 | else | 24969 | else |
24453 | case $x_includes,$x_libraries in #( | 24970 | case $x_includes,$x_libraries in #( |
24454 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #( | 24971 | *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #( |
24455 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : | 24972 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : |
24456 | $as_echo_n "(cached) " >&6 | 24973 | $as_echo_n "(cached) " >&6 |
24457 | else | 24974 | else |
@@ -24469,7 +24986,7 @@ libdir: | |||
24469 | @echo libdir='${LIBDIR}' | 24986 | @echo libdir='${LIBDIR}' |
24470 | _ACEOF | 24987 | _ACEOF |
24471 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then | 24988 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then |
24472 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 24989 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
24473 | for ac_var in incroot usrlibdir libdir; do | 24990 | for ac_var in incroot usrlibdir libdir; do |
24474 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" | 24991 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" |
24475 | done | 24992 | done |
@@ -24555,7 +25072,7 @@ else | |||
24555 | fi | 25072 | fi |
24556 | done | 25073 | done |
24557 | fi | 25074 | fi |
24558 | rm -f conftest.err conftest.i conftest.$ac_ext | 25075 | rm -f conftest.err conftest.$ac_ext |
24559 | fi # $ac_x_includes = no | 25076 | fi # $ac_x_includes = no |
24560 | 25077 | ||
24561 | if test "$ac_x_libraries" = no; then | 25078 | if test "$ac_x_libraries" = no; then |
@@ -25314,10 +25831,11 @@ pkg_failed=no | |||
25314 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_GL" >&5 | 25831 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_GL" >&5 |
25315 | $as_echo_n "checking for XCB_GL... " >&6; } | 25832 | $as_echo_n "checking for XCB_GL... " >&6; } |
25316 | 25833 | ||
25317 | if test -n "$XCB_GL_CFLAGS"; then | 25834 | if test -n "$PKG_CONFIG"; then |
25318 | pkg_cv_XCB_GL_CFLAGS="$XCB_GL_CFLAGS" | 25835 | if test -n "$XCB_GL_CFLAGS"; then |
25319 | elif test -n "$PKG_CONFIG"; then | 25836 | pkg_cv_XCB_GL_CFLAGS="$XCB_GL_CFLAGS" |
25320 | if test -n "$PKG_CONFIG" && \ | 25837 | else |
25838 | if test -n "$PKG_CONFIG" && \ | ||
25321 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-glx xcb-render xcb-renderutil\""; } >&5 | 25839 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-glx xcb-render xcb-renderutil\""; } >&5 |
25322 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-glx xcb-render xcb-renderutil") 2>&5 | 25840 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-glx xcb-render xcb-renderutil") 2>&5 |
25323 | ac_status=$? | 25841 | ac_status=$? |
@@ -25327,13 +25845,15 @@ if test -n "$XCB_GL_CFLAGS"; then | |||
25327 | else | 25845 | else |
25328 | pkg_failed=yes | 25846 | pkg_failed=yes |
25329 | fi | 25847 | fi |
25330 | else | 25848 | fi |
25331 | pkg_failed=untried | 25849 | else |
25850 | pkg_failed=untried | ||
25332 | fi | 25851 | fi |
25333 | if test -n "$XCB_GL_LIBS"; then | 25852 | if test -n "$PKG_CONFIG"; then |
25334 | pkg_cv_XCB_GL_LIBS="$XCB_GL_LIBS" | 25853 | if test -n "$XCB_GL_LIBS"; then |
25335 | elif test -n "$PKG_CONFIG"; then | 25854 | pkg_cv_XCB_GL_LIBS="$XCB_GL_LIBS" |
25336 | if test -n "$PKG_CONFIG" && \ | 25855 | else |
25856 | if test -n "$PKG_CONFIG" && \ | ||
25337 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-glx xcb-render xcb-renderutil\""; } >&5 | 25857 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-glx xcb-render xcb-renderutil\""; } >&5 |
25338 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-glx xcb-render xcb-renderutil") 2>&5 | 25858 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-glx xcb-render xcb-renderutil") 2>&5 |
25339 | ac_status=$? | 25859 | ac_status=$? |
@@ -25343,15 +25863,14 @@ if test -n "$XCB_GL_LIBS"; then | |||
25343 | else | 25863 | else |
25344 | pkg_failed=yes | 25864 | pkg_failed=yes |
25345 | fi | 25865 | fi |
25346 | else | 25866 | fi |
25347 | pkg_failed=untried | 25867 | else |
25868 | pkg_failed=untried | ||
25348 | fi | 25869 | fi |
25349 | 25870 | ||
25350 | 25871 | ||
25351 | 25872 | ||
25352 | if test $pkg_failed = yes; then | 25873 | if test $pkg_failed = yes; then |
25353 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
25354 | $as_echo "no" >&6; } | ||
25355 | 25874 | ||
25356 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 25875 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
25357 | _pkg_short_errors_supported=yes | 25876 | _pkg_short_errors_supported=yes |
@@ -25359,20 +25878,20 @@ else | |||
25359 | _pkg_short_errors_supported=no | 25878 | _pkg_short_errors_supported=no |
25360 | fi | 25879 | fi |
25361 | if test $_pkg_short_errors_supported = yes; then | 25880 | if test $_pkg_short_errors_supported = yes; then |
25362 | XCB_GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11-xcb xcb xcb-glx xcb-render xcb-renderutil" 2>&1` | 25881 | XCB_GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11-xcb xcb xcb-glx xcb-render xcb-renderutil"` |
25363 | else | 25882 | else |
25364 | XCB_GL_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11-xcb xcb xcb-glx xcb-render xcb-renderutil" 2>&1` | 25883 | XCB_GL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11-xcb xcb xcb-glx xcb-render xcb-renderutil"` |
25365 | fi | 25884 | fi |
25366 | # Put the nasty error message in config.log where it belongs | 25885 | # Put the nasty error message in config.log where it belongs |
25367 | echo "$XCB_GL_PKG_ERRORS" >&5 | 25886 | echo "$XCB_GL_PKG_ERRORS" >&5 |
25368 | 25887 | ||
25888 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
25889 | $as_echo "no" >&6; } | ||
25369 | 25890 | ||
25370 | have_dep="no" | 25891 | have_dep="no" |
25371 | 25892 | ||
25372 | 25893 | ||
25373 | elif test $pkg_failed = untried; then | 25894 | elif test $pkg_failed = untried; then |
25374 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
25375 | $as_echo "no" >&6; } | ||
25376 | 25895 | ||
25377 | have_dep="no" | 25896 | have_dep="no" |
25378 | 25897 | ||
@@ -25400,10 +25919,11 @@ pkg_failed=no | |||
25400 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL_EET" >&5 | 25919 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL_EET" >&5 |
25401 | $as_echo_n "checking for GL_EET... " >&6; } | 25920 | $as_echo_n "checking for GL_EET... " >&6; } |
25402 | 25921 | ||
25403 | if test -n "$GL_EET_CFLAGS"; then | 25922 | if test -n "$PKG_CONFIG"; then |
25404 | pkg_cv_GL_EET_CFLAGS="$GL_EET_CFLAGS" | 25923 | if test -n "$GL_EET_CFLAGS"; then |
25405 | elif test -n "$PKG_CONFIG"; then | 25924 | pkg_cv_GL_EET_CFLAGS="$GL_EET_CFLAGS" |
25406 | if test -n "$PKG_CONFIG" && \ | 25925 | else |
25926 | if test -n "$PKG_CONFIG" && \ | ||
25407 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 25927 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
25408 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 25928 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
25409 | ac_status=$? | 25929 | ac_status=$? |
@@ -25413,13 +25933,15 @@ if test -n "$GL_EET_CFLAGS"; then | |||
25413 | else | 25933 | else |
25414 | pkg_failed=yes | 25934 | pkg_failed=yes |
25415 | fi | 25935 | fi |
25416 | else | 25936 | fi |
25417 | pkg_failed=untried | 25937 | else |
25938 | pkg_failed=untried | ||
25418 | fi | 25939 | fi |
25419 | if test -n "$GL_EET_LIBS"; then | 25940 | if test -n "$PKG_CONFIG"; then |
25420 | pkg_cv_GL_EET_LIBS="$GL_EET_LIBS" | 25941 | if test -n "$GL_EET_LIBS"; then |
25421 | elif test -n "$PKG_CONFIG"; then | 25942 | pkg_cv_GL_EET_LIBS="$GL_EET_LIBS" |
25422 | if test -n "$PKG_CONFIG" && \ | 25943 | else |
25944 | if test -n "$PKG_CONFIG" && \ | ||
25423 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 25945 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
25424 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 25946 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
25425 | ac_status=$? | 25947 | ac_status=$? |
@@ -25429,15 +25951,14 @@ if test -n "$GL_EET_LIBS"; then | |||
25429 | else | 25951 | else |
25430 | pkg_failed=yes | 25952 | pkg_failed=yes |
25431 | fi | 25953 | fi |
25432 | else | 25954 | fi |
25433 | pkg_failed=untried | 25955 | else |
25956 | pkg_failed=untried | ||
25434 | fi | 25957 | fi |
25435 | 25958 | ||
25436 | 25959 | ||
25437 | 25960 | ||
25438 | if test $pkg_failed = yes; then | 25961 | if test $pkg_failed = yes; then |
25439 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
25440 | $as_echo "no" >&6; } | ||
25441 | 25962 | ||
25442 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 25963 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
25443 | _pkg_short_errors_supported=yes | 25964 | _pkg_short_errors_supported=yes |
@@ -25445,17 +25966,17 @@ else | |||
25445 | _pkg_short_errors_supported=no | 25966 | _pkg_short_errors_supported=no |
25446 | fi | 25967 | fi |
25447 | if test $_pkg_short_errors_supported = yes; then | 25968 | if test $_pkg_short_errors_supported = yes; then |
25448 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eet >= 1.5.0" 2>&1` | 25969 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eet >= 1.5.0"` |
25449 | else | 25970 | else |
25450 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --print-errors "eet >= 1.5.0" 2>&1` | 25971 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eet >= 1.5.0"` |
25451 | fi | 25972 | fi |
25452 | # Put the nasty error message in config.log where it belongs | 25973 | # Put the nasty error message in config.log where it belongs |
25453 | echo "$GL_EET_PKG_ERRORS" >&5 | 25974 | echo "$GL_EET_PKG_ERRORS" >&5 |
25454 | 25975 | ||
25455 | have_dep="no" | 25976 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
25456 | elif test $pkg_failed = untried; then | ||
25457 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
25458 | $as_echo "no" >&6; } | 25977 | $as_echo "no" >&6; } |
25978 | have_dep="no" | ||
25979 | elif test $pkg_failed = untried; then | ||
25459 | have_dep="no" | 25980 | have_dep="no" |
25460 | else | 25981 | else |
25461 | GL_EET_CFLAGS=$pkg_cv_GL_EET_CFLAGS | 25982 | GL_EET_CFLAGS=$pkg_cv_GL_EET_CFLAGS |
@@ -25544,10 +26065,11 @@ pkg_failed=no | |||
25544 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL_EET" >&5 | 26065 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL_EET" >&5 |
25545 | $as_echo_n "checking for GL_EET... " >&6; } | 26066 | $as_echo_n "checking for GL_EET... " >&6; } |
25546 | 26067 | ||
25547 | if test -n "$GL_EET_CFLAGS"; then | 26068 | if test -n "$PKG_CONFIG"; then |
25548 | pkg_cv_GL_EET_CFLAGS="$GL_EET_CFLAGS" | 26069 | if test -n "$GL_EET_CFLAGS"; then |
25549 | elif test -n "$PKG_CONFIG"; then | 26070 | pkg_cv_GL_EET_CFLAGS="$GL_EET_CFLAGS" |
25550 | if test -n "$PKG_CONFIG" && \ | 26071 | else |
26072 | if test -n "$PKG_CONFIG" && \ | ||
25551 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 26073 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
25552 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 26074 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
25553 | ac_status=$? | 26075 | ac_status=$? |
@@ -25557,13 +26079,15 @@ if test -n "$GL_EET_CFLAGS"; then | |||
25557 | else | 26079 | else |
25558 | pkg_failed=yes | 26080 | pkg_failed=yes |
25559 | fi | 26081 | fi |
25560 | else | 26082 | fi |
25561 | pkg_failed=untried | 26083 | else |
26084 | pkg_failed=untried | ||
25562 | fi | 26085 | fi |
25563 | if test -n "$GL_EET_LIBS"; then | 26086 | if test -n "$PKG_CONFIG"; then |
25564 | pkg_cv_GL_EET_LIBS="$GL_EET_LIBS" | 26087 | if test -n "$GL_EET_LIBS"; then |
25565 | elif test -n "$PKG_CONFIG"; then | 26088 | pkg_cv_GL_EET_LIBS="$GL_EET_LIBS" |
25566 | if test -n "$PKG_CONFIG" && \ | 26089 | else |
26090 | if test -n "$PKG_CONFIG" && \ | ||
25567 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 26091 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
25568 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 26092 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
25569 | ac_status=$? | 26093 | ac_status=$? |
@@ -25573,15 +26097,14 @@ if test -n "$GL_EET_LIBS"; then | |||
25573 | else | 26097 | else |
25574 | pkg_failed=yes | 26098 | pkg_failed=yes |
25575 | fi | 26099 | fi |
25576 | else | 26100 | fi |
25577 | pkg_failed=untried | 26101 | else |
26102 | pkg_failed=untried | ||
25578 | fi | 26103 | fi |
25579 | 26104 | ||
25580 | 26105 | ||
25581 | 26106 | ||
25582 | if test $pkg_failed = yes; then | 26107 | if test $pkg_failed = yes; then |
25583 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
25584 | $as_echo "no" >&6; } | ||
25585 | 26108 | ||
25586 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 26109 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
25587 | _pkg_short_errors_supported=yes | 26110 | _pkg_short_errors_supported=yes |
@@ -25589,17 +26112,17 @@ else | |||
25589 | _pkg_short_errors_supported=no | 26112 | _pkg_short_errors_supported=no |
25590 | fi | 26113 | fi |
25591 | if test $_pkg_short_errors_supported = yes; then | 26114 | if test $_pkg_short_errors_supported = yes; then |
25592 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eet >= 1.5.0" 2>&1` | 26115 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eet >= 1.5.0"` |
25593 | else | 26116 | else |
25594 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --print-errors "eet >= 1.5.0" 2>&1` | 26117 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eet >= 1.5.0"` |
25595 | fi | 26118 | fi |
25596 | # Put the nasty error message in config.log where it belongs | 26119 | # Put the nasty error message in config.log where it belongs |
25597 | echo "$GL_EET_PKG_ERRORS" >&5 | 26120 | echo "$GL_EET_PKG_ERRORS" >&5 |
25598 | 26121 | ||
25599 | have_dep="no" | 26122 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
25600 | elif test $pkg_failed = untried; then | ||
25601 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
25602 | $as_echo "no" >&6; } | 26123 | $as_echo "no" >&6; } |
26124 | have_dep="no" | ||
26125 | elif test $pkg_failed = untried; then | ||
25603 | have_dep="no" | 26126 | have_dep="no" |
25604 | else | 26127 | else |
25605 | GL_EET_CFLAGS=$pkg_cv_GL_EET_CFLAGS | 26128 | GL_EET_CFLAGS=$pkg_cv_GL_EET_CFLAGS |
@@ -25636,7 +26159,7 @@ fi | |||
25636 | fi | 26159 | fi |
25637 | 26160 | ||
25638 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 26161 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
25639 | as_fn_error $? "OpenGL XCB dependencies not found (strict dependencies checking)" "$LINENO" 5 | 26162 | as_fn_error "OpenGL XCB dependencies not found (strict dependencies checking)" "$LINENO" 5 |
25640 | fi | 26163 | fi |
25641 | 26164 | ||
25642 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenGL XCB rendering backend will be built" >&5 | 26165 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenGL XCB rendering backend will be built" >&5 |
@@ -25763,7 +26286,7 @@ if test "x$with_x" = xno; then | |||
25763 | have_x=disabled | 26286 | have_x=disabled |
25764 | else | 26287 | else |
25765 | case $x_includes,$x_libraries in #( | 26288 | case $x_includes,$x_libraries in #( |
25766 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #( | 26289 | *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #( |
25767 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : | 26290 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : |
25768 | $as_echo_n "(cached) " >&6 | 26291 | $as_echo_n "(cached) " >&6 |
25769 | else | 26292 | else |
@@ -25781,7 +26304,7 @@ libdir: | |||
25781 | @echo libdir='${LIBDIR}' | 26304 | @echo libdir='${LIBDIR}' |
25782 | _ACEOF | 26305 | _ACEOF |
25783 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then | 26306 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then |
25784 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 26307 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
25785 | for ac_var in incroot usrlibdir libdir; do | 26308 | for ac_var in incroot usrlibdir libdir; do |
25786 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" | 26309 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" |
25787 | done | 26310 | done |
@@ -25867,7 +26390,7 @@ else | |||
25867 | fi | 26390 | fi |
25868 | done | 26391 | done |
25869 | fi | 26392 | fi |
25870 | rm -f conftest.err conftest.i conftest.$ac_ext | 26393 | rm -f conftest.err conftest.$ac_ext |
25871 | fi # $ac_x_includes = no | 26394 | fi # $ac_x_includes = no |
25872 | 26395 | ||
25873 | if test "$ac_x_libraries" = no; then | 26396 | if test "$ac_x_libraries" = no; then |
@@ -26636,10 +27159,11 @@ pkg_failed=no | |||
26636 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL_EET" >&5 | 27159 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL_EET" >&5 |
26637 | $as_echo_n "checking for GL_EET... " >&6; } | 27160 | $as_echo_n "checking for GL_EET... " >&6; } |
26638 | 27161 | ||
26639 | if test -n "$GL_EET_CFLAGS"; then | 27162 | if test -n "$PKG_CONFIG"; then |
26640 | pkg_cv_GL_EET_CFLAGS="$GL_EET_CFLAGS" | 27163 | if test -n "$GL_EET_CFLAGS"; then |
26641 | elif test -n "$PKG_CONFIG"; then | 27164 | pkg_cv_GL_EET_CFLAGS="$GL_EET_CFLAGS" |
26642 | if test -n "$PKG_CONFIG" && \ | 27165 | else |
27166 | if test -n "$PKG_CONFIG" && \ | ||
26643 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 27167 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
26644 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 27168 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
26645 | ac_status=$? | 27169 | ac_status=$? |
@@ -26649,13 +27173,15 @@ if test -n "$GL_EET_CFLAGS"; then | |||
26649 | else | 27173 | else |
26650 | pkg_failed=yes | 27174 | pkg_failed=yes |
26651 | fi | 27175 | fi |
26652 | else | 27176 | fi |
26653 | pkg_failed=untried | 27177 | else |
27178 | pkg_failed=untried | ||
26654 | fi | 27179 | fi |
26655 | if test -n "$GL_EET_LIBS"; then | 27180 | if test -n "$PKG_CONFIG"; then |
26656 | pkg_cv_GL_EET_LIBS="$GL_EET_LIBS" | 27181 | if test -n "$GL_EET_LIBS"; then |
26657 | elif test -n "$PKG_CONFIG"; then | 27182 | pkg_cv_GL_EET_LIBS="$GL_EET_LIBS" |
26658 | if test -n "$PKG_CONFIG" && \ | 27183 | else |
27184 | if test -n "$PKG_CONFIG" && \ | ||
26659 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 27185 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
26660 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 27186 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
26661 | ac_status=$? | 27187 | ac_status=$? |
@@ -26665,15 +27191,14 @@ if test -n "$GL_EET_LIBS"; then | |||
26665 | else | 27191 | else |
26666 | pkg_failed=yes | 27192 | pkg_failed=yes |
26667 | fi | 27193 | fi |
26668 | else | 27194 | fi |
26669 | pkg_failed=untried | 27195 | else |
27196 | pkg_failed=untried | ||
26670 | fi | 27197 | fi |
26671 | 27198 | ||
26672 | 27199 | ||
26673 | 27200 | ||
26674 | if test $pkg_failed = yes; then | 27201 | if test $pkg_failed = yes; then |
26675 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
26676 | $as_echo "no" >&6; } | ||
26677 | 27202 | ||
26678 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 27203 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
26679 | _pkg_short_errors_supported=yes | 27204 | _pkg_short_errors_supported=yes |
@@ -26681,17 +27206,17 @@ else | |||
26681 | _pkg_short_errors_supported=no | 27206 | _pkg_short_errors_supported=no |
26682 | fi | 27207 | fi |
26683 | if test $_pkg_short_errors_supported = yes; then | 27208 | if test $_pkg_short_errors_supported = yes; then |
26684 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eet >= 1.5.0" 2>&1` | 27209 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eet >= 1.5.0"` |
26685 | else | 27210 | else |
26686 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --print-errors "eet >= 1.5.0" 2>&1` | 27211 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eet >= 1.5.0"` |
26687 | fi | 27212 | fi |
26688 | # Put the nasty error message in config.log where it belongs | 27213 | # Put the nasty error message in config.log where it belongs |
26689 | echo "$GL_EET_PKG_ERRORS" >&5 | 27214 | echo "$GL_EET_PKG_ERRORS" >&5 |
26690 | 27215 | ||
26691 | have_dep="no" | 27216 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
26692 | elif test $pkg_failed = untried; then | ||
26693 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
26694 | $as_echo "no" >&6; } | 27217 | $as_echo "no" >&6; } |
27218 | have_dep="no" | ||
27219 | elif test $pkg_failed = untried; then | ||
26695 | have_dep="no" | 27220 | have_dep="no" |
26696 | else | 27221 | else |
26697 | GL_EET_CFLAGS=$pkg_cv_GL_EET_CFLAGS | 27222 | GL_EET_CFLAGS=$pkg_cv_GL_EET_CFLAGS |
@@ -26785,10 +27310,11 @@ pkg_failed=no | |||
26785 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL_EET" >&5 | 27310 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL_EET" >&5 |
26786 | $as_echo_n "checking for GL_EET... " >&6; } | 27311 | $as_echo_n "checking for GL_EET... " >&6; } |
26787 | 27312 | ||
26788 | if test -n "$GL_EET_CFLAGS"; then | 27313 | if test -n "$PKG_CONFIG"; then |
26789 | pkg_cv_GL_EET_CFLAGS="$GL_EET_CFLAGS" | 27314 | if test -n "$GL_EET_CFLAGS"; then |
26790 | elif test -n "$PKG_CONFIG"; then | 27315 | pkg_cv_GL_EET_CFLAGS="$GL_EET_CFLAGS" |
26791 | if test -n "$PKG_CONFIG" && \ | 27316 | else |
27317 | if test -n "$PKG_CONFIG" && \ | ||
26792 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 27318 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
26793 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 27319 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
26794 | ac_status=$? | 27320 | ac_status=$? |
@@ -26798,13 +27324,15 @@ if test -n "$GL_EET_CFLAGS"; then | |||
26798 | else | 27324 | else |
26799 | pkg_failed=yes | 27325 | pkg_failed=yes |
26800 | fi | 27326 | fi |
26801 | else | 27327 | fi |
26802 | pkg_failed=untried | 27328 | else |
27329 | pkg_failed=untried | ||
26803 | fi | 27330 | fi |
26804 | if test -n "$GL_EET_LIBS"; then | 27331 | if test -n "$PKG_CONFIG"; then |
26805 | pkg_cv_GL_EET_LIBS="$GL_EET_LIBS" | 27332 | if test -n "$GL_EET_LIBS"; then |
26806 | elif test -n "$PKG_CONFIG"; then | 27333 | pkg_cv_GL_EET_LIBS="$GL_EET_LIBS" |
26807 | if test -n "$PKG_CONFIG" && \ | 27334 | else |
27335 | if test -n "$PKG_CONFIG" && \ | ||
26808 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 27336 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
26809 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 27337 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
26810 | ac_status=$? | 27338 | ac_status=$? |
@@ -26814,15 +27342,14 @@ if test -n "$GL_EET_LIBS"; then | |||
26814 | else | 27342 | else |
26815 | pkg_failed=yes | 27343 | pkg_failed=yes |
26816 | fi | 27344 | fi |
26817 | else | 27345 | fi |
26818 | pkg_failed=untried | 27346 | else |
27347 | pkg_failed=untried | ||
26819 | fi | 27348 | fi |
26820 | 27349 | ||
26821 | 27350 | ||
26822 | 27351 | ||
26823 | if test $pkg_failed = yes; then | 27352 | if test $pkg_failed = yes; then |
26824 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
26825 | $as_echo "no" >&6; } | ||
26826 | 27353 | ||
26827 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 27354 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
26828 | _pkg_short_errors_supported=yes | 27355 | _pkg_short_errors_supported=yes |
@@ -26830,17 +27357,17 @@ else | |||
26830 | _pkg_short_errors_supported=no | 27357 | _pkg_short_errors_supported=no |
26831 | fi | 27358 | fi |
26832 | if test $_pkg_short_errors_supported = yes; then | 27359 | if test $_pkg_short_errors_supported = yes; then |
26833 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eet >= 1.5.0" 2>&1` | 27360 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eet >= 1.5.0"` |
26834 | else | 27361 | else |
26835 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --print-errors "eet >= 1.5.0" 2>&1` | 27362 | GL_EET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eet >= 1.5.0"` |
26836 | fi | 27363 | fi |
26837 | # Put the nasty error message in config.log where it belongs | 27364 | # Put the nasty error message in config.log where it belongs |
26838 | echo "$GL_EET_PKG_ERRORS" >&5 | 27365 | echo "$GL_EET_PKG_ERRORS" >&5 |
26839 | 27366 | ||
26840 | have_dep="no" | 27367 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
26841 | elif test $pkg_failed = untried; then | ||
26842 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
26843 | $as_echo "no" >&6; } | 27368 | $as_echo "no" >&6; } |
27369 | have_dep="no" | ||
27370 | elif test $pkg_failed = untried; then | ||
26844 | have_dep="no" | 27371 | have_dep="no" |
26845 | else | 27372 | else |
26846 | GL_EET_CFLAGS=$pkg_cv_GL_EET_CFLAGS | 27373 | GL_EET_CFLAGS=$pkg_cv_GL_EET_CFLAGS |
@@ -26878,7 +27405,7 @@ fi | |||
26878 | fi | 27405 | fi |
26879 | 27406 | ||
26880 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 27407 | if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
26881 | as_fn_error $? "OpenGL XLib dependencies not found (strict dependencies checking)" "$LINENO" 5 | 27408 | as_fn_error "OpenGL XLib dependencies not found (strict dependencies checking)" "$LINENO" 5 |
26882 | fi | 27409 | fi |
26883 | 27410 | ||
26884 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenGL XLib rendering backend will be built" >&5 | 27411 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenGL XLib rendering backend will be built" >&5 |
@@ -27013,13 +27540,15 @@ have_static_evas_engine_gl_common="no" | |||
27013 | if test "x$have_evas_engine_gl_xlib" = "xyes" \ | 27540 | if test "x$have_evas_engine_gl_xlib" = "xyes" \ |
27014 | || test "x$have_evas_engine_gl_xcb" = "xyes" \ | 27541 | || test "x$have_evas_engine_gl_xcb" = "xyes" \ |
27015 | || test "x$have_evas_engine_gl_sdl" = "xyes" \ | 27542 | || test "x$have_evas_engine_gl_sdl" = "xyes" \ |
27016 | || test "x$have_evas_engine_gl_cocoa" = "xyes"; then | 27543 | || test "x$have_evas_engine_gl_cocoa" = "xyes" \ |
27544 | || test "x$have_evas_engine_wayland_egl" = "xyes"; then | ||
27017 | have_evas_engine_gl_common="yes" | 27545 | have_evas_engine_gl_common="yes" |
27018 | fi | 27546 | fi |
27019 | if test "x$have_evas_engine_gl_xlib" = "xstatic" \ | 27547 | if test "x$have_evas_engine_gl_xlib" = "xstatic" \ |
27020 | || test "x$have_evas_engine_gl_xcb" = "xstatic" \ | 27548 | || test "x$have_evas_engine_gl_xcb" = "xstatic" \ |
27021 | || test "x$have_evas_engine_gl_sdl" = "xstatic" \ | 27549 | || test "x$have_evas_engine_gl_sdl" = "xstatic" \ |
27022 | || test "x$have_evas_engine_gl_cocoa" = "xstatic"; then | 27550 | || test "x$have_evas_engine_gl_cocoa" = "xstatic" \ |
27551 | || test "x$have_evas_engine_wayland_egl" = "xstatic"; then | ||
27023 | have_evas_engine_gl_common="yes" | 27552 | have_evas_engine_gl_common="yes" |
27024 | have_static_evas_engine_gl_common="yes" | 27553 | have_static_evas_engine_gl_common="yes" |
27025 | fi | 27554 | fi |
@@ -27220,10 +27749,11 @@ pkg_failed=no | |||
27220 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EDB" >&5 | 27749 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EDB" >&5 |
27221 | $as_echo_n "checking for EDB... " >&6; } | 27750 | $as_echo_n "checking for EDB... " >&6; } |
27222 | 27751 | ||
27223 | if test -n "$EDB_CFLAGS"; then | 27752 | if test -n "$PKG_CONFIG"; then |
27224 | pkg_cv_EDB_CFLAGS="$EDB_CFLAGS" | 27753 | if test -n "$EDB_CFLAGS"; then |
27225 | elif test -n "$PKG_CONFIG"; then | 27754 | pkg_cv_EDB_CFLAGS="$EDB_CFLAGS" |
27226 | if test -n "$PKG_CONFIG" && \ | 27755 | else |
27756 | if test -n "$PKG_CONFIG" && \ | ||
27227 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"edb\""; } >&5 | 27757 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"edb\""; } >&5 |
27228 | ($PKG_CONFIG --exists --print-errors "edb") 2>&5 | 27758 | ($PKG_CONFIG --exists --print-errors "edb") 2>&5 |
27229 | ac_status=$? | 27759 | ac_status=$? |
@@ -27233,13 +27763,15 @@ if test -n "$EDB_CFLAGS"; then | |||
27233 | else | 27763 | else |
27234 | pkg_failed=yes | 27764 | pkg_failed=yes |
27235 | fi | 27765 | fi |
27236 | else | 27766 | fi |
27237 | pkg_failed=untried | 27767 | else |
27768 | pkg_failed=untried | ||
27238 | fi | 27769 | fi |
27239 | if test -n "$EDB_LIBS"; then | 27770 | if test -n "$PKG_CONFIG"; then |
27240 | pkg_cv_EDB_LIBS="$EDB_LIBS" | 27771 | if test -n "$EDB_LIBS"; then |
27241 | elif test -n "$PKG_CONFIG"; then | 27772 | pkg_cv_EDB_LIBS="$EDB_LIBS" |
27242 | if test -n "$PKG_CONFIG" && \ | 27773 | else |
27774 | if test -n "$PKG_CONFIG" && \ | ||
27243 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"edb\""; } >&5 | 27775 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"edb\""; } >&5 |
27244 | ($PKG_CONFIG --exists --print-errors "edb") 2>&5 | 27776 | ($PKG_CONFIG --exists --print-errors "edb") 2>&5 |
27245 | ac_status=$? | 27777 | ac_status=$? |
@@ -27249,15 +27781,14 @@ if test -n "$EDB_LIBS"; then | |||
27249 | else | 27781 | else |
27250 | pkg_failed=yes | 27782 | pkg_failed=yes |
27251 | fi | 27783 | fi |
27252 | else | 27784 | fi |
27253 | pkg_failed=untried | 27785 | else |
27786 | pkg_failed=untried | ||
27254 | fi | 27787 | fi |
27255 | 27788 | ||
27256 | 27789 | ||
27257 | 27790 | ||
27258 | if test $pkg_failed = yes; then | 27791 | if test $pkg_failed = yes; then |
27259 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27260 | $as_echo "no" >&6; } | ||
27261 | 27792 | ||
27262 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 27793 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
27263 | _pkg_short_errors_supported=yes | 27794 | _pkg_short_errors_supported=yes |
@@ -27265,17 +27796,17 @@ else | |||
27265 | _pkg_short_errors_supported=no | 27796 | _pkg_short_errors_supported=no |
27266 | fi | 27797 | fi |
27267 | if test $_pkg_short_errors_supported = yes; then | 27798 | if test $_pkg_short_errors_supported = yes; then |
27268 | EDB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "edb" 2>&1` | 27799 | EDB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "edb"` |
27269 | else | 27800 | else |
27270 | EDB_PKG_ERRORS=`$PKG_CONFIG --print-errors "edb" 2>&1` | 27801 | EDB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "edb"` |
27271 | fi | 27802 | fi |
27272 | # Put the nasty error message in config.log where it belongs | 27803 | # Put the nasty error message in config.log where it belongs |
27273 | echo "$EDB_PKG_ERRORS" >&5 | 27804 | echo "$EDB_PKG_ERRORS" >&5 |
27274 | 27805 | ||
27275 | have_dep="no" | 27806 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
27276 | elif test $pkg_failed = untried; then | ||
27277 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27278 | $as_echo "no" >&6; } | 27807 | $as_echo "no" >&6; } |
27808 | have_dep="no" | ||
27809 | elif test $pkg_failed = untried; then | ||
27279 | have_dep="no" | 27810 | have_dep="no" |
27280 | else | 27811 | else |
27281 | EDB_CFLAGS=$pkg_cv_EDB_CFLAGS | 27812 | EDB_CFLAGS=$pkg_cv_EDB_CFLAGS |
@@ -27304,7 +27835,7 @@ fi | |||
27304 | fi | 27835 | fi |
27305 | 27836 | ||
27306 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 27837 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
27307 | as_fn_error $? "Edb dependencies not found (strict dependencies checking)" "$LINENO" 5 | 27838 | as_fn_error "Edb dependencies not found (strict dependencies checking)" "$LINENO" 5 |
27308 | fi | 27839 | fi |
27309 | 27840 | ||
27310 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Edb image loader will be built" >&5 | 27841 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Edb image loader will be built" >&5 |
@@ -27402,10 +27933,11 @@ pkg_failed=no | |||
27402 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EET" >&5 | 27933 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EET" >&5 |
27403 | $as_echo_n "checking for EET... " >&6; } | 27934 | $as_echo_n "checking for EET... " >&6; } |
27404 | 27935 | ||
27405 | if test -n "$EET_CFLAGS"; then | 27936 | if test -n "$PKG_CONFIG"; then |
27406 | pkg_cv_EET_CFLAGS="$EET_CFLAGS" | 27937 | if test -n "$EET_CFLAGS"; then |
27407 | elif test -n "$PKG_CONFIG"; then | 27938 | pkg_cv_EET_CFLAGS="$EET_CFLAGS" |
27408 | if test -n "$PKG_CONFIG" && \ | 27939 | else |
27940 | if test -n "$PKG_CONFIG" && \ | ||
27409 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 27941 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
27410 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 27942 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
27411 | ac_status=$? | 27943 | ac_status=$? |
@@ -27415,13 +27947,15 @@ if test -n "$EET_CFLAGS"; then | |||
27415 | else | 27947 | else |
27416 | pkg_failed=yes | 27948 | pkg_failed=yes |
27417 | fi | 27949 | fi |
27418 | else | 27950 | fi |
27419 | pkg_failed=untried | 27951 | else |
27952 | pkg_failed=untried | ||
27420 | fi | 27953 | fi |
27421 | if test -n "$EET_LIBS"; then | 27954 | if test -n "$PKG_CONFIG"; then |
27422 | pkg_cv_EET_LIBS="$EET_LIBS" | 27955 | if test -n "$EET_LIBS"; then |
27423 | elif test -n "$PKG_CONFIG"; then | 27956 | pkg_cv_EET_LIBS="$EET_LIBS" |
27424 | if test -n "$PKG_CONFIG" && \ | 27957 | else |
27958 | if test -n "$PKG_CONFIG" && \ | ||
27425 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 27959 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
27426 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 27960 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
27427 | ac_status=$? | 27961 | ac_status=$? |
@@ -27431,15 +27965,14 @@ if test -n "$EET_LIBS"; then | |||
27431 | else | 27965 | else |
27432 | pkg_failed=yes | 27966 | pkg_failed=yes |
27433 | fi | 27967 | fi |
27434 | else | 27968 | fi |
27435 | pkg_failed=untried | 27969 | else |
27970 | pkg_failed=untried | ||
27436 | fi | 27971 | fi |
27437 | 27972 | ||
27438 | 27973 | ||
27439 | 27974 | ||
27440 | if test $pkg_failed = yes; then | 27975 | if test $pkg_failed = yes; then |
27441 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27442 | $as_echo "no" >&6; } | ||
27443 | 27976 | ||
27444 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 27977 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
27445 | _pkg_short_errors_supported=yes | 27978 | _pkg_short_errors_supported=yes |
@@ -27447,17 +27980,17 @@ else | |||
27447 | _pkg_short_errors_supported=no | 27980 | _pkg_short_errors_supported=no |
27448 | fi | 27981 | fi |
27449 | if test $_pkg_short_errors_supported = yes; then | 27982 | if test $_pkg_short_errors_supported = yes; then |
27450 | EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eet >= 1.5.0" 2>&1` | 27983 | EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eet >= 1.5.0"` |
27451 | else | 27984 | else |
27452 | EET_PKG_ERRORS=`$PKG_CONFIG --print-errors "eet >= 1.5.0" 2>&1` | 27985 | EET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eet >= 1.5.0"` |
27453 | fi | 27986 | fi |
27454 | # Put the nasty error message in config.log where it belongs | 27987 | # Put the nasty error message in config.log where it belongs |
27455 | echo "$EET_PKG_ERRORS" >&5 | 27988 | echo "$EET_PKG_ERRORS" >&5 |
27456 | 27989 | ||
27457 | have_dep="no" | 27990 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
27458 | elif test $pkg_failed = untried; then | ||
27459 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27460 | $as_echo "no" >&6; } | 27991 | $as_echo "no" >&6; } |
27992 | have_dep="no" | ||
27993 | elif test $pkg_failed = untried; then | ||
27461 | have_dep="no" | 27994 | have_dep="no" |
27462 | else | 27995 | else |
27463 | EET_CFLAGS=$pkg_cv_EET_CFLAGS | 27996 | EET_CFLAGS=$pkg_cv_EET_CFLAGS |
@@ -27486,7 +28019,7 @@ fi | |||
27486 | fi | 28019 | fi |
27487 | 28020 | ||
27488 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 28021 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
27489 | as_fn_error $? "Eet dependencies not found (strict dependencies checking)" "$LINENO" 5 | 28022 | as_fn_error "Eet dependencies not found (strict dependencies checking)" "$LINENO" 5 |
27490 | fi | 28023 | fi |
27491 | 28024 | ||
27492 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Eet image loader will be built" >&5 | 28025 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Eet image loader will be built" >&5 |
@@ -27562,10 +28095,11 @@ pkg_failed=no | |||
27562 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EET" >&5 | 28095 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EET" >&5 |
27563 | $as_echo_n "checking for EET... " >&6; } | 28096 | $as_echo_n "checking for EET... " >&6; } |
27564 | 28097 | ||
27565 | if test -n "$EET_CFLAGS"; then | 28098 | if test -n "$PKG_CONFIG"; then |
27566 | pkg_cv_EET_CFLAGS="$EET_CFLAGS" | 28099 | if test -n "$EET_CFLAGS"; then |
27567 | elif test -n "$PKG_CONFIG"; then | 28100 | pkg_cv_EET_CFLAGS="$EET_CFLAGS" |
27568 | if test -n "$PKG_CONFIG" && \ | 28101 | else |
28102 | if test -n "$PKG_CONFIG" && \ | ||
27569 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 28103 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
27570 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 28104 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
27571 | ac_status=$? | 28105 | ac_status=$? |
@@ -27575,13 +28109,15 @@ if test -n "$EET_CFLAGS"; then | |||
27575 | else | 28109 | else |
27576 | pkg_failed=yes | 28110 | pkg_failed=yes |
27577 | fi | 28111 | fi |
27578 | else | 28112 | fi |
27579 | pkg_failed=untried | 28113 | else |
28114 | pkg_failed=untried | ||
27580 | fi | 28115 | fi |
27581 | if test -n "$EET_LIBS"; then | 28116 | if test -n "$PKG_CONFIG"; then |
27582 | pkg_cv_EET_LIBS="$EET_LIBS" | 28117 | if test -n "$EET_LIBS"; then |
27583 | elif test -n "$PKG_CONFIG"; then | 28118 | pkg_cv_EET_LIBS="$EET_LIBS" |
27584 | if test -n "$PKG_CONFIG" && \ | 28119 | else |
28120 | if test -n "$PKG_CONFIG" && \ | ||
27585 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 | 28121 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.5.0\""; } >&5 |
27586 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 | 28122 | ($PKG_CONFIG --exists --print-errors "eet >= 1.5.0") 2>&5 |
27587 | ac_status=$? | 28123 | ac_status=$? |
@@ -27591,15 +28127,14 @@ if test -n "$EET_LIBS"; then | |||
27591 | else | 28127 | else |
27592 | pkg_failed=yes | 28128 | pkg_failed=yes |
27593 | fi | 28129 | fi |
27594 | else | 28130 | fi |
27595 | pkg_failed=untried | 28131 | else |
28132 | pkg_failed=untried | ||
27596 | fi | 28133 | fi |
27597 | 28134 | ||
27598 | 28135 | ||
27599 | 28136 | ||
27600 | if test $pkg_failed = yes; then | 28137 | if test $pkg_failed = yes; then |
27601 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27602 | $as_echo "no" >&6; } | ||
27603 | 28138 | ||
27604 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 28139 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
27605 | _pkg_short_errors_supported=yes | 28140 | _pkg_short_errors_supported=yes |
@@ -27607,17 +28142,17 @@ else | |||
27607 | _pkg_short_errors_supported=no | 28142 | _pkg_short_errors_supported=no |
27608 | fi | 28143 | fi |
27609 | if test $_pkg_short_errors_supported = yes; then | 28144 | if test $_pkg_short_errors_supported = yes; then |
27610 | EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eet >= 1.5.0" 2>&1` | 28145 | EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eet >= 1.5.0"` |
27611 | else | 28146 | else |
27612 | EET_PKG_ERRORS=`$PKG_CONFIG --print-errors "eet >= 1.5.0" 2>&1` | 28147 | EET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eet >= 1.5.0"` |
27613 | fi | 28148 | fi |
27614 | # Put the nasty error message in config.log where it belongs | 28149 | # Put the nasty error message in config.log where it belongs |
27615 | echo "$EET_PKG_ERRORS" >&5 | 28150 | echo "$EET_PKG_ERRORS" >&5 |
27616 | 28151 | ||
27617 | have_evas_font_loader_eet="no" | 28152 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
27618 | elif test $pkg_failed = untried; then | ||
27619 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27620 | $as_echo "no" >&6; } | 28153 | $as_echo "no" >&6; } |
28154 | have_evas_font_loader_eet="no" | ||
28155 | elif test $pkg_failed = untried; then | ||
27621 | have_evas_font_loader_eet="no" | 28156 | have_evas_font_loader_eet="no" |
27622 | else | 28157 | else |
27623 | EET_CFLAGS=$pkg_cv_EET_CFLAGS | 28158 | EET_CFLAGS=$pkg_cv_EET_CFLAGS |
@@ -27629,7 +28164,7 @@ fi | |||
27629 | fi | 28164 | fi |
27630 | 28165 | ||
27631 | if test "x${have_evas_font_loader_eet}" = "xno" -a "x$want_loader" = "xyes" -a "x$use_strict" = "xyes" ; then | 28166 | if test "x${have_evas_font_loader_eet}" = "xno" -a "x$want_loader" = "xyes" -a "x$use_strict" = "xyes" ; then |
27632 | as_fn_error $? "Eet dependencies not found (strict dependencies checking)" "$LINENO" 5 | 28167 | as_fn_error "Eet dependencies not found (strict dependencies checking)" "$LINENO" 5 |
27633 | fi | 28168 | fi |
27634 | 28169 | ||
27635 | if test "x$have_evas_font_loader_eet" = "xyes" ; then | 28170 | if test "x$have_evas_font_loader_eet" = "xyes" ; then |
@@ -27798,7 +28333,7 @@ fi | |||
27798 | fi | 28333 | fi |
27799 | 28334 | ||
27800 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 28335 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
27801 | as_fn_error $? "Gif dependencies not found (strict dependencies checking)" "$LINENO" 5 | 28336 | as_fn_error "Gif dependencies not found (strict dependencies checking)" "$LINENO" 5 |
27802 | fi | 28337 | fi |
27803 | 28338 | ||
27804 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Gif image loader will be built" >&5 | 28339 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Gif image loader will be built" >&5 |
@@ -27988,7 +28523,7 @@ fi | |||
27988 | fi | 28523 | fi |
27989 | 28524 | ||
27990 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 28525 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
27991 | as_fn_error $? "Jpeg dependencies not found (strict dependencies checking)" "$LINENO" 5 | 28526 | as_fn_error "Jpeg dependencies not found (strict dependencies checking)" "$LINENO" 5 |
27992 | fi | 28527 | fi |
27993 | 28528 | ||
27994 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Jpeg image loader will be built" >&5 | 28529 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Jpeg image loader will be built" >&5 |
@@ -28114,7 +28649,7 @@ fi | |||
28114 | fi | 28649 | fi |
28115 | 28650 | ||
28116 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 28651 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
28117 | as_fn_error $? "PMAPS dependencies not found (strict dependencies checking)" "$LINENO" 5 | 28652 | as_fn_error "PMAPS dependencies not found (strict dependencies checking)" "$LINENO" 5 |
28118 | fi | 28653 | fi |
28119 | 28654 | ||
28120 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether PMAPS image loader will be built" >&5 | 28655 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether PMAPS image loader will be built" >&5 |
@@ -28212,10 +28747,11 @@ pkg_failed=no | |||
28212 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PNG" >&5 | 28747 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PNG" >&5 |
28213 | $as_echo_n "checking for PNG... " >&6; } | 28748 | $as_echo_n "checking for PNG... " >&6; } |
28214 | 28749 | ||
28215 | if test -n "$PNG_CFLAGS"; then | 28750 | if test -n "$PKG_CONFIG"; then |
28216 | pkg_cv_PNG_CFLAGS="$PNG_CFLAGS" | 28751 | if test -n "$PNG_CFLAGS"; then |
28217 | elif test -n "$PKG_CONFIG"; then | 28752 | pkg_cv_PNG_CFLAGS="$PNG_CFLAGS" |
28218 | if test -n "$PKG_CONFIG" && \ | 28753 | else |
28754 | if test -n "$PKG_CONFIG" && \ | ||
28219 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng >= 1.2.10\""; } >&5 | 28755 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng >= 1.2.10\""; } >&5 |
28220 | ($PKG_CONFIG --exists --print-errors "libpng >= 1.2.10") 2>&5 | 28756 | ($PKG_CONFIG --exists --print-errors "libpng >= 1.2.10") 2>&5 |
28221 | ac_status=$? | 28757 | ac_status=$? |
@@ -28225,13 +28761,15 @@ if test -n "$PNG_CFLAGS"; then | |||
28225 | else | 28761 | else |
28226 | pkg_failed=yes | 28762 | pkg_failed=yes |
28227 | fi | 28763 | fi |
28228 | else | 28764 | fi |
28229 | pkg_failed=untried | 28765 | else |
28766 | pkg_failed=untried | ||
28230 | fi | 28767 | fi |
28231 | if test -n "$PNG_LIBS"; then | 28768 | if test -n "$PKG_CONFIG"; then |
28232 | pkg_cv_PNG_LIBS="$PNG_LIBS" | 28769 | if test -n "$PNG_LIBS"; then |
28233 | elif test -n "$PKG_CONFIG"; then | 28770 | pkg_cv_PNG_LIBS="$PNG_LIBS" |
28234 | if test -n "$PKG_CONFIG" && \ | 28771 | else |
28772 | if test -n "$PKG_CONFIG" && \ | ||
28235 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng >= 1.2.10\""; } >&5 | 28773 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng >= 1.2.10\""; } >&5 |
28236 | ($PKG_CONFIG --exists --print-errors "libpng >= 1.2.10") 2>&5 | 28774 | ($PKG_CONFIG --exists --print-errors "libpng >= 1.2.10") 2>&5 |
28237 | ac_status=$? | 28775 | ac_status=$? |
@@ -28241,15 +28779,14 @@ if test -n "$PNG_LIBS"; then | |||
28241 | else | 28779 | else |
28242 | pkg_failed=yes | 28780 | pkg_failed=yes |
28243 | fi | 28781 | fi |
28244 | else | 28782 | fi |
28245 | pkg_failed=untried | 28783 | else |
28784 | pkg_failed=untried | ||
28246 | fi | 28785 | fi |
28247 | 28786 | ||
28248 | 28787 | ||
28249 | 28788 | ||
28250 | if test $pkg_failed = yes; then | 28789 | if test $pkg_failed = yes; then |
28251 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28252 | $as_echo "no" >&6; } | ||
28253 | 28790 | ||
28254 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 28791 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
28255 | _pkg_short_errors_supported=yes | 28792 | _pkg_short_errors_supported=yes |
@@ -28257,17 +28794,17 @@ else | |||
28257 | _pkg_short_errors_supported=no | 28794 | _pkg_short_errors_supported=no |
28258 | fi | 28795 | fi |
28259 | if test $_pkg_short_errors_supported = yes; then | 28796 | if test $_pkg_short_errors_supported = yes; then |
28260 | PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libpng >= 1.2.10" 2>&1` | 28797 | PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpng >= 1.2.10"` |
28261 | else | 28798 | else |
28262 | PNG_PKG_ERRORS=`$PKG_CONFIG --print-errors "libpng >= 1.2.10" 2>&1` | 28799 | PNG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpng >= 1.2.10"` |
28263 | fi | 28800 | fi |
28264 | # Put the nasty error message in config.log where it belongs | 28801 | # Put the nasty error message in config.log where it belongs |
28265 | echo "$PNG_PKG_ERRORS" >&5 | 28802 | echo "$PNG_PKG_ERRORS" >&5 |
28266 | 28803 | ||
28267 | have_dep="no" | 28804 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
28268 | elif test $pkg_failed = untried; then | ||
28269 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28270 | $as_echo "no" >&6; } | 28805 | $as_echo "no" >&6; } |
28806 | have_dep="no" | ||
28807 | elif test $pkg_failed = untried; then | ||
28271 | have_dep="no" | 28808 | have_dep="no" |
28272 | else | 28809 | else |
28273 | PNG_CFLAGS=$pkg_cv_PNG_CFLAGS | 28810 | PNG_CFLAGS=$pkg_cv_PNG_CFLAGS |
@@ -28283,10 +28820,11 @@ pkg_failed=no | |||
28283 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PNG" >&5 | 28820 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PNG" >&5 |
28284 | $as_echo_n "checking for PNG... " >&6; } | 28821 | $as_echo_n "checking for PNG... " >&6; } |
28285 | 28822 | ||
28286 | if test -n "$PNG_CFLAGS"; then | 28823 | if test -n "$PKG_CONFIG"; then |
28287 | pkg_cv_PNG_CFLAGS="$PNG_CFLAGS" | 28824 | if test -n "$PNG_CFLAGS"; then |
28288 | elif test -n "$PKG_CONFIG"; then | 28825 | pkg_cv_PNG_CFLAGS="$PNG_CFLAGS" |
28289 | if test -n "$PKG_CONFIG" && \ | 28826 | else |
28827 | if test -n "$PKG_CONFIG" && \ | ||
28290 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng15\""; } >&5 | 28828 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng15\""; } >&5 |
28291 | ($PKG_CONFIG --exists --print-errors "libpng15") 2>&5 | 28829 | ($PKG_CONFIG --exists --print-errors "libpng15") 2>&5 |
28292 | ac_status=$? | 28830 | ac_status=$? |
@@ -28296,13 +28834,15 @@ if test -n "$PNG_CFLAGS"; then | |||
28296 | else | 28834 | else |
28297 | pkg_failed=yes | 28835 | pkg_failed=yes |
28298 | fi | 28836 | fi |
28299 | else | 28837 | fi |
28300 | pkg_failed=untried | 28838 | else |
28839 | pkg_failed=untried | ||
28301 | fi | 28840 | fi |
28302 | if test -n "$PNG_LIBS"; then | 28841 | if test -n "$PKG_CONFIG"; then |
28303 | pkg_cv_PNG_LIBS="$PNG_LIBS" | 28842 | if test -n "$PNG_LIBS"; then |
28304 | elif test -n "$PKG_CONFIG"; then | 28843 | pkg_cv_PNG_LIBS="$PNG_LIBS" |
28305 | if test -n "$PKG_CONFIG" && \ | 28844 | else |
28845 | if test -n "$PKG_CONFIG" && \ | ||
28306 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng15\""; } >&5 | 28846 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng15\""; } >&5 |
28307 | ($PKG_CONFIG --exists --print-errors "libpng15") 2>&5 | 28847 | ($PKG_CONFIG --exists --print-errors "libpng15") 2>&5 |
28308 | ac_status=$? | 28848 | ac_status=$? |
@@ -28312,15 +28852,14 @@ if test -n "$PNG_LIBS"; then | |||
28312 | else | 28852 | else |
28313 | pkg_failed=yes | 28853 | pkg_failed=yes |
28314 | fi | 28854 | fi |
28315 | else | 28855 | fi |
28316 | pkg_failed=untried | 28856 | else |
28857 | pkg_failed=untried | ||
28317 | fi | 28858 | fi |
28318 | 28859 | ||
28319 | 28860 | ||
28320 | 28861 | ||
28321 | if test $pkg_failed = yes; then | 28862 | if test $pkg_failed = yes; then |
28322 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28323 | $as_echo "no" >&6; } | ||
28324 | 28863 | ||
28325 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 28864 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
28326 | _pkg_short_errors_supported=yes | 28865 | _pkg_short_errors_supported=yes |
@@ -28328,17 +28867,17 @@ else | |||
28328 | _pkg_short_errors_supported=no | 28867 | _pkg_short_errors_supported=no |
28329 | fi | 28868 | fi |
28330 | if test $_pkg_short_errors_supported = yes; then | 28869 | if test $_pkg_short_errors_supported = yes; then |
28331 | PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libpng15" 2>&1` | 28870 | PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpng15"` |
28332 | else | 28871 | else |
28333 | PNG_PKG_ERRORS=`$PKG_CONFIG --print-errors "libpng15" 2>&1` | 28872 | PNG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpng15"` |
28334 | fi | 28873 | fi |
28335 | # Put the nasty error message in config.log where it belongs | 28874 | # Put the nasty error message in config.log where it belongs |
28336 | echo "$PNG_PKG_ERRORS" >&5 | 28875 | echo "$PNG_PKG_ERRORS" >&5 |
28337 | 28876 | ||
28338 | have_dep="no" | 28877 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
28339 | elif test $pkg_failed = untried; then | ||
28340 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28341 | $as_echo "no" >&6; } | 28878 | $as_echo "no" >&6; } |
28879 | have_dep="no" | ||
28880 | elif test $pkg_failed = untried; then | ||
28342 | have_dep="no" | 28881 | have_dep="no" |
28343 | else | 28882 | else |
28344 | PNG_CFLAGS=$pkg_cv_PNG_CFLAGS | 28883 | PNG_CFLAGS=$pkg_cv_PNG_CFLAGS |
@@ -28355,10 +28894,11 @@ pkg_failed=no | |||
28355 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PNG" >&5 | 28894 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PNG" >&5 |
28356 | $as_echo_n "checking for PNG... " >&6; } | 28895 | $as_echo_n "checking for PNG... " >&6; } |
28357 | 28896 | ||
28358 | if test -n "$PNG_CFLAGS"; then | 28897 | if test -n "$PKG_CONFIG"; then |
28359 | pkg_cv_PNG_CFLAGS="$PNG_CFLAGS" | 28898 | if test -n "$PNG_CFLAGS"; then |
28360 | elif test -n "$PKG_CONFIG"; then | 28899 | pkg_cv_PNG_CFLAGS="$PNG_CFLAGS" |
28361 | if test -n "$PKG_CONFIG" && \ | 28900 | else |
28901 | if test -n "$PKG_CONFIG" && \ | ||
28362 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng14\""; } >&5 | 28902 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng14\""; } >&5 |
28363 | ($PKG_CONFIG --exists --print-errors "libpng14") 2>&5 | 28903 | ($PKG_CONFIG --exists --print-errors "libpng14") 2>&5 |
28364 | ac_status=$? | 28904 | ac_status=$? |
@@ -28368,13 +28908,15 @@ if test -n "$PNG_CFLAGS"; then | |||
28368 | else | 28908 | else |
28369 | pkg_failed=yes | 28909 | pkg_failed=yes |
28370 | fi | 28910 | fi |
28371 | else | 28911 | fi |
28372 | pkg_failed=untried | 28912 | else |
28913 | pkg_failed=untried | ||
28373 | fi | 28914 | fi |
28374 | if test -n "$PNG_LIBS"; then | 28915 | if test -n "$PKG_CONFIG"; then |
28375 | pkg_cv_PNG_LIBS="$PNG_LIBS" | 28916 | if test -n "$PNG_LIBS"; then |
28376 | elif test -n "$PKG_CONFIG"; then | 28917 | pkg_cv_PNG_LIBS="$PNG_LIBS" |
28377 | if test -n "$PKG_CONFIG" && \ | 28918 | else |
28919 | if test -n "$PKG_CONFIG" && \ | ||
28378 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng14\""; } >&5 | 28920 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng14\""; } >&5 |
28379 | ($PKG_CONFIG --exists --print-errors "libpng14") 2>&5 | 28921 | ($PKG_CONFIG --exists --print-errors "libpng14") 2>&5 |
28380 | ac_status=$? | 28922 | ac_status=$? |
@@ -28384,15 +28926,14 @@ if test -n "$PNG_LIBS"; then | |||
28384 | else | 28926 | else |
28385 | pkg_failed=yes | 28927 | pkg_failed=yes |
28386 | fi | 28928 | fi |
28387 | else | 28929 | fi |
28388 | pkg_failed=untried | 28930 | else |
28931 | pkg_failed=untried | ||
28389 | fi | 28932 | fi |
28390 | 28933 | ||
28391 | 28934 | ||
28392 | 28935 | ||
28393 | if test $pkg_failed = yes; then | 28936 | if test $pkg_failed = yes; then |
28394 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28395 | $as_echo "no" >&6; } | ||
28396 | 28937 | ||
28397 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 28938 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
28398 | _pkg_short_errors_supported=yes | 28939 | _pkg_short_errors_supported=yes |
@@ -28400,17 +28941,17 @@ else | |||
28400 | _pkg_short_errors_supported=no | 28941 | _pkg_short_errors_supported=no |
28401 | fi | 28942 | fi |
28402 | if test $_pkg_short_errors_supported = yes; then | 28943 | if test $_pkg_short_errors_supported = yes; then |
28403 | PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libpng14" 2>&1` | 28944 | PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpng14"` |
28404 | else | 28945 | else |
28405 | PNG_PKG_ERRORS=`$PKG_CONFIG --print-errors "libpng14" 2>&1` | 28946 | PNG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpng14"` |
28406 | fi | 28947 | fi |
28407 | # Put the nasty error message in config.log where it belongs | 28948 | # Put the nasty error message in config.log where it belongs |
28408 | echo "$PNG_PKG_ERRORS" >&5 | 28949 | echo "$PNG_PKG_ERRORS" >&5 |
28409 | 28950 | ||
28410 | have_dep="no" | 28951 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
28411 | elif test $pkg_failed = untried; then | ||
28412 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28413 | $as_echo "no" >&6; } | 28952 | $as_echo "no" >&6; } |
28953 | have_dep="no" | ||
28954 | elif test $pkg_failed = untried; then | ||
28414 | have_dep="no" | 28955 | have_dep="no" |
28415 | else | 28956 | else |
28416 | PNG_CFLAGS=$pkg_cv_PNG_CFLAGS | 28957 | PNG_CFLAGS=$pkg_cv_PNG_CFLAGS |
@@ -28427,10 +28968,11 @@ pkg_failed=no | |||
28427 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PNG" >&5 | 28968 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PNG" >&5 |
28428 | $as_echo_n "checking for PNG... " >&6; } | 28969 | $as_echo_n "checking for PNG... " >&6; } |
28429 | 28970 | ||
28430 | if test -n "$PNG_CFLAGS"; then | 28971 | if test -n "$PKG_CONFIG"; then |
28431 | pkg_cv_PNG_CFLAGS="$PNG_CFLAGS" | 28972 | if test -n "$PNG_CFLAGS"; then |
28432 | elif test -n "$PKG_CONFIG"; then | 28973 | pkg_cv_PNG_CFLAGS="$PNG_CFLAGS" |
28433 | if test -n "$PKG_CONFIG" && \ | 28974 | else |
28975 | if test -n "$PKG_CONFIG" && \ | ||
28434 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng12 >= 1.2.10\""; } >&5 | 28976 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng12 >= 1.2.10\""; } >&5 |
28435 | ($PKG_CONFIG --exists --print-errors "libpng12 >= 1.2.10") 2>&5 | 28977 | ($PKG_CONFIG --exists --print-errors "libpng12 >= 1.2.10") 2>&5 |
28436 | ac_status=$? | 28978 | ac_status=$? |
@@ -28440,13 +28982,15 @@ if test -n "$PNG_CFLAGS"; then | |||
28440 | else | 28982 | else |
28441 | pkg_failed=yes | 28983 | pkg_failed=yes |
28442 | fi | 28984 | fi |
28443 | else | 28985 | fi |
28444 | pkg_failed=untried | 28986 | else |
28987 | pkg_failed=untried | ||
28445 | fi | 28988 | fi |
28446 | if test -n "$PNG_LIBS"; then | 28989 | if test -n "$PKG_CONFIG"; then |
28447 | pkg_cv_PNG_LIBS="$PNG_LIBS" | 28990 | if test -n "$PNG_LIBS"; then |
28448 | elif test -n "$PKG_CONFIG"; then | 28991 | pkg_cv_PNG_LIBS="$PNG_LIBS" |
28449 | if test -n "$PKG_CONFIG" && \ | 28992 | else |
28993 | if test -n "$PKG_CONFIG" && \ | ||
28450 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng12 >= 1.2.10\""; } >&5 | 28994 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpng12 >= 1.2.10\""; } >&5 |
28451 | ($PKG_CONFIG --exists --print-errors "libpng12 >= 1.2.10") 2>&5 | 28995 | ($PKG_CONFIG --exists --print-errors "libpng12 >= 1.2.10") 2>&5 |
28452 | ac_status=$? | 28996 | ac_status=$? |
@@ -28456,15 +29000,14 @@ if test -n "$PNG_LIBS"; then | |||
28456 | else | 29000 | else |
28457 | pkg_failed=yes | 29001 | pkg_failed=yes |
28458 | fi | 29002 | fi |
28459 | else | 29003 | fi |
28460 | pkg_failed=untried | 29004 | else |
29005 | pkg_failed=untried | ||
28461 | fi | 29006 | fi |
28462 | 29007 | ||
28463 | 29008 | ||
28464 | 29009 | ||
28465 | if test $pkg_failed = yes; then | 29010 | if test $pkg_failed = yes; then |
28466 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28467 | $as_echo "no" >&6; } | ||
28468 | 29011 | ||
28469 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 29012 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
28470 | _pkg_short_errors_supported=yes | 29013 | _pkg_short_errors_supported=yes |
@@ -28472,17 +29015,17 @@ else | |||
28472 | _pkg_short_errors_supported=no | 29015 | _pkg_short_errors_supported=no |
28473 | fi | 29016 | fi |
28474 | if test $_pkg_short_errors_supported = yes; then | 29017 | if test $_pkg_short_errors_supported = yes; then |
28475 | PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libpng12 >= 1.2.10" 2>&1` | 29018 | PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpng12 >= 1.2.10"` |
28476 | else | 29019 | else |
28477 | PNG_PKG_ERRORS=`$PKG_CONFIG --print-errors "libpng12 >= 1.2.10" 2>&1` | 29020 | PNG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpng12 >= 1.2.10"` |
28478 | fi | 29021 | fi |
28479 | # Put the nasty error message in config.log where it belongs | 29022 | # Put the nasty error message in config.log where it belongs |
28480 | echo "$PNG_PKG_ERRORS" >&5 | 29023 | echo "$PNG_PKG_ERRORS" >&5 |
28481 | 29024 | ||
28482 | have_dep="no" | 29025 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
28483 | elif test $pkg_failed = untried; then | ||
28484 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28485 | $as_echo "no" >&6; } | 29026 | $as_echo "no" >&6; } |
29027 | have_dep="no" | ||
29028 | elif test $pkg_failed = untried; then | ||
28486 | have_dep="no" | 29029 | have_dep="no" |
28487 | else | 29030 | else |
28488 | PNG_CFLAGS=$pkg_cv_PNG_CFLAGS | 29031 | PNG_CFLAGS=$pkg_cv_PNG_CFLAGS |
@@ -28513,7 +29056,7 @@ fi | |||
28513 | fi | 29056 | fi |
28514 | 29057 | ||
28515 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 29058 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
28516 | as_fn_error $? "PNG dependencies not found (strict dependencies checking)" "$LINENO" 5 | 29059 | as_fn_error "PNG dependencies not found (strict dependencies checking)" "$LINENO" 5 |
28517 | fi | 29060 | fi |
28518 | 29061 | ||
28519 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether PNG image loader will be built" >&5 | 29062 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether PNG image loader will be built" >&5 |
@@ -28611,10 +29154,11 @@ pkg_failed=no | |||
28611 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SVG" >&5 | 29154 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SVG" >&5 |
28612 | $as_echo_n "checking for SVG... " >&6; } | 29155 | $as_echo_n "checking for SVG... " >&6; } |
28613 | 29156 | ||
28614 | if test -n "$SVG_CFLAGS"; then | 29157 | if test -n "$PKG_CONFIG"; then |
28615 | pkg_cv_SVG_CFLAGS="$SVG_CFLAGS" | 29158 | if test -n "$SVG_CFLAGS"; then |
28616 | elif test -n "$PKG_CONFIG"; then | 29159 | pkg_cv_SVG_CFLAGS="$SVG_CFLAGS" |
28617 | if test -n "$PKG_CONFIG" && \ | 29160 | else |
29161 | if test -n "$PKG_CONFIG" && \ | ||
28618 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"librsvg-2.0 >= 2.14.0 | 29162 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"librsvg-2.0 >= 2.14.0 |
28619 | cairo >= 1.0.0\""; } >&5 | 29163 | cairo >= 1.0.0\""; } >&5 |
28620 | ($PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.14.0 | 29164 | ($PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.14.0 |
@@ -28627,13 +29171,15 @@ if test -n "$SVG_CFLAGS"; then | |||
28627 | else | 29171 | else |
28628 | pkg_failed=yes | 29172 | pkg_failed=yes |
28629 | fi | 29173 | fi |
28630 | else | 29174 | fi |
28631 | pkg_failed=untried | 29175 | else |
29176 | pkg_failed=untried | ||
28632 | fi | 29177 | fi |
28633 | if test -n "$SVG_LIBS"; then | 29178 | if test -n "$PKG_CONFIG"; then |
28634 | pkg_cv_SVG_LIBS="$SVG_LIBS" | 29179 | if test -n "$SVG_LIBS"; then |
28635 | elif test -n "$PKG_CONFIG"; then | 29180 | pkg_cv_SVG_LIBS="$SVG_LIBS" |
28636 | if test -n "$PKG_CONFIG" && \ | 29181 | else |
29182 | if test -n "$PKG_CONFIG" && \ | ||
28637 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"librsvg-2.0 >= 2.14.0 | 29183 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"librsvg-2.0 >= 2.14.0 |
28638 | cairo >= 1.0.0\""; } >&5 | 29184 | cairo >= 1.0.0\""; } >&5 |
28639 | ($PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.14.0 | 29185 | ($PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.14.0 |
@@ -28646,15 +29192,14 @@ if test -n "$SVG_LIBS"; then | |||
28646 | else | 29192 | else |
28647 | pkg_failed=yes | 29193 | pkg_failed=yes |
28648 | fi | 29194 | fi |
28649 | else | 29195 | fi |
28650 | pkg_failed=untried | 29196 | else |
29197 | pkg_failed=untried | ||
28651 | fi | 29198 | fi |
28652 | 29199 | ||
28653 | 29200 | ||
28654 | 29201 | ||
28655 | if test $pkg_failed = yes; then | 29202 | if test $pkg_failed = yes; then |
28656 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28657 | $as_echo "no" >&6; } | ||
28658 | 29203 | ||
28659 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 29204 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
28660 | _pkg_short_errors_supported=yes | 29205 | _pkg_short_errors_supported=yes |
@@ -28662,20 +29207,20 @@ else | |||
28662 | _pkg_short_errors_supported=no | 29207 | _pkg_short_errors_supported=no |
28663 | fi | 29208 | fi |
28664 | if test $_pkg_short_errors_supported = yes; then | 29209 | if test $_pkg_short_errors_supported = yes; then |
28665 | SVG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "librsvg-2.0 >= 2.14.0 | 29210 | SVG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "librsvg-2.0 >= 2.14.0 |
28666 | cairo >= 1.0.0" 2>&1` | 29211 | cairo >= 1.0.0"` |
28667 | else | 29212 | else |
28668 | SVG_PKG_ERRORS=`$PKG_CONFIG --print-errors "librsvg-2.0 >= 2.14.0 | 29213 | SVG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "librsvg-2.0 >= 2.14.0 |
28669 | cairo >= 1.0.0" 2>&1` | 29214 | cairo >= 1.0.0"` |
28670 | fi | 29215 | fi |
28671 | # Put the nasty error message in config.log where it belongs | 29216 | # Put the nasty error message in config.log where it belongs |
28672 | echo "$SVG_PKG_ERRORS" >&5 | 29217 | echo "$SVG_PKG_ERRORS" >&5 |
28673 | 29218 | ||
28674 | have_svg="no" | 29219 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
29220 | $as_echo "no" >&6; } | ||
29221 | have_svg="no" | ||
28675 | 29222 | ||
28676 | elif test $pkg_failed = untried; then | 29223 | elif test $pkg_failed = untried; then |
28677 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28678 | $as_echo "no" >&6; } | ||
28679 | have_svg="no" | 29224 | have_svg="no" |
28680 | 29225 | ||
28681 | else | 29226 | else |
@@ -28708,7 +29253,7 @@ fi | |||
28708 | fi | 29253 | fi |
28709 | 29254 | ||
28710 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 29255 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
28711 | as_fn_error $? "SVG dependencies not found (strict dependencies checking)" "$LINENO" 5 | 29256 | as_fn_error "SVG dependencies not found (strict dependencies checking)" "$LINENO" 5 |
28712 | fi | 29257 | fi |
28713 | 29258 | ||
28714 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether SVG image loader will be built" >&5 | 29259 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether SVG image loader will be built" >&5 |
@@ -28962,7 +29507,7 @@ fi | |||
28962 | fi | 29507 | fi |
28963 | 29508 | ||
28964 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 29509 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
28965 | as_fn_error $? "Tiff dependencies not found (strict dependencies checking)" "$LINENO" 5 | 29510 | as_fn_error "Tiff dependencies not found (strict dependencies checking)" "$LINENO" 5 |
28966 | fi | 29511 | fi |
28967 | 29512 | ||
28968 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Tiff image loader will be built" >&5 | 29513 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Tiff image loader will be built" >&5 |
@@ -29067,7 +29612,7 @@ fi | |||
29067 | fi | 29612 | fi |
29068 | 29613 | ||
29069 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 29614 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
29070 | as_fn_error $? "XPM dependencies not found (strict dependencies checking)" "$LINENO" 5 | 29615 | as_fn_error "XPM dependencies not found (strict dependencies checking)" "$LINENO" 5 |
29071 | fi | 29616 | fi |
29072 | 29617 | ||
29073 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether XPM image loader will be built" >&5 | 29618 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether XPM image loader will be built" >&5 |
@@ -29172,7 +29717,7 @@ fi | |||
29172 | fi | 29717 | fi |
29173 | 29718 | ||
29174 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 29719 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
29175 | as_fn_error $? "BMP dependencies not found (strict dependencies checking)" "$LINENO" 5 | 29720 | as_fn_error "BMP dependencies not found (strict dependencies checking)" "$LINENO" 5 |
29176 | fi | 29721 | fi |
29177 | 29722 | ||
29178 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BMP image loader will be built" >&5 | 29723 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether BMP image loader will be built" >&5 |
@@ -29277,7 +29822,7 @@ fi | |||
29277 | fi | 29822 | fi |
29278 | 29823 | ||
29279 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 29824 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
29280 | as_fn_error $? "TGA dependencies not found (strict dependencies checking)" "$LINENO" 5 | 29825 | as_fn_error "TGA dependencies not found (strict dependencies checking)" "$LINENO" 5 |
29281 | fi | 29826 | fi |
29282 | 29827 | ||
29283 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether TGA image loader will be built" >&5 | 29828 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether TGA image loader will be built" >&5 |
@@ -29382,7 +29927,7 @@ fi | |||
29382 | fi | 29927 | fi |
29383 | 29928 | ||
29384 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 29929 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
29385 | as_fn_error $? "WBMP dependencies not found (strict dependencies checking)" "$LINENO" 5 | 29930 | as_fn_error "WBMP dependencies not found (strict dependencies checking)" "$LINENO" 5 |
29386 | fi | 29931 | fi |
29387 | 29932 | ||
29388 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether WBMP image loader will be built" >&5 | 29933 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether WBMP image loader will be built" >&5 |
@@ -29487,7 +30032,7 @@ fi | |||
29487 | fi | 30032 | fi |
29488 | 30033 | ||
29489 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 30034 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
29490 | as_fn_error $? "ICO dependencies not found (strict dependencies checking)" "$LINENO" 5 | 30035 | as_fn_error "ICO dependencies not found (strict dependencies checking)" "$LINENO" 5 |
29491 | fi | 30036 | fi |
29492 | 30037 | ||
29493 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ICO image loader will be built" >&5 | 30038 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ICO image loader will be built" >&5 |
@@ -29592,7 +30137,7 @@ fi | |||
29592 | fi | 30137 | fi |
29593 | 30138 | ||
29594 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 30139 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
29595 | as_fn_error $? "PSD dependencies not found (strict dependencies checking)" "$LINENO" 5 | 30140 | as_fn_error "PSD dependencies not found (strict dependencies checking)" "$LINENO" 5 |
29596 | fi | 30141 | fi |
29597 | 30142 | ||
29598 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether PSD image loader will be built" >&5 | 30143 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether PSD image loader will be built" >&5 |
@@ -29697,7 +30242,7 @@ fi | |||
29697 | fi | 30242 | fi |
29698 | 30243 | ||
29699 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 30244 | if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
29700 | as_fn_error $? "GENERIC dependencies not found (strict dependencies checking)" "$LINENO" 5 | 30245 | as_fn_error "GENERIC dependencies not found (strict dependencies checking)" "$LINENO" 5 |
29701 | fi | 30246 | fi |
29702 | 30247 | ||
29703 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GENERIC image loader will be built" >&5 | 30248 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GENERIC image loader will be built" >&5 |
@@ -29780,7 +30325,8 @@ for ac_header in pthread.h sched.h | |||
29780 | do : | 30325 | do : |
29781 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 30326 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
29782 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 30327 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
29783 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 30328 | eval as_val=\$$as_ac_Header |
30329 | if test "x$as_val" = x""yes; then : | ||
29784 | cat >>confdefs.h <<_ACEOF | 30330 | cat >>confdefs.h <<_ACEOF |
29785 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 30331 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
29786 | _ACEOF | 30332 | _ACEOF |
@@ -29846,7 +30392,7 @@ $as_echo "#define BUILD_PTHREAD 1" >>confdefs.h | |||
29846 | need_pthreads="yes" | 30392 | need_pthreads="yes" |
29847 | else | 30393 | else |
29848 | if "x$use_strict" = "xyes"; then | 30394 | if "x$use_strict" = "xyes"; then |
29849 | as_fn_error $? "pthreads headers or functions not found (strict dependencies checking)" "$LINENO" 5 | 30395 | as_fn_error "pthreads headers or functions not found (strict dependencies checking)" "$LINENO" 5 |
29850 | else | 30396 | else |
29851 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no: pthread headers or functions not found" >&5 | 30397 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no: pthread headers or functions not found" >&5 |
29852 | $as_echo "no: pthread headers or functions not found" >&6; } | 30398 | $as_echo "no: pthread headers or functions not found" >&6; } |
@@ -29939,10 +30485,11 @@ pkg_failed=no | |||
29939 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XEXT" >&5 | 30485 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XEXT" >&5 |
29940 | $as_echo_n "checking for XEXT... " >&6; } | 30486 | $as_echo_n "checking for XEXT... " >&6; } |
29941 | 30487 | ||
29942 | if test -n "$XEXT_CFLAGS"; then | 30488 | if test -n "$PKG_CONFIG"; then |
29943 | pkg_cv_XEXT_CFLAGS="$XEXT_CFLAGS" | 30489 | if test -n "$XEXT_CFLAGS"; then |
29944 | elif test -n "$PKG_CONFIG"; then | 30490 | pkg_cv_XEXT_CFLAGS="$XEXT_CFLAGS" |
29945 | if test -n "$PKG_CONFIG" && \ | 30491 | else |
30492 | if test -n "$PKG_CONFIG" && \ | ||
29946 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xext < 1.1.1\""; } >&5 | 30493 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xext < 1.1.1\""; } >&5 |
29947 | ($PKG_CONFIG --exists --print-errors "xext < 1.1.1") 2>&5 | 30494 | ($PKG_CONFIG --exists --print-errors "xext < 1.1.1") 2>&5 |
29948 | ac_status=$? | 30495 | ac_status=$? |
@@ -29952,13 +30499,15 @@ if test -n "$XEXT_CFLAGS"; then | |||
29952 | else | 30499 | else |
29953 | pkg_failed=yes | 30500 | pkg_failed=yes |
29954 | fi | 30501 | fi |
29955 | else | 30502 | fi |
29956 | pkg_failed=untried | 30503 | else |
30504 | pkg_failed=untried | ||
29957 | fi | 30505 | fi |
29958 | if test -n "$XEXT_LIBS"; then | 30506 | if test -n "$PKG_CONFIG"; then |
29959 | pkg_cv_XEXT_LIBS="$XEXT_LIBS" | 30507 | if test -n "$XEXT_LIBS"; then |
29960 | elif test -n "$PKG_CONFIG"; then | 30508 | pkg_cv_XEXT_LIBS="$XEXT_LIBS" |
29961 | if test -n "$PKG_CONFIG" && \ | 30509 | else |
30510 | if test -n "$PKG_CONFIG" && \ | ||
29962 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xext < 1.1.1\""; } >&5 | 30511 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xext < 1.1.1\""; } >&5 |
29963 | ($PKG_CONFIG --exists --print-errors "xext < 1.1.1") 2>&5 | 30512 | ($PKG_CONFIG --exists --print-errors "xext < 1.1.1") 2>&5 |
29964 | ac_status=$? | 30513 | ac_status=$? |
@@ -29968,15 +30517,14 @@ if test -n "$XEXT_LIBS"; then | |||
29968 | else | 30517 | else |
29969 | pkg_failed=yes | 30518 | pkg_failed=yes |
29970 | fi | 30519 | fi |
29971 | else | 30520 | fi |
29972 | pkg_failed=untried | 30521 | else |
30522 | pkg_failed=untried | ||
29973 | fi | 30523 | fi |
29974 | 30524 | ||
29975 | 30525 | ||
29976 | 30526 | ||
29977 | if test $pkg_failed = yes; then | 30527 | if test $pkg_failed = yes; then |
29978 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
29979 | $as_echo "no" >&6; } | ||
29980 | 30528 | ||
29981 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 30529 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
29982 | _pkg_short_errors_supported=yes | 30530 | _pkg_short_errors_supported=yes |
@@ -29984,18 +30532,18 @@ else | |||
29984 | _pkg_short_errors_supported=no | 30532 | _pkg_short_errors_supported=no |
29985 | fi | 30533 | fi |
29986 | if test $_pkg_short_errors_supported = yes; then | 30534 | if test $_pkg_short_errors_supported = yes; then |
29987 | XEXT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xext < 1.1.1" 2>&1` | 30535 | XEXT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xext < 1.1.1"` |
29988 | else | 30536 | else |
29989 | XEXT_PKG_ERRORS=`$PKG_CONFIG --print-errors "xext < 1.1.1" 2>&1` | 30537 | XEXT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xext < 1.1.1"` |
29990 | fi | 30538 | fi |
29991 | # Put the nasty error message in config.log where it belongs | 30539 | # Put the nasty error message in config.log where it belongs |
29992 | echo "$XEXT_PKG_ERRORS" >&5 | 30540 | echo "$XEXT_PKG_ERRORS" >&5 |
29993 | 30541 | ||
29994 | build_avoid_libXext_bug=no | 30542 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
30543 | $as_echo "no" >&6; } | ||
30544 | build_avoid_libXext_bug=no | ||
29995 | 30545 | ||
29996 | elif test $pkg_failed = untried; then | 30546 | elif test $pkg_failed = untried; then |
29997 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
29998 | $as_echo "no" >&6; } | ||
29999 | build_avoid_libXext_bug=no | 30547 | build_avoid_libXext_bug=no |
30000 | 30548 | ||
30001 | else | 30549 | else |
@@ -30201,12 +30749,25 @@ $as_echo_n "checking whether to build sse3 code... " >&6; } | |||
30201 | if test "${enable_cpu_sse3+set}" = set; then : | 30749 | if test "${enable_cpu_sse3+set}" = set; then : |
30202 | enableval=$enable_cpu_sse3; | 30750 | enableval=$enable_cpu_sse3; |
30203 | if test "x$enableval" = "xyes" ; then | 30751 | if test "x$enableval" = "xyes" ; then |
30204 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 30752 | ac_fn_c_check_header_mongrel "$LINENO" "immintrin.h" "ac_cv_header_immintrin_h" "$ac_includes_default" |
30753 | if test "x$ac_cv_header_immintrin_h" = x""yes; then : | ||
30754 | |||
30755 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
30205 | $as_echo "yes" >&6; } | 30756 | $as_echo "yes" >&6; } |
30206 | 30757 | ||
30207 | $as_echo "#define BUILD_SSE3 1" >>confdefs.h | 30758 | $as_echo "#define BUILD_SSE3 1" >>confdefs.h |
30208 | 30759 | ||
30209 | build_cpu_sse3="yes" | 30760 | build_cpu_sse3="yes" |
30761 | |||
30762 | else | ||
30763 | |||
30764 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
30765 | $as_echo "no" >&6; } | ||
30766 | build_cpu_sse3="no" | ||
30767 | |||
30768 | fi | ||
30769 | |||
30770 | |||
30210 | else | 30771 | else |
30211 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 30772 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
30212 | $as_echo "no" >&6; } | 30773 | $as_echo "no" >&6; } |
@@ -30218,9 +30779,25 @@ else | |||
30218 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $build_cpu_sse3" >&5 | 30779 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $build_cpu_sse3" >&5 |
30219 | $as_echo "$build_cpu_sse3" >&6; } | 30780 | $as_echo "$build_cpu_sse3" >&6; } |
30220 | if test "x$build_cpu_sse3" = "xyes" ; then | 30781 | if test "x$build_cpu_sse3" = "xyes" ; then |
30782 | ac_fn_c_check_header_mongrel "$LINENO" "immintrin.h" "ac_cv_header_immintrin_h" "$ac_includes_default" | ||
30783 | if test "x$ac_cv_header_immintrin_h" = x""yes; then : | ||
30784 | |||
30785 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
30786 | $as_echo "yes" >&6; } | ||
30221 | 30787 | ||
30222 | $as_echo "#define BUILD_SSE3 1" >>confdefs.h | 30788 | $as_echo "#define BUILD_SSE3 1" >>confdefs.h |
30223 | 30789 | ||
30790 | build_cpu_sse3="yes" | ||
30791 | |||
30792 | else | ||
30793 | |||
30794 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
30795 | $as_echo "no" >&6; } | ||
30796 | build_cpu_sse3="no" | ||
30797 | |||
30798 | fi | ||
30799 | |||
30800 | |||
30224 | fi | 30801 | fi |
30225 | 30802 | ||
30226 | 30803 | ||
@@ -30309,7 +30886,7 @@ $as_echo "#define HAVE_ALTIVEC_H 1" >>confdefs.h | |||
30309 | else | 30886 | else |
30310 | 30887 | ||
30311 | if test "x$build_cpu_altivec" = "xyes" -a "x$use_strict" = "xyes" ; then | 30888 | if test "x$build_cpu_altivec" = "xyes" -a "x$use_strict" = "xyes" ; then |
30312 | as_fn_error $? "Altivec not found (strict dependencies checking)" "$LINENO" 5 | 30889 | as_fn_error "Altivec not found (strict dependencies checking)" "$LINENO" 5 |
30313 | fi | 30890 | fi |
30314 | build_cpu_altivec="no" | 30891 | build_cpu_altivec="no" |
30315 | 30892 | ||
@@ -31777,10 +32354,11 @@ pkg_failed=no | |||
31777 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VALGRIND" >&5 | 32354 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VALGRIND" >&5 |
31778 | $as_echo_n "checking for VALGRIND... " >&6; } | 32355 | $as_echo_n "checking for VALGRIND... " >&6; } |
31779 | 32356 | ||
31780 | if test -n "$VALGRIND_CFLAGS"; then | 32357 | if test -n "$PKG_CONFIG"; then |
31781 | pkg_cv_VALGRIND_CFLAGS="$VALGRIND_CFLAGS" | 32358 | if test -n "$VALGRIND_CFLAGS"; then |
31782 | elif test -n "$PKG_CONFIG"; then | 32359 | pkg_cv_VALGRIND_CFLAGS="$VALGRIND_CFLAGS" |
31783 | if test -n "$PKG_CONFIG" && \ | 32360 | else |
32361 | if test -n "$PKG_CONFIG" && \ | ||
31784 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"valgrind >= 2.4.0\""; } >&5 | 32362 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"valgrind >= 2.4.0\""; } >&5 |
31785 | ($PKG_CONFIG --exists --print-errors "valgrind >= 2.4.0") 2>&5 | 32363 | ($PKG_CONFIG --exists --print-errors "valgrind >= 2.4.0") 2>&5 |
31786 | ac_status=$? | 32364 | ac_status=$? |
@@ -31790,13 +32368,15 @@ if test -n "$VALGRIND_CFLAGS"; then | |||
31790 | else | 32368 | else |
31791 | pkg_failed=yes | 32369 | pkg_failed=yes |
31792 | fi | 32370 | fi |
31793 | else | 32371 | fi |
31794 | pkg_failed=untried | 32372 | else |
32373 | pkg_failed=untried | ||
31795 | fi | 32374 | fi |
31796 | if test -n "$VALGRIND_LIBS"; then | 32375 | if test -n "$PKG_CONFIG"; then |
31797 | pkg_cv_VALGRIND_LIBS="$VALGRIND_LIBS" | 32376 | if test -n "$VALGRIND_LIBS"; then |
31798 | elif test -n "$PKG_CONFIG"; then | 32377 | pkg_cv_VALGRIND_LIBS="$VALGRIND_LIBS" |
31799 | if test -n "$PKG_CONFIG" && \ | 32378 | else |
32379 | if test -n "$PKG_CONFIG" && \ | ||
31800 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"valgrind >= 2.4.0\""; } >&5 | 32380 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"valgrind >= 2.4.0\""; } >&5 |
31801 | ($PKG_CONFIG --exists --print-errors "valgrind >= 2.4.0") 2>&5 | 32381 | ($PKG_CONFIG --exists --print-errors "valgrind >= 2.4.0") 2>&5 |
31802 | ac_status=$? | 32382 | ac_status=$? |
@@ -31806,15 +32386,14 @@ if test -n "$VALGRIND_LIBS"; then | |||
31806 | else | 32386 | else |
31807 | pkg_failed=yes | 32387 | pkg_failed=yes |
31808 | fi | 32388 | fi |
31809 | else | 32389 | fi |
31810 | pkg_failed=untried | 32390 | else |
32391 | pkg_failed=untried | ||
31811 | fi | 32392 | fi |
31812 | 32393 | ||
31813 | 32394 | ||
31814 | 32395 | ||
31815 | if test $pkg_failed = yes; then | 32396 | if test $pkg_failed = yes; then |
31816 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
31817 | $as_echo "no" >&6; } | ||
31818 | 32397 | ||
31819 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 32398 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
31820 | _pkg_short_errors_supported=yes | 32399 | _pkg_short_errors_supported=yes |
@@ -31822,25 +32401,25 @@ else | |||
31822 | _pkg_short_errors_supported=no | 32401 | _pkg_short_errors_supported=no |
31823 | fi | 32402 | fi |
31824 | if test $_pkg_short_errors_supported = yes; then | 32403 | if test $_pkg_short_errors_supported = yes; then |
31825 | VALGRIND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "valgrind >= 2.4.0" 2>&1` | 32404 | VALGRIND_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "valgrind >= 2.4.0"` |
31826 | else | 32405 | else |
31827 | VALGRIND_PKG_ERRORS=`$PKG_CONFIG --print-errors "valgrind >= 2.4.0" 2>&1` | 32406 | VALGRIND_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "valgrind >= 2.4.0"` |
31828 | fi | 32407 | fi |
31829 | # Put the nasty error message in config.log where it belongs | 32408 | # Put the nasty error message in config.log where it belongs |
31830 | echo "$VALGRIND_PKG_ERRORS" >&5 | 32409 | echo "$VALGRIND_PKG_ERRORS" >&5 |
31831 | 32410 | ||
32411 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
32412 | $as_echo "no" >&6; } | ||
31832 | 32413 | ||
31833 | if test "x$want_valgrind" = "xyes" -a "x$use_strict" = "xyes" ; then | 32414 | if test "x$want_valgrind" = "xyes" -a "x$use_strict" = "xyes" ; then |
31834 | as_fn_error $? "Valgrind not found (strict dependencies checking)" "$LINENO" 5 | 32415 | as_fn_error "Valgrind not found (strict dependencies checking)" "$LINENO" 5 |
31835 | fi | 32416 | fi |
31836 | 32417 | ||
31837 | 32418 | ||
31838 | elif test $pkg_failed = untried; then | 32419 | elif test $pkg_failed = untried; then |
31839 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
31840 | $as_echo "no" >&6; } | ||
31841 | 32420 | ||
31842 | if test "x$want_valgrind" = "xyes" -a "x$use_strict" = "xyes" ; then | 32421 | if test "x$want_valgrind" = "xyes" -a "x$use_strict" = "xyes" ; then |
31843 | as_fn_error $? "Valgrind not found (strict dependencies checking)" "$LINENO" 5 | 32422 | as_fn_error "Valgrind not found (strict dependencies checking)" "$LINENO" 5 |
31844 | fi | 32423 | fi |
31845 | 32424 | ||
31846 | 32425 | ||
@@ -31898,10 +32477,11 @@ pkg_failed=no | |||
31898 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ECORE_EVAS" >&5 | 32477 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ECORE_EVAS" >&5 |
31899 | $as_echo_n "checking for ECORE_EVAS... " >&6; } | 32478 | $as_echo_n "checking for ECORE_EVAS... " >&6; } |
31900 | 32479 | ||
31901 | if test -n "$ECORE_EVAS_CFLAGS"; then | 32480 | if test -n "$PKG_CONFIG"; then |
31902 | pkg_cv_ECORE_EVAS_CFLAGS="$ECORE_EVAS_CFLAGS" | 32481 | if test -n "$ECORE_EVAS_CFLAGS"; then |
31903 | elif test -n "$PKG_CONFIG"; then | 32482 | pkg_cv_ECORE_EVAS_CFLAGS="$ECORE_EVAS_CFLAGS" |
31904 | if test -n "$PKG_CONFIG" && \ | 32483 | else |
32484 | if test -n "$PKG_CONFIG" && \ | ||
31905 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-evas ecore\""; } >&5 | 32485 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-evas ecore\""; } >&5 |
31906 | ($PKG_CONFIG --exists --print-errors "ecore-evas ecore") 2>&5 | 32486 | ($PKG_CONFIG --exists --print-errors "ecore-evas ecore") 2>&5 |
31907 | ac_status=$? | 32487 | ac_status=$? |
@@ -31911,13 +32491,15 @@ if test -n "$ECORE_EVAS_CFLAGS"; then | |||
31911 | else | 32491 | else |
31912 | pkg_failed=yes | 32492 | pkg_failed=yes |
31913 | fi | 32493 | fi |
31914 | else | 32494 | fi |
31915 | pkg_failed=untried | 32495 | else |
32496 | pkg_failed=untried | ||
31916 | fi | 32497 | fi |
31917 | if test -n "$ECORE_EVAS_LIBS"; then | 32498 | if test -n "$PKG_CONFIG"; then |
31918 | pkg_cv_ECORE_EVAS_LIBS="$ECORE_EVAS_LIBS" | 32499 | if test -n "$ECORE_EVAS_LIBS"; then |
31919 | elif test -n "$PKG_CONFIG"; then | 32500 | pkg_cv_ECORE_EVAS_LIBS="$ECORE_EVAS_LIBS" |
31920 | if test -n "$PKG_CONFIG" && \ | 32501 | else |
32502 | if test -n "$PKG_CONFIG" && \ | ||
31921 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-evas ecore\""; } >&5 | 32503 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-evas ecore\""; } >&5 |
31922 | ($PKG_CONFIG --exists --print-errors "ecore-evas ecore") 2>&5 | 32504 | ($PKG_CONFIG --exists --print-errors "ecore-evas ecore") 2>&5 |
31923 | ac_status=$? | 32505 | ac_status=$? |
@@ -31927,15 +32509,14 @@ if test -n "$ECORE_EVAS_LIBS"; then | |||
31927 | else | 32509 | else |
31928 | pkg_failed=yes | 32510 | pkg_failed=yes |
31929 | fi | 32511 | fi |
31930 | else | 32512 | fi |
31931 | pkg_failed=untried | 32513 | else |
32514 | pkg_failed=untried | ||
31932 | fi | 32515 | fi |
31933 | 32516 | ||
31934 | 32517 | ||
31935 | 32518 | ||
31936 | if test $pkg_failed = yes; then | 32519 | if test $pkg_failed = yes; then |
31937 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
31938 | $as_echo "no" >&6; } | ||
31939 | 32520 | ||
31940 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 32521 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
31941 | _pkg_short_errors_supported=yes | 32522 | _pkg_short_errors_supported=yes |
@@ -31943,34 +32524,35 @@ else | |||
31943 | _pkg_short_errors_supported=no | 32524 | _pkg_short_errors_supported=no |
31944 | fi | 32525 | fi |
31945 | if test $_pkg_short_errors_supported = yes; then | 32526 | if test $_pkg_short_errors_supported = yes; then |
31946 | ECORE_EVAS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "ecore-evas ecore" 2>&1` | 32527 | ECORE_EVAS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "ecore-evas ecore"` |
31947 | else | 32528 | else |
31948 | ECORE_EVAS_PKG_ERRORS=`$PKG_CONFIG --print-errors "ecore-evas ecore" 2>&1` | 32529 | ECORE_EVAS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "ecore-evas ecore"` |
31949 | fi | 32530 | fi |
31950 | # Put the nasty error message in config.log where it belongs | 32531 | # Put the nasty error message in config.log where it belongs |
31951 | echo "$ECORE_EVAS_PKG_ERRORS" >&5 | 32532 | echo "$ECORE_EVAS_PKG_ERRORS" >&5 |
31952 | 32533 | ||
31953 | build_examples="no" | 32534 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
31954 | elif test $pkg_failed = untried; then | ||
31955 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
31956 | $as_echo "no" >&6; } | 32535 | $as_echo "no" >&6; } |
32536 | build_examples="no" | ||
32537 | elif test $pkg_failed = untried; then | ||
31957 | build_examples="no" | 32538 | build_examples="no" |
31958 | else | 32539 | else |
31959 | ECORE_EVAS_CFLAGS=$pkg_cv_ECORE_EVAS_CFLAGS | 32540 | ECORE_EVAS_CFLAGS=$pkg_cv_ECORE_EVAS_CFLAGS |
31960 | ECORE_EVAS_LIBS=$pkg_cv_ECORE_EVAS_LIBS | 32541 | ECORE_EVAS_LIBS=$pkg_cv_ECORE_EVAS_LIBS |
31961 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 32542 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
31962 | $as_echo "yes" >&6; } | 32543 | $as_echo "yes" >&6; } |
31963 | 32544 | : | |
31964 | fi | 32545 | fi |
31965 | 32546 | ||
31966 | pkg_failed=no | 32547 | pkg_failed=no |
31967 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EDJE" >&5 | 32548 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EDJE" >&5 |
31968 | $as_echo_n "checking for EDJE... " >&6; } | 32549 | $as_echo_n "checking for EDJE... " >&6; } |
31969 | 32550 | ||
31970 | if test -n "$EDJE_CFLAGS"; then | 32551 | if test -n "$PKG_CONFIG"; then |
31971 | pkg_cv_EDJE_CFLAGS="$EDJE_CFLAGS" | 32552 | if test -n "$EDJE_CFLAGS"; then |
31972 | elif test -n "$PKG_CONFIG"; then | 32553 | pkg_cv_EDJE_CFLAGS="$EDJE_CFLAGS" |
31973 | if test -n "$PKG_CONFIG" && \ | 32554 | else |
32555 | if test -n "$PKG_CONFIG" && \ | ||
31974 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"edje\""; } >&5 | 32556 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"edje\""; } >&5 |
31975 | ($PKG_CONFIG --exists --print-errors "edje") 2>&5 | 32557 | ($PKG_CONFIG --exists --print-errors "edje") 2>&5 |
31976 | ac_status=$? | 32558 | ac_status=$? |
@@ -31980,13 +32562,15 @@ if test -n "$EDJE_CFLAGS"; then | |||
31980 | else | 32562 | else |
31981 | pkg_failed=yes | 32563 | pkg_failed=yes |
31982 | fi | 32564 | fi |
31983 | else | 32565 | fi |
31984 | pkg_failed=untried | 32566 | else |
32567 | pkg_failed=untried | ||
31985 | fi | 32568 | fi |
31986 | if test -n "$EDJE_LIBS"; then | 32569 | if test -n "$PKG_CONFIG"; then |
31987 | pkg_cv_EDJE_LIBS="$EDJE_LIBS" | 32570 | if test -n "$EDJE_LIBS"; then |
31988 | elif test -n "$PKG_CONFIG"; then | 32571 | pkg_cv_EDJE_LIBS="$EDJE_LIBS" |
31989 | if test -n "$PKG_CONFIG" && \ | 32572 | else |
32573 | if test -n "$PKG_CONFIG" && \ | ||
31990 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"edje\""; } >&5 | 32574 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"edje\""; } >&5 |
31991 | ($PKG_CONFIG --exists --print-errors "edje") 2>&5 | 32575 | ($PKG_CONFIG --exists --print-errors "edje") 2>&5 |
31992 | ac_status=$? | 32576 | ac_status=$? |
@@ -31996,15 +32580,14 @@ if test -n "$EDJE_LIBS"; then | |||
31996 | else | 32580 | else |
31997 | pkg_failed=yes | 32581 | pkg_failed=yes |
31998 | fi | 32582 | fi |
31999 | else | 32583 | fi |
32000 | pkg_failed=untried | 32584 | else |
32585 | pkg_failed=untried | ||
32001 | fi | 32586 | fi |
32002 | 32587 | ||
32003 | 32588 | ||
32004 | 32589 | ||
32005 | if test $pkg_failed = yes; then | 32590 | if test $pkg_failed = yes; then |
32006 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
32007 | $as_echo "no" >&6; } | ||
32008 | 32591 | ||
32009 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 32592 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
32010 | _pkg_short_errors_supported=yes | 32593 | _pkg_short_errors_supported=yes |
@@ -32012,17 +32595,17 @@ else | |||
32012 | _pkg_short_errors_supported=no | 32595 | _pkg_short_errors_supported=no |
32013 | fi | 32596 | fi |
32014 | if test $_pkg_short_errors_supported = yes; then | 32597 | if test $_pkg_short_errors_supported = yes; then |
32015 | EDJE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "edje" 2>&1` | 32598 | EDJE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "edje"` |
32016 | else | 32599 | else |
32017 | EDJE_PKG_ERRORS=`$PKG_CONFIG --print-errors "edje" 2>&1` | 32600 | EDJE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "edje"` |
32018 | fi | 32601 | fi |
32019 | # Put the nasty error message in config.log where it belongs | 32602 | # Put the nasty error message in config.log where it belongs |
32020 | echo "$EDJE_PKG_ERRORS" >&5 | 32603 | echo "$EDJE_PKG_ERRORS" >&5 |
32021 | 32604 | ||
32022 | build_examples="no" | 32605 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
32023 | elif test $pkg_failed = untried; then | ||
32024 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
32025 | $as_echo "no" >&6; } | 32606 | $as_echo "no" >&6; } |
32607 | build_examples="no" | ||
32608 | elif test $pkg_failed = untried; then | ||
32026 | build_examples="no" | 32609 | build_examples="no" |
32027 | else | 32610 | else |
32028 | EDJE_CFLAGS=$pkg_cv_EDJE_CFLAGS | 32611 | EDJE_CFLAGS=$pkg_cv_EDJE_CFLAGS |
@@ -32081,10 +32664,11 @@ pkg_failed=no | |||
32081 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHECK" >&5 | 32664 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHECK" >&5 |
32082 | $as_echo_n "checking for CHECK... " >&6; } | 32665 | $as_echo_n "checking for CHECK... " >&6; } |
32083 | 32666 | ||
32084 | if test -n "$CHECK_CFLAGS"; then | 32667 | if test -n "$PKG_CONFIG"; then |
32085 | pkg_cv_CHECK_CFLAGS="$CHECK_CFLAGS" | 32668 | if test -n "$CHECK_CFLAGS"; then |
32086 | elif test -n "$PKG_CONFIG"; then | 32669 | pkg_cv_CHECK_CFLAGS="$CHECK_CFLAGS" |
32087 | if test -n "$PKG_CONFIG" && \ | 32670 | else |
32671 | if test -n "$PKG_CONFIG" && \ | ||
32088 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 | 32672 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 |
32089 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 | 32673 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 |
32090 | ac_status=$? | 32674 | ac_status=$? |
@@ -32094,13 +32678,15 @@ if test -n "$CHECK_CFLAGS"; then | |||
32094 | else | 32678 | else |
32095 | pkg_failed=yes | 32679 | pkg_failed=yes |
32096 | fi | 32680 | fi |
32097 | else | 32681 | fi |
32098 | pkg_failed=untried | 32682 | else |
32683 | pkg_failed=untried | ||
32099 | fi | 32684 | fi |
32100 | if test -n "$CHECK_LIBS"; then | 32685 | if test -n "$PKG_CONFIG"; then |
32101 | pkg_cv_CHECK_LIBS="$CHECK_LIBS" | 32686 | if test -n "$CHECK_LIBS"; then |
32102 | elif test -n "$PKG_CONFIG"; then | 32687 | pkg_cv_CHECK_LIBS="$CHECK_LIBS" |
32103 | if test -n "$PKG_CONFIG" && \ | 32688 | else |
32689 | if test -n "$PKG_CONFIG" && \ | ||
32104 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 | 32690 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 |
32105 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 | 32691 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 |
32106 | ac_status=$? | 32692 | ac_status=$? |
@@ -32110,15 +32696,14 @@ if test -n "$CHECK_LIBS"; then | |||
32110 | else | 32696 | else |
32111 | pkg_failed=yes | 32697 | pkg_failed=yes |
32112 | fi | 32698 | fi |
32113 | else | 32699 | fi |
32114 | pkg_failed=untried | 32700 | else |
32701 | pkg_failed=untried | ||
32115 | fi | 32702 | fi |
32116 | 32703 | ||
32117 | 32704 | ||
32118 | 32705 | ||
32119 | if test $pkg_failed = yes; then | 32706 | if test $pkg_failed = yes; then |
32120 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
32121 | $as_echo "no" >&6; } | ||
32122 | 32707 | ||
32123 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 32708 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
32124 | _pkg_short_errors_supported=yes | 32709 | _pkg_short_errors_supported=yes |
@@ -32126,17 +32711,17 @@ else | |||
32126 | _pkg_short_errors_supported=no | 32711 | _pkg_short_errors_supported=no |
32127 | fi | 32712 | fi |
32128 | if test $_pkg_short_errors_supported = yes; then | 32713 | if test $_pkg_short_errors_supported = yes; then |
32129 | CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "check >= 0.9.5" 2>&1` | 32714 | CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "check >= 0.9.5"` |
32130 | else | 32715 | else |
32131 | CHECK_PKG_ERRORS=`$PKG_CONFIG --print-errors "check >= 0.9.5" 2>&1` | 32716 | CHECK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "check >= 0.9.5"` |
32132 | fi | 32717 | fi |
32133 | # Put the nasty error message in config.log where it belongs | 32718 | # Put the nasty error message in config.log where it belongs |
32134 | echo "$CHECK_PKG_ERRORS" >&5 | 32719 | echo "$CHECK_PKG_ERRORS" >&5 |
32135 | 32720 | ||
32136 | _efl_enable_tests="no" | 32721 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
32137 | elif test $pkg_failed = untried; then | ||
32138 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
32139 | $as_echo "no" >&6; } | 32722 | $as_echo "no" >&6; } |
32723 | _efl_enable_tests="no" | ||
32724 | elif test $pkg_failed = untried; then | ||
32140 | _efl_enable_tests="no" | 32725 | _efl_enable_tests="no" |
32141 | else | 32726 | else |
32142 | CHECK_CFLAGS=$pkg_cv_CHECK_CFLAGS | 32727 | CHECK_CFLAGS=$pkg_cv_CHECK_CFLAGS |
@@ -32289,7 +32874,7 @@ fi | |||
32289 | ##################################################################### | 32874 | ##################################################################### |
32290 | ## Output | 32875 | ## Output |
32291 | 32876 | ||
32292 | ac_config_files="$ac_config_files Makefile evas-directfb.pc evas-fb.pc evas-opengl-x11.pc evas-opengl-sdl.pc evas-opengl-cocoa.pc evas-software-buffer.pc evas-software-x11.pc evas-software-8-x11.pc evas-software-16-x11.pc evas-software-gdi.pc evas-software-ddraw.pc evas-software-16-ddraw.pc evas-direct3d.pc evas-software-16-wince.pc evas-software-sdl.pc evas-psl1ght.pc evas.pc doc/evas.dox doc/Makefile doc/Doxyfile src/Makefile src/bin/Makefile src/lib/Makefile src/lib/canvas/Makefile src/lib/file/Makefile src/lib/cache/Makefile src/lib/cserve/Makefile src/lib/engines/Makefile src/lib/engines/common/Makefile src/lib/engines/common/evas_op_add/Makefile src/lib/engines/common/evas_op_blend/Makefile src/lib/engines/common/evas_op_copy/Makefile src/lib/engines/common/evas_op_mask/Makefile src/lib/engines/common/evas_op_mul/Makefile src/lib/engines/common/evas_op_sub/Makefile src/lib/engines/common_8/Makefile src/lib/engines/common_16/Makefile src/modules/Makefile src/modules/engines/Makefile src/modules/engines/software_generic/Makefile src/modules/engines/software_gdi/Makefile src/modules/engines/software_ddraw/Makefile src/modules/engines/direct3d/Makefile src/modules/engines/software_16_wince/Makefile src/modules/engines/software_x11/Makefile src/modules/engines/fb/Makefile src/modules/engines/buffer/Makefile src/modules/engines/directfb/Makefile src/modules/engines/gl_common/Makefile src/modules/engines/gl_x11/Makefile src/modules/engines/gl_sdl/Makefile src/modules/engines/gl_cocoa/Makefile src/modules/engines/psl1ght/Makefile src/modules/engines/software_sdl/Makefile src/modules/engines/software_8/Makefile src/modules/engines/software_8_x11/Makefile src/modules/engines/software_16/Makefile src/modules/engines/software_16_x11/Makefile src/modules/engines/software_16_ddraw/Makefile src/modules/engines/software_16_sdl/Makefile src/modules/loaders/Makefile src/modules/loaders/edb/Makefile src/modules/loaders/eet/Makefile src/modules/loaders/gif/Makefile src/modules/loaders/jpeg/Makefile src/modules/loaders/png/Makefile src/modules/loaders/tiff/Makefile src/modules/loaders/xpm/Makefile src/modules/loaders/bmp/Makefile src/modules/loaders/ico/Makefile src/modules/loaders/tga/Makefile src/modules/loaders/svg/Makefile src/modules/loaders/pmaps/Makefile src/modules/loaders/wbmp/Makefile src/modules/loaders/psd/Makefile src/modules/loaders/generic/Makefile src/modules/savers/Makefile src/modules/savers/edb/Makefile src/modules/savers/eet/Makefile src/modules/savers/jpeg/Makefile src/modules/savers/png/Makefile src/modules/savers/tiff/Makefile src/static_deps/Makefile src/static_deps/liblinebreak/Makefile src/lib/include/Makefile src/examples/Makefile src/tests/Makefile evas.spec" | 32877 | ac_config_files="$ac_config_files Makefile evas-directfb.pc evas-fb.pc evas-opengl-x11.pc evas-opengl-sdl.pc evas-opengl-cocoa.pc evas-software-buffer.pc evas-software-x11.pc evas-software-8-x11.pc evas-software-16-x11.pc evas-software-gdi.pc evas-software-ddraw.pc evas-software-16-ddraw.pc evas-direct3d.pc evas-software-16-wince.pc evas-software-sdl.pc evas-psl1ght.pc evas-wayland-shm.pc evas-wayland-egl.pc evas.pc doc/evas.dox doc/Makefile doc/Doxyfile src/Makefile src/bin/Makefile src/lib/Makefile src/lib/canvas/Makefile src/lib/file/Makefile src/lib/cache/Makefile src/lib/cserve/Makefile src/lib/engines/Makefile src/lib/engines/common/Makefile src/lib/engines/common/evas_op_add/Makefile src/lib/engines/common/evas_op_blend/Makefile src/lib/engines/common/evas_op_copy/Makefile src/lib/engines/common/evas_op_mask/Makefile src/lib/engines/common/evas_op_mul/Makefile src/lib/engines/common/evas_op_sub/Makefile src/lib/engines/common_8/Makefile src/lib/engines/common_16/Makefile src/modules/Makefile src/modules/engines/Makefile src/modules/engines/software_generic/Makefile src/modules/engines/software_gdi/Makefile src/modules/engines/software_ddraw/Makefile src/modules/engines/direct3d/Makefile src/modules/engines/software_16_wince/Makefile src/modules/engines/software_x11/Makefile src/modules/engines/fb/Makefile src/modules/engines/buffer/Makefile src/modules/engines/directfb/Makefile src/modules/engines/gl_common/Makefile src/modules/engines/gl_x11/Makefile src/modules/engines/gl_sdl/Makefile src/modules/engines/gl_cocoa/Makefile src/modules/engines/psl1ght/Makefile src/modules/engines/software_sdl/Makefile src/modules/engines/software_8/Makefile src/modules/engines/software_8_x11/Makefile src/modules/engines/software_16/Makefile src/modules/engines/software_16_x11/Makefile src/modules/engines/software_16_ddraw/Makefile src/modules/engines/software_16_sdl/Makefile src/modules/engines/wayland_shm/Makefile src/modules/engines/wayland_egl/Makefile src/modules/loaders/Makefile src/modules/loaders/edb/Makefile src/modules/loaders/eet/Makefile src/modules/loaders/gif/Makefile src/modules/loaders/jpeg/Makefile src/modules/loaders/png/Makefile src/modules/loaders/tiff/Makefile src/modules/loaders/xpm/Makefile src/modules/loaders/bmp/Makefile src/modules/loaders/ico/Makefile src/modules/loaders/tga/Makefile src/modules/loaders/svg/Makefile src/modules/loaders/pmaps/Makefile src/modules/loaders/wbmp/Makefile src/modules/loaders/psd/Makefile src/modules/loaders/generic/Makefile src/modules/savers/Makefile src/modules/savers/edb/Makefile src/modules/savers/eet/Makefile src/modules/savers/jpeg/Makefile src/modules/savers/png/Makefile src/modules/savers/tiff/Makefile src/static_deps/Makefile src/static_deps/liblinebreak/Makefile src/lib/include/Makefile src/examples/Makefile src/tests/Makefile evas.spec" |
32293 | 32878 | ||
32294 | cat >confcache <<\_ACEOF | 32879 | cat >confcache <<\_ACEOF |
32295 | # This file is a shell script that caches the results of configure | 32880 | # This file is a shell script that caches the results of configure |
@@ -32374,7 +32959,6 @@ DEFS=-DHAVE_CONFIG_H | |||
32374 | 32959 | ||
32375 | ac_libobjs= | 32960 | ac_libobjs= |
32376 | ac_ltlibobjs= | 32961 | ac_ltlibobjs= |
32377 | U= | ||
32378 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 32962 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
32379 | # 1. Remove the extension, and $U if already installed. | 32963 | # 1. Remove the extension, and $U if already installed. |
32380 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 32964 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
@@ -32398,424 +32982,440 @@ else | |||
32398 | fi | 32982 | fi |
32399 | 32983 | ||
32400 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 32984 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
32401 | as_fn_error $? "conditional \"AMDEP\" was never defined. | 32985 | as_fn_error "conditional \"AMDEP\" was never defined. |
32402 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 32986 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32403 | fi | 32987 | fi |
32404 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 32988 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
32405 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 32989 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
32406 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 32990 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32407 | fi | 32991 | fi |
32408 | if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then | 32992 | if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then |
32409 | as_fn_error $? "conditional \"am__fastdepOBJC\" was never defined. | 32993 | as_fn_error "conditional \"am__fastdepOBJC\" was never defined. |
32410 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 32994 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32411 | fi | 32995 | fi |
32412 | if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then | 32996 | if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then |
32413 | as_fn_error $? "conditional \"am__fastdepOBJC\" was never defined. | 32997 | as_fn_error "conditional \"am__fastdepOBJC\" was never defined. |
32414 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 32998 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32415 | fi | 32999 | fi |
32416 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then | 33000 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then |
32417 | as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. | 33001 | as_fn_error "conditional \"am__fastdepCXX\" was never defined. |
32418 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33002 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32419 | fi | 33003 | fi |
32420 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then | 33004 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then |
32421 | as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. | 33005 | as_fn_error "conditional \"am__fastdepCXX\" was never defined. |
32422 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33006 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32423 | fi | 33007 | fi |
32424 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 33008 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
32425 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 33009 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
32426 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33010 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32427 | fi | 33011 | fi |
32428 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then | 33012 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then |
32429 | as_fn_error $? "conditional \"EFL_BUILD_DOC\" was never defined. | 33013 | as_fn_error "conditional \"EFL_BUILD_DOC\" was never defined. |
32430 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33014 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32431 | fi | 33015 | fi |
32432 | if test -z "${EVAS_USE_LINEBREAK_TRUE}" && test -z "${EVAS_USE_LINEBREAK_FALSE}"; then | 33016 | if test -z "${EVAS_USE_LINEBREAK_TRUE}" && test -z "${EVAS_USE_LINEBREAK_FALSE}"; then |
32433 | as_fn_error $? "conditional \"EVAS_USE_LINEBREAK\" was never defined. | 33017 | as_fn_error "conditional \"EVAS_USE_LINEBREAK\" was never defined. |
32434 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33018 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32435 | fi | 33019 | fi |
32436 | 33020 | ||
32437 | if test -z "${EVAS_CSERVE_TRUE}" && test -z "${EVAS_CSERVE_FALSE}"; then | 33021 | if test -z "${EVAS_CSERVE_TRUE}" && test -z "${EVAS_CSERVE_FALSE}"; then |
32438 | as_fn_error $? "conditional \"EVAS_CSERVE\" was never defined. | 33022 | as_fn_error "conditional \"EVAS_CSERVE\" was never defined. |
32439 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33023 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32440 | fi | 33024 | fi |
32441 | if test -z "${BUILD_ENGINE_BUFFER_TRUE}" && test -z "${BUILD_ENGINE_BUFFER_FALSE}"; then | 33025 | if test -z "${BUILD_ENGINE_BUFFER_TRUE}" && test -z "${BUILD_ENGINE_BUFFER_FALSE}"; then |
32442 | as_fn_error $? "conditional \"BUILD_ENGINE_BUFFER\" was never defined. | 33026 | as_fn_error "conditional \"BUILD_ENGINE_BUFFER\" was never defined. |
32443 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33027 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32444 | fi | 33028 | fi |
32445 | if test -z "${EVAS_STATIC_BUILD_BUFFER_TRUE}" && test -z "${EVAS_STATIC_BUILD_BUFFER_FALSE}"; then | 33029 | if test -z "${EVAS_STATIC_BUILD_BUFFER_TRUE}" && test -z "${EVAS_STATIC_BUILD_BUFFER_FALSE}"; then |
32446 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_BUFFER\" was never defined. | 33030 | as_fn_error "conditional \"EVAS_STATIC_BUILD_BUFFER\" was never defined. |
32447 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33031 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32448 | fi | 33032 | fi |
32449 | if test -z "${BUILD_ENGINE_SOFTWARE_GDI_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_GDI_FALSE}"; then | 33033 | if test -z "${BUILD_ENGINE_SOFTWARE_GDI_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_GDI_FALSE}"; then |
32450 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_GDI\" was never defined. | 33034 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_GDI\" was never defined. |
32451 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33035 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32452 | fi | 33036 | fi |
32453 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_GDI_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_GDI_FALSE}"; then | 33037 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_GDI_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_GDI_FALSE}"; then |
32454 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_GDI\" was never defined. | 33038 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_GDI\" was never defined. |
32455 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33039 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32456 | fi | 33040 | fi |
32457 | if test -z "${BUILD_ENGINE_SOFTWARE_DDRAW_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_DDRAW_FALSE}"; then | 33041 | if test -z "${BUILD_ENGINE_SOFTWARE_DDRAW_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_DDRAW_FALSE}"; then |
32458 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_DDRAW\" was never defined. | 33042 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_DDRAW\" was never defined. |
32459 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33043 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32460 | fi | 33044 | fi |
32461 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_DDRAW_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_DDRAW_FALSE}"; then | 33045 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_DDRAW_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_DDRAW_FALSE}"; then |
32462 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_DDRAW\" was never defined. | 33046 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_DDRAW\" was never defined. |
32463 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33047 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32464 | fi | 33048 | fi |
32465 | if test -z "${BUILD_ENGINE_DIRECT3D_TRUE}" && test -z "${BUILD_ENGINE_DIRECT3D_FALSE}"; then | 33049 | if test -z "${BUILD_ENGINE_DIRECT3D_TRUE}" && test -z "${BUILD_ENGINE_DIRECT3D_FALSE}"; then |
32466 | as_fn_error $? "conditional \"BUILD_ENGINE_DIRECT3D\" was never defined. | 33050 | as_fn_error "conditional \"BUILD_ENGINE_DIRECT3D\" was never defined. |
32467 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33051 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32468 | fi | 33052 | fi |
32469 | if test -z "${EVAS_STATIC_BUILD_DIRECT3D_TRUE}" && test -z "${EVAS_STATIC_BUILD_DIRECT3D_FALSE}"; then | 33053 | if test -z "${EVAS_STATIC_BUILD_DIRECT3D_TRUE}" && test -z "${EVAS_STATIC_BUILD_DIRECT3D_FALSE}"; then |
32470 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_DIRECT3D\" was never defined. | 33054 | as_fn_error "conditional \"EVAS_STATIC_BUILD_DIRECT3D\" was never defined. |
32471 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33055 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32472 | fi | 33056 | fi |
32473 | if test -z "${BUILD_ENGINE_SOFTWARE_SDL_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_SDL_FALSE}"; then | 33057 | if test -z "${BUILD_ENGINE_SOFTWARE_SDL_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_SDL_FALSE}"; then |
32474 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_SDL\" was never defined. | 33058 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_SDL\" was never defined. |
32475 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33059 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32476 | fi | 33060 | fi |
32477 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_SDL_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_SDL_FALSE}"; then | 33061 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_SDL_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_SDL_FALSE}"; then |
32478 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_SDL\" was never defined. | 33062 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_SDL\" was never defined. |
32479 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33063 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32480 | fi | 33064 | fi |
32481 | if test -z "${BUILD_ENGINE_PSL1GHT_TRUE}" && test -z "${BUILD_ENGINE_PSL1GHT_FALSE}"; then | 33065 | if test -z "${BUILD_ENGINE_PSL1GHT_TRUE}" && test -z "${BUILD_ENGINE_PSL1GHT_FALSE}"; then |
32482 | as_fn_error $? "conditional \"BUILD_ENGINE_PSL1GHT\" was never defined. | 33066 | as_fn_error "conditional \"BUILD_ENGINE_PSL1GHT\" was never defined. |
32483 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33067 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32484 | fi | 33068 | fi |
32485 | if test -z "${EVAS_STATIC_BUILD_PSL1GHT_TRUE}" && test -z "${EVAS_STATIC_BUILD_PSL1GHT_FALSE}"; then | 33069 | if test -z "${EVAS_STATIC_BUILD_PSL1GHT_TRUE}" && test -z "${EVAS_STATIC_BUILD_PSL1GHT_FALSE}"; then |
32486 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_PSL1GHT\" was never defined. | 33070 | as_fn_error "conditional \"EVAS_STATIC_BUILD_PSL1GHT\" was never defined. |
32487 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33071 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32488 | fi | 33072 | fi |
32489 | if test -z "${BUILD_ENGINE_GL_SDL_TRUE}" && test -z "${BUILD_ENGINE_GL_SDL_FALSE}"; then | 33073 | if test -z "${BUILD_ENGINE_GL_SDL_TRUE}" && test -z "${BUILD_ENGINE_GL_SDL_FALSE}"; then |
32490 | as_fn_error $? "conditional \"BUILD_ENGINE_GL_SDL\" was never defined. | 33074 | as_fn_error "conditional \"BUILD_ENGINE_GL_SDL\" was never defined. |
32491 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33075 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32492 | fi | 33076 | fi |
32493 | if test -z "${EVAS_STATIC_BUILD_GL_SDL_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_SDL_FALSE}"; then | 33077 | if test -z "${EVAS_STATIC_BUILD_GL_SDL_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_SDL_FALSE}"; then |
32494 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_GL_SDL\" was never defined. | 33078 | as_fn_error "conditional \"EVAS_STATIC_BUILD_GL_SDL\" was never defined. |
32495 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33079 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32496 | fi | 33080 | fi |
32497 | if test -z "${BUILD_ENGINE_GL_COCOA_TRUE}" && test -z "${BUILD_ENGINE_GL_COCOA_FALSE}"; then | 33081 | if test -z "${BUILD_ENGINE_GL_COCOA_TRUE}" && test -z "${BUILD_ENGINE_GL_COCOA_FALSE}"; then |
32498 | as_fn_error $? "conditional \"BUILD_ENGINE_GL_COCOA\" was never defined. | 33082 | as_fn_error "conditional \"BUILD_ENGINE_GL_COCOA\" was never defined. |
32499 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33083 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32500 | fi | 33084 | fi |
32501 | if test -z "${EVAS_STATIC_BUILD_GL_COCOA_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_COCOA_FALSE}"; then | 33085 | if test -z "${EVAS_STATIC_BUILD_GL_COCOA_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_COCOA_FALSE}"; then |
32502 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_GL_COCOA\" was never defined. | 33086 | as_fn_error "conditional \"EVAS_STATIC_BUILD_GL_COCOA\" was never defined. |
32503 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33087 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32504 | fi | 33088 | fi |
32505 | if test -z "${BUILD_ENGINE_FB_TRUE}" && test -z "${BUILD_ENGINE_FB_FALSE}"; then | 33089 | if test -z "${BUILD_ENGINE_FB_TRUE}" && test -z "${BUILD_ENGINE_FB_FALSE}"; then |
32506 | as_fn_error $? "conditional \"BUILD_ENGINE_FB\" was never defined. | 33090 | as_fn_error "conditional \"BUILD_ENGINE_FB\" was never defined. |
32507 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33091 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32508 | fi | 33092 | fi |
32509 | if test -z "${EVAS_STATIC_BUILD_FB_TRUE}" && test -z "${EVAS_STATIC_BUILD_FB_FALSE}"; then | 33093 | if test -z "${EVAS_STATIC_BUILD_FB_TRUE}" && test -z "${EVAS_STATIC_BUILD_FB_FALSE}"; then |
32510 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_FB\" was never defined. | 33094 | as_fn_error "conditional \"EVAS_STATIC_BUILD_FB\" was never defined. |
32511 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33095 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32512 | fi | 33096 | fi |
32513 | if test -z "${BUILD_ENGINE_DIRECTFB_TRUE}" && test -z "${BUILD_ENGINE_DIRECTFB_FALSE}"; then | 33097 | if test -z "${BUILD_ENGINE_DIRECTFB_TRUE}" && test -z "${BUILD_ENGINE_DIRECTFB_FALSE}"; then |
32514 | as_fn_error $? "conditional \"BUILD_ENGINE_DIRECTFB\" was never defined. | 33098 | as_fn_error "conditional \"BUILD_ENGINE_DIRECTFB\" was never defined. |
32515 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33099 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32516 | fi | 33100 | fi |
32517 | if test -z "${EVAS_STATIC_BUILD_DIRECTFB_TRUE}" && test -z "${EVAS_STATIC_BUILD_DIRECTFB_FALSE}"; then | 33101 | if test -z "${EVAS_STATIC_BUILD_DIRECTFB_TRUE}" && test -z "${EVAS_STATIC_BUILD_DIRECTFB_FALSE}"; then |
32518 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_DIRECTFB\" was never defined. | 33102 | as_fn_error "conditional \"EVAS_STATIC_BUILD_DIRECTFB\" was never defined. |
32519 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33103 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32520 | fi | 33104 | fi |
32521 | if test -z "${BUILD_ENGINE_SOFTWARE_8_X11_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_8_X11_FALSE}"; then | 33105 | if test -z "${BUILD_ENGINE_SOFTWARE_8_X11_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_8_X11_FALSE}"; then |
32522 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_8_X11\" was never defined. | 33106 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_8_X11\" was never defined. |
32523 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33107 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32524 | fi | 33108 | fi |
32525 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_8_X11_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_8_X11_FALSE}"; then | 33109 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_8_X11_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_8_X11_FALSE}"; then |
32526 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_8_X11\" was never defined. | 33110 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_8_X11\" was never defined. |
32527 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33111 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32528 | fi | 33112 | fi |
32529 | if test -z "${BUILD_ENGINE_SOFTWARE_16_X11_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_16_X11_FALSE}"; then | 33113 | if test -z "${BUILD_ENGINE_SOFTWARE_16_X11_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_16_X11_FALSE}"; then |
32530 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_16_X11\" was never defined. | 33114 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_16_X11\" was never defined. |
32531 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33115 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32532 | fi | 33116 | fi |
32533 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_X11_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_X11_FALSE}"; then | 33117 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_X11_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_X11_FALSE}"; then |
32534 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_16_X11\" was never defined. | 33118 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_16_X11\" was never defined. |
32535 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33119 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32536 | fi | 33120 | fi |
32537 | if test -z "${BUILD_ENGINE_SOFTWARE_16_DDRAW_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_16_DDRAW_FALSE}"; then | 33121 | if test -z "${BUILD_ENGINE_SOFTWARE_16_DDRAW_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_16_DDRAW_FALSE}"; then |
32538 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_16_DDRAW\" was never defined. | 33122 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_16_DDRAW\" was never defined. |
32539 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33123 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32540 | fi | 33124 | fi |
32541 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW_FALSE}"; then | 33125 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW_FALSE}"; then |
32542 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW\" was never defined. | 33126 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW\" was never defined. |
32543 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33127 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32544 | fi | 33128 | fi |
32545 | if test -z "${BUILD_ENGINE_SOFTWARE_16_WINCE_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_16_WINCE_FALSE}"; then | 33129 | if test -z "${BUILD_ENGINE_SOFTWARE_16_WINCE_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_16_WINCE_FALSE}"; then |
32546 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_16_WINCE\" was never defined. | 33130 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_16_WINCE\" was never defined. |
32547 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33131 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32548 | fi | 33132 | fi |
32549 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_WINCE_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_WINCE_FALSE}"; then | 33133 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_WINCE_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_WINCE_FALSE}"; then |
32550 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_16_WINCE\" was never defined. | 33134 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_16_WINCE\" was never defined. |
32551 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33135 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32552 | fi | 33136 | fi |
32553 | if test -z "${BUILD_ENGINE_SOFTWARE_16_SDL_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_16_SDL_FALSE}"; then | 33137 | if test -z "${BUILD_ENGINE_SOFTWARE_16_SDL_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_16_SDL_FALSE}"; then |
32554 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_16_SDL\" was never defined. | 33138 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_16_SDL\" was never defined. |
32555 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33139 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32556 | fi | 33140 | fi |
32557 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_SDL_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_SDL_FALSE}"; then | 33141 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_SDL_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_SDL_FALSE}"; then |
32558 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_16_SDL\" was never defined. | 33142 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_16_SDL\" was never defined. |
33143 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
33144 | fi | ||
33145 | if test -z "${BUILD_ENGINE_WAYLAND_SHM_TRUE}" && test -z "${BUILD_ENGINE_WAYLAND_SHM_FALSE}"; then | ||
33146 | as_fn_error "conditional \"BUILD_ENGINE_WAYLAND_SHM\" was never defined. | ||
33147 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
33148 | fi | ||
33149 | if test -z "${EVAS_STATIC_BUILD_WAYLAND_SHM_TRUE}" && test -z "${EVAS_STATIC_BUILD_WAYLAND_SHM_FALSE}"; then | ||
33150 | as_fn_error "conditional \"EVAS_STATIC_BUILD_WAYLAND_SHM\" was never defined. | ||
33151 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
33152 | fi | ||
33153 | if test -z "${BUILD_ENGINE_WAYLAND_EGL_TRUE}" && test -z "${BUILD_ENGINE_WAYLAND_EGL_FALSE}"; then | ||
33154 | as_fn_error "conditional \"BUILD_ENGINE_WAYLAND_EGL\" was never defined. | ||
33155 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
33156 | fi | ||
33157 | if test -z "${EVAS_STATIC_BUILD_WAYLAND_EGL_TRUE}" && test -z "${EVAS_STATIC_BUILD_WAYLAND_EGL_FALSE}"; then | ||
33158 | as_fn_error "conditional \"EVAS_STATIC_BUILD_WAYLAND_EGL\" was never defined. | ||
32559 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33159 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32560 | fi | 33160 | fi |
32561 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_GENERIC_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_GENERIC_FALSE}"; then | 33161 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_GENERIC_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_GENERIC_FALSE}"; then |
32562 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_GENERIC\" was never defined. | 33162 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_GENERIC\" was never defined. |
32563 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33163 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32564 | fi | 33164 | fi |
32565 | if test -z "${BUILD_ENGINE_SOFTWARE_XCB_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_XCB_FALSE}"; then | 33165 | if test -z "${BUILD_ENGINE_SOFTWARE_XCB_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_XCB_FALSE}"; then |
32566 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_XCB\" was never defined. | 33166 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_XCB\" was never defined. |
32567 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33167 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32568 | fi | 33168 | fi |
32569 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_XCB_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_XCB_FALSE}"; then | 33169 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_XCB_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_XCB_FALSE}"; then |
32570 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_XCB\" was never defined. | 33170 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_XCB\" was never defined. |
32571 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33171 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32572 | fi | 33172 | fi |
32573 | if test -z "${BUILD_ENGINE_SOFTWARE_XLIB_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_XLIB_FALSE}"; then | 33173 | if test -z "${BUILD_ENGINE_SOFTWARE_XLIB_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_XLIB_FALSE}"; then |
32574 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_XLIB\" was never defined. | 33174 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_XLIB\" was never defined. |
32575 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33175 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32576 | fi | 33176 | fi |
32577 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_XLIB_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_XLIB_FALSE}"; then | 33177 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_XLIB_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_XLIB_FALSE}"; then |
32578 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_XLIB\" was never defined. | 33178 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_XLIB\" was never defined. |
32579 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33179 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32580 | fi | 33180 | fi |
32581 | if test -z "${BUILD_ENGINE_SOFTWARE_XLIB_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_XLIB_FALSE}"; then | 33181 | if test -z "${BUILD_ENGINE_SOFTWARE_XLIB_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_XLIB_FALSE}"; then |
32582 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_XLIB\" was never defined. | 33182 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_XLIB\" was never defined. |
32583 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33183 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32584 | fi | 33184 | fi |
32585 | if test -z "${BUILD_ENGINE_SOFTWARE_XCB_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_XCB_FALSE}"; then | 33185 | if test -z "${BUILD_ENGINE_SOFTWARE_XCB_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_XCB_FALSE}"; then |
32586 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_XCB\" was never defined. | 33186 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_XCB\" was never defined. |
32587 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33187 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32588 | fi | 33188 | fi |
32589 | if test -z "${BUILD_ENGINE_SOFTWARE_X11_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_X11_FALSE}"; then | 33189 | if test -z "${BUILD_ENGINE_SOFTWARE_X11_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_X11_FALSE}"; then |
32590 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_X11\" was never defined. | 33190 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_X11\" was never defined. |
32591 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33191 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32592 | fi | 33192 | fi |
32593 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_X11_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_X11_FALSE}"; then | 33193 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_X11_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_X11_FALSE}"; then |
32594 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_X11\" was never defined. | 33194 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_X11\" was never defined. |
32595 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33195 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32596 | fi | 33196 | fi |
32597 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_XLIB_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_XLIB_FALSE}"; then | 33197 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_XLIB_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_XLIB_FALSE}"; then |
32598 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_XLIB\" was never defined. | 33198 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_XLIB\" was never defined. |
32599 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33199 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32600 | fi | 33200 | fi |
32601 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_XCB_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_XCB_FALSE}"; then | 33201 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_XCB_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_XCB_FALSE}"; then |
32602 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_XCB\" was never defined. | 33202 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_XCB\" was never defined. |
32603 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33203 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32604 | fi | 33204 | fi |
32605 | if test -z "${BUILD_ENGINE_GL_XCB_TRUE}" && test -z "${BUILD_ENGINE_GL_XCB_FALSE}"; then | 33205 | if test -z "${BUILD_ENGINE_GL_XCB_TRUE}" && test -z "${BUILD_ENGINE_GL_XCB_FALSE}"; then |
32606 | as_fn_error $? "conditional \"BUILD_ENGINE_GL_XCB\" was never defined. | 33206 | as_fn_error "conditional \"BUILD_ENGINE_GL_XCB\" was never defined. |
32607 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33207 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32608 | fi | 33208 | fi |
32609 | if test -z "${EVAS_STATIC_BUILD_GL_XCB_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_XCB_FALSE}"; then | 33209 | if test -z "${EVAS_STATIC_BUILD_GL_XCB_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_XCB_FALSE}"; then |
32610 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_GL_XCB\" was never defined. | 33210 | as_fn_error "conditional \"EVAS_STATIC_BUILD_GL_XCB\" was never defined. |
32611 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33211 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32612 | fi | 33212 | fi |
32613 | if test -z "${BUILD_ENGINE_GL_XLIB_TRUE}" && test -z "${BUILD_ENGINE_GL_XLIB_FALSE}"; then | 33213 | if test -z "${BUILD_ENGINE_GL_XLIB_TRUE}" && test -z "${BUILD_ENGINE_GL_XLIB_FALSE}"; then |
32614 | as_fn_error $? "conditional \"BUILD_ENGINE_GL_XLIB\" was never defined. | 33214 | as_fn_error "conditional \"BUILD_ENGINE_GL_XLIB\" was never defined. |
32615 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33215 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32616 | fi | 33216 | fi |
32617 | if test -z "${EVAS_STATIC_BUILD_GL_XLIB_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_XLIB_FALSE}"; then | 33217 | if test -z "${EVAS_STATIC_BUILD_GL_XLIB_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_XLIB_FALSE}"; then |
32618 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_GL_XLIB\" was never defined. | 33218 | as_fn_error "conditional \"EVAS_STATIC_BUILD_GL_XLIB\" was never defined. |
32619 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33219 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32620 | fi | 33220 | fi |
32621 | if test -z "${BUILD_ENGINE_GL_XLIB_TRUE}" && test -z "${BUILD_ENGINE_GL_XLIB_FALSE}"; then | 33221 | if test -z "${BUILD_ENGINE_GL_XLIB_TRUE}" && test -z "${BUILD_ENGINE_GL_XLIB_FALSE}"; then |
32622 | as_fn_error $? "conditional \"BUILD_ENGINE_GL_XLIB\" was never defined. | 33222 | as_fn_error "conditional \"BUILD_ENGINE_GL_XLIB\" was never defined. |
32623 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33223 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32624 | fi | 33224 | fi |
32625 | if test -z "${BUILD_ENGINE_GL_XCB_TRUE}" && test -z "${BUILD_ENGINE_GL_XCB_FALSE}"; then | 33225 | if test -z "${BUILD_ENGINE_GL_XCB_TRUE}" && test -z "${BUILD_ENGINE_GL_XCB_FALSE}"; then |
32626 | as_fn_error $? "conditional \"BUILD_ENGINE_GL_XCB\" was never defined. | 33226 | as_fn_error "conditional \"BUILD_ENGINE_GL_XCB\" was never defined. |
32627 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33227 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32628 | fi | 33228 | fi |
32629 | if test -z "${BUILD_ENGINE_GL_X11_TRUE}" && test -z "${BUILD_ENGINE_GL_X11_FALSE}"; then | 33229 | if test -z "${BUILD_ENGINE_GL_X11_TRUE}" && test -z "${BUILD_ENGINE_GL_X11_FALSE}"; then |
32630 | as_fn_error $? "conditional \"BUILD_ENGINE_GL_X11\" was never defined. | 33230 | as_fn_error "conditional \"BUILD_ENGINE_GL_X11\" was never defined. |
32631 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33231 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32632 | fi | 33232 | fi |
32633 | if test -z "${EVAS_STATIC_BUILD_GL_X11_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_X11_FALSE}"; then | 33233 | if test -z "${EVAS_STATIC_BUILD_GL_X11_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_X11_FALSE}"; then |
32634 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_GL_X11\" was never defined. | 33234 | as_fn_error "conditional \"EVAS_STATIC_BUILD_GL_X11\" was never defined. |
32635 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33235 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32636 | fi | 33236 | fi |
32637 | if test -z "${EVAS_STATIC_BUILD_GL_XLIB_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_XLIB_FALSE}"; then | 33237 | if test -z "${EVAS_STATIC_BUILD_GL_XLIB_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_XLIB_FALSE}"; then |
32638 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_GL_XLIB\" was never defined. | 33238 | as_fn_error "conditional \"EVAS_STATIC_BUILD_GL_XLIB\" was never defined. |
32639 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33239 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32640 | fi | 33240 | fi |
32641 | if test -z "${EVAS_STATIC_BUILD_GL_XCB_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_XCB_FALSE}"; then | 33241 | if test -z "${EVAS_STATIC_BUILD_GL_XCB_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_XCB_FALSE}"; then |
32642 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_GL_XCB\" was never defined. | 33242 | as_fn_error "conditional \"EVAS_STATIC_BUILD_GL_XCB\" was never defined. |
32643 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33243 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32644 | fi | 33244 | fi |
32645 | if test -z "${BUILD_ENGINE_GL_COMMON_TRUE}" && test -z "${BUILD_ENGINE_GL_COMMON_FALSE}"; then | 33245 | if test -z "${BUILD_ENGINE_GL_COMMON_TRUE}" && test -z "${BUILD_ENGINE_GL_COMMON_FALSE}"; then |
32646 | as_fn_error $? "conditional \"BUILD_ENGINE_GL_COMMON\" was never defined. | 33246 | as_fn_error "conditional \"BUILD_ENGINE_GL_COMMON\" was never defined. |
32647 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33247 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32648 | fi | 33248 | fi |
32649 | if test -z "${EVAS_STATIC_BUILD_GL_COMMON_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_COMMON_FALSE}"; then | 33249 | if test -z "${EVAS_STATIC_BUILD_GL_COMMON_TRUE}" && test -z "${EVAS_STATIC_BUILD_GL_COMMON_FALSE}"; then |
32650 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_GL_COMMON\" was never defined. | 33250 | as_fn_error "conditional \"EVAS_STATIC_BUILD_GL_COMMON\" was never defined. |
32651 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33251 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32652 | fi | 33252 | fi |
32653 | if test -z "${BUILD_ENGINE_SOFTWARE_16_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_16_FALSE}"; then | 33253 | if test -z "${BUILD_ENGINE_SOFTWARE_16_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_16_FALSE}"; then |
32654 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_16\" was never defined. | 33254 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_16\" was never defined. |
32655 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33255 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32656 | fi | 33256 | fi |
32657 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_FALSE}"; then | 33257 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_16_FALSE}"; then |
32658 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_16\" was never defined. | 33258 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_16\" was never defined. |
32659 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33259 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32660 | fi | 33260 | fi |
32661 | if test -z "${BUILD_ENGINE_SOFTWARE_8_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_8_FALSE}"; then | 33261 | if test -z "${BUILD_ENGINE_SOFTWARE_8_TRUE}" && test -z "${BUILD_ENGINE_SOFTWARE_8_FALSE}"; then |
32662 | as_fn_error $? "conditional \"BUILD_ENGINE_SOFTWARE_8\" was never defined. | 33262 | as_fn_error "conditional \"BUILD_ENGINE_SOFTWARE_8\" was never defined. |
32663 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33263 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32664 | fi | 33264 | fi |
32665 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_8_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_8_FALSE}"; then | 33265 | if test -z "${EVAS_STATIC_BUILD_SOFTWARE_8_TRUE}" && test -z "${EVAS_STATIC_BUILD_SOFTWARE_8_FALSE}"; then |
32666 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SOFTWARE_8\" was never defined. | 33266 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SOFTWARE_8\" was never defined. |
32667 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33267 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32668 | fi | 33268 | fi |
32669 | if test -z "${BUILD_LOADER_EDB_TRUE}" && test -z "${BUILD_LOADER_EDB_FALSE}"; then | 33269 | if test -z "${BUILD_LOADER_EDB_TRUE}" && test -z "${BUILD_LOADER_EDB_FALSE}"; then |
32670 | as_fn_error $? "conditional \"BUILD_LOADER_EDB\" was never defined. | 33270 | as_fn_error "conditional \"BUILD_LOADER_EDB\" was never defined. |
32671 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33271 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32672 | fi | 33272 | fi |
32673 | if test -z "${EVAS_STATIC_BUILD_EDB_TRUE}" && test -z "${EVAS_STATIC_BUILD_EDB_FALSE}"; then | 33273 | if test -z "${EVAS_STATIC_BUILD_EDB_TRUE}" && test -z "${EVAS_STATIC_BUILD_EDB_FALSE}"; then |
32674 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_EDB\" was never defined. | 33274 | as_fn_error "conditional \"EVAS_STATIC_BUILD_EDB\" was never defined. |
32675 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33275 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32676 | fi | 33276 | fi |
32677 | if test -z "${BUILD_LOADER_EET_TRUE}" && test -z "${BUILD_LOADER_EET_FALSE}"; then | 33277 | if test -z "${BUILD_LOADER_EET_TRUE}" && test -z "${BUILD_LOADER_EET_FALSE}"; then |
32678 | as_fn_error $? "conditional \"BUILD_LOADER_EET\" was never defined. | 33278 | as_fn_error "conditional \"BUILD_LOADER_EET\" was never defined. |
32679 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33279 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32680 | fi | 33280 | fi |
32681 | if test -z "${EVAS_STATIC_BUILD_EET_TRUE}" && test -z "${EVAS_STATIC_BUILD_EET_FALSE}"; then | 33281 | if test -z "${EVAS_STATIC_BUILD_EET_TRUE}" && test -z "${EVAS_STATIC_BUILD_EET_FALSE}"; then |
32682 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_EET\" was never defined. | 33282 | as_fn_error "conditional \"EVAS_STATIC_BUILD_EET\" was never defined. |
32683 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33283 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32684 | fi | 33284 | fi |
32685 | if test -z "${BUILD_LOADER_GIF_TRUE}" && test -z "${BUILD_LOADER_GIF_FALSE}"; then | 33285 | if test -z "${BUILD_LOADER_GIF_TRUE}" && test -z "${BUILD_LOADER_GIF_FALSE}"; then |
32686 | as_fn_error $? "conditional \"BUILD_LOADER_GIF\" was never defined. | 33286 | as_fn_error "conditional \"BUILD_LOADER_GIF\" was never defined. |
32687 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33287 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32688 | fi | 33288 | fi |
32689 | if test -z "${EVAS_STATIC_BUILD_GIF_TRUE}" && test -z "${EVAS_STATIC_BUILD_GIF_FALSE}"; then | 33289 | if test -z "${EVAS_STATIC_BUILD_GIF_TRUE}" && test -z "${EVAS_STATIC_BUILD_GIF_FALSE}"; then |
32690 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_GIF\" was never defined. | 33290 | as_fn_error "conditional \"EVAS_STATIC_BUILD_GIF\" was never defined. |
32691 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33291 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32692 | fi | 33292 | fi |
32693 | if test -z "${BUILD_LOADER_JPEG_TRUE}" && test -z "${BUILD_LOADER_JPEG_FALSE}"; then | 33293 | if test -z "${BUILD_LOADER_JPEG_TRUE}" && test -z "${BUILD_LOADER_JPEG_FALSE}"; then |
32694 | as_fn_error $? "conditional \"BUILD_LOADER_JPEG\" was never defined. | 33294 | as_fn_error "conditional \"BUILD_LOADER_JPEG\" was never defined. |
32695 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33295 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32696 | fi | 33296 | fi |
32697 | if test -z "${EVAS_STATIC_BUILD_JPEG_TRUE}" && test -z "${EVAS_STATIC_BUILD_JPEG_FALSE}"; then | 33297 | if test -z "${EVAS_STATIC_BUILD_JPEG_TRUE}" && test -z "${EVAS_STATIC_BUILD_JPEG_FALSE}"; then |
32698 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_JPEG\" was never defined. | 33298 | as_fn_error "conditional \"EVAS_STATIC_BUILD_JPEG\" was never defined. |
32699 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33299 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32700 | fi | 33300 | fi |
32701 | if test -z "${BUILD_SAVER_JPEG_TRUE}" && test -z "${BUILD_SAVER_JPEG_FALSE}"; then | 33301 | if test -z "${BUILD_SAVER_JPEG_TRUE}" && test -z "${BUILD_SAVER_JPEG_FALSE}"; then |
32702 | as_fn_error $? "conditional \"BUILD_SAVER_JPEG\" was never defined. | 33302 | as_fn_error "conditional \"BUILD_SAVER_JPEG\" was never defined. |
32703 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33303 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32704 | fi | 33304 | fi |
32705 | if test -z "${BUILD_LOADER_PMAPS_TRUE}" && test -z "${BUILD_LOADER_PMAPS_FALSE}"; then | 33305 | if test -z "${BUILD_LOADER_PMAPS_TRUE}" && test -z "${BUILD_LOADER_PMAPS_FALSE}"; then |
32706 | as_fn_error $? "conditional \"BUILD_LOADER_PMAPS\" was never defined. | 33306 | as_fn_error "conditional \"BUILD_LOADER_PMAPS\" was never defined. |
32707 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33307 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32708 | fi | 33308 | fi |
32709 | if test -z "${EVAS_STATIC_BUILD_PMAPS_TRUE}" && test -z "${EVAS_STATIC_BUILD_PMAPS_FALSE}"; then | 33309 | if test -z "${EVAS_STATIC_BUILD_PMAPS_TRUE}" && test -z "${EVAS_STATIC_BUILD_PMAPS_FALSE}"; then |
32710 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_PMAPS\" was never defined. | 33310 | as_fn_error "conditional \"EVAS_STATIC_BUILD_PMAPS\" was never defined. |
32711 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33311 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32712 | fi | 33312 | fi |
32713 | if test -z "${BUILD_LOADER_PNG_TRUE}" && test -z "${BUILD_LOADER_PNG_FALSE}"; then | 33313 | if test -z "${BUILD_LOADER_PNG_TRUE}" && test -z "${BUILD_LOADER_PNG_FALSE}"; then |
32714 | as_fn_error $? "conditional \"BUILD_LOADER_PNG\" was never defined. | 33314 | as_fn_error "conditional \"BUILD_LOADER_PNG\" was never defined. |
32715 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33315 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32716 | fi | 33316 | fi |
32717 | if test -z "${EVAS_STATIC_BUILD_PNG_TRUE}" && test -z "${EVAS_STATIC_BUILD_PNG_FALSE}"; then | 33317 | if test -z "${EVAS_STATIC_BUILD_PNG_TRUE}" && test -z "${EVAS_STATIC_BUILD_PNG_FALSE}"; then |
32718 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_PNG\" was never defined. | 33318 | as_fn_error "conditional \"EVAS_STATIC_BUILD_PNG\" was never defined. |
32719 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33319 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32720 | fi | 33320 | fi |
32721 | if test -z "${BUILD_LOADER_SVG_TRUE}" && test -z "${BUILD_LOADER_SVG_FALSE}"; then | 33321 | if test -z "${BUILD_LOADER_SVG_TRUE}" && test -z "${BUILD_LOADER_SVG_FALSE}"; then |
32722 | as_fn_error $? "conditional \"BUILD_LOADER_SVG\" was never defined. | 33322 | as_fn_error "conditional \"BUILD_LOADER_SVG\" was never defined. |
32723 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33323 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32724 | fi | 33324 | fi |
32725 | if test -z "${EVAS_STATIC_BUILD_SVG_TRUE}" && test -z "${EVAS_STATIC_BUILD_SVG_FALSE}"; then | 33325 | if test -z "${EVAS_STATIC_BUILD_SVG_TRUE}" && test -z "${EVAS_STATIC_BUILD_SVG_FALSE}"; then |
32726 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_SVG\" was never defined. | 33326 | as_fn_error "conditional \"EVAS_STATIC_BUILD_SVG\" was never defined. |
32727 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33327 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32728 | fi | 33328 | fi |
32729 | if test -z "${BUILD_LOADER_TIFF_TRUE}" && test -z "${BUILD_LOADER_TIFF_FALSE}"; then | 33329 | if test -z "${BUILD_LOADER_TIFF_TRUE}" && test -z "${BUILD_LOADER_TIFF_FALSE}"; then |
32730 | as_fn_error $? "conditional \"BUILD_LOADER_TIFF\" was never defined. | 33330 | as_fn_error "conditional \"BUILD_LOADER_TIFF\" was never defined. |
32731 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33331 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32732 | fi | 33332 | fi |
32733 | if test -z "${EVAS_STATIC_BUILD_TIFF_TRUE}" && test -z "${EVAS_STATIC_BUILD_TIFF_FALSE}"; then | 33333 | if test -z "${EVAS_STATIC_BUILD_TIFF_TRUE}" && test -z "${EVAS_STATIC_BUILD_TIFF_FALSE}"; then |
32734 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_TIFF\" was never defined. | 33334 | as_fn_error "conditional \"EVAS_STATIC_BUILD_TIFF\" was never defined. |
32735 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33335 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32736 | fi | 33336 | fi |
32737 | if test -z "${BUILD_LOADER_XPM_TRUE}" && test -z "${BUILD_LOADER_XPM_FALSE}"; then | 33337 | if test -z "${BUILD_LOADER_XPM_TRUE}" && test -z "${BUILD_LOADER_XPM_FALSE}"; then |
32738 | as_fn_error $? "conditional \"BUILD_LOADER_XPM\" was never defined. | 33338 | as_fn_error "conditional \"BUILD_LOADER_XPM\" was never defined. |
32739 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33339 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32740 | fi | 33340 | fi |
32741 | if test -z "${EVAS_STATIC_BUILD_XPM_TRUE}" && test -z "${EVAS_STATIC_BUILD_XPM_FALSE}"; then | 33341 | if test -z "${EVAS_STATIC_BUILD_XPM_TRUE}" && test -z "${EVAS_STATIC_BUILD_XPM_FALSE}"; then |
32742 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_XPM\" was never defined. | 33342 | as_fn_error "conditional \"EVAS_STATIC_BUILD_XPM\" was never defined. |
32743 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33343 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32744 | fi | 33344 | fi |
32745 | if test -z "${BUILD_LOADER_BMP_TRUE}" && test -z "${BUILD_LOADER_BMP_FALSE}"; then | 33345 | if test -z "${BUILD_LOADER_BMP_TRUE}" && test -z "${BUILD_LOADER_BMP_FALSE}"; then |
32746 | as_fn_error $? "conditional \"BUILD_LOADER_BMP\" was never defined. | 33346 | as_fn_error "conditional \"BUILD_LOADER_BMP\" was never defined. |
32747 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33347 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32748 | fi | 33348 | fi |
32749 | if test -z "${EVAS_STATIC_BUILD_BMP_TRUE}" && test -z "${EVAS_STATIC_BUILD_BMP_FALSE}"; then | 33349 | if test -z "${EVAS_STATIC_BUILD_BMP_TRUE}" && test -z "${EVAS_STATIC_BUILD_BMP_FALSE}"; then |
32750 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_BMP\" was never defined. | 33350 | as_fn_error "conditional \"EVAS_STATIC_BUILD_BMP\" was never defined. |
32751 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33351 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32752 | fi | 33352 | fi |
32753 | if test -z "${BUILD_LOADER_TGA_TRUE}" && test -z "${BUILD_LOADER_TGA_FALSE}"; then | 33353 | if test -z "${BUILD_LOADER_TGA_TRUE}" && test -z "${BUILD_LOADER_TGA_FALSE}"; then |
32754 | as_fn_error $? "conditional \"BUILD_LOADER_TGA\" was never defined. | 33354 | as_fn_error "conditional \"BUILD_LOADER_TGA\" was never defined. |
32755 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33355 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32756 | fi | 33356 | fi |
32757 | if test -z "${EVAS_STATIC_BUILD_TGA_TRUE}" && test -z "${EVAS_STATIC_BUILD_TGA_FALSE}"; then | 33357 | if test -z "${EVAS_STATIC_BUILD_TGA_TRUE}" && test -z "${EVAS_STATIC_BUILD_TGA_FALSE}"; then |
32758 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_TGA\" was never defined. | 33358 | as_fn_error "conditional \"EVAS_STATIC_BUILD_TGA\" was never defined. |
32759 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33359 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32760 | fi | 33360 | fi |
32761 | if test -z "${BUILD_LOADER_WBMP_TRUE}" && test -z "${BUILD_LOADER_WBMP_FALSE}"; then | 33361 | if test -z "${BUILD_LOADER_WBMP_TRUE}" && test -z "${BUILD_LOADER_WBMP_FALSE}"; then |
32762 | as_fn_error $? "conditional \"BUILD_LOADER_WBMP\" was never defined. | 33362 | as_fn_error "conditional \"BUILD_LOADER_WBMP\" was never defined. |
32763 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33363 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32764 | fi | 33364 | fi |
32765 | if test -z "${EVAS_STATIC_BUILD_WBMP_TRUE}" && test -z "${EVAS_STATIC_BUILD_WBMP_FALSE}"; then | 33365 | if test -z "${EVAS_STATIC_BUILD_WBMP_TRUE}" && test -z "${EVAS_STATIC_BUILD_WBMP_FALSE}"; then |
32766 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_WBMP\" was never defined. | 33366 | as_fn_error "conditional \"EVAS_STATIC_BUILD_WBMP\" was never defined. |
32767 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33367 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32768 | fi | 33368 | fi |
32769 | if test -z "${BUILD_LOADER_ICO_TRUE}" && test -z "${BUILD_LOADER_ICO_FALSE}"; then | 33369 | if test -z "${BUILD_LOADER_ICO_TRUE}" && test -z "${BUILD_LOADER_ICO_FALSE}"; then |
32770 | as_fn_error $? "conditional \"BUILD_LOADER_ICO\" was never defined. | 33370 | as_fn_error "conditional \"BUILD_LOADER_ICO\" was never defined. |
32771 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33371 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32772 | fi | 33372 | fi |
32773 | if test -z "${EVAS_STATIC_BUILD_ICO_TRUE}" && test -z "${EVAS_STATIC_BUILD_ICO_FALSE}"; then | 33373 | if test -z "${EVAS_STATIC_BUILD_ICO_TRUE}" && test -z "${EVAS_STATIC_BUILD_ICO_FALSE}"; then |
32774 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_ICO\" was never defined. | 33374 | as_fn_error "conditional \"EVAS_STATIC_BUILD_ICO\" was never defined. |
32775 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33375 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32776 | fi | 33376 | fi |
32777 | if test -z "${BUILD_LOADER_PSD_TRUE}" && test -z "${BUILD_LOADER_PSD_FALSE}"; then | 33377 | if test -z "${BUILD_LOADER_PSD_TRUE}" && test -z "${BUILD_LOADER_PSD_FALSE}"; then |
32778 | as_fn_error $? "conditional \"BUILD_LOADER_PSD\" was never defined. | 33378 | as_fn_error "conditional \"BUILD_LOADER_PSD\" was never defined. |
32779 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33379 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32780 | fi | 33380 | fi |
32781 | if test -z "${EVAS_STATIC_BUILD_PSD_TRUE}" && test -z "${EVAS_STATIC_BUILD_PSD_FALSE}"; then | 33381 | if test -z "${EVAS_STATIC_BUILD_PSD_TRUE}" && test -z "${EVAS_STATIC_BUILD_PSD_FALSE}"; then |
32782 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_PSD\" was never defined. | 33382 | as_fn_error "conditional \"EVAS_STATIC_BUILD_PSD\" was never defined. |
32783 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33383 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32784 | fi | 33384 | fi |
32785 | if test -z "${BUILD_LOADER_GENERIC_TRUE}" && test -z "${BUILD_LOADER_GENERIC_FALSE}"; then | 33385 | if test -z "${BUILD_LOADER_GENERIC_TRUE}" && test -z "${BUILD_LOADER_GENERIC_FALSE}"; then |
32786 | as_fn_error $? "conditional \"BUILD_LOADER_GENERIC\" was never defined. | 33386 | as_fn_error "conditional \"BUILD_LOADER_GENERIC\" was never defined. |
32787 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33387 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32788 | fi | 33388 | fi |
32789 | if test -z "${EVAS_STATIC_BUILD_GENERIC_TRUE}" && test -z "${EVAS_STATIC_BUILD_GENERIC_FALSE}"; then | 33389 | if test -z "${EVAS_STATIC_BUILD_GENERIC_TRUE}" && test -z "${EVAS_STATIC_BUILD_GENERIC_FALSE}"; then |
32790 | as_fn_error $? "conditional \"EVAS_STATIC_BUILD_GENERIC\" was never defined. | 33390 | as_fn_error "conditional \"EVAS_STATIC_BUILD_GENERIC\" was never defined. |
32791 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33391 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32792 | fi | 33392 | fi |
32793 | if test -z "${EVAS_MAGIC_DEBUG_TRUE}" && test -z "${EVAS_MAGIC_DEBUG_FALSE}"; then | 33393 | if test -z "${EVAS_MAGIC_DEBUG_TRUE}" && test -z "${EVAS_MAGIC_DEBUG_FALSE}"; then |
32794 | as_fn_error $? "conditional \"EVAS_MAGIC_DEBUG\" was never defined. | 33394 | as_fn_error "conditional \"EVAS_MAGIC_DEBUG\" was never defined. |
32795 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33395 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32796 | fi | 33396 | fi |
32797 | if test -z "${WORD_CACHE_TRUE}" && test -z "${WORD_CACHE_FALSE}"; then | 33397 | if test -z "${WORD_CACHE_TRUE}" && test -z "${WORD_CACHE_FALSE}"; then |
32798 | as_fn_error $? "conditional \"WORD_CACHE\" was never defined. | 33398 | as_fn_error "conditional \"WORD_CACHE\" was never defined. |
32799 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33399 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32800 | fi | 33400 | fi |
32801 | if test -z "${METRIC_CACHE_TRUE}" && test -z "${METRIC_CACHE_FALSE}"; then | 33401 | if test -z "${METRIC_CACHE_TRUE}" && test -z "${METRIC_CACHE_FALSE}"; then |
32802 | as_fn_error $? "conditional \"METRIC_CACHE\" was never defined. | 33402 | as_fn_error "conditional \"METRIC_CACHE\" was never defined. |
32803 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33403 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32804 | fi | 33404 | fi |
32805 | if test -z "${INSTALL_EXAMPLES_TRUE}" && test -z "${INSTALL_EXAMPLES_FALSE}"; then | 33405 | if test -z "${INSTALL_EXAMPLES_TRUE}" && test -z "${INSTALL_EXAMPLES_FALSE}"; then |
32806 | as_fn_error $? "conditional \"INSTALL_EXAMPLES\" was never defined. | 33406 | as_fn_error "conditional \"INSTALL_EXAMPLES\" was never defined. |
32807 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33407 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32808 | fi | 33408 | fi |
32809 | if test -z "${BUILD_EXAMPLES_TRUE}" && test -z "${BUILD_EXAMPLES_FALSE}"; then | 33409 | if test -z "${BUILD_EXAMPLES_TRUE}" && test -z "${BUILD_EXAMPLES_FALSE}"; then |
32810 | as_fn_error $? "conditional \"BUILD_EXAMPLES\" was never defined. | 33410 | as_fn_error "conditional \"BUILD_EXAMPLES\" was never defined. |
32811 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33411 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32812 | fi | 33412 | fi |
32813 | if test -z "${EFL_ENABLE_TESTS_TRUE}" && test -z "${EFL_ENABLE_TESTS_FALSE}"; then | 33413 | if test -z "${EFL_ENABLE_TESTS_TRUE}" && test -z "${EFL_ENABLE_TESTS_FALSE}"; then |
32814 | as_fn_error $? "conditional \"EFL_ENABLE_TESTS\" was never defined. | 33414 | as_fn_error "conditional \"EFL_ENABLE_TESTS\" was never defined. |
32815 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33415 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32816 | fi | 33416 | fi |
32817 | if test -z "${EFL_ENABLE_COVERAGE_TRUE}" && test -z "${EFL_ENABLE_COVERAGE_FALSE}"; then | 33417 | if test -z "${EFL_ENABLE_COVERAGE_TRUE}" && test -z "${EFL_ENABLE_COVERAGE_FALSE}"; then |
32818 | as_fn_error $? "conditional \"EFL_ENABLE_COVERAGE\" was never defined. | 33418 | as_fn_error "conditional \"EFL_ENABLE_COVERAGE\" was never defined. |
32819 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 33419 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
32820 | fi | 33420 | fi |
32821 | 33421 | ||
@@ -32965,19 +33565,19 @@ export LANGUAGE | |||
32965 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 33565 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
32966 | 33566 | ||
32967 | 33567 | ||
32968 | # as_fn_error STATUS ERROR [LINENO LOG_FD] | 33568 | # as_fn_error ERROR [LINENO LOG_FD] |
32969 | # ---------------------------------------- | 33569 | # --------------------------------- |
32970 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 33570 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
32971 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 33571 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
32972 | # script with STATUS, using 1 if that was 0. | 33572 | # script with status $?, using 1 if that was 0. |
32973 | as_fn_error () | 33573 | as_fn_error () |
32974 | { | 33574 | { |
32975 | as_status=$1; test $as_status -eq 0 && as_status=1 | 33575 | as_status=$?; test $as_status -eq 0 && as_status=1 |
32976 | if test "$4"; then | 33576 | if test "$3"; then |
32977 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 33577 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
32978 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 33578 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
32979 | fi | 33579 | fi |
32980 | $as_echo "$as_me: error: $2" >&2 | 33580 | $as_echo "$as_me: error: $1" >&2 |
32981 | as_fn_exit $as_status | 33581 | as_fn_exit $as_status |
32982 | } # as_fn_error | 33582 | } # as_fn_error |
32983 | 33583 | ||
@@ -33173,7 +33773,7 @@ $as_echo X"$as_dir" | | |||
33173 | test -d "$as_dir" && break | 33773 | test -d "$as_dir" && break |
33174 | done | 33774 | done |
33175 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 33775 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
33176 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 33776 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
33177 | 33777 | ||
33178 | 33778 | ||
33179 | } # as_fn_mkdir_p | 33779 | } # as_fn_mkdir_p |
@@ -33226,8 +33826,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
33226 | # report actual input values of CONFIG_FILES etc. instead of their | 33826 | # report actual input values of CONFIG_FILES etc. instead of their |
33227 | # values after options handling. | 33827 | # values after options handling. |
33228 | ac_log=" | 33828 | ac_log=" |
33229 | This file was extended by evas $as_me 1.1.0, which was | 33829 | This file was extended by evas $as_me 1.1.99.67344, which was |
33230 | generated by GNU Autoconf 2.67. Invocation command line was | 33830 | generated by GNU Autoconf 2.65. Invocation command line was |
33231 | 33831 | ||
33232 | CONFIG_FILES = $CONFIG_FILES | 33832 | CONFIG_FILES = $CONFIG_FILES |
33233 | CONFIG_HEADERS = $CONFIG_HEADERS | 33833 | CONFIG_HEADERS = $CONFIG_HEADERS |
@@ -33292,11 +33892,11 @@ _ACEOF | |||
33292 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 33892 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
33293 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 33893 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
33294 | ac_cs_version="\\ | 33894 | ac_cs_version="\\ |
33295 | evas config.status 1.1.0 | 33895 | evas config.status 1.1.99.67344 |
33296 | configured by $0, generated by GNU Autoconf 2.67, | 33896 | configured by $0, generated by GNU Autoconf 2.65, |
33297 | with options \\"\$ac_cs_config\\" | 33897 | with options \\"\$ac_cs_config\\" |
33298 | 33898 | ||
33299 | Copyright (C) 2010 Free Software Foundation, Inc. | 33899 | Copyright (C) 2009 Free Software Foundation, Inc. |
33300 | This config.status script is free software; the Free Software Foundation | 33900 | This config.status script is free software; the Free Software Foundation |
33301 | gives unlimited permission to copy, distribute and modify it." | 33901 | gives unlimited permission to copy, distribute and modify it." |
33302 | 33902 | ||
@@ -33314,16 +33914,11 @@ ac_need_defaults=: | |||
33314 | while test $# != 0 | 33914 | while test $# != 0 |
33315 | do | 33915 | do |
33316 | case $1 in | 33916 | case $1 in |
33317 | --*=?*) | 33917 | --*=*) |
33318 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | 33918 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
33319 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 33919 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
33320 | ac_shift=: | 33920 | ac_shift=: |
33321 | ;; | 33921 | ;; |
33322 | --*=) | ||
33323 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
33324 | ac_optarg= | ||
33325 | ac_shift=: | ||
33326 | ;; | ||
33327 | *) | 33922 | *) |
33328 | ac_option=$1 | 33923 | ac_option=$1 |
33329 | ac_optarg=$2 | 33924 | ac_optarg=$2 |
@@ -33345,7 +33940,6 @@ do | |||
33345 | $ac_shift | 33940 | $ac_shift |
33346 | case $ac_optarg in | 33941 | case $ac_optarg in |
33347 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 33942 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
33348 | '') as_fn_error $? "missing file argument" ;; | ||
33349 | esac | 33943 | esac |
33350 | as_fn_append CONFIG_FILES " '$ac_optarg'" | 33944 | as_fn_append CONFIG_FILES " '$ac_optarg'" |
33351 | ac_need_defaults=false;; | 33945 | ac_need_defaults=false;; |
@@ -33358,7 +33952,7 @@ do | |||
33358 | ac_need_defaults=false;; | 33952 | ac_need_defaults=false;; |
33359 | --he | --h) | 33953 | --he | --h) |
33360 | # Conflict between --help and --header | 33954 | # Conflict between --help and --header |
33361 | as_fn_error $? "ambiguous option: \`$1' | 33955 | as_fn_error "ambiguous option: \`$1' |
33362 | Try \`$0 --help' for more information.";; | 33956 | Try \`$0 --help' for more information.";; |
33363 | --help | --hel | -h ) | 33957 | --help | --hel | -h ) |
33364 | $as_echo "$ac_cs_usage"; exit ;; | 33958 | $as_echo "$ac_cs_usage"; exit ;; |
@@ -33367,7 +33961,7 @@ Try \`$0 --help' for more information.";; | |||
33367 | ac_cs_silent=: ;; | 33961 | ac_cs_silent=: ;; |
33368 | 33962 | ||
33369 | # This is an error. | 33963 | # This is an error. |
33370 | -*) as_fn_error $? "unrecognized option: \`$1' | 33964 | -*) as_fn_error "unrecognized option: \`$1' |
33371 | Try \`$0 --help' for more information." ;; | 33965 | Try \`$0 --help' for more information." ;; |
33372 | 33966 | ||
33373 | *) as_fn_append ac_config_targets " $1" | 33967 | *) as_fn_append ac_config_targets " $1" |
@@ -33793,6 +34387,8 @@ do | |||
33793 | "evas-software-16-wince.pc") CONFIG_FILES="$CONFIG_FILES evas-software-16-wince.pc" ;; | 34387 | "evas-software-16-wince.pc") CONFIG_FILES="$CONFIG_FILES evas-software-16-wince.pc" ;; |
33794 | "evas-software-sdl.pc") CONFIG_FILES="$CONFIG_FILES evas-software-sdl.pc" ;; | 34388 | "evas-software-sdl.pc") CONFIG_FILES="$CONFIG_FILES evas-software-sdl.pc" ;; |
33795 | "evas-psl1ght.pc") CONFIG_FILES="$CONFIG_FILES evas-psl1ght.pc" ;; | 34389 | "evas-psl1ght.pc") CONFIG_FILES="$CONFIG_FILES evas-psl1ght.pc" ;; |
34390 | "evas-wayland-shm.pc") CONFIG_FILES="$CONFIG_FILES evas-wayland-shm.pc" ;; | ||
34391 | "evas-wayland-egl.pc") CONFIG_FILES="$CONFIG_FILES evas-wayland-egl.pc" ;; | ||
33796 | "evas.pc") CONFIG_FILES="$CONFIG_FILES evas.pc" ;; | 34392 | "evas.pc") CONFIG_FILES="$CONFIG_FILES evas.pc" ;; |
33797 | "doc/evas.dox") CONFIG_FILES="$CONFIG_FILES doc/evas.dox" ;; | 34393 | "doc/evas.dox") CONFIG_FILES="$CONFIG_FILES doc/evas.dox" ;; |
33798 | "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; | 34394 | "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; |
@@ -33837,6 +34433,8 @@ do | |||
33837 | "src/modules/engines/software_16_x11/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/engines/software_16_x11/Makefile" ;; | 34433 | "src/modules/engines/software_16_x11/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/engines/software_16_x11/Makefile" ;; |
33838 | "src/modules/engines/software_16_ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/engines/software_16_ddraw/Makefile" ;; | 34434 | "src/modules/engines/software_16_ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/engines/software_16_ddraw/Makefile" ;; |
33839 | "src/modules/engines/software_16_sdl/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/engines/software_16_sdl/Makefile" ;; | 34435 | "src/modules/engines/software_16_sdl/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/engines/software_16_sdl/Makefile" ;; |
34436 | "src/modules/engines/wayland_shm/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/engines/wayland_shm/Makefile" ;; | ||
34437 | "src/modules/engines/wayland_egl/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/engines/wayland_egl/Makefile" ;; | ||
33840 | "src/modules/loaders/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/loaders/Makefile" ;; | 34438 | "src/modules/loaders/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/loaders/Makefile" ;; |
33841 | "src/modules/loaders/edb/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/loaders/edb/Makefile" ;; | 34439 | "src/modules/loaders/edb/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/loaders/edb/Makefile" ;; |
33842 | "src/modules/loaders/eet/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/loaders/eet/Makefile" ;; | 34440 | "src/modules/loaders/eet/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/loaders/eet/Makefile" ;; |
@@ -33866,7 +34464,7 @@ do | |||
33866 | "src/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;; | 34464 | "src/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;; |
33867 | "evas.spec") CONFIG_FILES="$CONFIG_FILES evas.spec" ;; | 34465 | "evas.spec") CONFIG_FILES="$CONFIG_FILES evas.spec" ;; |
33868 | 34466 | ||
33869 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; | 34467 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
33870 | esac | 34468 | esac |
33871 | done | 34469 | done |
33872 | 34470 | ||
@@ -33904,7 +34502,7 @@ $debug || | |||
33904 | { | 34502 | { |
33905 | tmp=./conf$$-$RANDOM | 34503 | tmp=./conf$$-$RANDOM |
33906 | (umask 077 && mkdir "$tmp") | 34504 | (umask 077 && mkdir "$tmp") |
33907 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 34505 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 |
33908 | 34506 | ||
33909 | # Set up the scripts for CONFIG_FILES section. | 34507 | # Set up the scripts for CONFIG_FILES section. |
33910 | # No need to generate them if there are no CONFIG_FILES. | 34508 | # No need to generate them if there are no CONFIG_FILES. |
@@ -33921,7 +34519,7 @@ if test "x$ac_cr" = x; then | |||
33921 | fi | 34519 | fi |
33922 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 34520 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
33923 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 34521 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
33924 | ac_cs_awk_cr='\\r' | 34522 | ac_cs_awk_cr='\r' |
33925 | else | 34523 | else |
33926 | ac_cs_awk_cr=$ac_cr | 34524 | ac_cs_awk_cr=$ac_cr |
33927 | fi | 34525 | fi |
@@ -33935,18 +34533,18 @@ _ACEOF | |||
33935 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 34533 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
33936 | echo "_ACEOF" | 34534 | echo "_ACEOF" |
33937 | } >conf$$subs.sh || | 34535 | } >conf$$subs.sh || |
33938 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 34536 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
33939 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | 34537 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` |
33940 | ac_delim='%!_!# ' | 34538 | ac_delim='%!_!# ' |
33941 | for ac_last_try in false false false false false :; do | 34539 | for ac_last_try in false false false false false :; do |
33942 | . ./conf$$subs.sh || | 34540 | . ./conf$$subs.sh || |
33943 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 34541 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
33944 | 34542 | ||
33945 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 34543 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
33946 | if test $ac_delim_n = $ac_delim_num; then | 34544 | if test $ac_delim_n = $ac_delim_num; then |
33947 | break | 34545 | break |
33948 | elif $ac_last_try; then | 34546 | elif $ac_last_try; then |
33949 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 34547 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
33950 | else | 34548 | else |
33951 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 34549 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
33952 | fi | 34550 | fi |
@@ -34035,28 +34633,20 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
34035 | else | 34633 | else |
34036 | cat | 34634 | cat |
34037 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 34635 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
34038 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 34636 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 |
34039 | _ACEOF | 34637 | _ACEOF |
34040 | 34638 | ||
34041 | # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 34639 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
34042 | # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 34640 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
34043 | # trailing colons and then remove the whole line if VPATH becomes empty | 34641 | # trailing colons and then remove the whole line if VPATH becomes empty |
34044 | # (actually we leave an empty line to preserve line numbers). | 34642 | # (actually we leave an empty line to preserve line numbers). |
34045 | if test "x$srcdir" = x.; then | 34643 | if test "x$srcdir" = x.; then |
34046 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ | 34644 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
34047 | h | 34645 | s/:*\$(srcdir):*/:/ |
34048 | s/// | 34646 | s/:*\${srcdir}:*/:/ |
34049 | s/^/:/ | 34647 | s/:*@srcdir@:*/:/ |
34050 | s/[ ]*$/:/ | 34648 | s/^\([^=]*=[ ]*\):*/\1/ |
34051 | s/:\$(srcdir):/:/g | ||
34052 | s/:\${srcdir}:/:/g | ||
34053 | s/:@srcdir@:/:/g | ||
34054 | s/^:*// | ||
34055 | s/:*$// | 34649 | s/:*$// |
34056 | x | ||
34057 | s/\(=[ ]*\).*/\1/ | ||
34058 | G | ||
34059 | s/\n// | ||
34060 | s/^[^=]*=[ ]*$// | 34650 | s/^[^=]*=[ ]*$// |
34061 | }' | 34651 | }' |
34062 | fi | 34652 | fi |
@@ -34084,7 +34674,7 @@ for ac_last_try in false false :; do | |||
34084 | if test -z "$ac_t"; then | 34674 | if test -z "$ac_t"; then |
34085 | break | 34675 | break |
34086 | elif $ac_last_try; then | 34676 | elif $ac_last_try; then |
34087 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 | 34677 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 |
34088 | else | 34678 | else |
34089 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 34679 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
34090 | fi | 34680 | fi |
@@ -34169,7 +34759,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
34169 | _ACAWK | 34759 | _ACAWK |
34170 | _ACEOF | 34760 | _ACEOF |
34171 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 34761 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
34172 | as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 | 34762 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 |
34173 | fi # test -n "$CONFIG_HEADERS" | 34763 | fi # test -n "$CONFIG_HEADERS" |
34174 | 34764 | ||
34175 | 34765 | ||
@@ -34182,7 +34772,7 @@ do | |||
34182 | esac | 34772 | esac |
34183 | case $ac_mode$ac_tag in | 34773 | case $ac_mode$ac_tag in |
34184 | :[FHL]*:*);; | 34774 | :[FHL]*:*);; |
34185 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; | 34775 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; |
34186 | :[FH]-) ac_tag=-:-;; | 34776 | :[FH]-) ac_tag=-:-;; |
34187 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 34777 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
34188 | esac | 34778 | esac |
@@ -34210,7 +34800,7 @@ do | |||
34210 | [\\/$]*) false;; | 34800 | [\\/$]*) false;; |
34211 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 34801 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
34212 | esac || | 34802 | esac || |
34213 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; | 34803 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
34214 | esac | 34804 | esac |
34215 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 34805 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
34216 | as_fn_append ac_file_inputs " '$ac_f'" | 34806 | as_fn_append ac_file_inputs " '$ac_f'" |
@@ -34237,7 +34827,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
34237 | 34827 | ||
34238 | case $ac_tag in | 34828 | case $ac_tag in |
34239 | *:-:* | *:-) cat >"$tmp/stdin" \ | 34829 | *:-:* | *:-) cat >"$tmp/stdin" \ |
34240 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 34830 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; |
34241 | esac | 34831 | esac |
34242 | ;; | 34832 | ;; |
34243 | esac | 34833 | esac |
@@ -34374,22 +34964,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t | |||
34374 | $ac_datarootdir_hack | 34964 | $ac_datarootdir_hack |
34375 | " | 34965 | " |
34376 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 34966 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
34377 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 34967 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
34378 | 34968 | ||
34379 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 34969 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
34380 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 34970 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
34381 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 34971 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
34382 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 34972 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
34383 | which seems to be undefined. Please make sure it is defined" >&5 | 34973 | which seems to be undefined. Please make sure it is defined." >&5 |
34384 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 34974 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
34385 | which seems to be undefined. Please make sure it is defined" >&2;} | 34975 | which seems to be undefined. Please make sure it is defined." >&2;} |
34386 | 34976 | ||
34387 | rm -f "$tmp/stdin" | 34977 | rm -f "$tmp/stdin" |
34388 | case $ac_file in | 34978 | case $ac_file in |
34389 | -) cat "$tmp/out" && rm -f "$tmp/out";; | 34979 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
34390 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 34980 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
34391 | esac \ | 34981 | esac \ |
34392 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 34982 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
34393 | ;; | 34983 | ;; |
34394 | :H) | 34984 | :H) |
34395 | # | 34985 | # |
@@ -34400,19 +34990,19 @@ which seems to be undefined. Please make sure it is defined" >&2;} | |||
34400 | $as_echo "/* $configure_input */" \ | 34990 | $as_echo "/* $configure_input */" \ |
34401 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | 34991 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
34402 | } >"$tmp/config.h" \ | 34992 | } >"$tmp/config.h" \ |
34403 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 34993 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
34404 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | 34994 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
34405 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 34995 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
34406 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 34996 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
34407 | else | 34997 | else |
34408 | rm -f "$ac_file" | 34998 | rm -f "$ac_file" |
34409 | mv "$tmp/config.h" "$ac_file" \ | 34999 | mv "$tmp/config.h" "$ac_file" \ |
34410 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 35000 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
34411 | fi | 35001 | fi |
34412 | else | 35002 | else |
34413 | $as_echo "/* $configure_input */" \ | 35003 | $as_echo "/* $configure_input */" \ |
34414 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | 35004 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
34415 | || as_fn_error $? "could not create -" "$LINENO" 5 | 35005 | || as_fn_error "could not create -" "$LINENO" 5 |
34416 | fi | 35006 | fi |
34417 | # Compute "$ac_file"'s index in $config_headers. | 35007 | # Compute "$ac_file"'s index in $config_headers. |
34418 | _am_arg="$ac_file" | 35008 | _am_arg="$ac_file" |
@@ -35370,7 +35960,7 @@ _ACEOF | |||
35370 | ac_clean_files=$ac_clean_files_save | 35960 | ac_clean_files=$ac_clean_files_save |
35371 | 35961 | ||
35372 | test $ac_write_fail = 0 || | 35962 | test $ac_write_fail = 0 || |
35373 | as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 35963 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
35374 | 35964 | ||
35375 | 35965 | ||
35376 | # configure is writing to config.log, and then calls config.status. | 35966 | # configure is writing to config.log, and then calls config.status. |
@@ -35391,7 +35981,7 @@ if test "$no_create" != yes; then | |||
35391 | exec 5>>config.log | 35981 | exec 5>>config.log |
35392 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 35982 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
35393 | # would make configure fail if this is the last instruction. | 35983 | # would make configure fail if this is the last instruction. |
35394 | $ac_cs_success || as_fn_exit 1 | 35984 | $ac_cs_success || as_fn_exit $? |
35395 | fi | 35985 | fi |
35396 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 35986 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
35397 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 35987 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
@@ -35465,6 +36055,8 @@ echo " Software 16bit X11.........: $have_evas_engine_software_16_x11" | |||
35465 | echo " Software 16bit Directdraw..: $have_evas_engine_software_16_ddraw" | 36055 | echo " Software 16bit Directdraw..: $have_evas_engine_software_16_ddraw" |
35466 | echo " Software 16bit WinCE.......: $have_evas_engine_software_16_wince" | 36056 | echo " Software 16bit WinCE.......: $have_evas_engine_software_16_wince" |
35467 | echo " Software 16bit SDL.........: $have_evas_engine_software_16_sdl (primitive: $sdl_primitive)" | 36057 | echo " Software 16bit SDL.........: $have_evas_engine_software_16_sdl (primitive: $sdl_primitive)" |
36058 | echo " Wayland Shm................: $have_evas_engine_wayland_shm" | ||
36059 | echo " Wayland Egl................: $have_evas_engine_wayland_egl" | ||
35468 | echo | 36060 | echo |
35469 | echo "Image Loaders:" | 36061 | echo "Image Loaders:" |
35470 | echo " BMP.....................: $have_evas_image_loader_bmp" | 36062 | echo " BMP.....................: $have_evas_image_loader_bmp" |
@@ -35517,6 +36109,16 @@ echo | |||
35517 | echo " Word Cache..............: $want_word_cache" | 36109 | echo " Word Cache..............: $want_word_cache" |
35518 | echo " Metric Cache............: $want_metric_cache" | 36110 | echo " Metric Cache............: $want_metric_cache" |
35519 | echo | 36111 | echo |
36112 | echo " Pixman..................: $have_pixman" | ||
36113 | echo " Pixman Fonts............: $have_pixman_font" | ||
36114 | echo " Pixman Rects............: $have_pixman_rect" | ||
36115 | echo " Pixman Lines............: $have_pixman_line" | ||
36116 | echo " Pixman Polygons.........: $have_pixman_poly" | ||
36117 | echo " Pixman Images...........: $have_pixman_image" | ||
36118 | echo " Pixman Image ScaleSample: $have_pixman_image_scale_sample" | ||
36119 | echo | ||
36120 | echo " Tiled 32BPP rotate......: $have_tile_rotate" | ||
36121 | echo | ||
35520 | echo "ARGB Software Engine Options:" | 36122 | echo "ARGB Software Engine Options:" |
35521 | echo " Sampling Scaler.........: $scaler_sample" | 36123 | echo " Sampling Scaler.........: $scaler_sample" |
35522 | echo " Smooth Scaler...........: $scaler_smooth" | 36124 | echo " Smooth Scaler...........: $scaler_smooth" |