diff options
Diffstat (limited to 'libraries/ecore/configure')
-rwxr-xr-x | libraries/ecore/configure | 2735 |
1 files changed, 1663 insertions, 1072 deletions
diff --git a/libraries/ecore/configure b/libraries/ecore/configure index 6ac7715..2ea7dd2 100755 --- a/libraries/ecore/configure +++ b/libraries/ecore/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 ecore 1.1.0. | 3 | # Generated by GNU Autoconf 2.65 for ecore 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='ecore' | 702 | PACKAGE_NAME='ecore' |
703 | PACKAGE_TARNAME='ecore' | 703 | PACKAGE_TARNAME='ecore' |
704 | PACKAGE_VERSION='1.1.0' | 704 | PACKAGE_VERSION='1.1.99.67344' |
705 | PACKAGE_STRING='ecore 1.1.0' | 705 | PACKAGE_STRING='ecore 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 | ||
@@ -748,6 +748,8 @@ ac_subst_vars='am__EXEEXT_FALSE | |||
748 | am__EXEEXT_TRUE | 748 | am__EXEEXT_TRUE |
749 | LTLIBOBJS | 749 | LTLIBOBJS |
750 | LIBOBJS | 750 | LIBOBJS |
751 | requirements_ecore_wayland | ||
752 | requirements_ecore_imf_scim | ||
751 | requirements_ecore_imf_xim | 753 | requirements_ecore_imf_xim |
752 | requirements_ecore_wince | 754 | requirements_ecore_wince |
753 | requirements_ecore_win32 | 755 | requirements_ecore_win32 |
@@ -770,6 +772,14 @@ EFL_INSTALL_EXAMPLES_FALSE | |||
770 | EFL_INSTALL_EXAMPLES_TRUE | 772 | EFL_INSTALL_EXAMPLES_TRUE |
771 | EFL_BUILD_EXAMPLES_FALSE | 773 | EFL_BUILD_EXAMPLES_FALSE |
772 | EFL_BUILD_EXAMPLES_TRUE | 774 | EFL_BUILD_EXAMPLES_TRUE |
775 | WAYLAND_EGL_LIBS | ||
776 | WAYLAND_EGL_CFLAGS | ||
777 | ecore_wayland_libs | ||
778 | ecore_wayland_cflags | ||
779 | BUILD_ECORE_WAYLAND_FALSE | ||
780 | BUILD_ECORE_WAYLAND_TRUE | ||
781 | WAYLAND_LIBS | ||
782 | WAYLAND_CFLAGS | ||
773 | XCB_X11_LIBS | 783 | XCB_X11_LIBS |
774 | XCB_X11_CFLAGS | 784 | XCB_X11_CFLAGS |
775 | ecore_evas_libs | 785 | ecore_evas_libs |
@@ -810,6 +820,12 @@ ecore_x_libs | |||
810 | ecore_x_cflags | 820 | ecore_x_cflags |
811 | BUILD_ECORE_X_FALSE | 821 | BUILD_ECORE_X_FALSE |
812 | BUILD_ECORE_X_TRUE | 822 | BUILD_ECORE_X_TRUE |
823 | ecore_imf_scim_libs | ||
824 | ecore_imf_scim_cflags | ||
825 | BUILD_ECORE_IMF_SCIM_FALSE | ||
826 | BUILD_ECORE_IMF_SCIM_TRUE | ||
827 | SCIM_LIBS | ||
828 | SCIM_CFLAGS | ||
813 | ecore_imf_xim_libs | 829 | ecore_imf_xim_libs |
814 | ecore_imf_xim_cflags | 830 | ecore_imf_xim_cflags |
815 | BUILD_ECORE_IMF_XIM_FALSE | 831 | BUILD_ECORE_IMF_XIM_FALSE |
@@ -1002,8 +1018,6 @@ EFL_ENABLE_TESTS_FALSE | |||
1002 | EFL_ENABLE_TESTS_TRUE | 1018 | EFL_ENABLE_TESTS_TRUE |
1003 | CHECK_LIBS | 1019 | CHECK_LIBS |
1004 | CHECK_CFLAGS | 1020 | CHECK_CFLAGS |
1005 | PKG_CONFIG_LIBDIR | ||
1006 | PKG_CONFIG_PATH | ||
1007 | PKG_CONFIG | 1021 | PKG_CONFIG |
1008 | HAVE_PO_FALSE | 1022 | HAVE_PO_FALSE |
1009 | HAVE_PO_TRUE | 1023 | HAVE_PO_TRUE |
@@ -1208,6 +1222,7 @@ enable_ecore_imf_evas | |||
1208 | enable_ecore_input | 1222 | enable_ecore_input |
1209 | enable_ecore_input_evas | 1223 | enable_ecore_input_evas |
1210 | enable_ecore_imf_xim | 1224 | enable_ecore_imf_xim |
1225 | enable_ecore_imf_scim | ||
1211 | enable_ecore_x | 1226 | enable_ecore_x |
1212 | enable_ecore_win32 | 1227 | enable_ecore_win32 |
1213 | enable_ecore_cocoa | 1228 | enable_ecore_cocoa |
@@ -1236,6 +1251,9 @@ enable_ecore_evas_fb | |||
1236 | enable_ecore_evas_software_16_wince | 1251 | enable_ecore_evas_software_16_wince |
1237 | enable_ecore_evas_ews | 1252 | enable_ecore_evas_ews |
1238 | enable_ecore_evas_psl1ght | 1253 | enable_ecore_evas_psl1ght |
1254 | enable_ecore_wayland | ||
1255 | enable_ecore_evas_wayland_shm | ||
1256 | enable_ecore_evas_wayland_egl | ||
1239 | enable_build_examples | 1257 | enable_build_examples |
1240 | enable_install_examples | 1258 | enable_install_examples |
1241 | ' | 1259 | ' |
@@ -1249,8 +1267,6 @@ LIBS | |||
1249 | CPPFLAGS | 1267 | CPPFLAGS |
1250 | CPP | 1268 | CPP |
1251 | PKG_CONFIG | 1269 | PKG_CONFIG |
1252 | PKG_CONFIG_PATH | ||
1253 | PKG_CONFIG_LIBDIR | ||
1254 | CHECK_CFLAGS | 1270 | CHECK_CFLAGS |
1255 | CHECK_LIBS | 1271 | CHECK_LIBS |
1256 | OBJC | 1272 | OBJC |
@@ -1318,10 +1334,16 @@ SSL_CFLAGS | |||
1318 | SSL_LIBS | 1334 | SSL_LIBS |
1319 | CARES_CFLAGS | 1335 | CARES_CFLAGS |
1320 | CARES_LIBS | 1336 | CARES_LIBS |
1337 | SCIM_CFLAGS | ||
1338 | SCIM_LIBS | ||
1321 | TSLIB_CFLAGS | 1339 | TSLIB_CFLAGS |
1322 | TSLIB_LIBS | 1340 | TSLIB_LIBS |
1323 | XCB_X11_CFLAGS | 1341 | XCB_X11_CFLAGS |
1324 | XCB_X11_LIBS' | 1342 | XCB_X11_LIBS |
1343 | WAYLAND_CFLAGS | ||
1344 | WAYLAND_LIBS | ||
1345 | WAYLAND_EGL_CFLAGS | ||
1346 | WAYLAND_EGL_LIBS' | ||
1325 | 1347 | ||
1326 | 1348 | ||
1327 | # Initialize some variables set by options. | 1349 | # Initialize some variables set by options. |
@@ -1384,9 +1406,8 @@ do | |||
1384 | fi | 1406 | fi |
1385 | 1407 | ||
1386 | case $ac_option in | 1408 | case $ac_option in |
1387 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 1409 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
1388 | *=) ac_optarg= ;; | 1410 | *) ac_optarg=yes ;; |
1389 | *) ac_optarg=yes ;; | ||
1390 | esac | 1411 | esac |
1391 | 1412 | ||
1392 | # Accept the important Cygnus configure options, so we can diagnose typos. | 1413 | # Accept the important Cygnus configure options, so we can diagnose typos. |
@@ -1431,7 +1452,7 @@ do | |||
1431 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 1452 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
1432 | # Reject names that are not valid shell variable names. | 1453 | # Reject names that are not valid shell variable names. |
1433 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1454 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1434 | as_fn_error $? "invalid feature name: $ac_useropt" | 1455 | as_fn_error "invalid feature name: $ac_useropt" |
1435 | ac_useropt_orig=$ac_useropt | 1456 | ac_useropt_orig=$ac_useropt |
1436 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1457 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1437 | case $ac_user_opts in | 1458 | case $ac_user_opts in |
@@ -1457,7 +1478,7 @@ do | |||
1457 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 1478 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
1458 | # Reject names that are not valid shell variable names. | 1479 | # Reject names that are not valid shell variable names. |
1459 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1480 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1460 | as_fn_error $? "invalid feature name: $ac_useropt" | 1481 | as_fn_error "invalid feature name: $ac_useropt" |
1461 | ac_useropt_orig=$ac_useropt | 1482 | ac_useropt_orig=$ac_useropt |
1462 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1483 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1463 | case $ac_user_opts in | 1484 | case $ac_user_opts in |
@@ -1661,7 +1682,7 @@ do | |||
1661 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1682 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1662 | # Reject names that are not valid shell variable names. | 1683 | # Reject names that are not valid shell variable names. |
1663 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1684 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1664 | as_fn_error $? "invalid package name: $ac_useropt" | 1685 | as_fn_error "invalid package name: $ac_useropt" |
1665 | ac_useropt_orig=$ac_useropt | 1686 | ac_useropt_orig=$ac_useropt |
1666 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1687 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1667 | case $ac_user_opts in | 1688 | case $ac_user_opts in |
@@ -1677,7 +1698,7 @@ do | |||
1677 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1698 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1678 | # Reject names that are not valid shell variable names. | 1699 | # Reject names that are not valid shell variable names. |
1679 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1700 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1680 | as_fn_error $? "invalid package name: $ac_useropt" | 1701 | as_fn_error "invalid package name: $ac_useropt" |
1681 | ac_useropt_orig=$ac_useropt | 1702 | ac_useropt_orig=$ac_useropt |
1682 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1703 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1683 | case $ac_user_opts in | 1704 | case $ac_user_opts in |
@@ -1707,8 +1728,8 @@ do | |||
1707 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1728 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1708 | x_libraries=$ac_optarg ;; | 1729 | x_libraries=$ac_optarg ;; |
1709 | 1730 | ||
1710 | -*) as_fn_error $? "unrecognized option: \`$ac_option' | 1731 | -*) as_fn_error "unrecognized option: \`$ac_option' |
1711 | Try \`$0 --help' for more information" | 1732 | Try \`$0 --help' for more information." |
1712 | ;; | 1733 | ;; |
1713 | 1734 | ||
1714 | *=*) | 1735 | *=*) |
@@ -1716,7 +1737,7 @@ Try \`$0 --help' for more information" | |||
1716 | # Reject names that are not valid shell variable names. | 1737 | # Reject names that are not valid shell variable names. |
1717 | case $ac_envvar in #( | 1738 | case $ac_envvar in #( |
1718 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1739 | '' | [0-9]* | *[!_$as_cr_alnum]* ) |
1719 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; | 1740 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; |
1720 | esac | 1741 | esac |
1721 | eval $ac_envvar=\$ac_optarg | 1742 | eval $ac_envvar=\$ac_optarg |
1722 | export $ac_envvar ;; | 1743 | export $ac_envvar ;; |
@@ -1734,13 +1755,13 @@ done | |||
1734 | 1755 | ||
1735 | if test -n "$ac_prev"; then | 1756 | if test -n "$ac_prev"; then |
1736 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1757 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1737 | as_fn_error $? "missing argument to $ac_option" | 1758 | as_fn_error "missing argument to $ac_option" |
1738 | fi | 1759 | fi |
1739 | 1760 | ||
1740 | if test -n "$ac_unrecognized_opts"; then | 1761 | if test -n "$ac_unrecognized_opts"; then |
1741 | case $enable_option_checking in | 1762 | case $enable_option_checking in |
1742 | no) ;; | 1763 | no) ;; |
1743 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; | 1764 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; |
1744 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1765 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
1745 | esac | 1766 | esac |
1746 | fi | 1767 | fi |
@@ -1763,7 +1784,7 @@ do | |||
1763 | [\\/$]* | ?:[\\/]* ) continue;; | 1784 | [\\/$]* | ?:[\\/]* ) continue;; |
1764 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1785 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1765 | esac | 1786 | esac |
1766 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" | 1787 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" |
1767 | done | 1788 | done |
1768 | 1789 | ||
1769 | # There might be people who depend on the old broken behavior: `$host' | 1790 | # There might be people who depend on the old broken behavior: `$host' |
@@ -1777,8 +1798,8 @@ target=$target_alias | |||
1777 | if test "x$host_alias" != x; then | 1798 | if test "x$host_alias" != x; then |
1778 | if test "x$build_alias" = x; then | 1799 | if test "x$build_alias" = x; then |
1779 | cross_compiling=maybe | 1800 | cross_compiling=maybe |
1780 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | 1801 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
1781 | If a cross compiler is detected then cross compile mode will be used" >&2 | 1802 | If a cross compiler is detected then cross compile mode will be used." >&2 |
1782 | elif test "x$build_alias" != "x$host_alias"; then | 1803 | elif test "x$build_alias" != "x$host_alias"; then |
1783 | cross_compiling=yes | 1804 | cross_compiling=yes |
1784 | fi | 1805 | fi |
@@ -1793,9 +1814,9 @@ test "$silent" = yes && exec 6>/dev/null | |||
1793 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1814 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1794 | ac_ls_di=`ls -di .` && | 1815 | ac_ls_di=`ls -di .` && |
1795 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1816 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1796 | as_fn_error $? "working directory cannot be determined" | 1817 | as_fn_error "working directory cannot be determined" |
1797 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1818 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1798 | as_fn_error $? "pwd does not report name of working directory" | 1819 | as_fn_error "pwd does not report name of working directory" |
1799 | 1820 | ||
1800 | 1821 | ||
1801 | # Find the source files, if location was not specified. | 1822 | # Find the source files, if location was not specified. |
@@ -1834,11 +1855,11 @@ else | |||
1834 | fi | 1855 | fi |
1835 | if test ! -r "$srcdir/$ac_unique_file"; then | 1856 | if test ! -r "$srcdir/$ac_unique_file"; then |
1836 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1857 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1837 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" | 1858 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" |
1838 | fi | 1859 | fi |
1839 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1860 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1840 | ac_abs_confdir=`( | 1861 | ac_abs_confdir=`( |
1841 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" | 1862 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" |
1842 | pwd)` | 1863 | pwd)` |
1843 | # When building in place, set srcdir=. | 1864 | # When building in place, set srcdir=. |
1844 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1865 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
@@ -1864,7 +1885,7 @@ if test "$ac_init_help" = "long"; then | |||
1864 | # Omit some internal or obsolete options to make the list less imposing. | 1885 | # Omit some internal or obsolete options to make the list less imposing. |
1865 | # This message is too long to be a string in the A/UX 3.1 sh. | 1886 | # This message is too long to be a string in the A/UX 3.1 sh. |
1866 | cat <<_ACEOF | 1887 | cat <<_ACEOF |
1867 | \`configure' configures ecore 1.1.0 to adapt to many kinds of systems. | 1888 | \`configure' configures ecore 1.1.99.67344 to adapt to many kinds of systems. |
1868 | 1889 | ||
1869 | Usage: $0 [OPTION]... [VAR=VALUE]... | 1890 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1870 | 1891 | ||
@@ -1878,7 +1899,7 @@ Configuration: | |||
1878 | --help=short display options specific to this package | 1899 | --help=short display options specific to this package |
1879 | --help=recursive display the short help of all the included packages | 1900 | --help=recursive display the short help of all the included packages |
1880 | -V, --version display version information and exit | 1901 | -V, --version display version information and exit |
1881 | -q, --quiet, --silent do not print \`checking ...' messages | 1902 | -q, --quiet, --silent do not print \`checking...' messages |
1882 | --cache-file=FILE cache test results in FILE [disabled] | 1903 | --cache-file=FILE cache test results in FILE [disabled] |
1883 | -C, --config-cache alias for \`--cache-file=config.cache' | 1904 | -C, --config-cache alias for \`--cache-file=config.cache' |
1884 | -n, --no-create do not create output files | 1905 | -n, --no-create do not create output files |
@@ -1938,7 +1959,7 @@ fi | |||
1938 | 1959 | ||
1939 | if test -n "$ac_init_help"; then | 1960 | if test -n "$ac_init_help"; then |
1940 | case $ac_init_help in | 1961 | case $ac_init_help in |
1941 | short | recursive ) echo "Configuration of ecore 1.1.0:";; | 1962 | short | recursive ) echo "Configuration of ecore 1.1.99.67344:";; |
1942 | esac | 1963 | esac |
1943 | cat <<\_ACEOF | 1964 | cat <<\_ACEOF |
1944 | 1965 | ||
@@ -2042,6 +2063,7 @@ Optional Features: | |||
2042 | --enable-ecore-input-evas | 2063 | --enable-ecore-input-evas |
2043 | enable the ecore_input_evas module | 2064 | enable the ecore_input_evas module |
2044 | --enable-ecore-imf-xim enable the ecore_imf_xim module | 2065 | --enable-ecore-imf-xim enable the ecore_imf_xim module |
2066 | --enable-ecore-imf-scim enable the ecore_imf_scim module | ||
2045 | --enable-ecore-x enable the ecore_x module | 2067 | --enable-ecore-x enable the ecore_x module |
2046 | --enable-ecore-win32 enable the ecore_win32 module | 2068 | --enable-ecore-win32 enable the ecore_win32 module |
2047 | --enable-ecore-cocoa enable the ecore_cocoa module | 2069 | --enable-ecore-cocoa enable the ecore_cocoa module |
@@ -2099,6 +2121,11 @@ Optional Features: | |||
2099 | support in the ecore_evas module. | 2121 | support in the ecore_evas module. |
2100 | --enable-ecore-evas-psl1ght | 2122 | --enable-ecore-evas-psl1ght |
2101 | enable PSL1GHT support in the ecore_evas module. | 2123 | enable PSL1GHT support in the ecore_evas module. |
2124 | --enable-ecore-wayland enable the ecore_wayland module | ||
2125 | --enable-ecore-evas-wayland-shm | ||
2126 | enable Wayland Shm support in the ecore_evas module. | ||
2127 | --enable-ecore-evas-wayland-egl | ||
2128 | enable Wayland Egl support in the ecore_evas module. | ||
2102 | --enable-build-examples enable building examples [default=disabled] | 2129 | --enable-build-examples enable building examples [default=disabled] |
2103 | --enable-install-examples | 2130 | --enable-install-examples |
2104 | enable installing example source files | 2131 | enable installing example source files |
@@ -2138,10 +2165,6 @@ Some influential environment variables: | |||
2138 | you have headers in a nonstandard directory <include dir> | 2165 | you have headers in a nonstandard directory <include dir> |
2139 | CPP C preprocessor | 2166 | CPP C preprocessor |
2140 | PKG_CONFIG path to pkg-config utility | 2167 | PKG_CONFIG path to pkg-config utility |
2141 | PKG_CONFIG_PATH | ||
2142 | directories to add to pkg-config's search path | ||
2143 | PKG_CONFIG_LIBDIR | ||
2144 | path overriding pkg-config's built-in search path | ||
2145 | CHECK_CFLAGS | 2168 | CHECK_CFLAGS |
2146 | C compiler flags for CHECK, overriding pkg-config | 2169 | C compiler flags for CHECK, overriding pkg-config |
2147 | CHECK_LIBS linker flags for CHECK, overriding pkg-config | 2170 | CHECK_LIBS linker flags for CHECK, overriding pkg-config |
@@ -2246,6 +2269,8 @@ Some influential environment variables: | |||
2246 | CARES_CFLAGS | 2269 | CARES_CFLAGS |
2247 | C compiler flags for CARES, overriding pkg-config | 2270 | C compiler flags for CARES, overriding pkg-config |
2248 | CARES_LIBS linker flags for CARES, overriding pkg-config | 2271 | CARES_LIBS linker flags for CARES, overriding pkg-config |
2272 | SCIM_CFLAGS C compiler flags for SCIM, overriding pkg-config | ||
2273 | SCIM_LIBS linker flags for SCIM, overriding pkg-config | ||
2249 | TSLIB_CFLAGS | 2274 | TSLIB_CFLAGS |
2250 | C compiler flags for TSLIB, overriding pkg-config | 2275 | C compiler flags for TSLIB, overriding pkg-config |
2251 | TSLIB_LIBS linker flags for TSLIB, overriding pkg-config | 2276 | TSLIB_LIBS linker flags for TSLIB, overriding pkg-config |
@@ -2253,6 +2278,14 @@ Some influential environment variables: | |||
2253 | C compiler flags for XCB_X11, overriding pkg-config | 2278 | C compiler flags for XCB_X11, overriding pkg-config |
2254 | XCB_X11_LIBS | 2279 | XCB_X11_LIBS |
2255 | linker flags for XCB_X11, overriding pkg-config | 2280 | linker flags for XCB_X11, overriding pkg-config |
2281 | WAYLAND_CFLAGS | ||
2282 | C compiler flags for WAYLAND, overriding pkg-config | ||
2283 | WAYLAND_LIBS | ||
2284 | linker flags for WAYLAND, overriding pkg-config | ||
2285 | WAYLAND_EGL_CFLAGS | ||
2286 | C compiler flags for WAYLAND_EGL, overriding pkg-config | ||
2287 | WAYLAND_EGL_LIBS | ||
2288 | linker flags for WAYLAND_EGL, overriding pkg-config | ||
2256 | 2289 | ||
2257 | Use these variables to override the choices made by `configure' or to help | 2290 | Use these variables to override the choices made by `configure' or to help |
2258 | it to find libraries and programs with nonstandard names/locations. | 2291 | it to find libraries and programs with nonstandard names/locations. |
@@ -2320,10 +2353,10 @@ fi | |||
2320 | test -n "$ac_init_help" && exit $ac_status | 2353 | test -n "$ac_init_help" && exit $ac_status |
2321 | if $ac_init_version; then | 2354 | if $ac_init_version; then |
2322 | cat <<\_ACEOF | 2355 | cat <<\_ACEOF |
2323 | ecore configure 1.1.0 | 2356 | ecore configure 1.1.99.67344 |
2324 | generated by GNU Autoconf 2.67 | 2357 | generated by GNU Autoconf 2.65 |
2325 | 2358 | ||
2326 | Copyright (C) 2010 Free Software Foundation, Inc. | 2359 | Copyright (C) 2009 Free Software Foundation, Inc. |
2327 | This configure script is free software; the Free Software Foundation | 2360 | This configure script is free software; the Free Software Foundation |
2328 | gives unlimited permission to copy, distribute and modify it. | 2361 | gives unlimited permission to copy, distribute and modify it. |
2329 | _ACEOF | 2362 | _ACEOF |
@@ -2393,7 +2426,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
2393 | mv -f conftest.er1 conftest.err | 2426 | mv -f conftest.er1 conftest.err |
2394 | fi | 2427 | fi |
2395 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 2428 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
2396 | test $ac_status = 0; } > conftest.i && { | 2429 | test $ac_status = 0; } >/dev/null && { |
2397 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 2430 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
2398 | test ! -s conftest.err | 2431 | test ! -s conftest.err |
2399 | }; then : | 2432 | }; then : |
@@ -2417,10 +2450,10 @@ fi | |||
2417 | ac_fn_c_check_header_mongrel () | 2450 | ac_fn_c_check_header_mongrel () |
2418 | { | 2451 | { |
2419 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2452 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2420 | if eval "test \"\${$3+set}\"" = set; then : | 2453 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2421 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2454 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2422 | $as_echo_n "checking for $2... " >&6; } | 2455 | $as_echo_n "checking for $2... " >&6; } |
2423 | if eval "test \"\${$3+set}\"" = set; then : | 2456 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2424 | $as_echo_n "(cached) " >&6 | 2457 | $as_echo_n "(cached) " >&6 |
2425 | fi | 2458 | fi |
2426 | eval ac_res=\$$3 | 2459 | eval ac_res=\$$3 |
@@ -2456,7 +2489,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
2456 | else | 2489 | else |
2457 | ac_header_preproc=no | 2490 | ac_header_preproc=no |
2458 | fi | 2491 | fi |
2459 | rm -f conftest.err conftest.i conftest.$ac_ext | 2492 | rm -f conftest.err conftest.$ac_ext |
2460 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 2493 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
2461 | $as_echo "$ac_header_preproc" >&6; } | 2494 | $as_echo "$ac_header_preproc" >&6; } |
2462 | 2495 | ||
@@ -2479,15 +2512,17 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |||
2479 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | 2512 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
2480 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | 2513 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
2481 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 2514 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
2482 | ( $as_echo "## -------------------------------------------------------- ## | 2515 | ( cat <<\_ASBOX |
2516 | ## -------------------------------------------------------- ## | ||
2483 | ## Report this to enlightenment-devel@lists.sourceforge.net ## | 2517 | ## Report this to enlightenment-devel@lists.sourceforge.net ## |
2484 | ## -------------------------------------------------------- ##" | 2518 | ## -------------------------------------------------------- ## |
2519 | _ASBOX | ||
2485 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 2520 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
2486 | ;; | 2521 | ;; |
2487 | esac | 2522 | esac |
2488 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2523 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2489 | $as_echo_n "checking for $2... " >&6; } | 2524 | $as_echo_n "checking for $2... " >&6; } |
2490 | if eval "test \"\${$3+set}\"" = set; then : | 2525 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2491 | $as_echo_n "(cached) " >&6 | 2526 | $as_echo_n "(cached) " >&6 |
2492 | else | 2527 | else |
2493 | eval "$3=\$ac_header_compiler" | 2528 | eval "$3=\$ac_header_compiler" |
@@ -2551,7 +2586,7 @@ ac_fn_c_check_header_compile () | |||
2551 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2586 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2552 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2587 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2553 | $as_echo_n "checking for $2... " >&6; } | 2588 | $as_echo_n "checking for $2... " >&6; } |
2554 | if eval "test \"\${$3+set}\"" = set; then : | 2589 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2555 | $as_echo_n "(cached) " >&6 | 2590 | $as_echo_n "(cached) " >&6 |
2556 | else | 2591 | else |
2557 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2592 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -2627,7 +2662,7 @@ ac_fn_c_check_func () | |||
2627 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2662 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2628 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2663 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2629 | $as_echo_n "checking for $2... " >&6; } | 2664 | $as_echo_n "checking for $2... " >&6; } |
2630 | if eval "test \"\${$3+set}\"" = set; then : | 2665 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2631 | $as_echo_n "(cached) " >&6 | 2666 | $as_echo_n "(cached) " >&6 |
2632 | else | 2667 | else |
2633 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2668 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -2686,18 +2721,15 @@ $as_echo "$ac_res" >&6; } | |||
2686 | 2721 | ||
2687 | } # ac_fn_c_check_func | 2722 | } # ac_fn_c_check_func |
2688 | 2723 | ||
2689 | # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES | 2724 | # ac_fn_c_check_decl LINENO SYMBOL VAR |
2690 | # --------------------------------------------- | 2725 | # ------------------------------------ |
2691 | # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR | 2726 | # Tests whether SYMBOL is declared, setting cache variable VAR accordingly. |
2692 | # accordingly. | ||
2693 | ac_fn_c_check_decl () | 2727 | ac_fn_c_check_decl () |
2694 | { | 2728 | { |
2695 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2729 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2696 | as_decl_name=`echo $2|sed 's/ *(.*//'` | 2730 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5 |
2697 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` | 2731 | $as_echo_n "checking whether $2 is declared... " >&6; } |
2698 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 | 2732 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2699 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | ||
2700 | if eval "test \"\${$3+set}\"" = set; then : | ||
2701 | $as_echo_n "(cached) " >&6 | 2733 | $as_echo_n "(cached) " >&6 |
2702 | else | 2734 | else |
2703 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2735 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -2706,12 +2738,8 @@ $4 | |||
2706 | int | 2738 | int |
2707 | main () | 2739 | main () |
2708 | { | 2740 | { |
2709 | #ifndef $as_decl_name | 2741 | #ifndef $2 |
2710 | #ifdef __cplusplus | 2742 | (void) $2; |
2711 | (void) $as_decl_use; | ||
2712 | #else | ||
2713 | (void) $as_decl_name; | ||
2714 | #endif | ||
2715 | #endif | 2743 | #endif |
2716 | 2744 | ||
2717 | ; | 2745 | ; |
@@ -2829,7 +2857,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
2829 | mv -f conftest.er1 conftest.err | 2857 | mv -f conftest.er1 conftest.err |
2830 | fi | 2858 | fi |
2831 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 2859 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
2832 | test $ac_status = 0; } > conftest.i && { | 2860 | test $ac_status = 0; } >/dev/null && { |
2833 | test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || | 2861 | test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || |
2834 | test ! -s conftest.err | 2862 | test ! -s conftest.err |
2835 | }; then : | 2863 | }; then : |
@@ -3124,7 +3152,7 @@ ac_fn_c_check_type () | |||
3124 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 3152 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
3125 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 3153 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
3126 | $as_echo_n "checking for $2... " >&6; } | 3154 | $as_echo_n "checking for $2... " >&6; } |
3127 | if eval "test \"\${$3+set}\"" = set; then : | 3155 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
3128 | $as_echo_n "(cached) " >&6 | 3156 | $as_echo_n "(cached) " >&6 |
3129 | else | 3157 | else |
3130 | eval "$3=no" | 3158 | eval "$3=no" |
@@ -3172,8 +3200,8 @@ cat >config.log <<_ACEOF | |||
3172 | This file contains any messages produced by compilers while | 3200 | This file contains any messages produced by compilers while |
3173 | running configure, to aid debugging if configure makes a mistake. | 3201 | running configure, to aid debugging if configure makes a mistake. |
3174 | 3202 | ||
3175 | It was created by ecore $as_me 1.1.0, which was | 3203 | It was created by ecore $as_me 1.1.99.67344, which was |
3176 | generated by GNU Autoconf 2.67. Invocation command line was | 3204 | generated by GNU Autoconf 2.65. Invocation command line was |
3177 | 3205 | ||
3178 | $ $0 $@ | 3206 | $ $0 $@ |
3179 | 3207 | ||
@@ -3283,9 +3311,11 @@ trap 'exit_status=$? | |||
3283 | { | 3311 | { |
3284 | echo | 3312 | echo |
3285 | 3313 | ||
3286 | $as_echo "## ---------------- ## | 3314 | cat <<\_ASBOX |
3315 | ## ---------------- ## | ||
3287 | ## Cache variables. ## | 3316 | ## Cache variables. ## |
3288 | ## ---------------- ##" | 3317 | ## ---------------- ## |
3318 | _ASBOX | ||
3289 | echo | 3319 | echo |
3290 | # The following way of writing the cache mishandles newlines in values, | 3320 | # The following way of writing the cache mishandles newlines in values, |
3291 | ( | 3321 | ( |
@@ -3319,9 +3349,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
3319 | ) | 3349 | ) |
3320 | echo | 3350 | echo |
3321 | 3351 | ||
3322 | $as_echo "## ----------------- ## | 3352 | cat <<\_ASBOX |
3353 | ## ----------------- ## | ||
3323 | ## Output variables. ## | 3354 | ## Output variables. ## |
3324 | ## ----------------- ##" | 3355 | ## ----------------- ## |
3356 | _ASBOX | ||
3325 | echo | 3357 | echo |
3326 | for ac_var in $ac_subst_vars | 3358 | for ac_var in $ac_subst_vars |
3327 | do | 3359 | do |
@@ -3334,9 +3366,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
3334 | echo | 3366 | echo |
3335 | 3367 | ||
3336 | if test -n "$ac_subst_files"; then | 3368 | if test -n "$ac_subst_files"; then |
3337 | $as_echo "## ------------------- ## | 3369 | cat <<\_ASBOX |
3370 | ## ------------------- ## | ||
3338 | ## File substitutions. ## | 3371 | ## File substitutions. ## |
3339 | ## ------------------- ##" | 3372 | ## ------------------- ## |
3373 | _ASBOX | ||
3340 | echo | 3374 | echo |
3341 | for ac_var in $ac_subst_files | 3375 | for ac_var in $ac_subst_files |
3342 | do | 3376 | do |
@@ -3350,9 +3384,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
3350 | fi | 3384 | fi |
3351 | 3385 | ||
3352 | if test -s confdefs.h; then | 3386 | if test -s confdefs.h; then |
3353 | $as_echo "## ----------- ## | 3387 | cat <<\_ASBOX |
3388 | ## ----------- ## | ||
3354 | ## confdefs.h. ## | 3389 | ## confdefs.h. ## |
3355 | ## ----------- ##" | 3390 | ## ----------- ## |
3391 | _ASBOX | ||
3356 | echo | 3392 | echo |
3357 | cat confdefs.h | 3393 | cat confdefs.h |
3358 | echo | 3394 | echo |
@@ -3407,12 +3443,7 @@ _ACEOF | |||
3407 | ac_site_file1=NONE | 3443 | ac_site_file1=NONE |
3408 | ac_site_file2=NONE | 3444 | ac_site_file2=NONE |
3409 | if test -n "$CONFIG_SITE"; then | 3445 | if test -n "$CONFIG_SITE"; then |
3410 | # We do not want a PATH search for config.site. | 3446 | ac_site_file1=$CONFIG_SITE |
3411 | case $CONFIG_SITE in #(( | ||
3412 | -*) ac_site_file1=./$CONFIG_SITE;; | ||
3413 | */*) ac_site_file1=$CONFIG_SITE;; | ||
3414 | *) ac_site_file1=./$CONFIG_SITE;; | ||
3415 | esac | ||
3416 | elif test "x$prefix" != xNONE; then | 3447 | elif test "x$prefix" != xNONE; then |
3417 | ac_site_file1=$prefix/share/config.site | 3448 | ac_site_file1=$prefix/share/config.site |
3418 | ac_site_file2=$prefix/etc/config.site | 3449 | ac_site_file2=$prefix/etc/config.site |
@@ -3427,11 +3458,7 @@ do | |||
3427 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 3458 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
3428 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 3459 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
3429 | sed 's/^/| /' "$ac_site_file" >&5 | 3460 | sed 's/^/| /' "$ac_site_file" >&5 |
3430 | . "$ac_site_file" \ | 3461 | . "$ac_site_file" |
3431 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
3432 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
3433 | as_fn_error $? "failed to load site script $ac_site_file | ||
3434 | See \`config.log' for more details" "$LINENO" 5 ; } | ||
3435 | fi | 3462 | fi |
3436 | done | 3463 | done |
3437 | 3464 | ||
@@ -3508,7 +3535,7 @@ if $ac_cache_corrupted; then | |||
3508 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3535 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3509 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 3536 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
3510 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 3537 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
3511 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 3538 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
3512 | fi | 3539 | fi |
3513 | ## -------------------- ## | 3540 | ## -------------------- ## |
3514 | ## Main body of script. ## | 3541 | ## Main body of script. ## |
@@ -3534,22 +3561,16 @@ am__api_version='1.11' | |||
3534 | 3561 | ||
3535 | ac_aux_dir= | 3562 | ac_aux_dir= |
3536 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 3563 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
3537 | if test -f "$ac_dir/install-sh"; then | 3564 | for ac_t in install-sh install.sh shtool; do |
3538 | ac_aux_dir=$ac_dir | 3565 | if test -f "$ac_dir/$ac_t"; then |
3539 | ac_install_sh="$ac_aux_dir/install-sh -c" | 3566 | ac_aux_dir=$ac_dir |
3540 | break | 3567 | ac_install_sh="$ac_aux_dir/$ac_t -c" |
3541 | elif test -f "$ac_dir/install.sh"; then | 3568 | break 2 |
3542 | ac_aux_dir=$ac_dir | 3569 | fi |
3543 | ac_install_sh="$ac_aux_dir/install.sh -c" | 3570 | done |
3544 | break | ||
3545 | elif test -f "$ac_dir/shtool"; then | ||
3546 | ac_aux_dir=$ac_dir | ||
3547 | ac_install_sh="$ac_aux_dir/shtool install -c" | ||
3548 | break | ||
3549 | fi | ||
3550 | done | 3571 | done |
3551 | if test -z "$ac_aux_dir"; then | 3572 | if test -z "$ac_aux_dir"; then |
3552 | as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 3573 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
3553 | fi | 3574 | fi |
3554 | 3575 | ||
3555 | # These three variables are undocumented and unsupported, | 3576 | # These three variables are undocumented and unsupported, |
@@ -3665,11 +3686,11 @@ am_lf=' | |||
3665 | ' | 3686 | ' |
3666 | case `pwd` in | 3687 | case `pwd` in |
3667 | *[\\\"\#\$\&\'\`$am_lf]*) | 3688 | *[\\\"\#\$\&\'\`$am_lf]*) |
3668 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; | 3689 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; |
3669 | esac | 3690 | esac |
3670 | case $srcdir in | 3691 | case $srcdir in |
3671 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 3692 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
3672 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; | 3693 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
3673 | esac | 3694 | esac |
3674 | 3695 | ||
3675 | # Do `set' in a subshell so we don't clobber the current shell's | 3696 | # Do `set' in a subshell so we don't clobber the current shell's |
@@ -3691,7 +3712,7 @@ if ( | |||
3691 | # if, for instance, CONFIG_SHELL is bash and it inherits a | 3712 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
3692 | # broken ls alias from the environment. This has actually | 3713 | # broken ls alias from the environment. This has actually |
3693 | # happened. Such a system could not be considered "sane". | 3714 | # happened. Such a system could not be considered "sane". |
3694 | as_fn_error $? "ls -t appears to fail. Make sure there is not a broken | 3715 | as_fn_error "ls -t appears to fail. Make sure there is not a broken |
3695 | alias in your environment" "$LINENO" 5 | 3716 | alias in your environment" "$LINENO" 5 |
3696 | fi | 3717 | fi |
3697 | 3718 | ||
@@ -3701,7 +3722,7 @@ then | |||
3701 | # Ok. | 3722 | # Ok. |
3702 | : | 3723 | : |
3703 | else | 3724 | else |
3704 | as_fn_error $? "newly created file is older than distributed files! | 3725 | as_fn_error "newly created file is older than distributed files! |
3705 | Check your system clock" "$LINENO" 5 | 3726 | Check your system clock" "$LINENO" 5 |
3706 | fi | 3727 | fi |
3707 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3728 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
@@ -3939,7 +3960,7 @@ done | |||
3939 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 3960 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
3940 | set x ${MAKE-make} | 3961 | set x ${MAKE-make} |
3941 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 3962 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
3942 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : | 3963 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : |
3943 | $as_echo_n "(cached) " >&6 | 3964 | $as_echo_n "(cached) " >&6 |
3944 | else | 3965 | else |
3945 | cat >conftest.make <<\_ACEOF | 3966 | cat >conftest.make <<\_ACEOF |
@@ -3947,7 +3968,7 @@ SHELL = /bin/sh | |||
3947 | all: | 3968 | all: |
3948 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 3969 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
3949 | _ACEOF | 3970 | _ACEOF |
3950 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 3971 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
3951 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 3972 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
3952 | *@@@%%%=?*=@@@%%%*) | 3973 | *@@@%%%=?*=@@@%%%*) |
3953 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 3974 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
@@ -3981,7 +4002,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then | |||
3981 | am__isrc=' -I$(srcdir)' | 4002 | am__isrc=' -I$(srcdir)' |
3982 | # test to see if srcdir already configured | 4003 | # test to see if srcdir already configured |
3983 | if test -f $srcdir/config.status; then | 4004 | if test -f $srcdir/config.status; then |
3984 | as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | 4005 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
3985 | fi | 4006 | fi |
3986 | fi | 4007 | fi |
3987 | 4008 | ||
@@ -3997,7 +4018,7 @@ fi | |||
3997 | 4018 | ||
3998 | # Define the identity of the package. | 4019 | # Define the identity of the package. |
3999 | PACKAGE='ecore' | 4020 | PACKAGE='ecore' |
4000 | VERSION='1.1.0' | 4021 | VERSION='1.1.99.67344' |
4001 | 4022 | ||
4002 | 4023 | ||
4003 | cat >>confdefs.h <<_ACEOF | 4024 | cat >>confdefs.h <<_ACEOF |
@@ -4412,8 +4433,8 @@ fi | |||
4412 | 4433 | ||
4413 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4434 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4414 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4435 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4415 | as_fn_error $? "no acceptable C compiler found in \$PATH | 4436 | as_fn_error "no acceptable C compiler found in \$PATH |
4416 | See \`config.log' for more details" "$LINENO" 5 ; } | 4437 | See \`config.log' for more details." "$LINENO" 5; } |
4417 | 4438 | ||
4418 | # Provide some information about the compiler. | 4439 | # Provide some information about the compiler. |
4419 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 4440 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -4527,8 +4548,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
4527 | 4548 | ||
4528 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4549 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4529 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4550 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4530 | as_fn_error 77 "C compiler cannot create executables | 4551 | { as_fn_set_status 77 |
4531 | See \`config.log' for more details" "$LINENO" 5 ; } | 4552 | as_fn_error "C compiler cannot create executables |
4553 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
4532 | else | 4554 | else |
4533 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 4555 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
4534 | $as_echo "yes" >&6; } | 4556 | $as_echo "yes" >&6; } |
@@ -4570,8 +4592,8 @@ done | |||
4570 | else | 4592 | else |
4571 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4593 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4572 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4594 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4573 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 4595 | as_fn_error "cannot compute suffix of executables: cannot compile and link |
4574 | See \`config.log' for more details" "$LINENO" 5 ; } | 4596 | See \`config.log' for more details." "$LINENO" 5; } |
4575 | fi | 4597 | fi |
4576 | rm -f conftest conftest$ac_cv_exeext | 4598 | rm -f conftest conftest$ac_cv_exeext |
4577 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 4599 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
@@ -4628,9 +4650,9 @@ $as_echo "$ac_try_echo"; } >&5 | |||
4628 | else | 4650 | else |
4629 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4651 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4630 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4652 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4631 | as_fn_error $? "cannot run C compiled programs. | 4653 | as_fn_error "cannot run C compiled programs. |
4632 | If you meant to cross compile, use \`--host'. | 4654 | If you meant to cross compile, use \`--host'. |
4633 | See \`config.log' for more details" "$LINENO" 5 ; } | 4655 | See \`config.log' for more details." "$LINENO" 5; } |
4634 | fi | 4656 | fi |
4635 | fi | 4657 | fi |
4636 | fi | 4658 | fi |
@@ -4681,8 +4703,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
4681 | 4703 | ||
4682 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4704 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4683 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4705 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4684 | as_fn_error $? "cannot compute suffix of object files: cannot compile | 4706 | as_fn_error "cannot compute suffix of object files: cannot compile |
4685 | See \`config.log' for more details" "$LINENO" 5 ; } | 4707 | See \`config.log' for more details." "$LINENO" 5; } |
4686 | fi | 4708 | fi |
4687 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 4709 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
4688 | fi | 4710 | fi |
@@ -5072,7 +5094,7 @@ else | |||
5072 | # Broken: fails on valid input. | 5094 | # Broken: fails on valid input. |
5073 | continue | 5095 | continue |
5074 | fi | 5096 | fi |
5075 | rm -f conftest.err conftest.i conftest.$ac_ext | 5097 | rm -f conftest.err conftest.$ac_ext |
5076 | 5098 | ||
5077 | # OK, works on sane cases. Now check whether nonexistent headers | 5099 | # OK, works on sane cases. Now check whether nonexistent headers |
5078 | # can be detected and how. | 5100 | # can be detected and how. |
@@ -5088,11 +5110,11 @@ else | |||
5088 | ac_preproc_ok=: | 5110 | ac_preproc_ok=: |
5089 | break | 5111 | break |
5090 | fi | 5112 | fi |
5091 | rm -f conftest.err conftest.i conftest.$ac_ext | 5113 | rm -f conftest.err conftest.$ac_ext |
5092 | 5114 | ||
5093 | done | 5115 | done |
5094 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5116 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
5095 | rm -f conftest.i conftest.err conftest.$ac_ext | 5117 | rm -f conftest.err conftest.$ac_ext |
5096 | if $ac_preproc_ok; then : | 5118 | if $ac_preproc_ok; then : |
5097 | break | 5119 | break |
5098 | fi | 5120 | fi |
@@ -5131,7 +5153,7 @@ else | |||
5131 | # Broken: fails on valid input. | 5153 | # Broken: fails on valid input. |
5132 | continue | 5154 | continue |
5133 | fi | 5155 | fi |
5134 | rm -f conftest.err conftest.i conftest.$ac_ext | 5156 | rm -f conftest.err conftest.$ac_ext |
5135 | 5157 | ||
5136 | # OK, works on sane cases. Now check whether nonexistent headers | 5158 | # OK, works on sane cases. Now check whether nonexistent headers |
5137 | # can be detected and how. | 5159 | # can be detected and how. |
@@ -5147,18 +5169,18 @@ else | |||
5147 | ac_preproc_ok=: | 5169 | ac_preproc_ok=: |
5148 | break | 5170 | break |
5149 | fi | 5171 | fi |
5150 | rm -f conftest.err conftest.i conftest.$ac_ext | 5172 | rm -f conftest.err conftest.$ac_ext |
5151 | 5173 | ||
5152 | done | 5174 | done |
5153 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5175 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
5154 | rm -f conftest.i conftest.err conftest.$ac_ext | 5176 | rm -f conftest.err conftest.$ac_ext |
5155 | if $ac_preproc_ok; then : | 5177 | if $ac_preproc_ok; then : |
5156 | 5178 | ||
5157 | else | 5179 | else |
5158 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5180 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
5159 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5181 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
5160 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 5182 | as_fn_error "C preprocessor \"$CPP\" fails sanity check |
5161 | See \`config.log' for more details" "$LINENO" 5 ; } | 5183 | See \`config.log' for more details." "$LINENO" 5; } |
5162 | fi | 5184 | fi |
5163 | 5185 | ||
5164 | ac_ext=c | 5186 | ac_ext=c |
@@ -5219,7 +5241,7 @@ esac | |||
5219 | done | 5241 | done |
5220 | IFS=$as_save_IFS | 5242 | IFS=$as_save_IFS |
5221 | if test -z "$ac_cv_path_GREP"; then | 5243 | if test -z "$ac_cv_path_GREP"; then |
5222 | as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 5244 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
5223 | fi | 5245 | fi |
5224 | else | 5246 | else |
5225 | ac_cv_path_GREP=$GREP | 5247 | ac_cv_path_GREP=$GREP |
@@ -5285,7 +5307,7 @@ esac | |||
5285 | done | 5307 | done |
5286 | IFS=$as_save_IFS | 5308 | IFS=$as_save_IFS |
5287 | if test -z "$ac_cv_path_EGREP"; then | 5309 | if test -z "$ac_cv_path_EGREP"; then |
5288 | as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 5310 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
5289 | fi | 5311 | fi |
5290 | else | 5312 | else |
5291 | ac_cv_path_EGREP=$EGREP | 5313 | ac_cv_path_EGREP=$EGREP |
@@ -5417,7 +5439,8 @@ do : | |||
5417 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 5439 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
5418 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 5440 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
5419 | " | 5441 | " |
5420 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 5442 | eval as_val=\$$as_ac_Header |
5443 | if test "x$as_val" = x""yes; then : | ||
5421 | cat >>confdefs.h <<_ACEOF | 5444 | cat >>confdefs.h <<_ACEOF |
5422 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 5445 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
5423 | _ACEOF | 5446 | _ACEOF |
@@ -5492,7 +5515,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | |||
5492 | 5515 | ||
5493 | # Make sure we can run config.sub. | 5516 | # Make sure we can run config.sub. |
5494 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 5517 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
5495 | as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | 5518 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
5496 | 5519 | ||
5497 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 5520 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
5498 | $as_echo_n "checking build system type... " >&6; } | 5521 | $as_echo_n "checking build system type... " >&6; } |
@@ -5503,16 +5526,16 @@ else | |||
5503 | test "x$ac_build_alias" = x && | 5526 | test "x$ac_build_alias" = x && |
5504 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 5527 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
5505 | test "x$ac_build_alias" = x && | 5528 | test "x$ac_build_alias" = x && |
5506 | as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 | 5529 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 |
5507 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 5530 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
5508 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | 5531 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
5509 | 5532 | ||
5510 | fi | 5533 | fi |
5511 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | 5534 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
5512 | $as_echo "$ac_cv_build" >&6; } | 5535 | $as_echo "$ac_cv_build" >&6; } |
5513 | case $ac_cv_build in | 5536 | case $ac_cv_build in |
5514 | *-*-*) ;; | 5537 | *-*-*) ;; |
5515 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; | 5538 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; |
5516 | esac | 5539 | esac |
5517 | build=$ac_cv_build | 5540 | build=$ac_cv_build |
5518 | ac_save_IFS=$IFS; IFS='-' | 5541 | ac_save_IFS=$IFS; IFS='-' |
@@ -5537,7 +5560,7 @@ else | |||
5537 | ac_cv_host=$ac_cv_build | 5560 | ac_cv_host=$ac_cv_build |
5538 | else | 5561 | else |
5539 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 5562 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
5540 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | 5563 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
5541 | fi | 5564 | fi |
5542 | 5565 | ||
5543 | fi | 5566 | fi |
@@ -5545,7 +5568,7 @@ fi | |||
5545 | $as_echo "$ac_cv_host" >&6; } | 5568 | $as_echo "$ac_cv_host" >&6; } |
5546 | case $ac_cv_host in | 5569 | case $ac_cv_host in |
5547 | *-*-*) ;; | 5570 | *-*-*) ;; |
5548 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; | 5571 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; |
5549 | esac | 5572 | esac |
5550 | host=$ac_cv_host | 5573 | host=$ac_cv_host |
5551 | ac_save_IFS=$IFS; IFS='-' | 5574 | ac_save_IFS=$IFS; IFS='-' |
@@ -5946,7 +5969,7 @@ esac | |||
5946 | done | 5969 | done |
5947 | IFS=$as_save_IFS | 5970 | IFS=$as_save_IFS |
5948 | if test -z "$ac_cv_path_SED"; then | 5971 | if test -z "$ac_cv_path_SED"; then |
5949 | as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 | 5972 | as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 |
5950 | fi | 5973 | fi |
5951 | else | 5974 | else |
5952 | ac_cv_path_SED=$SED | 5975 | ac_cv_path_SED=$SED |
@@ -6025,7 +6048,7 @@ esac | |||
6025 | done | 6048 | done |
6026 | IFS=$as_save_IFS | 6049 | IFS=$as_save_IFS |
6027 | if test -z "$ac_cv_path_FGREP"; then | 6050 | if test -z "$ac_cv_path_FGREP"; then |
6028 | as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 6051 | as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
6029 | fi | 6052 | fi |
6030 | else | 6053 | else |
6031 | ac_cv_path_FGREP=$FGREP | 6054 | ac_cv_path_FGREP=$FGREP |
@@ -6141,7 +6164,7 @@ else | |||
6141 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 6164 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6142 | $as_echo "no" >&6; } | 6165 | $as_echo "no" >&6; } |
6143 | fi | 6166 | fi |
6144 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 | 6167 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
6145 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | 6168 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
6146 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | 6169 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
6147 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | 6170 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : |
@@ -6343,13 +6366,13 @@ if test "${lt_cv_nm_interface+set}" = set; then : | |||
6343 | else | 6366 | else |
6344 | lt_cv_nm_interface="BSD nm" | 6367 | lt_cv_nm_interface="BSD nm" |
6345 | echo "int some_variable = 0;" > conftest.$ac_ext | 6368 | echo "int some_variable = 0;" > conftest.$ac_ext |
6346 | (eval echo "\"\$as_me:6346: $ac_compile\"" >&5) | 6369 | (eval echo "\"\$as_me:6369: $ac_compile\"" >&5) |
6347 | (eval "$ac_compile" 2>conftest.err) | 6370 | (eval "$ac_compile" 2>conftest.err) |
6348 | cat conftest.err >&5 | 6371 | cat conftest.err >&5 |
6349 | (eval echo "\"\$as_me:6349: $NM \\\"conftest.$ac_objext\\\"\"" >&5) | 6372 | (eval echo "\"\$as_me:6372: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
6350 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) | 6373 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
6351 | cat conftest.err >&5 | 6374 | cat conftest.err >&5 |
6352 | (eval echo "\"\$as_me:6352: output\"" >&5) | 6375 | (eval echo "\"\$as_me:6375: output\"" >&5) |
6353 | cat conftest.out >&5 | 6376 | cat conftest.out >&5 |
6354 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then | 6377 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
6355 | lt_cv_nm_interface="MS dumpbin" | 6378 | lt_cv_nm_interface="MS dumpbin" |
@@ -7551,7 +7574,7 @@ ia64-*-hpux*) | |||
7551 | ;; | 7574 | ;; |
7552 | *-*-irix6*) | 7575 | *-*-irix6*) |
7553 | # Find out which ABI we are using. | 7576 | # Find out which ABI we are using. |
7554 | echo '#line 7554 "configure"' > conftest.$ac_ext | 7577 | echo '#line 7577 "configure"' > conftest.$ac_ext |
7555 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 7578 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7556 | (eval $ac_compile) 2>&5 | 7579 | (eval $ac_compile) 2>&5 |
7557 | ac_status=$? | 7580 | ac_status=$? |
@@ -8811,11 +8834,11 @@ else | |||
8811 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8834 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8812 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8835 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8813 | -e 's:$: $lt_compiler_flag:'` | 8836 | -e 's:$: $lt_compiler_flag:'` |
8814 | (eval echo "\"\$as_me:8814: $lt_compile\"" >&5) | 8837 | (eval echo "\"\$as_me:8837: $lt_compile\"" >&5) |
8815 | (eval "$lt_compile" 2>conftest.err) | 8838 | (eval "$lt_compile" 2>conftest.err) |
8816 | ac_status=$? | 8839 | ac_status=$? |
8817 | cat conftest.err >&5 | 8840 | cat conftest.err >&5 |
8818 | echo "$as_me:8818: \$? = $ac_status" >&5 | 8841 | echo "$as_me:8841: \$? = $ac_status" >&5 |
8819 | if (exit $ac_status) && test -s "$ac_outfile"; then | 8842 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8820 | # The compiler can only warn and ignore the option if not recognized | 8843 | # The compiler can only warn and ignore the option if not recognized |
8821 | # So say no if there are warnings other than the usual output. | 8844 | # So say no if there are warnings other than the usual output. |
@@ -9150,11 +9173,11 @@ else | |||
9150 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 9173 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
9151 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 9174 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
9152 | -e 's:$: $lt_compiler_flag:'` | 9175 | -e 's:$: $lt_compiler_flag:'` |
9153 | (eval echo "\"\$as_me:9153: $lt_compile\"" >&5) | 9176 | (eval echo "\"\$as_me:9176: $lt_compile\"" >&5) |
9154 | (eval "$lt_compile" 2>conftest.err) | 9177 | (eval "$lt_compile" 2>conftest.err) |
9155 | ac_status=$? | 9178 | ac_status=$? |
9156 | cat conftest.err >&5 | 9179 | cat conftest.err >&5 |
9157 | echo "$as_me:9157: \$? = $ac_status" >&5 | 9180 | echo "$as_me:9180: \$? = $ac_status" >&5 |
9158 | if (exit $ac_status) && test -s "$ac_outfile"; then | 9181 | if (exit $ac_status) && test -s "$ac_outfile"; then |
9159 | # The compiler can only warn and ignore the option if not recognized | 9182 | # The compiler can only warn and ignore the option if not recognized |
9160 | # So say no if there are warnings other than the usual output. | 9183 | # So say no if there are warnings other than the usual output. |
@@ -9255,11 +9278,11 @@ else | |||
9255 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 9278 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
9256 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 9279 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
9257 | -e 's:$: $lt_compiler_flag:'` | 9280 | -e 's:$: $lt_compiler_flag:'` |
9258 | (eval echo "\"\$as_me:9258: $lt_compile\"" >&5) | 9281 | (eval echo "\"\$as_me:9281: $lt_compile\"" >&5) |
9259 | (eval "$lt_compile" 2>out/conftest.err) | 9282 | (eval "$lt_compile" 2>out/conftest.err) |
9260 | ac_status=$? | 9283 | ac_status=$? |
9261 | cat out/conftest.err >&5 | 9284 | cat out/conftest.err >&5 |
9262 | echo "$as_me:9262: \$? = $ac_status" >&5 | 9285 | echo "$as_me:9285: \$? = $ac_status" >&5 |
9263 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 9286 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
9264 | then | 9287 | then |
9265 | # The compiler can only warn and ignore the option if not recognized | 9288 | # The compiler can only warn and ignore the option if not recognized |
@@ -9310,11 +9333,11 @@ else | |||
9310 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 9333 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
9311 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 9334 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
9312 | -e 's:$: $lt_compiler_flag:'` | 9335 | -e 's:$: $lt_compiler_flag:'` |
9313 | (eval echo "\"\$as_me:9313: $lt_compile\"" >&5) | 9336 | (eval echo "\"\$as_me:9336: $lt_compile\"" >&5) |
9314 | (eval "$lt_compile" 2>out/conftest.err) | 9337 | (eval "$lt_compile" 2>out/conftest.err) |
9315 | ac_status=$? | 9338 | ac_status=$? |
9316 | cat out/conftest.err >&5 | 9339 | cat out/conftest.err >&5 |
9317 | echo "$as_me:9317: \$? = $ac_status" >&5 | 9340 | echo "$as_me:9340: \$? = $ac_status" >&5 |
9318 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 9341 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
9319 | then | 9342 | then |
9320 | # The compiler can only warn and ignore the option if not recognized | 9343 | # The compiler can only warn and ignore the option if not recognized |
@@ -11694,7 +11717,7 @@ else | |||
11694 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 11717 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11695 | lt_status=$lt_dlunknown | 11718 | lt_status=$lt_dlunknown |
11696 | cat > conftest.$ac_ext <<_LT_EOF | 11719 | cat > conftest.$ac_ext <<_LT_EOF |
11697 | #line 11697 "configure" | 11720 | #line 11720 "configure" |
11698 | #include "confdefs.h" | 11721 | #include "confdefs.h" |
11699 | 11722 | ||
11700 | #if HAVE_DLFCN_H | 11723 | #if HAVE_DLFCN_H |
@@ -11790,7 +11813,7 @@ else | |||
11790 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 11813 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11791 | lt_status=$lt_dlunknown | 11814 | lt_status=$lt_dlunknown |
11792 | cat > conftest.$ac_ext <<_LT_EOF | 11815 | cat > conftest.$ac_ext <<_LT_EOF |
11793 | #line 11793 "configure" | 11816 | #line 11816 "configure" |
11794 | #include "confdefs.h" | 11817 | #include "confdefs.h" |
11795 | 11818 | ||
11796 | #if HAVE_DLFCN_H | 11819 | #if HAVE_DLFCN_H |
@@ -12034,15 +12057,15 @@ _ACEOF | |||
12034 | 12057 | ||
12035 | 12058 | ||
12036 | cat >>confdefs.h <<_ACEOF | 12059 | cat >>confdefs.h <<_ACEOF |
12037 | #define VERS_MIC 0 | 12060 | #define VERS_MIC 99 |
12038 | _ACEOF | 12061 | _ACEOF |
12039 | 12062 | ||
12040 | 12063 | ||
12041 | cat >>confdefs.h <<_ACEOF | 12064 | cat >>confdefs.h <<_ACEOF |
12042 | #define VERS_REV 0 | 12065 | #define VERS_REV 67344 |
12043 | _ACEOF | 12066 | _ACEOF |
12044 | 12067 | ||
12045 | version_info="2:0:1" | 12068 | version_info="2:99:1" |
12046 | release_info="" | 12069 | release_info="" |
12047 | 12070 | ||
12048 | 12071 | ||
@@ -12466,7 +12489,7 @@ else | |||
12466 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 12489 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12467 | $as_echo "no" >&6; } | 12490 | $as_echo "no" >&6; } |
12468 | fi | 12491 | fi |
12469 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 | 12492 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
12470 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | 12493 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
12471 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | 12494 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
12472 | if test "${acl_cv_prog_gnu_ld+set}" = set; then : | 12495 | if test "${acl_cv_prog_gnu_ld+set}" = set; then : |
@@ -13113,7 +13136,7 @@ typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; | |||
13113 | 13136 | ||
13114 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 | 13137 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 |
13115 | $as_echo_n "checking for GNU gettext in libc... " >&6; } | 13138 | $as_echo_n "checking for GNU gettext in libc... " >&6; } |
13116 | if eval "test \"\${$gt_func_gnugettext_libc+set}\"" = set; then : | 13139 | if { as_var=$gt_func_gnugettext_libc; eval "test \"\${$as_var+set}\" = set"; }; then : |
13117 | $as_echo_n "(cached) " >&6 | 13140 | $as_echo_n "(cached) " >&6 |
13118 | else | 13141 | else |
13119 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13142 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -13784,7 +13807,7 @@ fi | |||
13784 | 13807 | ||
13785 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 | 13808 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 |
13786 | $as_echo_n "checking for GNU gettext in libintl... " >&6; } | 13809 | $as_echo_n "checking for GNU gettext in libintl... " >&6; } |
13787 | if eval "test \"\${$gt_func_gnugettext_libintl+set}\"" = set; then : | 13810 | if { as_var=$gt_func_gnugettext_libintl; eval "test \"\${$as_var+set}\" = set"; }; then : |
13788 | $as_echo_n "(cached) " >&6 | 13811 | $as_echo_n "(cached) " >&6 |
13789 | else | 13812 | else |
13790 | gt_save_CPPFLAGS="$CPPFLAGS" | 13813 | gt_save_CPPFLAGS="$CPPFLAGS" |
@@ -13993,7 +14016,7 @@ _ACEOF | |||
13993 | 14016 | ||
13994 | with_max_log_level="${withval}" | 14017 | with_max_log_level="${withval}" |
13995 | else | 14018 | else |
13996 | as_fn_error $? "--with-internal-maximum-log-level takes a decimal number, got \"${withval}\" instead." "$LINENO" 5 | 14019 | as_fn_error "--with-internal-maximum-log-level takes a decimal number, got \"${withval}\" instead." "$LINENO" 5 |
13997 | fi | 14020 | fi |
13998 | fi | 14021 | fi |
13999 | 14022 | ||
@@ -14042,6 +14065,7 @@ want_ecore_psl1ght="no" | |||
14042 | want_ecore_fb="no" | 14065 | want_ecore_fb="no" |
14043 | want_ecore_directfb="no" | 14066 | want_ecore_directfb="no" |
14044 | want_ecore_wince="no" | 14067 | want_ecore_wince="no" |
14068 | want_ecore_wayland="no" | ||
14045 | 14069 | ||
14046 | # ecore_x options (both xlib and xcb) | 14070 | # ecore_x options (both xlib and xcb) |
14047 | want_ecore_x_composite="yes" | 14071 | want_ecore_x_composite="yes" |
@@ -14082,9 +14106,12 @@ want_ecore_evas_directfb="no" | |||
14082 | want_ecore_evas_fb="no" | 14106 | want_ecore_evas_fb="no" |
14083 | want_ecore_evas_software_16_wince="no" | 14107 | want_ecore_evas_software_16_wince="no" |
14084 | want_ecore_evas_ews="yes" | 14108 | want_ecore_evas_ews="yes" |
14109 | want_ecore_evas_wayland_shm="no" | ||
14110 | want_ecore_evas_wayland_egl="no" | ||
14085 | 14111 | ||
14086 | # ecore_imf modules | 14112 | # ecore_imf modules |
14087 | want_ecore_imf_xim="no" | 14113 | want_ecore_imf_xim="no" |
14114 | want_ecore_imf_scim="no" | ||
14088 | 14115 | ||
14089 | case "$host_os" in | 14116 | case "$host_os" in |
14090 | mingw32ce* | cegcc*) | 14117 | mingw32ce* | cegcc*) |
@@ -14133,6 +14160,7 @@ case "$host_os" in | |||
14133 | want_ecore_fb="yes" | 14160 | want_ecore_fb="yes" |
14134 | want_ecore_imf="yes" | 14161 | want_ecore_imf="yes" |
14135 | want_ecore_x="yes" | 14162 | want_ecore_x="yes" |
14163 | want_ecore_wayland="yes" | ||
14136 | want_ecore_evas_software_x11="yes" | 14164 | want_ecore_evas_software_x11="yes" |
14137 | want_ecore_evas_opengl_x11="yes" | 14165 | want_ecore_evas_opengl_x11="yes" |
14138 | want_ecore_evas_software_16_x11="yes" | 14166 | want_ecore_evas_software_16_x11="yes" |
@@ -14143,7 +14171,10 @@ case "$host_os" in | |||
14143 | want_ecore_evas_gl_cocoa="no" | 14171 | want_ecore_evas_gl_cocoa="no" |
14144 | want_ecore_evas_directfb="yes" | 14172 | want_ecore_evas_directfb="yes" |
14145 | want_ecore_evas_fb="yes" | 14173 | want_ecore_evas_fb="yes" |
14174 | want_ecore_evas_wayland_shm="yes" | ||
14175 | want_ecore_evas_wayland_egl="yes" | ||
14146 | want_ecore_imf_xim="yes" | 14176 | want_ecore_imf_xim="yes" |
14177 | want_ecore_imf_scim="yes" | ||
14147 | ;; | 14178 | ;; |
14148 | esac | 14179 | esac |
14149 | 14180 | ||
@@ -14171,6 +14202,8 @@ requirements_ecore_x="" | |||
14171 | requirements_ecore_win32="" | 14202 | requirements_ecore_win32="" |
14172 | requirements_ecore_wince="" | 14203 | requirements_ecore_wince="" |
14173 | requirements_ecore_imf_xim="" | 14204 | requirements_ecore_imf_xim="" |
14205 | requirements_ecore_imf_scim="" | ||
14206 | requirements_ecore_wayland="" | ||
14174 | 14207 | ||
14175 | ac_fn_c_check_decl "$LINENO" "MAXHOSTNAMELEN" "ac_cv_have_decl_MAXHOSTNAMELEN" "$ac_includes_default" | 14208 | ac_fn_c_check_decl "$LINENO" "MAXHOSTNAMELEN" "ac_cv_have_decl_MAXHOSTNAMELEN" "$ac_includes_default" |
14176 | if test "x$ac_cv_have_decl_MAXHOSTNAMELEN" = x""yes; then : | 14209 | if test "x$ac_cv_have_decl_MAXHOSTNAMELEN" = x""yes; then : |
@@ -14257,7 +14290,7 @@ $as_echo "#define USE_G_MAIN_LOOP 1" >>confdefs.h | |||
14257 | fi | 14290 | fi |
14258 | 14291 | ||
14259 | if test "x${want_glib_integration_always}" = "xyes" -a "x${want_g_main_loop}" = "xyes"; then | 14292 | if test "x${want_glib_integration_always}" = "xyes" -a "x${want_g_main_loop}" = "xyes"; then |
14260 | as_fn_error $? "--enable-glib-integration-always and --enable-glib-main-loop are mutually exclusive" "$LINENO" 5 | 14293 | as_fn_error "--enable-glib-integration-always and --enable-glib-main-loop are mutually exclusive" "$LINENO" 5 |
14261 | fi | 14294 | fi |
14262 | 14295 | ||
14263 | # local sockets (ecore_con.c) | 14296 | # local sockets (ecore_con.c) |
@@ -14335,10 +14368,6 @@ fi | |||
14335 | 14368 | ||
14336 | 14369 | ||
14337 | 14370 | ||
14338 | |||
14339 | |||
14340 | |||
14341 | |||
14342 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 14371 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
14343 | if test -n "$ac_tool_prefix"; then | 14372 | if test -n "$ac_tool_prefix"; then |
14344 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | 14373 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
@@ -14451,6 +14480,7 @@ $as_echo "yes" >&6; } | |||
14451 | $as_echo "no" >&6; } | 14480 | $as_echo "no" >&6; } |
14452 | PKG_CONFIG="" | 14481 | PKG_CONFIG="" |
14453 | fi | 14482 | fi |
14483 | |||
14454 | fi | 14484 | fi |
14455 | 14485 | ||
14456 | 14486 | ||
@@ -14482,10 +14512,11 @@ pkg_failed=no | |||
14482 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHECK" >&5 | 14512 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHECK" >&5 |
14483 | $as_echo_n "checking for CHECK... " >&6; } | 14513 | $as_echo_n "checking for CHECK... " >&6; } |
14484 | 14514 | ||
14485 | if test -n "$CHECK_CFLAGS"; then | 14515 | if test -n "$PKG_CONFIG"; then |
14486 | pkg_cv_CHECK_CFLAGS="$CHECK_CFLAGS" | 14516 | if test -n "$CHECK_CFLAGS"; then |
14487 | elif test -n "$PKG_CONFIG"; then | 14517 | pkg_cv_CHECK_CFLAGS="$CHECK_CFLAGS" |
14488 | if test -n "$PKG_CONFIG" && \ | 14518 | else |
14519 | if test -n "$PKG_CONFIG" && \ | ||
14489 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 | 14520 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 |
14490 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 | 14521 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 |
14491 | ac_status=$? | 14522 | ac_status=$? |
@@ -14495,13 +14526,15 @@ if test -n "$CHECK_CFLAGS"; then | |||
14495 | else | 14526 | else |
14496 | pkg_failed=yes | 14527 | pkg_failed=yes |
14497 | fi | 14528 | fi |
14498 | else | 14529 | fi |
14499 | pkg_failed=untried | 14530 | else |
14531 | pkg_failed=untried | ||
14500 | fi | 14532 | fi |
14501 | if test -n "$CHECK_LIBS"; then | 14533 | if test -n "$PKG_CONFIG"; then |
14502 | pkg_cv_CHECK_LIBS="$CHECK_LIBS" | 14534 | if test -n "$CHECK_LIBS"; then |
14503 | elif test -n "$PKG_CONFIG"; then | 14535 | pkg_cv_CHECK_LIBS="$CHECK_LIBS" |
14504 | if test -n "$PKG_CONFIG" && \ | 14536 | else |
14537 | if test -n "$PKG_CONFIG" && \ | ||
14505 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 | 14538 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 |
14506 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 | 14539 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 |
14507 | ac_status=$? | 14540 | ac_status=$? |
@@ -14511,15 +14544,14 @@ if test -n "$CHECK_LIBS"; then | |||
14511 | else | 14544 | else |
14512 | pkg_failed=yes | 14545 | pkg_failed=yes |
14513 | fi | 14546 | fi |
14514 | else | 14547 | fi |
14515 | pkg_failed=untried | 14548 | else |
14549 | pkg_failed=untried | ||
14516 | fi | 14550 | fi |
14517 | 14551 | ||
14518 | 14552 | ||
14519 | 14553 | ||
14520 | if test $pkg_failed = yes; then | 14554 | if test $pkg_failed = yes; then |
14521 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
14522 | $as_echo "no" >&6; } | ||
14523 | 14555 | ||
14524 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 14556 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
14525 | _pkg_short_errors_supported=yes | 14557 | _pkg_short_errors_supported=yes |
@@ -14527,17 +14559,17 @@ else | |||
14527 | _pkg_short_errors_supported=no | 14559 | _pkg_short_errors_supported=no |
14528 | fi | 14560 | fi |
14529 | if test $_pkg_short_errors_supported = yes; then | 14561 | if test $_pkg_short_errors_supported = yes; then |
14530 | CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "check >= 0.9.5" 2>&1` | 14562 | CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "check >= 0.9.5"` |
14531 | else | 14563 | else |
14532 | CHECK_PKG_ERRORS=`$PKG_CONFIG --print-errors "check >= 0.9.5" 2>&1` | 14564 | CHECK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "check >= 0.9.5"` |
14533 | fi | 14565 | fi |
14534 | # Put the nasty error message in config.log where it belongs | 14566 | # Put the nasty error message in config.log where it belongs |
14535 | echo "$CHECK_PKG_ERRORS" >&5 | 14567 | echo "$CHECK_PKG_ERRORS" >&5 |
14536 | 14568 | ||
14537 | _efl_enable_tests="no" | 14569 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
14538 | elif test $pkg_failed = untried; then | ||
14539 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
14540 | $as_echo "no" >&6; } | 14570 | $as_echo "no" >&6; } |
14571 | _efl_enable_tests="no" | ||
14572 | elif test $pkg_failed = untried; then | ||
14541 | _efl_enable_tests="no" | 14573 | _efl_enable_tests="no" |
14542 | else | 14574 | else |
14543 | CHECK_CFLAGS=$pkg_cv_CHECK_CFLAGS | 14575 | CHECK_CFLAGS=$pkg_cv_CHECK_CFLAGS |
@@ -15891,7 +15923,7 @@ else | |||
15891 | # Broken: fails on valid input. | 15923 | # Broken: fails on valid input. |
15892 | continue | 15924 | continue |
15893 | fi | 15925 | fi |
15894 | rm -f conftest.err conftest.i conftest.$ac_ext | 15926 | rm -f conftest.err conftest.$ac_ext |
15895 | 15927 | ||
15896 | # OK, works on sane cases. Now check whether nonexistent headers | 15928 | # OK, works on sane cases. Now check whether nonexistent headers |
15897 | # can be detected and how. | 15929 | # can be detected and how. |
@@ -15907,11 +15939,11 @@ else | |||
15907 | ac_preproc_ok=: | 15939 | ac_preproc_ok=: |
15908 | break | 15940 | break |
15909 | fi | 15941 | fi |
15910 | rm -f conftest.err conftest.i conftest.$ac_ext | 15942 | rm -f conftest.err conftest.$ac_ext |
15911 | 15943 | ||
15912 | done | 15944 | done |
15913 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 15945 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
15914 | rm -f conftest.i conftest.err conftest.$ac_ext | 15946 | rm -f conftest.err conftest.$ac_ext |
15915 | if $ac_preproc_ok; then : | 15947 | if $ac_preproc_ok; then : |
15916 | break | 15948 | break |
15917 | fi | 15949 | fi |
@@ -15950,7 +15982,7 @@ else | |||
15950 | # Broken: fails on valid input. | 15982 | # Broken: fails on valid input. |
15951 | continue | 15983 | continue |
15952 | fi | 15984 | fi |
15953 | rm -f conftest.err conftest.i conftest.$ac_ext | 15985 | rm -f conftest.err conftest.$ac_ext |
15954 | 15986 | ||
15955 | # OK, works on sane cases. Now check whether nonexistent headers | 15987 | # OK, works on sane cases. Now check whether nonexistent headers |
15956 | # can be detected and how. | 15988 | # can be detected and how. |
@@ -15966,11 +15998,11 @@ else | |||
15966 | ac_preproc_ok=: | 15998 | ac_preproc_ok=: |
15967 | break | 15999 | break |
15968 | fi | 16000 | fi |
15969 | rm -f conftest.err conftest.i conftest.$ac_ext | 16001 | rm -f conftest.err conftest.$ac_ext |
15970 | 16002 | ||
15971 | done | 16003 | done |
15972 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 16004 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
15973 | rm -f conftest.i conftest.err conftest.$ac_ext | 16005 | rm -f conftest.err conftest.$ac_ext |
15974 | if $ac_preproc_ok; then : | 16006 | if $ac_preproc_ok; then : |
15975 | 16007 | ||
15976 | else | 16008 | else |
@@ -16199,7 +16231,7 @@ else | |||
16199 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 16231 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
16200 | $as_echo "no" >&6; } | 16232 | $as_echo "no" >&6; } |
16201 | fi | 16233 | fi |
16202 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 | 16234 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
16203 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | 16235 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
16204 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | 16236 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
16205 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | 16237 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : |
@@ -17740,11 +17772,11 @@ else | |||
17740 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 17772 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
17741 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 17773 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
17742 | -e 's:$: $lt_compiler_flag:'` | 17774 | -e 's:$: $lt_compiler_flag:'` |
17743 | (eval echo "\"\$as_me:17743: $lt_compile\"" >&5) | 17775 | (eval echo "\"\$as_me:17775: $lt_compile\"" >&5) |
17744 | (eval "$lt_compile" 2>conftest.err) | 17776 | (eval "$lt_compile" 2>conftest.err) |
17745 | ac_status=$? | 17777 | ac_status=$? |
17746 | cat conftest.err >&5 | 17778 | cat conftest.err >&5 |
17747 | echo "$as_me:17747: \$? = $ac_status" >&5 | 17779 | echo "$as_me:17779: \$? = $ac_status" >&5 |
17748 | if (exit $ac_status) && test -s "$ac_outfile"; then | 17780 | if (exit $ac_status) && test -s "$ac_outfile"; then |
17749 | # The compiler can only warn and ignore the option if not recognized | 17781 | # The compiler can only warn and ignore the option if not recognized |
17750 | # So say no if there are warnings other than the usual output. | 17782 | # So say no if there are warnings other than the usual output. |
@@ -17839,11 +17871,11 @@ else | |||
17839 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 17871 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
17840 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 17872 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
17841 | -e 's:$: $lt_compiler_flag:'` | 17873 | -e 's:$: $lt_compiler_flag:'` |
17842 | (eval echo "\"\$as_me:17842: $lt_compile\"" >&5) | 17874 | (eval echo "\"\$as_me:17874: $lt_compile\"" >&5) |
17843 | (eval "$lt_compile" 2>out/conftest.err) | 17875 | (eval "$lt_compile" 2>out/conftest.err) |
17844 | ac_status=$? | 17876 | ac_status=$? |
17845 | cat out/conftest.err >&5 | 17877 | cat out/conftest.err >&5 |
17846 | echo "$as_me:17846: \$? = $ac_status" >&5 | 17878 | echo "$as_me:17878: \$? = $ac_status" >&5 |
17847 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 17879 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
17848 | then | 17880 | then |
17849 | # The compiler can only warn and ignore the option if not recognized | 17881 | # The compiler can only warn and ignore the option if not recognized |
@@ -17891,11 +17923,11 @@ else | |||
17891 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 17923 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
17892 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 17924 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
17893 | -e 's:$: $lt_compiler_flag:'` | 17925 | -e 's:$: $lt_compiler_flag:'` |
17894 | (eval echo "\"\$as_me:17894: $lt_compile\"" >&5) | 17926 | (eval echo "\"\$as_me:17926: $lt_compile\"" >&5) |
17895 | (eval "$lt_compile" 2>out/conftest.err) | 17927 | (eval "$lt_compile" 2>out/conftest.err) |
17896 | ac_status=$? | 17928 | ac_status=$? |
17897 | cat out/conftest.err >&5 | 17929 | cat out/conftest.err >&5 |
17898 | echo "$as_me:17898: \$? = $ac_status" >&5 | 17930 | echo "$as_me:17930: \$? = $ac_status" >&5 |
17899 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 17931 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
17900 | then | 17932 | then |
17901 | # The compiler can only warn and ignore the option if not recognized | 17933 | # The compiler can only warn and ignore the option if not recognized |
@@ -19139,8 +19171,8 @@ fi | |||
19139 | 19171 | ||
19140 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 19172 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
19141 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 19173 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
19142 | as_fn_error $? "no acceptable C compiler found in \$PATH | 19174 | as_fn_error "no acceptable C compiler found in \$PATH |
19143 | See \`config.log' for more details" "$LINENO" 5 ; } | 19175 | See \`config.log' for more details." "$LINENO" 5; } |
19144 | 19176 | ||
19145 | # Provide some information about the compiler. | 19177 | # Provide some information about the compiler. |
19146 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 19178 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -19766,10 +19798,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
19766 | # so we should include this here: | 19798 | # so we should include this here: |
19767 | 19799 | ||
19768 | 19800 | ||
19769 | |||
19770 | |||
19771 | |||
19772 | |||
19773 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 19801 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
19774 | if test -n "$ac_tool_prefix"; then | 19802 | if test -n "$ac_tool_prefix"; then |
19775 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | 19803 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
@@ -19882,6 +19910,7 @@ $as_echo "yes" >&6; } | |||
19882 | $as_echo "no" >&6; } | 19910 | $as_echo "no" >&6; } |
19883 | PKG_CONFIG="" | 19911 | PKG_CONFIG="" |
19884 | fi | 19912 | fi |
19913 | |||
19885 | fi | 19914 | fi |
19886 | 19915 | ||
19887 | # Check whether pkg-config supports Requires.private | 19916 | # Check whether pkg-config supports Requires.private |
@@ -19906,7 +19935,7 @@ fi | |||
19906 | done | 19935 | done |
19907 | 19936 | ||
19908 | 19937 | ||
19909 | want_ecore_timer_dump="yes" | 19938 | want_ecore_timer_dump="no" |
19910 | 19939 | ||
19911 | # Check whether --enable-ecore-timer-dump was given. | 19940 | # Check whether --enable-ecore-timer-dump was given. |
19912 | if test "${enable_ecore_timer_dump+set}" = set; then : | 19941 | if test "${enable_ecore_timer_dump+set}" = set; then : |
@@ -19931,10 +19960,11 @@ pkg_failed=no | |||
19931 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 | 19960 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 |
19932 | $as_echo_n "checking for EVIL... " >&6; } | 19961 | $as_echo_n "checking for EVIL... " >&6; } |
19933 | 19962 | ||
19934 | if test -n "$EVIL_CFLAGS"; then | 19963 | if test -n "$PKG_CONFIG"; then |
19935 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" | 19964 | if test -n "$EVIL_CFLAGS"; then |
19936 | elif test -n "$PKG_CONFIG"; then | 19965 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" |
19937 | if test -n "$PKG_CONFIG" && \ | 19966 | else |
19967 | if test -n "$PKG_CONFIG" && \ | ||
19938 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 19968 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
19939 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 19969 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
19940 | ac_status=$? | 19970 | ac_status=$? |
@@ -19944,13 +19974,15 @@ if test -n "$EVIL_CFLAGS"; then | |||
19944 | else | 19974 | else |
19945 | pkg_failed=yes | 19975 | pkg_failed=yes |
19946 | fi | 19976 | fi |
19947 | else | 19977 | fi |
19948 | pkg_failed=untried | 19978 | else |
19979 | pkg_failed=untried | ||
19949 | fi | 19980 | fi |
19950 | if test -n "$EVIL_LIBS"; then | 19981 | if test -n "$PKG_CONFIG"; then |
19951 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" | 19982 | if test -n "$EVIL_LIBS"; then |
19952 | elif test -n "$PKG_CONFIG"; then | 19983 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" |
19953 | if test -n "$PKG_CONFIG" && \ | 19984 | else |
19985 | if test -n "$PKG_CONFIG" && \ | ||
19954 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 19986 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
19955 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 19987 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
19956 | ac_status=$? | 19988 | ac_status=$? |
@@ -19960,15 +19992,14 @@ if test -n "$EVIL_LIBS"; then | |||
19960 | else | 19992 | else |
19961 | pkg_failed=yes | 19993 | pkg_failed=yes |
19962 | fi | 19994 | fi |
19963 | else | 19995 | fi |
19964 | pkg_failed=untried | 19996 | else |
19997 | pkg_failed=untried | ||
19965 | fi | 19998 | fi |
19966 | 19999 | ||
19967 | 20000 | ||
19968 | 20001 | ||
19969 | if test $pkg_failed = yes; then | 20002 | if test $pkg_failed = yes; then |
19970 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
19971 | $as_echo "no" >&6; } | ||
19972 | 20003 | ||
19973 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 20004 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
19974 | _pkg_short_errors_supported=yes | 20005 | _pkg_short_errors_supported=yes |
@@ -19976,14 +20007,14 @@ else | |||
19976 | _pkg_short_errors_supported=no | 20007 | _pkg_short_errors_supported=no |
19977 | fi | 20008 | fi |
19978 | if test $_pkg_short_errors_supported = yes; then | 20009 | if test $_pkg_short_errors_supported = yes; then |
19979 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "evil >= 1.0.0" 2>&1` | 20010 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "evil >= 1.0.0"` |
19980 | else | 20011 | else |
19981 | EVIL_PKG_ERRORS=`$PKG_CONFIG --print-errors "evil >= 1.0.0" 2>&1` | 20012 | EVIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "evil >= 1.0.0"` |
19982 | fi | 20013 | fi |
19983 | # Put the nasty error message in config.log where it belongs | 20014 | # Put the nasty error message in config.log where it belongs |
19984 | echo "$EVIL_PKG_ERRORS" >&5 | 20015 | echo "$EVIL_PKG_ERRORS" >&5 |
19985 | 20016 | ||
19986 | as_fn_error $? "Package requirements (evil >= 1.0.0) were not met: | 20017 | as_fn_error "Package requirements (evil >= 1.0.0) were not met: |
19987 | 20018 | ||
19988 | $EVIL_PKG_ERRORS | 20019 | $EVIL_PKG_ERRORS |
19989 | 20020 | ||
@@ -19992,13 +20023,12 @@ installed software in a non-standard prefix. | |||
19992 | 20023 | ||
19993 | Alternatively, you may set the environment variables EVIL_CFLAGS | 20024 | Alternatively, you may set the environment variables EVIL_CFLAGS |
19994 | and EVIL_LIBS to avoid the need to call pkg-config. | 20025 | and EVIL_LIBS to avoid the need to call pkg-config. |
19995 | See the pkg-config man page for more details." "$LINENO" 5 | 20026 | See the pkg-config man page for more details. |
20027 | " "$LINENO" 5 | ||
19996 | elif test $pkg_failed = untried; then | 20028 | elif test $pkg_failed = untried; then |
19997 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
19998 | $as_echo "no" >&6; } | ||
19999 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 20029 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
20000 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 20030 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
20001 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 20031 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
20002 | is in your PATH or set the PKG_CONFIG environment variable to the full | 20032 | is in your PATH or set the PKG_CONFIG environment variable to the full |
20003 | path to pkg-config. | 20033 | path to pkg-config. |
20004 | 20034 | ||
@@ -20007,13 +20037,13 @@ and EVIL_LIBS to avoid the need to call pkg-config. | |||
20007 | See the pkg-config man page for more details. | 20037 | See the pkg-config man page for more details. |
20008 | 20038 | ||
20009 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 20039 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
20010 | See \`config.log' for more details" "$LINENO" 5 ; } | 20040 | See \`config.log' for more details." "$LINENO" 5; } |
20011 | else | 20041 | else |
20012 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS | 20042 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS |
20013 | EVIL_LIBS=$pkg_cv_EVIL_LIBS | 20043 | EVIL_LIBS=$pkg_cv_EVIL_LIBS |
20014 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 20044 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
20015 | $as_echo "yes" >&6; } | 20045 | $as_echo "yes" >&6; } |
20016 | 20046 | : | |
20017 | fi | 20047 | fi |
20018 | 20048 | ||
20019 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h | 20049 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h |
@@ -20061,10 +20091,11 @@ pkg_failed=no | |||
20061 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ESCAPE" >&5 | 20091 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ESCAPE" >&5 |
20062 | $as_echo_n "checking for ESCAPE... " >&6; } | 20092 | $as_echo_n "checking for ESCAPE... " >&6; } |
20063 | 20093 | ||
20064 | if test -n "$ESCAPE_CFLAGS"; then | 20094 | if test -n "$PKG_CONFIG"; then |
20065 | pkg_cv_ESCAPE_CFLAGS="$ESCAPE_CFLAGS" | 20095 | if test -n "$ESCAPE_CFLAGS"; then |
20066 | elif test -n "$PKG_CONFIG"; then | 20096 | pkg_cv_ESCAPE_CFLAGS="$ESCAPE_CFLAGS" |
20067 | if test -n "$PKG_CONFIG" && \ | 20097 | else |
20098 | if test -n "$PKG_CONFIG" && \ | ||
20068 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"escape\""; } >&5 | 20099 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"escape\""; } >&5 |
20069 | ($PKG_CONFIG --exists --print-errors "escape") 2>&5 | 20100 | ($PKG_CONFIG --exists --print-errors "escape") 2>&5 |
20070 | ac_status=$? | 20101 | ac_status=$? |
@@ -20074,13 +20105,15 @@ if test -n "$ESCAPE_CFLAGS"; then | |||
20074 | else | 20105 | else |
20075 | pkg_failed=yes | 20106 | pkg_failed=yes |
20076 | fi | 20107 | fi |
20077 | else | 20108 | fi |
20078 | pkg_failed=untried | 20109 | else |
20110 | pkg_failed=untried | ||
20079 | fi | 20111 | fi |
20080 | if test -n "$ESCAPE_LIBS"; then | 20112 | if test -n "$PKG_CONFIG"; then |
20081 | pkg_cv_ESCAPE_LIBS="$ESCAPE_LIBS" | 20113 | if test -n "$ESCAPE_LIBS"; then |
20082 | elif test -n "$PKG_CONFIG"; then | 20114 | pkg_cv_ESCAPE_LIBS="$ESCAPE_LIBS" |
20083 | if test -n "$PKG_CONFIG" && \ | 20115 | else |
20116 | if test -n "$PKG_CONFIG" && \ | ||
20084 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"escape\""; } >&5 | 20117 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"escape\""; } >&5 |
20085 | ($PKG_CONFIG --exists --print-errors "escape") 2>&5 | 20118 | ($PKG_CONFIG --exists --print-errors "escape") 2>&5 |
20086 | ac_status=$? | 20119 | ac_status=$? |
@@ -20090,15 +20123,14 @@ if test -n "$ESCAPE_LIBS"; then | |||
20090 | else | 20123 | else |
20091 | pkg_failed=yes | 20124 | pkg_failed=yes |
20092 | fi | 20125 | fi |
20093 | else | 20126 | fi |
20094 | pkg_failed=untried | 20127 | else |
20128 | pkg_failed=untried | ||
20095 | fi | 20129 | fi |
20096 | 20130 | ||
20097 | 20131 | ||
20098 | 20132 | ||
20099 | if test $pkg_failed = yes; then | 20133 | if test $pkg_failed = yes; then |
20100 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20101 | $as_echo "no" >&6; } | ||
20102 | 20134 | ||
20103 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 20135 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
20104 | _pkg_short_errors_supported=yes | 20136 | _pkg_short_errors_supported=yes |
@@ -20106,14 +20138,14 @@ else | |||
20106 | _pkg_short_errors_supported=no | 20138 | _pkg_short_errors_supported=no |
20107 | fi | 20139 | fi |
20108 | if test $_pkg_short_errors_supported = yes; then | 20140 | if test $_pkg_short_errors_supported = yes; then |
20109 | ESCAPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "escape" 2>&1` | 20141 | ESCAPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "escape"` |
20110 | else | 20142 | else |
20111 | ESCAPE_PKG_ERRORS=`$PKG_CONFIG --print-errors "escape" 2>&1` | 20143 | ESCAPE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "escape"` |
20112 | fi | 20144 | fi |
20113 | # Put the nasty error message in config.log where it belongs | 20145 | # Put the nasty error message in config.log where it belongs |
20114 | echo "$ESCAPE_PKG_ERRORS" >&5 | 20146 | echo "$ESCAPE_PKG_ERRORS" >&5 |
20115 | 20147 | ||
20116 | as_fn_error $? "Package requirements (escape) were not met: | 20148 | as_fn_error "Package requirements (escape) were not met: |
20117 | 20149 | ||
20118 | $ESCAPE_PKG_ERRORS | 20150 | $ESCAPE_PKG_ERRORS |
20119 | 20151 | ||
@@ -20122,13 +20154,12 @@ installed software in a non-standard prefix. | |||
20122 | 20154 | ||
20123 | Alternatively, you may set the environment variables ESCAPE_CFLAGS | 20155 | Alternatively, you may set the environment variables ESCAPE_CFLAGS |
20124 | and ESCAPE_LIBS to avoid the need to call pkg-config. | 20156 | and ESCAPE_LIBS to avoid the need to call pkg-config. |
20125 | See the pkg-config man page for more details." "$LINENO" 5 | 20157 | See the pkg-config man page for more details. |
20158 | " "$LINENO" 5 | ||
20126 | elif test $pkg_failed = untried; then | 20159 | elif test $pkg_failed = untried; then |
20127 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20128 | $as_echo "no" >&6; } | ||
20129 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 20160 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
20130 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 20161 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
20131 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 20162 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
20132 | is in your PATH or set the PKG_CONFIG environment variable to the full | 20163 | is in your PATH or set the PKG_CONFIG environment variable to the full |
20133 | path to pkg-config. | 20164 | path to pkg-config. |
20134 | 20165 | ||
@@ -20137,13 +20168,13 @@ and ESCAPE_LIBS to avoid the need to call pkg-config. | |||
20137 | See the pkg-config man page for more details. | 20168 | See the pkg-config man page for more details. |
20138 | 20169 | ||
20139 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 20170 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
20140 | See \`config.log' for more details" "$LINENO" 5 ; } | 20171 | See \`config.log' for more details." "$LINENO" 5; } |
20141 | else | 20172 | else |
20142 | ESCAPE_CFLAGS=$pkg_cv_ESCAPE_CFLAGS | 20173 | ESCAPE_CFLAGS=$pkg_cv_ESCAPE_CFLAGS |
20143 | ESCAPE_LIBS=$pkg_cv_ESCAPE_LIBS | 20174 | ESCAPE_LIBS=$pkg_cv_ESCAPE_LIBS |
20144 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 20175 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
20145 | $as_echo "yes" >&6; } | 20176 | $as_echo "yes" >&6; } |
20146 | 20177 | : | |
20147 | fi | 20178 | fi |
20148 | CFLAGS="$CFLAGS $ESCAPE_CFLAGS" | 20179 | CFLAGS="$CFLAGS $ESCAPE_CFLAGS" |
20149 | 20180 | ||
@@ -20400,10 +20431,11 @@ pkg_failed=no | |||
20400 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 | 20431 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 |
20401 | $as_echo_n "checking for EINA... " >&6; } | 20432 | $as_echo_n "checking for EINA... " >&6; } |
20402 | 20433 | ||
20403 | if test -n "$EINA_CFLAGS"; then | 20434 | if test -n "$PKG_CONFIG"; then |
20404 | pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" | 20435 | if test -n "$EINA_CFLAGS"; then |
20405 | elif test -n "$PKG_CONFIG"; then | 20436 | pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" |
20406 | if test -n "$PKG_CONFIG" && \ | 20437 | else |
20438 | if test -n "$PKG_CONFIG" && \ | ||
20407 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 | 20439 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 |
20408 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 | 20440 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 |
20409 | ac_status=$? | 20441 | ac_status=$? |
@@ -20413,13 +20445,15 @@ if test -n "$EINA_CFLAGS"; then | |||
20413 | else | 20445 | else |
20414 | pkg_failed=yes | 20446 | pkg_failed=yes |
20415 | fi | 20447 | fi |
20416 | else | 20448 | fi |
20417 | pkg_failed=untried | 20449 | else |
20450 | pkg_failed=untried | ||
20418 | fi | 20451 | fi |
20419 | if test -n "$EINA_LIBS"; then | 20452 | if test -n "$PKG_CONFIG"; then |
20420 | pkg_cv_EINA_LIBS="$EINA_LIBS" | 20453 | if test -n "$EINA_LIBS"; then |
20421 | elif test -n "$PKG_CONFIG"; then | 20454 | pkg_cv_EINA_LIBS="$EINA_LIBS" |
20422 | if test -n "$PKG_CONFIG" && \ | 20455 | else |
20456 | if test -n "$PKG_CONFIG" && \ | ||
20423 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 | 20457 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 |
20424 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 | 20458 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 |
20425 | ac_status=$? | 20459 | ac_status=$? |
@@ -20429,15 +20463,14 @@ if test -n "$EINA_LIBS"; then | |||
20429 | else | 20463 | else |
20430 | pkg_failed=yes | 20464 | pkg_failed=yes |
20431 | fi | 20465 | fi |
20432 | else | 20466 | fi |
20433 | pkg_failed=untried | 20467 | else |
20468 | pkg_failed=untried | ||
20434 | fi | 20469 | fi |
20435 | 20470 | ||
20436 | 20471 | ||
20437 | 20472 | ||
20438 | if test $pkg_failed = yes; then | 20473 | if test $pkg_failed = yes; then |
20439 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20440 | $as_echo "no" >&6; } | ||
20441 | 20474 | ||
20442 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 20475 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
20443 | _pkg_short_errors_supported=yes | 20476 | _pkg_short_errors_supported=yes |
@@ -20445,14 +20478,14 @@ else | |||
20445 | _pkg_short_errors_supported=no | 20478 | _pkg_short_errors_supported=no |
20446 | fi | 20479 | fi |
20447 | if test $_pkg_short_errors_supported = yes; then | 20480 | if test $_pkg_short_errors_supported = yes; then |
20448 | EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eina >= 1.1.0" 2>&1` | 20481 | EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eina >= 1.1.0"` |
20449 | else | 20482 | else |
20450 | EINA_PKG_ERRORS=`$PKG_CONFIG --print-errors "eina >= 1.1.0" 2>&1` | 20483 | EINA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eina >= 1.1.0"` |
20451 | fi | 20484 | fi |
20452 | # Put the nasty error message in config.log where it belongs | 20485 | # Put the nasty error message in config.log where it belongs |
20453 | echo "$EINA_PKG_ERRORS" >&5 | 20486 | echo "$EINA_PKG_ERRORS" >&5 |
20454 | 20487 | ||
20455 | as_fn_error $? "Package requirements (eina >= 1.1.0) were not met: | 20488 | as_fn_error "Package requirements (eina >= 1.1.0) were not met: |
20456 | 20489 | ||
20457 | $EINA_PKG_ERRORS | 20490 | $EINA_PKG_ERRORS |
20458 | 20491 | ||
@@ -20461,13 +20494,12 @@ installed software in a non-standard prefix. | |||
20461 | 20494 | ||
20462 | Alternatively, you may set the environment variables EINA_CFLAGS | 20495 | Alternatively, you may set the environment variables EINA_CFLAGS |
20463 | and EINA_LIBS to avoid the need to call pkg-config. | 20496 | and EINA_LIBS to avoid the need to call pkg-config. |
20464 | See the pkg-config man page for more details." "$LINENO" 5 | 20497 | See the pkg-config man page for more details. |
20498 | " "$LINENO" 5 | ||
20465 | elif test $pkg_failed = untried; then | 20499 | elif test $pkg_failed = untried; then |
20466 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20467 | $as_echo "no" >&6; } | ||
20468 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 20500 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
20469 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 20501 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
20470 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 20502 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
20471 | is in your PATH or set the PKG_CONFIG environment variable to the full | 20503 | is in your PATH or set the PKG_CONFIG environment variable to the full |
20472 | path to pkg-config. | 20504 | path to pkg-config. |
20473 | 20505 | ||
@@ -20476,33 +20508,33 @@ and EINA_LIBS to avoid the need to call pkg-config. | |||
20476 | See the pkg-config man page for more details. | 20508 | See the pkg-config man page for more details. |
20477 | 20509 | ||
20478 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 20510 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
20479 | See \`config.log' for more details" "$LINENO" 5 ; } | 20511 | See \`config.log' for more details." "$LINENO" 5; } |
20480 | else | 20512 | else |
20481 | EINA_CFLAGS=$pkg_cv_EINA_CFLAGS | 20513 | EINA_CFLAGS=$pkg_cv_EINA_CFLAGS |
20482 | EINA_LIBS=$pkg_cv_EINA_LIBS | 20514 | EINA_LIBS=$pkg_cv_EINA_LIBS |
20483 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 20515 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
20484 | $as_echo "yes" >&6; } | 20516 | $as_echo "yes" >&6; } |
20485 | 20517 | : | |
20486 | fi | 20518 | fi |
20487 | #FIXME check all the requirements when the eina move will be finished | 20519 | #FIXME check all the requirements when the eina move will be finished |
20488 | requirements_ecore="eina >= 1.1.0 ${requirements_ecore}" | 20520 | requirements_ecore="eina >= 1.1.0 ${requirements_ecore}" |
20489 | requirements_ecore_con="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_con}" | 20521 | requirements_ecore_con="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_con}" |
20490 | #requirements_ecore_config="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_config}" | 20522 | #requirements_ecore_config="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_config}" |
20491 | requirements_ecore_directfb="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_directfb}" | 20523 | requirements_ecore_directfb="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_directfb}" |
20492 | requirements_ecore_evas="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_evas}" | 20524 | requirements_ecore_evas="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_evas}" |
20493 | requirements_ecore_fb="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_fb}" | 20525 | requirements_ecore_fb="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_fb}" |
20494 | requirements_ecore_file="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_file}" | 20526 | requirements_ecore_file="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_file}" |
20495 | requirements_ecore_imf="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_imf}" | 20527 | requirements_ecore_imf="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_imf}" |
20496 | requirements_ecore_imf_evas="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_imf_evas}" | 20528 | requirements_ecore_imf_evas="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_imf_evas}" |
20497 | requirements_ecore_input="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_input}" | 20529 | requirements_ecore_input="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_input}" |
20498 | requirements_ecore_input_evas="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_input_evas}" | 20530 | requirements_ecore_input_evas="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_input_evas}" |
20499 | requirements_ecore_ipc="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_ipc}" | 20531 | requirements_ecore_ipc="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_ipc}" |
20500 | requirements_ecore_cocoa="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_cocoa}" | 20532 | requirements_ecore_cocoa="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_cocoa}" |
20501 | requirements_ecore_sdl="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_sdl}" | 20533 | requirements_ecore_sdl="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_sdl}" |
20502 | requirements_ecore_psl1ght="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_sdl}" | 20534 | requirements_ecore_psl1ght="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_sdl}" |
20503 | requirements_ecore_win32="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_win32}" | 20535 | requirements_ecore_win32="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_win32}" |
20504 | requirements_ecore_wince="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_wince}" | 20536 | requirements_ecore_wince="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_wince}" |
20505 | requirements_ecore_x="ecore >= 1.1.0 eina >= 1.1.0 ${requirements_ecore_x}" | 20537 | requirements_ecore_x="ecore >= 1.1.99 eina >= 1.1.0 ${requirements_ecore_x}" |
20506 | 20538 | ||
20507 | 20539 | ||
20508 | # glib support (main loop integration) | 20540 | # glib support (main loop integration) |
@@ -20518,10 +20550,11 @@ pkg_failed=no | |||
20518 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5 | 20550 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5 |
20519 | $as_echo_n "checking for GLIB... " >&6; } | 20551 | $as_echo_n "checking for GLIB... " >&6; } |
20520 | 20552 | ||
20521 | if test -n "$GLIB_CFLAGS"; then | 20553 | if test -n "$PKG_CONFIG"; then |
20522 | pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" | 20554 | if test -n "$GLIB_CFLAGS"; then |
20523 | elif test -n "$PKG_CONFIG"; then | 20555 | pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" |
20524 | if test -n "$PKG_CONFIG" && \ | 20556 | else |
20557 | if test -n "$PKG_CONFIG" && \ | ||
20525 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 | 20558 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 |
20526 | ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 | 20559 | ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 |
20527 | ac_status=$? | 20560 | ac_status=$? |
@@ -20531,13 +20564,15 @@ if test -n "$GLIB_CFLAGS"; then | |||
20531 | else | 20564 | else |
20532 | pkg_failed=yes | 20565 | pkg_failed=yes |
20533 | fi | 20566 | fi |
20534 | else | 20567 | fi |
20535 | pkg_failed=untried | 20568 | else |
20569 | pkg_failed=untried | ||
20536 | fi | 20570 | fi |
20537 | if test -n "$GLIB_LIBS"; then | 20571 | if test -n "$PKG_CONFIG"; then |
20538 | pkg_cv_GLIB_LIBS="$GLIB_LIBS" | 20572 | if test -n "$GLIB_LIBS"; then |
20539 | elif test -n "$PKG_CONFIG"; then | 20573 | pkg_cv_GLIB_LIBS="$GLIB_LIBS" |
20540 | if test -n "$PKG_CONFIG" && \ | 20574 | else |
20575 | if test -n "$PKG_CONFIG" && \ | ||
20541 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 | 20576 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 |
20542 | ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 | 20577 | ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 |
20543 | ac_status=$? | 20578 | ac_status=$? |
@@ -20547,15 +20582,14 @@ if test -n "$GLIB_LIBS"; then | |||
20547 | else | 20582 | else |
20548 | pkg_failed=yes | 20583 | pkg_failed=yes |
20549 | fi | 20584 | fi |
20550 | else | 20585 | fi |
20551 | pkg_failed=untried | 20586 | else |
20587 | pkg_failed=untried | ||
20552 | fi | 20588 | fi |
20553 | 20589 | ||
20554 | 20590 | ||
20555 | 20591 | ||
20556 | if test $pkg_failed = yes; then | 20592 | if test $pkg_failed = yes; then |
20557 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20558 | $as_echo "no" >&6; } | ||
20559 | 20593 | ||
20560 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 20594 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
20561 | _pkg_short_errors_supported=yes | 20595 | _pkg_short_errors_supported=yes |
@@ -20563,17 +20597,17 @@ else | |||
20563 | _pkg_short_errors_supported=no | 20597 | _pkg_short_errors_supported=no |
20564 | fi | 20598 | fi |
20565 | if test $_pkg_short_errors_supported = yes; then | 20599 | if test $_pkg_short_errors_supported = yes; then |
20566 | GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0" 2>&1` | 20600 | GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0"` |
20567 | else | 20601 | else |
20568 | GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0" 2>&1` | 20602 | GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"` |
20569 | fi | 20603 | fi |
20570 | # Put the nasty error message in config.log where it belongs | 20604 | # Put the nasty error message in config.log where it belongs |
20571 | echo "$GLIB_PKG_ERRORS" >&5 | 20605 | echo "$GLIB_PKG_ERRORS" >&5 |
20572 | 20606 | ||
20573 | have_glib="no" | 20607 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
20574 | elif test $pkg_failed = untried; then | ||
20575 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20576 | $as_echo "no" >&6; } | 20608 | $as_echo "no" >&6; } |
20609 | have_glib="no" | ||
20610 | elif test $pkg_failed = untried; then | ||
20577 | have_glib="no" | 20611 | have_glib="no" |
20578 | else | 20612 | else |
20579 | GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS | 20613 | GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS |
@@ -20586,7 +20620,7 @@ else | |||
20586 | have_glib="no" | 20620 | have_glib="no" |
20587 | fi | 20621 | fi |
20588 | if test "x$want_glib" = "xyes" -a "x$have_glib" = "xno"; then | 20622 | if test "x$want_glib" = "xyes" -a "x$have_glib" = "xno"; then |
20589 | as_fn_error $? "GLib support requested, but no GLib found by pkg-config." "$LINENO" 5 | 20623 | as_fn_error "GLib support requested, but no GLib found by pkg-config." "$LINENO" 5 |
20590 | elif test "x$have_glib" = "xyes"; then | 20624 | elif test "x$have_glib" = "xyes"; then |
20591 | 20625 | ||
20592 | $as_echo "#define HAVE_GLIB 1" >>confdefs.h | 20626 | $as_echo "#define HAVE_GLIB 1" >>confdefs.h |
@@ -20603,10 +20637,11 @@ pkg_failed=no | |||
20603 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5 | 20637 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5 |
20604 | $as_echo_n "checking for SDL... " >&6; } | 20638 | $as_echo_n "checking for SDL... " >&6; } |
20605 | 20639 | ||
20606 | if test -n "$SDL_CFLAGS"; then | 20640 | if test -n "$PKG_CONFIG"; then |
20607 | pkg_cv_SDL_CFLAGS="$SDL_CFLAGS" | 20641 | if test -n "$SDL_CFLAGS"; then |
20608 | elif test -n "$PKG_CONFIG"; then | 20642 | pkg_cv_SDL_CFLAGS="$SDL_CFLAGS" |
20609 | if test -n "$PKG_CONFIG" && \ | 20643 | else |
20644 | if test -n "$PKG_CONFIG" && \ | ||
20610 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 | 20645 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 |
20611 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 | 20646 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 |
20612 | ac_status=$? | 20647 | ac_status=$? |
@@ -20616,13 +20651,15 @@ if test -n "$SDL_CFLAGS"; then | |||
20616 | else | 20651 | else |
20617 | pkg_failed=yes | 20652 | pkg_failed=yes |
20618 | fi | 20653 | fi |
20619 | else | 20654 | fi |
20620 | pkg_failed=untried | 20655 | else |
20656 | pkg_failed=untried | ||
20621 | fi | 20657 | fi |
20622 | if test -n "$SDL_LIBS"; then | 20658 | if test -n "$PKG_CONFIG"; then |
20623 | pkg_cv_SDL_LIBS="$SDL_LIBS" | 20659 | if test -n "$SDL_LIBS"; then |
20624 | elif test -n "$PKG_CONFIG"; then | 20660 | pkg_cv_SDL_LIBS="$SDL_LIBS" |
20625 | if test -n "$PKG_CONFIG" && \ | 20661 | else |
20662 | if test -n "$PKG_CONFIG" && \ | ||
20626 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 | 20663 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2.0\""; } >&5 |
20627 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 | 20664 | ($PKG_CONFIG --exists --print-errors "sdl >= 1.2.0") 2>&5 |
20628 | ac_status=$? | 20665 | ac_status=$? |
@@ -20632,15 +20669,14 @@ if test -n "$SDL_LIBS"; then | |||
20632 | else | 20669 | else |
20633 | pkg_failed=yes | 20670 | pkg_failed=yes |
20634 | fi | 20671 | fi |
20635 | else | 20672 | fi |
20636 | pkg_failed=untried | 20673 | else |
20674 | pkg_failed=untried | ||
20637 | fi | 20675 | fi |
20638 | 20676 | ||
20639 | 20677 | ||
20640 | 20678 | ||
20641 | if test $pkg_failed = yes; then | 20679 | if test $pkg_failed = yes; then |
20642 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20643 | $as_echo "no" >&6; } | ||
20644 | 20680 | ||
20645 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 20681 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
20646 | _pkg_short_errors_supported=yes | 20682 | _pkg_short_errors_supported=yes |
@@ -20648,17 +20684,17 @@ else | |||
20648 | _pkg_short_errors_supported=no | 20684 | _pkg_short_errors_supported=no |
20649 | fi | 20685 | fi |
20650 | if test $_pkg_short_errors_supported = yes; then | 20686 | if test $_pkg_short_errors_supported = yes; then |
20651 | SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sdl >= 1.2.0" 2>&1` | 20687 | SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "sdl >= 1.2.0"` |
20652 | else | 20688 | else |
20653 | SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors "sdl >= 1.2.0" 2>&1` | 20689 | SDL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "sdl >= 1.2.0"` |
20654 | fi | 20690 | fi |
20655 | # Put the nasty error message in config.log where it belongs | 20691 | # Put the nasty error message in config.log where it belongs |
20656 | echo "$SDL_PKG_ERRORS" >&5 | 20692 | echo "$SDL_PKG_ERRORS" >&5 |
20657 | 20693 | ||
20658 | have_sdl="no" | 20694 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
20659 | elif test $pkg_failed = untried; then | ||
20660 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20661 | $as_echo "no" >&6; } | 20695 | $as_echo "no" >&6; } |
20696 | have_sdl="no" | ||
20697 | elif test $pkg_failed = untried; then | ||
20662 | have_sdl="no" | 20698 | have_sdl="no" |
20663 | else | 20699 | else |
20664 | SDL_CFLAGS=$pkg_cv_SDL_CFLAGS | 20700 | SDL_CFLAGS=$pkg_cv_SDL_CFLAGS |
@@ -20752,10 +20788,11 @@ pkg_failed=no | |||
20752 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DIRECTFB" >&5 | 20788 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DIRECTFB" >&5 |
20753 | $as_echo_n "checking for DIRECTFB... " >&6; } | 20789 | $as_echo_n "checking for DIRECTFB... " >&6; } |
20754 | 20790 | ||
20755 | if test -n "$DIRECTFB_CFLAGS"; then | 20791 | if test -n "$PKG_CONFIG"; then |
20756 | pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS" | 20792 | if test -n "$DIRECTFB_CFLAGS"; then |
20757 | elif test -n "$PKG_CONFIG"; then | 20793 | pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS" |
20758 | if test -n "$PKG_CONFIG" && \ | 20794 | else |
20795 | if test -n "$PKG_CONFIG" && \ | ||
20759 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.16\""; } >&5 | 20796 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.16\""; } >&5 |
20760 | ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.16") 2>&5 | 20797 | ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.16") 2>&5 |
20761 | ac_status=$? | 20798 | ac_status=$? |
@@ -20765,13 +20802,15 @@ if test -n "$DIRECTFB_CFLAGS"; then | |||
20765 | else | 20802 | else |
20766 | pkg_failed=yes | 20803 | pkg_failed=yes |
20767 | fi | 20804 | fi |
20768 | else | 20805 | fi |
20769 | pkg_failed=untried | 20806 | else |
20807 | pkg_failed=untried | ||
20770 | fi | 20808 | fi |
20771 | if test -n "$DIRECTFB_LIBS"; then | 20809 | if test -n "$PKG_CONFIG"; then |
20772 | pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS" | 20810 | if test -n "$DIRECTFB_LIBS"; then |
20773 | elif test -n "$PKG_CONFIG"; then | 20811 | pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS" |
20774 | if test -n "$PKG_CONFIG" && \ | 20812 | else |
20813 | if test -n "$PKG_CONFIG" && \ | ||
20775 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.16\""; } >&5 | 20814 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.16\""; } >&5 |
20776 | ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.16") 2>&5 | 20815 | ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.16") 2>&5 |
20777 | ac_status=$? | 20816 | ac_status=$? |
@@ -20781,15 +20820,14 @@ if test -n "$DIRECTFB_LIBS"; then | |||
20781 | else | 20820 | else |
20782 | pkg_failed=yes | 20821 | pkg_failed=yes |
20783 | fi | 20822 | fi |
20784 | else | 20823 | fi |
20785 | pkg_failed=untried | 20824 | else |
20825 | pkg_failed=untried | ||
20786 | fi | 20826 | fi |
20787 | 20827 | ||
20788 | 20828 | ||
20789 | 20829 | ||
20790 | if test $pkg_failed = yes; then | 20830 | if test $pkg_failed = yes; then |
20791 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20792 | $as_echo "no" >&6; } | ||
20793 | 20831 | ||
20794 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 20832 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
20795 | _pkg_short_errors_supported=yes | 20833 | _pkg_short_errors_supported=yes |
@@ -20797,17 +20835,17 @@ else | |||
20797 | _pkg_short_errors_supported=no | 20835 | _pkg_short_errors_supported=no |
20798 | fi | 20836 | fi |
20799 | if test $_pkg_short_errors_supported = yes; then | 20837 | if test $_pkg_short_errors_supported = yes; then |
20800 | DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "directfb >= 0.9.16" 2>&1` | 20838 | DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.16"` |
20801 | else | 20839 | else |
20802 | DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --print-errors "directfb >= 0.9.16" 2>&1` | 20840 | DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.16"` |
20803 | fi | 20841 | fi |
20804 | # Put the nasty error message in config.log where it belongs | 20842 | # Put the nasty error message in config.log where it belongs |
20805 | echo "$DIRECTFB_PKG_ERRORS" >&5 | 20843 | echo "$DIRECTFB_PKG_ERRORS" >&5 |
20806 | 20844 | ||
20807 | have_directfb="no" | 20845 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
20808 | elif test $pkg_failed = untried; then | ||
20809 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20810 | $as_echo "no" >&6; } | 20846 | $as_echo "no" >&6; } |
20847 | have_directfb="no" | ||
20848 | elif test $pkg_failed = untried; then | ||
20811 | have_directfb="no" | 20849 | have_directfb="no" |
20812 | else | 20850 | else |
20813 | DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS | 20851 | DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS |
@@ -20957,7 +20995,7 @@ $as_echo_n "checking keysym definitions... " >&6; } | |||
20957 | if test -f "$KEYSYMDEFDIR/$i"; then | 20995 | if test -f "$KEYSYMDEFDIR/$i"; then |
20958 | KEYSYMDEFS="$KEYSYMDEFS $KEYSYMDEFDIR/$i" | 20996 | KEYSYMDEFS="$KEYSYMDEFS $KEYSYMDEFDIR/$i" |
20959 | elif test "x$i" = "xkeysymdef.h"; then | 20997 | elif test "x$i" = "xkeysymdef.h"; then |
20960 | as_fn_error $? "Cannot find keysymdef.h" "$LINENO" 5 | 20998 | as_fn_error "Cannot find keysymdef.h" "$LINENO" 5 |
20961 | fi | 20999 | fi |
20962 | done | 21000 | done |
20963 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $KEYSYMDEFS" >&5 | 21001 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $KEYSYMDEFS" >&5 |
@@ -21121,10 +21159,11 @@ pkg_failed=no | |||
21121 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ECORE_XCB" >&5 | 21159 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ECORE_XCB" >&5 |
21122 | $as_echo_n "checking for ECORE_XCB... " >&6; } | 21160 | $as_echo_n "checking for ECORE_XCB... " >&6; } |
21123 | 21161 | ||
21124 | if test -n "$ECORE_XCB_CFLAGS"; then | 21162 | if test -n "$PKG_CONFIG"; then |
21125 | pkg_cv_ECORE_XCB_CFLAGS="$ECORE_XCB_CFLAGS" | 21163 | if test -n "$ECORE_XCB_CFLAGS"; then |
21126 | elif test -n "$PKG_CONFIG"; then | 21164 | pkg_cv_ECORE_XCB_CFLAGS="$ECORE_XCB_CFLAGS" |
21127 | if test -n "$PKG_CONFIG" && \ | 21165 | else |
21166 | if test -n "$PKG_CONFIG" && \ | ||
21128 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8\""; } >&5 | 21167 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8\""; } >&5 |
21129 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8") 2>&5 | 21168 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8") 2>&5 |
21130 | ac_status=$? | 21169 | ac_status=$? |
@@ -21134,13 +21173,15 @@ if test -n "$ECORE_XCB_CFLAGS"; then | |||
21134 | else | 21173 | else |
21135 | pkg_failed=yes | 21174 | pkg_failed=yes |
21136 | fi | 21175 | fi |
21137 | else | 21176 | fi |
21138 | pkg_failed=untried | 21177 | else |
21178 | pkg_failed=untried | ||
21139 | fi | 21179 | fi |
21140 | if test -n "$ECORE_XCB_LIBS"; then | 21180 | if test -n "$PKG_CONFIG"; then |
21141 | pkg_cv_ECORE_XCB_LIBS="$ECORE_XCB_LIBS" | 21181 | if test -n "$ECORE_XCB_LIBS"; then |
21142 | elif test -n "$PKG_CONFIG"; then | 21182 | pkg_cv_ECORE_XCB_LIBS="$ECORE_XCB_LIBS" |
21143 | if test -n "$PKG_CONFIG" && \ | 21183 | else |
21184 | if test -n "$PKG_CONFIG" && \ | ||
21144 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8\""; } >&5 | 21185 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8\""; } >&5 |
21145 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8") 2>&5 | 21186 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8") 2>&5 |
21146 | ac_status=$? | 21187 | ac_status=$? |
@@ -21150,15 +21191,14 @@ if test -n "$ECORE_XCB_LIBS"; then | |||
21150 | else | 21191 | else |
21151 | pkg_failed=yes | 21192 | pkg_failed=yes |
21152 | fi | 21193 | fi |
21153 | else | 21194 | fi |
21154 | pkg_failed=untried | 21195 | else |
21196 | pkg_failed=untried | ||
21155 | fi | 21197 | fi |
21156 | 21198 | ||
21157 | 21199 | ||
21158 | 21200 | ||
21159 | if test $pkg_failed = yes; then | 21201 | if test $pkg_failed = yes; then |
21160 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21161 | $as_echo "no" >&6; } | ||
21162 | 21202 | ||
21163 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21203 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21164 | _pkg_short_errors_supported=yes | 21204 | _pkg_short_errors_supported=yes |
@@ -21166,23 +21206,26 @@ else | |||
21166 | _pkg_short_errors_supported=no | 21206 | _pkg_short_errors_supported=no |
21167 | fi | 21207 | fi |
21168 | if test $_pkg_short_errors_supported = yes; then | 21208 | if test $_pkg_short_errors_supported = yes; then |
21169 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8" 2>&1` | 21209 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8"` |
21170 | else | 21210 | else |
21171 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8" 2>&1` | 21211 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11-xcb xcb xcb-shm xcb-event xcb-icccm >= 0.3.8 xcb-util >= 0.3.8 xcb-image xcb-keysyms >= 0.3.8"` |
21172 | fi | 21212 | fi |
21173 | # Put the nasty error message in config.log where it belongs | 21213 | # Put the nasty error message in config.log where it belongs |
21174 | echo "$ECORE_XCB_PKG_ERRORS" >&5 | 21214 | echo "$ECORE_XCB_PKG_ERRORS" >&5 |
21175 | 21215 | ||
21216 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21217 | $as_echo "no" >&6; } | ||
21176 | 21218 | ||
21177 | 21219 | ||
21178 | pkg_failed=no | 21220 | pkg_failed=no |
21179 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ECORE_XCB" >&5 | 21221 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ECORE_XCB" >&5 |
21180 | $as_echo_n "checking for ECORE_XCB... " >&6; } | 21222 | $as_echo_n "checking for ECORE_XCB... " >&6; } |
21181 | 21223 | ||
21182 | if test -n "$ECORE_XCB_CFLAGS"; then | 21224 | if test -n "$PKG_CONFIG"; then |
21183 | pkg_cv_ECORE_XCB_CFLAGS="$ECORE_XCB_CFLAGS" | 21225 | if test -n "$ECORE_XCB_CFLAGS"; then |
21184 | elif test -n "$PKG_CONFIG"; then | 21226 | pkg_cv_ECORE_XCB_CFLAGS="$ECORE_XCB_CFLAGS" |
21185 | if test -n "$PKG_CONFIG" && \ | 21227 | else |
21228 | if test -n "$PKG_CONFIG" && \ | ||
21186 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms\""; } >&5 | 21229 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms\""; } >&5 |
21187 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms") 2>&5 | 21230 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms") 2>&5 |
21188 | ac_status=$? | 21231 | ac_status=$? |
@@ -21192,13 +21235,15 @@ if test -n "$ECORE_XCB_CFLAGS"; then | |||
21192 | else | 21235 | else |
21193 | pkg_failed=yes | 21236 | pkg_failed=yes |
21194 | fi | 21237 | fi |
21195 | else | 21238 | fi |
21196 | pkg_failed=untried | 21239 | else |
21240 | pkg_failed=untried | ||
21197 | fi | 21241 | fi |
21198 | if test -n "$ECORE_XCB_LIBS"; then | 21242 | if test -n "$PKG_CONFIG"; then |
21199 | pkg_cv_ECORE_XCB_LIBS="$ECORE_XCB_LIBS" | 21243 | if test -n "$ECORE_XCB_LIBS"; then |
21200 | elif test -n "$PKG_CONFIG"; then | 21244 | pkg_cv_ECORE_XCB_LIBS="$ECORE_XCB_LIBS" |
21201 | if test -n "$PKG_CONFIG" && \ | 21245 | else |
21246 | if test -n "$PKG_CONFIG" && \ | ||
21202 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms\""; } >&5 | 21247 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms\""; } >&5 |
21203 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms") 2>&5 | 21248 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms") 2>&5 |
21204 | ac_status=$? | 21249 | ac_status=$? |
@@ -21208,15 +21253,14 @@ if test -n "$ECORE_XCB_LIBS"; then | |||
21208 | else | 21253 | else |
21209 | pkg_failed=yes | 21254 | pkg_failed=yes |
21210 | fi | 21255 | fi |
21211 | else | 21256 | fi |
21212 | pkg_failed=untried | 21257 | else |
21258 | pkg_failed=untried | ||
21213 | fi | 21259 | fi |
21214 | 21260 | ||
21215 | 21261 | ||
21216 | 21262 | ||
21217 | if test $pkg_failed = yes; then | 21263 | if test $pkg_failed = yes; then |
21218 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21219 | $as_echo "no" >&6; } | ||
21220 | 21264 | ||
21221 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21265 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21222 | _pkg_short_errors_supported=yes | 21266 | _pkg_short_errors_supported=yes |
@@ -21224,17 +21268,17 @@ else | |||
21224 | _pkg_short_errors_supported=no | 21268 | _pkg_short_errors_supported=no |
21225 | fi | 21269 | fi |
21226 | if test $_pkg_short_errors_supported = yes; then | 21270 | if test $_pkg_short_errors_supported = yes; then |
21227 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms" 2>&1` | 21271 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms"` |
21228 | else | 21272 | else |
21229 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms" 2>&1` | 21273 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms"` |
21230 | fi | 21274 | fi |
21231 | # Put the nasty error message in config.log where it belongs | 21275 | # Put the nasty error message in config.log where it belongs |
21232 | echo "$ECORE_XCB_PKG_ERRORS" >&5 | 21276 | echo "$ECORE_XCB_PKG_ERRORS" >&5 |
21233 | 21277 | ||
21234 | have_ecore_x_xcb="no" | 21278 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
21235 | elif test $pkg_failed = untried; then | ||
21236 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21237 | $as_echo "no" >&6; } | 21279 | $as_echo "no" >&6; } |
21280 | have_ecore_x_xcb="no" | ||
21281 | elif test $pkg_failed = untried; then | ||
21238 | have_ecore_x_xcb="no" | 21282 | have_ecore_x_xcb="no" |
21239 | else | 21283 | else |
21240 | ECORE_XCB_CFLAGS=$pkg_cv_ECORE_XCB_CFLAGS | 21284 | ECORE_XCB_CFLAGS=$pkg_cv_ECORE_XCB_CFLAGS |
@@ -21249,18 +21293,17 @@ $as_echo "#define OLD_XCB_VERSION 1" >>confdefs.h | |||
21249 | fi | 21293 | fi |
21250 | 21294 | ||
21251 | elif test $pkg_failed = untried; then | 21295 | elif test $pkg_failed = untried; then |
21252 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21253 | $as_echo "no" >&6; } | ||
21254 | 21296 | ||
21255 | 21297 | ||
21256 | pkg_failed=no | 21298 | pkg_failed=no |
21257 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ECORE_XCB" >&5 | 21299 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ECORE_XCB" >&5 |
21258 | $as_echo_n "checking for ECORE_XCB... " >&6; } | 21300 | $as_echo_n "checking for ECORE_XCB... " >&6; } |
21259 | 21301 | ||
21260 | if test -n "$ECORE_XCB_CFLAGS"; then | 21302 | if test -n "$PKG_CONFIG"; then |
21261 | pkg_cv_ECORE_XCB_CFLAGS="$ECORE_XCB_CFLAGS" | 21303 | if test -n "$ECORE_XCB_CFLAGS"; then |
21262 | elif test -n "$PKG_CONFIG"; then | 21304 | pkg_cv_ECORE_XCB_CFLAGS="$ECORE_XCB_CFLAGS" |
21263 | if test -n "$PKG_CONFIG" && \ | 21305 | else |
21306 | if test -n "$PKG_CONFIG" && \ | ||
21264 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms\""; } >&5 | 21307 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms\""; } >&5 |
21265 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms") 2>&5 | 21308 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms") 2>&5 |
21266 | ac_status=$? | 21309 | ac_status=$? |
@@ -21270,13 +21313,15 @@ if test -n "$ECORE_XCB_CFLAGS"; then | |||
21270 | else | 21313 | else |
21271 | pkg_failed=yes | 21314 | pkg_failed=yes |
21272 | fi | 21315 | fi |
21273 | else | 21316 | fi |
21274 | pkg_failed=untried | 21317 | else |
21318 | pkg_failed=untried | ||
21275 | fi | 21319 | fi |
21276 | if test -n "$ECORE_XCB_LIBS"; then | 21320 | if test -n "$PKG_CONFIG"; then |
21277 | pkg_cv_ECORE_XCB_LIBS="$ECORE_XCB_LIBS" | 21321 | if test -n "$ECORE_XCB_LIBS"; then |
21278 | elif test -n "$PKG_CONFIG"; then | 21322 | pkg_cv_ECORE_XCB_LIBS="$ECORE_XCB_LIBS" |
21279 | if test -n "$PKG_CONFIG" && \ | 21323 | else |
21324 | if test -n "$PKG_CONFIG" && \ | ||
21280 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms\""; } >&5 | 21325 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms\""; } >&5 |
21281 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms") 2>&5 | 21326 | ($PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms") 2>&5 |
21282 | ac_status=$? | 21327 | ac_status=$? |
@@ -21286,15 +21331,14 @@ if test -n "$ECORE_XCB_LIBS"; then | |||
21286 | else | 21331 | else |
21287 | pkg_failed=yes | 21332 | pkg_failed=yes |
21288 | fi | 21333 | fi |
21289 | else | 21334 | fi |
21290 | pkg_failed=untried | 21335 | else |
21336 | pkg_failed=untried | ||
21291 | fi | 21337 | fi |
21292 | 21338 | ||
21293 | 21339 | ||
21294 | 21340 | ||
21295 | if test $pkg_failed = yes; then | 21341 | if test $pkg_failed = yes; then |
21296 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21297 | $as_echo "no" >&6; } | ||
21298 | 21342 | ||
21299 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21343 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21300 | _pkg_short_errors_supported=yes | 21344 | _pkg_short_errors_supported=yes |
@@ -21302,17 +21346,17 @@ else | |||
21302 | _pkg_short_errors_supported=no | 21346 | _pkg_short_errors_supported=no |
21303 | fi | 21347 | fi |
21304 | if test $_pkg_short_errors_supported = yes; then | 21348 | if test $_pkg_short_errors_supported = yes; then |
21305 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms" 2>&1` | 21349 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms"` |
21306 | else | 21350 | else |
21307 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms" 2>&1` | 21351 | ECORE_XCB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11-xcb xcb xcb-event xcb-shm xcb-icccm xcb-image xcb-keysyms"` |
21308 | fi | 21352 | fi |
21309 | # Put the nasty error message in config.log where it belongs | 21353 | # Put the nasty error message in config.log where it belongs |
21310 | echo "$ECORE_XCB_PKG_ERRORS" >&5 | 21354 | echo "$ECORE_XCB_PKG_ERRORS" >&5 |
21311 | 21355 | ||
21312 | have_ecore_x_xcb="no" | 21356 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
21313 | elif test $pkg_failed = untried; then | ||
21314 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21315 | $as_echo "no" >&6; } | 21357 | $as_echo "no" >&6; } |
21358 | have_ecore_x_xcb="no" | ||
21359 | elif test $pkg_failed = untried; then | ||
21316 | have_ecore_x_xcb="no" | 21360 | have_ecore_x_xcb="no" |
21317 | else | 21361 | else |
21318 | ECORE_XCB_CFLAGS=$pkg_cv_ECORE_XCB_CFLAGS | 21362 | ECORE_XCB_CFLAGS=$pkg_cv_ECORE_XCB_CFLAGS |
@@ -21343,10 +21387,11 @@ pkg_failed=no | |||
21343 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PIXMAN" >&5 | 21387 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PIXMAN" >&5 |
21344 | $as_echo_n "checking for PIXMAN... " >&6; } | 21388 | $as_echo_n "checking for PIXMAN... " >&6; } |
21345 | 21389 | ||
21346 | if test -n "$PIXMAN_CFLAGS"; then | 21390 | if test -n "$PKG_CONFIG"; then |
21347 | pkg_cv_PIXMAN_CFLAGS="$PIXMAN_CFLAGS" | 21391 | if test -n "$PIXMAN_CFLAGS"; then |
21348 | elif test -n "$PKG_CONFIG"; then | 21392 | pkg_cv_PIXMAN_CFLAGS="$PIXMAN_CFLAGS" |
21349 | if test -n "$PKG_CONFIG" && \ | 21393 | else |
21394 | if test -n "$PKG_CONFIG" && \ | ||
21350 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pixman-1\""; } >&5 | 21395 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pixman-1\""; } >&5 |
21351 | ($PKG_CONFIG --exists --print-errors "pixman-1") 2>&5 | 21396 | ($PKG_CONFIG --exists --print-errors "pixman-1") 2>&5 |
21352 | ac_status=$? | 21397 | ac_status=$? |
@@ -21356,13 +21401,15 @@ if test -n "$PIXMAN_CFLAGS"; then | |||
21356 | else | 21401 | else |
21357 | pkg_failed=yes | 21402 | pkg_failed=yes |
21358 | fi | 21403 | fi |
21359 | else | 21404 | fi |
21360 | pkg_failed=untried | 21405 | else |
21406 | pkg_failed=untried | ||
21361 | fi | 21407 | fi |
21362 | if test -n "$PIXMAN_LIBS"; then | 21408 | if test -n "$PKG_CONFIG"; then |
21363 | pkg_cv_PIXMAN_LIBS="$PIXMAN_LIBS" | 21409 | if test -n "$PIXMAN_LIBS"; then |
21364 | elif test -n "$PKG_CONFIG"; then | 21410 | pkg_cv_PIXMAN_LIBS="$PIXMAN_LIBS" |
21365 | if test -n "$PKG_CONFIG" && \ | 21411 | else |
21412 | if test -n "$PKG_CONFIG" && \ | ||
21366 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pixman-1\""; } >&5 | 21413 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pixman-1\""; } >&5 |
21367 | ($PKG_CONFIG --exists --print-errors "pixman-1") 2>&5 | 21414 | ($PKG_CONFIG --exists --print-errors "pixman-1") 2>&5 |
21368 | ac_status=$? | 21415 | ac_status=$? |
@@ -21372,15 +21419,14 @@ if test -n "$PIXMAN_LIBS"; then | |||
21372 | else | 21419 | else |
21373 | pkg_failed=yes | 21420 | pkg_failed=yes |
21374 | fi | 21421 | fi |
21375 | else | 21422 | fi |
21376 | pkg_failed=untried | 21423 | else |
21424 | pkg_failed=untried | ||
21377 | fi | 21425 | fi |
21378 | 21426 | ||
21379 | 21427 | ||
21380 | 21428 | ||
21381 | if test $pkg_failed = yes; then | 21429 | if test $pkg_failed = yes; then |
21382 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21383 | $as_echo "no" >&6; } | ||
21384 | 21430 | ||
21385 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21431 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21386 | _pkg_short_errors_supported=yes | 21432 | _pkg_short_errors_supported=yes |
@@ -21388,24 +21434,24 @@ else | |||
21388 | _pkg_short_errors_supported=no | 21434 | _pkg_short_errors_supported=no |
21389 | fi | 21435 | fi |
21390 | if test $_pkg_short_errors_supported = yes; then | 21436 | if test $_pkg_short_errors_supported = yes; then |
21391 | PIXMAN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pixman-1" 2>&1` | 21437 | PIXMAN_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pixman-1"` |
21392 | else | 21438 | else |
21393 | PIXMAN_PKG_ERRORS=`$PKG_CONFIG --print-errors "pixman-1" 2>&1` | 21439 | PIXMAN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pixman-1"` |
21394 | fi | 21440 | fi |
21395 | # Put the nasty error message in config.log where it belongs | 21441 | # Put the nasty error message in config.log where it belongs |
21396 | echo "$PIXMAN_PKG_ERRORS" >&5 | 21442 | echo "$PIXMAN_PKG_ERRORS" >&5 |
21397 | 21443 | ||
21444 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21445 | $as_echo "no" >&6; } | ||
21398 | 21446 | ||
21399 | if test "x${want_pixman}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 21447 | if test "x${want_pixman}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
21400 | as_fn_error $? "Pixman not found (strict dependencies checking)" "$LINENO" 5 | 21448 | as_fn_error "Pixman not found (strict dependencies checking)" "$LINENO" 5 |
21401 | fi | 21449 | fi |
21402 | 21450 | ||
21403 | elif test $pkg_failed = untried; then | 21451 | elif test $pkg_failed = untried; then |
21404 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21405 | $as_echo "no" >&6; } | ||
21406 | 21452 | ||
21407 | if test "x${want_pixman}" = "xyes" -a "x${use_strict}" = "xyes" ; then | 21453 | if test "x${want_pixman}" = "xyes" -a "x${use_strict}" = "xyes" ; then |
21408 | as_fn_error $? "Pixman not found (strict dependencies checking)" "$LINENO" 5 | 21454 | as_fn_error "Pixman not found (strict dependencies checking)" "$LINENO" 5 |
21409 | fi | 21455 | fi |
21410 | 21456 | ||
21411 | else | 21457 | else |
@@ -21428,10 +21474,11 @@ pkg_failed=no | |||
21428 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_COMPOSITE" >&5 | 21474 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_COMPOSITE" >&5 |
21429 | $as_echo_n "checking for XCB_COMPOSITE... " >&6; } | 21475 | $as_echo_n "checking for XCB_COMPOSITE... " >&6; } |
21430 | 21476 | ||
21431 | if test -n "$XCB_COMPOSITE_CFLAGS"; then | 21477 | if test -n "$PKG_CONFIG"; then |
21432 | pkg_cv_XCB_COMPOSITE_CFLAGS="$XCB_COMPOSITE_CFLAGS" | 21478 | if test -n "$XCB_COMPOSITE_CFLAGS"; then |
21433 | elif test -n "$PKG_CONFIG"; then | 21479 | pkg_cv_XCB_COMPOSITE_CFLAGS="$XCB_COMPOSITE_CFLAGS" |
21434 | if test -n "$PKG_CONFIG" && \ | 21480 | else |
21481 | if test -n "$PKG_CONFIG" && \ | ||
21435 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-composite\""; } >&5 | 21482 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-composite\""; } >&5 |
21436 | ($PKG_CONFIG --exists --print-errors "xcb-composite") 2>&5 | 21483 | ($PKG_CONFIG --exists --print-errors "xcb-composite") 2>&5 |
21437 | ac_status=$? | 21484 | ac_status=$? |
@@ -21441,13 +21488,15 @@ if test -n "$XCB_COMPOSITE_CFLAGS"; then | |||
21441 | else | 21488 | else |
21442 | pkg_failed=yes | 21489 | pkg_failed=yes |
21443 | fi | 21490 | fi |
21444 | else | 21491 | fi |
21445 | pkg_failed=untried | 21492 | else |
21493 | pkg_failed=untried | ||
21446 | fi | 21494 | fi |
21447 | if test -n "$XCB_COMPOSITE_LIBS"; then | 21495 | if test -n "$PKG_CONFIG"; then |
21448 | pkg_cv_XCB_COMPOSITE_LIBS="$XCB_COMPOSITE_LIBS" | 21496 | if test -n "$XCB_COMPOSITE_LIBS"; then |
21449 | elif test -n "$PKG_CONFIG"; then | 21497 | pkg_cv_XCB_COMPOSITE_LIBS="$XCB_COMPOSITE_LIBS" |
21450 | if test -n "$PKG_CONFIG" && \ | 21498 | else |
21499 | if test -n "$PKG_CONFIG" && \ | ||
21451 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-composite\""; } >&5 | 21500 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-composite\""; } >&5 |
21452 | ($PKG_CONFIG --exists --print-errors "xcb-composite") 2>&5 | 21501 | ($PKG_CONFIG --exists --print-errors "xcb-composite") 2>&5 |
21453 | ac_status=$? | 21502 | ac_status=$? |
@@ -21457,15 +21506,14 @@ if test -n "$XCB_COMPOSITE_LIBS"; then | |||
21457 | else | 21506 | else |
21458 | pkg_failed=yes | 21507 | pkg_failed=yes |
21459 | fi | 21508 | fi |
21460 | else | 21509 | fi |
21461 | pkg_failed=untried | 21510 | else |
21511 | pkg_failed=untried | ||
21462 | fi | 21512 | fi |
21463 | 21513 | ||
21464 | 21514 | ||
21465 | 21515 | ||
21466 | if test $pkg_failed = yes; then | 21516 | if test $pkg_failed = yes; then |
21467 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21468 | $as_echo "no" >&6; } | ||
21469 | 21517 | ||
21470 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21518 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21471 | _pkg_short_errors_supported=yes | 21519 | _pkg_short_errors_supported=yes |
@@ -21473,17 +21521,17 @@ else | |||
21473 | _pkg_short_errors_supported=no | 21521 | _pkg_short_errors_supported=no |
21474 | fi | 21522 | fi |
21475 | if test $_pkg_short_errors_supported = yes; then | 21523 | if test $_pkg_short_errors_supported = yes; then |
21476 | XCB_COMPOSITE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-composite" 2>&1` | 21524 | XCB_COMPOSITE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-composite"` |
21477 | else | 21525 | else |
21478 | XCB_COMPOSITE_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-composite" 2>&1` | 21526 | XCB_COMPOSITE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-composite"` |
21479 | fi | 21527 | fi |
21480 | # Put the nasty error message in config.log where it belongs | 21528 | # Put the nasty error message in config.log where it belongs |
21481 | echo "$XCB_COMPOSITE_PKG_ERRORS" >&5 | 21529 | echo "$XCB_COMPOSITE_PKG_ERRORS" >&5 |
21482 | 21530 | ||
21483 | have_ecore_x_xcb_composite="no" | 21531 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
21484 | elif test $pkg_failed = untried; then | ||
21485 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21486 | $as_echo "no" >&6; } | 21532 | $as_echo "no" >&6; } |
21533 | have_ecore_x_xcb_composite="no" | ||
21534 | elif test $pkg_failed = untried; then | ||
21487 | have_ecore_x_xcb_composite="no" | 21535 | have_ecore_x_xcb_composite="no" |
21488 | else | 21536 | else |
21489 | XCB_COMPOSITE_CFLAGS=$pkg_cv_XCB_COMPOSITE_CFLAGS | 21537 | XCB_COMPOSITE_CFLAGS=$pkg_cv_XCB_COMPOSITE_CFLAGS |
@@ -21508,10 +21556,11 @@ pkg_failed=no | |||
21508 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_DAMAGE" >&5 | 21556 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_DAMAGE" >&5 |
21509 | $as_echo_n "checking for XCB_DAMAGE... " >&6; } | 21557 | $as_echo_n "checking for XCB_DAMAGE... " >&6; } |
21510 | 21558 | ||
21511 | if test -n "$XCB_DAMAGE_CFLAGS"; then | 21559 | if test -n "$PKG_CONFIG"; then |
21512 | pkg_cv_XCB_DAMAGE_CFLAGS="$XCB_DAMAGE_CFLAGS" | 21560 | if test -n "$XCB_DAMAGE_CFLAGS"; then |
21513 | elif test -n "$PKG_CONFIG"; then | 21561 | pkg_cv_XCB_DAMAGE_CFLAGS="$XCB_DAMAGE_CFLAGS" |
21514 | if test -n "$PKG_CONFIG" && \ | 21562 | else |
21563 | if test -n "$PKG_CONFIG" && \ | ||
21515 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-damage\""; } >&5 | 21564 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-damage\""; } >&5 |
21516 | ($PKG_CONFIG --exists --print-errors "xcb-damage") 2>&5 | 21565 | ($PKG_CONFIG --exists --print-errors "xcb-damage") 2>&5 |
21517 | ac_status=$? | 21566 | ac_status=$? |
@@ -21521,13 +21570,15 @@ if test -n "$XCB_DAMAGE_CFLAGS"; then | |||
21521 | else | 21570 | else |
21522 | pkg_failed=yes | 21571 | pkg_failed=yes |
21523 | fi | 21572 | fi |
21524 | else | 21573 | fi |
21525 | pkg_failed=untried | 21574 | else |
21575 | pkg_failed=untried | ||
21526 | fi | 21576 | fi |
21527 | if test -n "$XCB_DAMAGE_LIBS"; then | 21577 | if test -n "$PKG_CONFIG"; then |
21528 | pkg_cv_XCB_DAMAGE_LIBS="$XCB_DAMAGE_LIBS" | 21578 | if test -n "$XCB_DAMAGE_LIBS"; then |
21529 | elif test -n "$PKG_CONFIG"; then | 21579 | pkg_cv_XCB_DAMAGE_LIBS="$XCB_DAMAGE_LIBS" |
21530 | if test -n "$PKG_CONFIG" && \ | 21580 | else |
21581 | if test -n "$PKG_CONFIG" && \ | ||
21531 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-damage\""; } >&5 | 21582 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-damage\""; } >&5 |
21532 | ($PKG_CONFIG --exists --print-errors "xcb-damage") 2>&5 | 21583 | ($PKG_CONFIG --exists --print-errors "xcb-damage") 2>&5 |
21533 | ac_status=$? | 21584 | ac_status=$? |
@@ -21537,15 +21588,14 @@ if test -n "$XCB_DAMAGE_LIBS"; then | |||
21537 | else | 21588 | else |
21538 | pkg_failed=yes | 21589 | pkg_failed=yes |
21539 | fi | 21590 | fi |
21540 | else | 21591 | fi |
21541 | pkg_failed=untried | 21592 | else |
21593 | pkg_failed=untried | ||
21542 | fi | 21594 | fi |
21543 | 21595 | ||
21544 | 21596 | ||
21545 | 21597 | ||
21546 | if test $pkg_failed = yes; then | 21598 | if test $pkg_failed = yes; then |
21547 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21548 | $as_echo "no" >&6; } | ||
21549 | 21599 | ||
21550 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21600 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21551 | _pkg_short_errors_supported=yes | 21601 | _pkg_short_errors_supported=yes |
@@ -21553,17 +21603,17 @@ else | |||
21553 | _pkg_short_errors_supported=no | 21603 | _pkg_short_errors_supported=no |
21554 | fi | 21604 | fi |
21555 | if test $_pkg_short_errors_supported = yes; then | 21605 | if test $_pkg_short_errors_supported = yes; then |
21556 | XCB_DAMAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-damage" 2>&1` | 21606 | XCB_DAMAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-damage"` |
21557 | else | 21607 | else |
21558 | XCB_DAMAGE_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-damage" 2>&1` | 21608 | XCB_DAMAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-damage"` |
21559 | fi | 21609 | fi |
21560 | # Put the nasty error message in config.log where it belongs | 21610 | # Put the nasty error message in config.log where it belongs |
21561 | echo "$XCB_DAMAGE_PKG_ERRORS" >&5 | 21611 | echo "$XCB_DAMAGE_PKG_ERRORS" >&5 |
21562 | 21612 | ||
21563 | have_ecore_x_xcb_damage="no" | 21613 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
21564 | elif test $pkg_failed = untried; then | ||
21565 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21566 | $as_echo "no" >&6; } | 21614 | $as_echo "no" >&6; } |
21615 | have_ecore_x_xcb_damage="no" | ||
21616 | elif test $pkg_failed = untried; then | ||
21567 | have_ecore_x_xcb_damage="no" | 21617 | have_ecore_x_xcb_damage="no" |
21568 | else | 21618 | else |
21569 | XCB_DAMAGE_CFLAGS=$pkg_cv_XCB_DAMAGE_CFLAGS | 21619 | XCB_DAMAGE_CFLAGS=$pkg_cv_XCB_DAMAGE_CFLAGS |
@@ -21588,10 +21638,11 @@ pkg_failed=no | |||
21588 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_DPMS" >&5 | 21638 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_DPMS" >&5 |
21589 | $as_echo_n "checking for XCB_DPMS... " >&6; } | 21639 | $as_echo_n "checking for XCB_DPMS... " >&6; } |
21590 | 21640 | ||
21591 | if test -n "$XCB_DPMS_CFLAGS"; then | 21641 | if test -n "$PKG_CONFIG"; then |
21592 | pkg_cv_XCB_DPMS_CFLAGS="$XCB_DPMS_CFLAGS" | 21642 | if test -n "$XCB_DPMS_CFLAGS"; then |
21593 | elif test -n "$PKG_CONFIG"; then | 21643 | pkg_cv_XCB_DPMS_CFLAGS="$XCB_DPMS_CFLAGS" |
21594 | if test -n "$PKG_CONFIG" && \ | 21644 | else |
21645 | if test -n "$PKG_CONFIG" && \ | ||
21595 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-dpms\""; } >&5 | 21646 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-dpms\""; } >&5 |
21596 | ($PKG_CONFIG --exists --print-errors "xcb-dpms") 2>&5 | 21647 | ($PKG_CONFIG --exists --print-errors "xcb-dpms") 2>&5 |
21597 | ac_status=$? | 21648 | ac_status=$? |
@@ -21601,13 +21652,15 @@ if test -n "$XCB_DPMS_CFLAGS"; then | |||
21601 | else | 21652 | else |
21602 | pkg_failed=yes | 21653 | pkg_failed=yes |
21603 | fi | 21654 | fi |
21604 | else | 21655 | fi |
21605 | pkg_failed=untried | 21656 | else |
21657 | pkg_failed=untried | ||
21606 | fi | 21658 | fi |
21607 | if test -n "$XCB_DPMS_LIBS"; then | 21659 | if test -n "$PKG_CONFIG"; then |
21608 | pkg_cv_XCB_DPMS_LIBS="$XCB_DPMS_LIBS" | 21660 | if test -n "$XCB_DPMS_LIBS"; then |
21609 | elif test -n "$PKG_CONFIG"; then | 21661 | pkg_cv_XCB_DPMS_LIBS="$XCB_DPMS_LIBS" |
21610 | if test -n "$PKG_CONFIG" && \ | 21662 | else |
21663 | if test -n "$PKG_CONFIG" && \ | ||
21611 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-dpms\""; } >&5 | 21664 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-dpms\""; } >&5 |
21612 | ($PKG_CONFIG --exists --print-errors "xcb-dpms") 2>&5 | 21665 | ($PKG_CONFIG --exists --print-errors "xcb-dpms") 2>&5 |
21613 | ac_status=$? | 21666 | ac_status=$? |
@@ -21617,15 +21670,14 @@ if test -n "$XCB_DPMS_LIBS"; then | |||
21617 | else | 21670 | else |
21618 | pkg_failed=yes | 21671 | pkg_failed=yes |
21619 | fi | 21672 | fi |
21620 | else | 21673 | fi |
21621 | pkg_failed=untried | 21674 | else |
21675 | pkg_failed=untried | ||
21622 | fi | 21676 | fi |
21623 | 21677 | ||
21624 | 21678 | ||
21625 | 21679 | ||
21626 | if test $pkg_failed = yes; then | 21680 | if test $pkg_failed = yes; then |
21627 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21628 | $as_echo "no" >&6; } | ||
21629 | 21681 | ||
21630 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21682 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21631 | _pkg_short_errors_supported=yes | 21683 | _pkg_short_errors_supported=yes |
@@ -21633,17 +21685,17 @@ else | |||
21633 | _pkg_short_errors_supported=no | 21685 | _pkg_short_errors_supported=no |
21634 | fi | 21686 | fi |
21635 | if test $_pkg_short_errors_supported = yes; then | 21687 | if test $_pkg_short_errors_supported = yes; then |
21636 | XCB_DPMS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-dpms" 2>&1` | 21688 | XCB_DPMS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-dpms"` |
21637 | else | 21689 | else |
21638 | XCB_DPMS_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-dpms" 2>&1` | 21690 | XCB_DPMS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-dpms"` |
21639 | fi | 21691 | fi |
21640 | # Put the nasty error message in config.log where it belongs | 21692 | # Put the nasty error message in config.log where it belongs |
21641 | echo "$XCB_DPMS_PKG_ERRORS" >&5 | 21693 | echo "$XCB_DPMS_PKG_ERRORS" >&5 |
21642 | 21694 | ||
21643 | have_ecore_x_xcb_dpms="no" | 21695 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
21644 | elif test $pkg_failed = untried; then | ||
21645 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21646 | $as_echo "no" >&6; } | 21696 | $as_echo "no" >&6; } |
21697 | have_ecore_x_xcb_dpms="no" | ||
21698 | elif test $pkg_failed = untried; then | ||
21647 | have_ecore_x_xcb_dpms="no" | 21699 | have_ecore_x_xcb_dpms="no" |
21648 | else | 21700 | else |
21649 | XCB_DPMS_CFLAGS=$pkg_cv_XCB_DPMS_CFLAGS | 21701 | XCB_DPMS_CFLAGS=$pkg_cv_XCB_DPMS_CFLAGS |
@@ -21668,10 +21720,11 @@ pkg_failed=no | |||
21668 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_RANDR" >&5 | 21720 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_RANDR" >&5 |
21669 | $as_echo_n "checking for XCB_RANDR... " >&6; } | 21721 | $as_echo_n "checking for XCB_RANDR... " >&6; } |
21670 | 21722 | ||
21671 | if test -n "$XCB_RANDR_CFLAGS"; then | 21723 | if test -n "$PKG_CONFIG"; then |
21672 | pkg_cv_XCB_RANDR_CFLAGS="$XCB_RANDR_CFLAGS" | 21724 | if test -n "$XCB_RANDR_CFLAGS"; then |
21673 | elif test -n "$PKG_CONFIG"; then | 21725 | pkg_cv_XCB_RANDR_CFLAGS="$XCB_RANDR_CFLAGS" |
21674 | if test -n "$PKG_CONFIG" && \ | 21726 | else |
21727 | if test -n "$PKG_CONFIG" && \ | ||
21675 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-randr\""; } >&5 | 21728 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-randr\""; } >&5 |
21676 | ($PKG_CONFIG --exists --print-errors "xcb-randr") 2>&5 | 21729 | ($PKG_CONFIG --exists --print-errors "xcb-randr") 2>&5 |
21677 | ac_status=$? | 21730 | ac_status=$? |
@@ -21681,13 +21734,15 @@ if test -n "$XCB_RANDR_CFLAGS"; then | |||
21681 | else | 21734 | else |
21682 | pkg_failed=yes | 21735 | pkg_failed=yes |
21683 | fi | 21736 | fi |
21684 | else | 21737 | fi |
21685 | pkg_failed=untried | 21738 | else |
21739 | pkg_failed=untried | ||
21686 | fi | 21740 | fi |
21687 | if test -n "$XCB_RANDR_LIBS"; then | 21741 | if test -n "$PKG_CONFIG"; then |
21688 | pkg_cv_XCB_RANDR_LIBS="$XCB_RANDR_LIBS" | 21742 | if test -n "$XCB_RANDR_LIBS"; then |
21689 | elif test -n "$PKG_CONFIG"; then | 21743 | pkg_cv_XCB_RANDR_LIBS="$XCB_RANDR_LIBS" |
21690 | if test -n "$PKG_CONFIG" && \ | 21744 | else |
21745 | if test -n "$PKG_CONFIG" && \ | ||
21691 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-randr\""; } >&5 | 21746 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-randr\""; } >&5 |
21692 | ($PKG_CONFIG --exists --print-errors "xcb-randr") 2>&5 | 21747 | ($PKG_CONFIG --exists --print-errors "xcb-randr") 2>&5 |
21693 | ac_status=$? | 21748 | ac_status=$? |
@@ -21697,15 +21752,14 @@ if test -n "$XCB_RANDR_LIBS"; then | |||
21697 | else | 21752 | else |
21698 | pkg_failed=yes | 21753 | pkg_failed=yes |
21699 | fi | 21754 | fi |
21700 | else | 21755 | fi |
21701 | pkg_failed=untried | 21756 | else |
21757 | pkg_failed=untried | ||
21702 | fi | 21758 | fi |
21703 | 21759 | ||
21704 | 21760 | ||
21705 | 21761 | ||
21706 | if test $pkg_failed = yes; then | 21762 | if test $pkg_failed = yes; then |
21707 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21708 | $as_echo "no" >&6; } | ||
21709 | 21763 | ||
21710 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21764 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21711 | _pkg_short_errors_supported=yes | 21765 | _pkg_short_errors_supported=yes |
@@ -21713,17 +21767,17 @@ else | |||
21713 | _pkg_short_errors_supported=no | 21767 | _pkg_short_errors_supported=no |
21714 | fi | 21768 | fi |
21715 | if test $_pkg_short_errors_supported = yes; then | 21769 | if test $_pkg_short_errors_supported = yes; then |
21716 | XCB_RANDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-randr" 2>&1` | 21770 | XCB_RANDR_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-randr"` |
21717 | else | 21771 | else |
21718 | XCB_RANDR_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-randr" 2>&1` | 21772 | XCB_RANDR_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-randr"` |
21719 | fi | 21773 | fi |
21720 | # Put the nasty error message in config.log where it belongs | 21774 | # Put the nasty error message in config.log where it belongs |
21721 | echo "$XCB_RANDR_PKG_ERRORS" >&5 | 21775 | echo "$XCB_RANDR_PKG_ERRORS" >&5 |
21722 | 21776 | ||
21723 | have_ecore_x_xcb_randr="no" | 21777 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
21724 | elif test $pkg_failed = untried; then | ||
21725 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21726 | $as_echo "no" >&6; } | 21778 | $as_echo "no" >&6; } |
21779 | have_ecore_x_xcb_randr="no" | ||
21780 | elif test $pkg_failed = untried; then | ||
21727 | have_ecore_x_xcb_randr="no" | 21781 | have_ecore_x_xcb_randr="no" |
21728 | else | 21782 | else |
21729 | XCB_RANDR_CFLAGS=$pkg_cv_XCB_RANDR_CFLAGS | 21783 | XCB_RANDR_CFLAGS=$pkg_cv_XCB_RANDR_CFLAGS |
@@ -21748,10 +21802,11 @@ pkg_failed=no | |||
21748 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_RENDER" >&5 | 21802 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_RENDER" >&5 |
21749 | $as_echo_n "checking for XCB_RENDER... " >&6; } | 21803 | $as_echo_n "checking for XCB_RENDER... " >&6; } |
21750 | 21804 | ||
21751 | if test -n "$XCB_RENDER_CFLAGS"; then | 21805 | if test -n "$PKG_CONFIG"; then |
21752 | pkg_cv_XCB_RENDER_CFLAGS="$XCB_RENDER_CFLAGS" | 21806 | if test -n "$XCB_RENDER_CFLAGS"; then |
21753 | elif test -n "$PKG_CONFIG"; then | 21807 | pkg_cv_XCB_RENDER_CFLAGS="$XCB_RENDER_CFLAGS" |
21754 | if test -n "$PKG_CONFIG" && \ | 21808 | else |
21809 | if test -n "$PKG_CONFIG" && \ | ||
21755 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-render xcb-renderutil\""; } >&5 | 21810 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-render xcb-renderutil\""; } >&5 |
21756 | ($PKG_CONFIG --exists --print-errors "xcb-render xcb-renderutil") 2>&5 | 21811 | ($PKG_CONFIG --exists --print-errors "xcb-render xcb-renderutil") 2>&5 |
21757 | ac_status=$? | 21812 | ac_status=$? |
@@ -21761,13 +21816,15 @@ if test -n "$XCB_RENDER_CFLAGS"; then | |||
21761 | else | 21816 | else |
21762 | pkg_failed=yes | 21817 | pkg_failed=yes |
21763 | fi | 21818 | fi |
21764 | else | 21819 | fi |
21765 | pkg_failed=untried | 21820 | else |
21821 | pkg_failed=untried | ||
21766 | fi | 21822 | fi |
21767 | if test -n "$XCB_RENDER_LIBS"; then | 21823 | if test -n "$PKG_CONFIG"; then |
21768 | pkg_cv_XCB_RENDER_LIBS="$XCB_RENDER_LIBS" | 21824 | if test -n "$XCB_RENDER_LIBS"; then |
21769 | elif test -n "$PKG_CONFIG"; then | 21825 | pkg_cv_XCB_RENDER_LIBS="$XCB_RENDER_LIBS" |
21770 | if test -n "$PKG_CONFIG" && \ | 21826 | else |
21827 | if test -n "$PKG_CONFIG" && \ | ||
21771 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-render xcb-renderutil\""; } >&5 | 21828 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-render xcb-renderutil\""; } >&5 |
21772 | ($PKG_CONFIG --exists --print-errors "xcb-render xcb-renderutil") 2>&5 | 21829 | ($PKG_CONFIG --exists --print-errors "xcb-render xcb-renderutil") 2>&5 |
21773 | ac_status=$? | 21830 | ac_status=$? |
@@ -21777,15 +21834,14 @@ if test -n "$XCB_RENDER_LIBS"; then | |||
21777 | else | 21834 | else |
21778 | pkg_failed=yes | 21835 | pkg_failed=yes |
21779 | fi | 21836 | fi |
21780 | else | 21837 | fi |
21781 | pkg_failed=untried | 21838 | else |
21839 | pkg_failed=untried | ||
21782 | fi | 21840 | fi |
21783 | 21841 | ||
21784 | 21842 | ||
21785 | 21843 | ||
21786 | if test $pkg_failed = yes; then | 21844 | if test $pkg_failed = yes; then |
21787 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21788 | $as_echo "no" >&6; } | ||
21789 | 21845 | ||
21790 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21846 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21791 | _pkg_short_errors_supported=yes | 21847 | _pkg_short_errors_supported=yes |
@@ -21793,17 +21849,17 @@ else | |||
21793 | _pkg_short_errors_supported=no | 21849 | _pkg_short_errors_supported=no |
21794 | fi | 21850 | fi |
21795 | if test $_pkg_short_errors_supported = yes; then | 21851 | if test $_pkg_short_errors_supported = yes; then |
21796 | XCB_RENDER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-render xcb-renderutil" 2>&1` | 21852 | XCB_RENDER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-render xcb-renderutil"` |
21797 | else | 21853 | else |
21798 | XCB_RENDER_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-render xcb-renderutil" 2>&1` | 21854 | XCB_RENDER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-render xcb-renderutil"` |
21799 | fi | 21855 | fi |
21800 | # Put the nasty error message in config.log where it belongs | 21856 | # Put the nasty error message in config.log where it belongs |
21801 | echo "$XCB_RENDER_PKG_ERRORS" >&5 | 21857 | echo "$XCB_RENDER_PKG_ERRORS" >&5 |
21802 | 21858 | ||
21803 | have_ecore_x_xcb_render="no" | 21859 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
21804 | elif test $pkg_failed = untried; then | ||
21805 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21806 | $as_echo "no" >&6; } | 21860 | $as_echo "no" >&6; } |
21861 | have_ecore_x_xcb_render="no" | ||
21862 | elif test $pkg_failed = untried; then | ||
21807 | have_ecore_x_xcb_render="no" | 21863 | have_ecore_x_xcb_render="no" |
21808 | else | 21864 | else |
21809 | XCB_RENDER_CFLAGS=$pkg_cv_XCB_RENDER_CFLAGS | 21865 | XCB_RENDER_CFLAGS=$pkg_cv_XCB_RENDER_CFLAGS |
@@ -21828,10 +21884,11 @@ pkg_failed=no | |||
21828 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_SCREENSAVER" >&5 | 21884 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_SCREENSAVER" >&5 |
21829 | $as_echo_n "checking for XCB_SCREENSAVER... " >&6; } | 21885 | $as_echo_n "checking for XCB_SCREENSAVER... " >&6; } |
21830 | 21886 | ||
21831 | if test -n "$XCB_SCREENSAVER_CFLAGS"; then | 21887 | if test -n "$PKG_CONFIG"; then |
21832 | pkg_cv_XCB_SCREENSAVER_CFLAGS="$XCB_SCREENSAVER_CFLAGS" | 21888 | if test -n "$XCB_SCREENSAVER_CFLAGS"; then |
21833 | elif test -n "$PKG_CONFIG"; then | 21889 | pkg_cv_XCB_SCREENSAVER_CFLAGS="$XCB_SCREENSAVER_CFLAGS" |
21834 | if test -n "$PKG_CONFIG" && \ | 21890 | else |
21891 | if test -n "$PKG_CONFIG" && \ | ||
21835 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-screensaver\""; } >&5 | 21892 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-screensaver\""; } >&5 |
21836 | ($PKG_CONFIG --exists --print-errors "xcb-screensaver") 2>&5 | 21893 | ($PKG_CONFIG --exists --print-errors "xcb-screensaver") 2>&5 |
21837 | ac_status=$? | 21894 | ac_status=$? |
@@ -21841,13 +21898,15 @@ if test -n "$XCB_SCREENSAVER_CFLAGS"; then | |||
21841 | else | 21898 | else |
21842 | pkg_failed=yes | 21899 | pkg_failed=yes |
21843 | fi | 21900 | fi |
21844 | else | 21901 | fi |
21845 | pkg_failed=untried | 21902 | else |
21903 | pkg_failed=untried | ||
21846 | fi | 21904 | fi |
21847 | if test -n "$XCB_SCREENSAVER_LIBS"; then | 21905 | if test -n "$PKG_CONFIG"; then |
21848 | pkg_cv_XCB_SCREENSAVER_LIBS="$XCB_SCREENSAVER_LIBS" | 21906 | if test -n "$XCB_SCREENSAVER_LIBS"; then |
21849 | elif test -n "$PKG_CONFIG"; then | 21907 | pkg_cv_XCB_SCREENSAVER_LIBS="$XCB_SCREENSAVER_LIBS" |
21850 | if test -n "$PKG_CONFIG" && \ | 21908 | else |
21909 | if test -n "$PKG_CONFIG" && \ | ||
21851 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-screensaver\""; } >&5 | 21910 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-screensaver\""; } >&5 |
21852 | ($PKG_CONFIG --exists --print-errors "xcb-screensaver") 2>&5 | 21911 | ($PKG_CONFIG --exists --print-errors "xcb-screensaver") 2>&5 |
21853 | ac_status=$? | 21912 | ac_status=$? |
@@ -21857,15 +21916,14 @@ if test -n "$XCB_SCREENSAVER_LIBS"; then | |||
21857 | else | 21916 | else |
21858 | pkg_failed=yes | 21917 | pkg_failed=yes |
21859 | fi | 21918 | fi |
21860 | else | 21919 | fi |
21861 | pkg_failed=untried | 21920 | else |
21921 | pkg_failed=untried | ||
21862 | fi | 21922 | fi |
21863 | 21923 | ||
21864 | 21924 | ||
21865 | 21925 | ||
21866 | if test $pkg_failed = yes; then | 21926 | if test $pkg_failed = yes; then |
21867 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21868 | $as_echo "no" >&6; } | ||
21869 | 21927 | ||
21870 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 21928 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21871 | _pkg_short_errors_supported=yes | 21929 | _pkg_short_errors_supported=yes |
@@ -21873,17 +21931,17 @@ else | |||
21873 | _pkg_short_errors_supported=no | 21931 | _pkg_short_errors_supported=no |
21874 | fi | 21932 | fi |
21875 | if test $_pkg_short_errors_supported = yes; then | 21933 | if test $_pkg_short_errors_supported = yes; then |
21876 | XCB_SCREENSAVER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-screensaver" 2>&1` | 21934 | XCB_SCREENSAVER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-screensaver"` |
21877 | else | 21935 | else |
21878 | XCB_SCREENSAVER_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-screensaver" 2>&1` | 21936 | XCB_SCREENSAVER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-screensaver"` |
21879 | fi | 21937 | fi |
21880 | # Put the nasty error message in config.log where it belongs | 21938 | # Put the nasty error message in config.log where it belongs |
21881 | echo "$XCB_SCREENSAVER_PKG_ERRORS" >&5 | 21939 | echo "$XCB_SCREENSAVER_PKG_ERRORS" >&5 |
21882 | 21940 | ||
21883 | have_ecore_x_xcb_screensaver="no" | 21941 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
21884 | elif test $pkg_failed = untried; then | ||
21885 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21886 | $as_echo "no" >&6; } | 21942 | $as_echo "no" >&6; } |
21943 | have_ecore_x_xcb_screensaver="no" | ||
21944 | elif test $pkg_failed = untried; then | ||
21887 | have_ecore_x_xcb_screensaver="no" | 21945 | have_ecore_x_xcb_screensaver="no" |
21888 | else | 21946 | else |
21889 | XCB_SCREENSAVER_CFLAGS=$pkg_cv_XCB_SCREENSAVER_CFLAGS | 21947 | XCB_SCREENSAVER_CFLAGS=$pkg_cv_XCB_SCREENSAVER_CFLAGS |
@@ -21908,10 +21966,11 @@ pkg_failed=no | |||
21908 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_SHAPE" >&5 | 21966 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_SHAPE" >&5 |
21909 | $as_echo_n "checking for XCB_SHAPE... " >&6; } | 21967 | $as_echo_n "checking for XCB_SHAPE... " >&6; } |
21910 | 21968 | ||
21911 | if test -n "$XCB_SHAPE_CFLAGS"; then | 21969 | if test -n "$PKG_CONFIG"; then |
21912 | pkg_cv_XCB_SHAPE_CFLAGS="$XCB_SHAPE_CFLAGS" | 21970 | if test -n "$XCB_SHAPE_CFLAGS"; then |
21913 | elif test -n "$PKG_CONFIG"; then | 21971 | pkg_cv_XCB_SHAPE_CFLAGS="$XCB_SHAPE_CFLAGS" |
21914 | if test -n "$PKG_CONFIG" && \ | 21972 | else |
21973 | if test -n "$PKG_CONFIG" && \ | ||
21915 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-shape\""; } >&5 | 21974 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-shape\""; } >&5 |
21916 | ($PKG_CONFIG --exists --print-errors "xcb-shape") 2>&5 | 21975 | ($PKG_CONFIG --exists --print-errors "xcb-shape") 2>&5 |
21917 | ac_status=$? | 21976 | ac_status=$? |
@@ -21921,13 +21980,15 @@ if test -n "$XCB_SHAPE_CFLAGS"; then | |||
21921 | else | 21980 | else |
21922 | pkg_failed=yes | 21981 | pkg_failed=yes |
21923 | fi | 21982 | fi |
21924 | else | 21983 | fi |
21925 | pkg_failed=untried | 21984 | else |
21985 | pkg_failed=untried | ||
21926 | fi | 21986 | fi |
21927 | if test -n "$XCB_SHAPE_LIBS"; then | 21987 | if test -n "$PKG_CONFIG"; then |
21928 | pkg_cv_XCB_SHAPE_LIBS="$XCB_SHAPE_LIBS" | 21988 | if test -n "$XCB_SHAPE_LIBS"; then |
21929 | elif test -n "$PKG_CONFIG"; then | 21989 | pkg_cv_XCB_SHAPE_LIBS="$XCB_SHAPE_LIBS" |
21930 | if test -n "$PKG_CONFIG" && \ | 21990 | else |
21991 | if test -n "$PKG_CONFIG" && \ | ||
21931 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-shape\""; } >&5 | 21992 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-shape\""; } >&5 |
21932 | ($PKG_CONFIG --exists --print-errors "xcb-shape") 2>&5 | 21993 | ($PKG_CONFIG --exists --print-errors "xcb-shape") 2>&5 |
21933 | ac_status=$? | 21994 | ac_status=$? |
@@ -21937,15 +21998,14 @@ if test -n "$XCB_SHAPE_LIBS"; then | |||
21937 | else | 21998 | else |
21938 | pkg_failed=yes | 21999 | pkg_failed=yes |
21939 | fi | 22000 | fi |
21940 | else | 22001 | fi |
21941 | pkg_failed=untried | 22002 | else |
22003 | pkg_failed=untried | ||
21942 | fi | 22004 | fi |
21943 | 22005 | ||
21944 | 22006 | ||
21945 | 22007 | ||
21946 | if test $pkg_failed = yes; then | 22008 | if test $pkg_failed = yes; then |
21947 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21948 | $as_echo "no" >&6; } | ||
21949 | 22009 | ||
21950 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 22010 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
21951 | _pkg_short_errors_supported=yes | 22011 | _pkg_short_errors_supported=yes |
@@ -21953,17 +22013,17 @@ else | |||
21953 | _pkg_short_errors_supported=no | 22013 | _pkg_short_errors_supported=no |
21954 | fi | 22014 | fi |
21955 | if test $_pkg_short_errors_supported = yes; then | 22015 | if test $_pkg_short_errors_supported = yes; then |
21956 | XCB_SHAPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-shape" 2>&1` | 22016 | XCB_SHAPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-shape"` |
21957 | else | 22017 | else |
21958 | XCB_SHAPE_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-shape" 2>&1` | 22018 | XCB_SHAPE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-shape"` |
21959 | fi | 22019 | fi |
21960 | # Put the nasty error message in config.log where it belongs | 22020 | # Put the nasty error message in config.log where it belongs |
21961 | echo "$XCB_SHAPE_PKG_ERRORS" >&5 | 22021 | echo "$XCB_SHAPE_PKG_ERRORS" >&5 |
21962 | 22022 | ||
21963 | have_ecore_x_xcb_shape="no" | 22023 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
21964 | elif test $pkg_failed = untried; then | ||
21965 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
21966 | $as_echo "no" >&6; } | 22024 | $as_echo "no" >&6; } |
22025 | have_ecore_x_xcb_shape="no" | ||
22026 | elif test $pkg_failed = untried; then | ||
21967 | have_ecore_x_xcb_shape="no" | 22027 | have_ecore_x_xcb_shape="no" |
21968 | else | 22028 | else |
21969 | XCB_SHAPE_CFLAGS=$pkg_cv_XCB_SHAPE_CFLAGS | 22029 | XCB_SHAPE_CFLAGS=$pkg_cv_XCB_SHAPE_CFLAGS |
@@ -21988,10 +22048,11 @@ pkg_failed=no | |||
21988 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XGESTURE" >&5 | 22048 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XGESTURE" >&5 |
21989 | $as_echo_n "checking for XCB_XGESTURE... " >&6; } | 22049 | $as_echo_n "checking for XCB_XGESTURE... " >&6; } |
21990 | 22050 | ||
21991 | if test -n "$XCB_XGESTURE_CFLAGS"; then | 22051 | if test -n "$PKG_CONFIG"; then |
21992 | pkg_cv_XCB_XGESTURE_CFLAGS="$XCB_XGESTURE_CFLAGS" | 22052 | if test -n "$XCB_XGESTURE_CFLAGS"; then |
21993 | elif test -n "$PKG_CONFIG"; then | 22053 | pkg_cv_XCB_XGESTURE_CFLAGS="$XCB_XGESTURE_CFLAGS" |
21994 | if test -n "$PKG_CONFIG" && \ | 22054 | else |
22055 | if test -n "$PKG_CONFIG" && \ | ||
21995 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-gesture\""; } >&5 | 22056 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-gesture\""; } >&5 |
21996 | ($PKG_CONFIG --exists --print-errors "xcb-gesture") 2>&5 | 22057 | ($PKG_CONFIG --exists --print-errors "xcb-gesture") 2>&5 |
21997 | ac_status=$? | 22058 | ac_status=$? |
@@ -22001,13 +22062,15 @@ if test -n "$XCB_XGESTURE_CFLAGS"; then | |||
22001 | else | 22062 | else |
22002 | pkg_failed=yes | 22063 | pkg_failed=yes |
22003 | fi | 22064 | fi |
22004 | else | 22065 | fi |
22005 | pkg_failed=untried | 22066 | else |
22067 | pkg_failed=untried | ||
22006 | fi | 22068 | fi |
22007 | if test -n "$XCB_XGESTURE_LIBS"; then | 22069 | if test -n "$PKG_CONFIG"; then |
22008 | pkg_cv_XCB_XGESTURE_LIBS="$XCB_XGESTURE_LIBS" | 22070 | if test -n "$XCB_XGESTURE_LIBS"; then |
22009 | elif test -n "$PKG_CONFIG"; then | 22071 | pkg_cv_XCB_XGESTURE_LIBS="$XCB_XGESTURE_LIBS" |
22010 | if test -n "$PKG_CONFIG" && \ | 22072 | else |
22073 | if test -n "$PKG_CONFIG" && \ | ||
22011 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-gesture\""; } >&5 | 22074 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-gesture\""; } >&5 |
22012 | ($PKG_CONFIG --exists --print-errors "xcb-gesture") 2>&5 | 22075 | ($PKG_CONFIG --exists --print-errors "xcb-gesture") 2>&5 |
22013 | ac_status=$? | 22076 | ac_status=$? |
@@ -22017,15 +22080,14 @@ if test -n "$XCB_XGESTURE_LIBS"; then | |||
22017 | else | 22080 | else |
22018 | pkg_failed=yes | 22081 | pkg_failed=yes |
22019 | fi | 22082 | fi |
22020 | else | 22083 | fi |
22021 | pkg_failed=untried | 22084 | else |
22085 | pkg_failed=untried | ||
22022 | fi | 22086 | fi |
22023 | 22087 | ||
22024 | 22088 | ||
22025 | 22089 | ||
22026 | if test $pkg_failed = yes; then | 22090 | if test $pkg_failed = yes; then |
22027 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22028 | $as_echo "no" >&6; } | ||
22029 | 22091 | ||
22030 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 22092 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
22031 | _pkg_short_errors_supported=yes | 22093 | _pkg_short_errors_supported=yes |
@@ -22033,17 +22095,17 @@ else | |||
22033 | _pkg_short_errors_supported=no | 22095 | _pkg_short_errors_supported=no |
22034 | fi | 22096 | fi |
22035 | if test $_pkg_short_errors_supported = yes; then | 22097 | if test $_pkg_short_errors_supported = yes; then |
22036 | XCB_XGESTURE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-gesture" 2>&1` | 22098 | XCB_XGESTURE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-gesture"` |
22037 | else | 22099 | else |
22038 | XCB_XGESTURE_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-gesture" 2>&1` | 22100 | XCB_XGESTURE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-gesture"` |
22039 | fi | 22101 | fi |
22040 | # Put the nasty error message in config.log where it belongs | 22102 | # Put the nasty error message in config.log where it belongs |
22041 | echo "$XCB_XGESTURE_PKG_ERRORS" >&5 | 22103 | echo "$XCB_XGESTURE_PKG_ERRORS" >&5 |
22042 | 22104 | ||
22043 | have_ecore_x_xcb_gesture="no" | 22105 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
22044 | elif test $pkg_failed = untried; then | ||
22045 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22046 | $as_echo "no" >&6; } | 22106 | $as_echo "no" >&6; } |
22107 | have_ecore_x_xcb_gesture="no" | ||
22108 | elif test $pkg_failed = untried; then | ||
22047 | have_ecore_x_xcb_gesture="no" | 22109 | have_ecore_x_xcb_gesture="no" |
22048 | else | 22110 | else |
22049 | XCB_XGESTURE_CFLAGS=$pkg_cv_XCB_XGESTURE_CFLAGS | 22111 | XCB_XGESTURE_CFLAGS=$pkg_cv_XCB_XGESTURE_CFLAGS |
@@ -22068,10 +22130,11 @@ pkg_failed=no | |||
22068 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_SYNC" >&5 | 22130 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_SYNC" >&5 |
22069 | $as_echo_n "checking for XCB_SYNC... " >&6; } | 22131 | $as_echo_n "checking for XCB_SYNC... " >&6; } |
22070 | 22132 | ||
22071 | if test -n "$XCB_SYNC_CFLAGS"; then | 22133 | if test -n "$PKG_CONFIG"; then |
22072 | pkg_cv_XCB_SYNC_CFLAGS="$XCB_SYNC_CFLAGS" | 22134 | if test -n "$XCB_SYNC_CFLAGS"; then |
22073 | elif test -n "$PKG_CONFIG"; then | 22135 | pkg_cv_XCB_SYNC_CFLAGS="$XCB_SYNC_CFLAGS" |
22074 | if test -n "$PKG_CONFIG" && \ | 22136 | else |
22137 | if test -n "$PKG_CONFIG" && \ | ||
22075 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-sync\""; } >&5 | 22138 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-sync\""; } >&5 |
22076 | ($PKG_CONFIG --exists --print-errors "xcb-sync") 2>&5 | 22139 | ($PKG_CONFIG --exists --print-errors "xcb-sync") 2>&5 |
22077 | ac_status=$? | 22140 | ac_status=$? |
@@ -22081,13 +22144,15 @@ if test -n "$XCB_SYNC_CFLAGS"; then | |||
22081 | else | 22144 | else |
22082 | pkg_failed=yes | 22145 | pkg_failed=yes |
22083 | fi | 22146 | fi |
22084 | else | 22147 | fi |
22085 | pkg_failed=untried | 22148 | else |
22149 | pkg_failed=untried | ||
22086 | fi | 22150 | fi |
22087 | if test -n "$XCB_SYNC_LIBS"; then | 22151 | if test -n "$PKG_CONFIG"; then |
22088 | pkg_cv_XCB_SYNC_LIBS="$XCB_SYNC_LIBS" | 22152 | if test -n "$XCB_SYNC_LIBS"; then |
22089 | elif test -n "$PKG_CONFIG"; then | 22153 | pkg_cv_XCB_SYNC_LIBS="$XCB_SYNC_LIBS" |
22090 | if test -n "$PKG_CONFIG" && \ | 22154 | else |
22155 | if test -n "$PKG_CONFIG" && \ | ||
22091 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-sync\""; } >&5 | 22156 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-sync\""; } >&5 |
22092 | ($PKG_CONFIG --exists --print-errors "xcb-sync") 2>&5 | 22157 | ($PKG_CONFIG --exists --print-errors "xcb-sync") 2>&5 |
22093 | ac_status=$? | 22158 | ac_status=$? |
@@ -22097,15 +22162,14 @@ if test -n "$XCB_SYNC_LIBS"; then | |||
22097 | else | 22162 | else |
22098 | pkg_failed=yes | 22163 | pkg_failed=yes |
22099 | fi | 22164 | fi |
22100 | else | 22165 | fi |
22101 | pkg_failed=untried | 22166 | else |
22167 | pkg_failed=untried | ||
22102 | fi | 22168 | fi |
22103 | 22169 | ||
22104 | 22170 | ||
22105 | 22171 | ||
22106 | if test $pkg_failed = yes; then | 22172 | if test $pkg_failed = yes; then |
22107 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22108 | $as_echo "no" >&6; } | ||
22109 | 22173 | ||
22110 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 22174 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
22111 | _pkg_short_errors_supported=yes | 22175 | _pkg_short_errors_supported=yes |
@@ -22113,17 +22177,17 @@ else | |||
22113 | _pkg_short_errors_supported=no | 22177 | _pkg_short_errors_supported=no |
22114 | fi | 22178 | fi |
22115 | if test $_pkg_short_errors_supported = yes; then | 22179 | if test $_pkg_short_errors_supported = yes; then |
22116 | XCB_SYNC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-sync" 2>&1` | 22180 | XCB_SYNC_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-sync"` |
22117 | else | 22181 | else |
22118 | XCB_SYNC_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-sync" 2>&1` | 22182 | XCB_SYNC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-sync"` |
22119 | fi | 22183 | fi |
22120 | # Put the nasty error message in config.log where it belongs | 22184 | # Put the nasty error message in config.log where it belongs |
22121 | echo "$XCB_SYNC_PKG_ERRORS" >&5 | 22185 | echo "$XCB_SYNC_PKG_ERRORS" >&5 |
22122 | 22186 | ||
22123 | have_ecore_x_xcb_sync="no" | 22187 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
22124 | elif test $pkg_failed = untried; then | ||
22125 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22126 | $as_echo "no" >&6; } | 22188 | $as_echo "no" >&6; } |
22189 | have_ecore_x_xcb_sync="no" | ||
22190 | elif test $pkg_failed = untried; then | ||
22127 | have_ecore_x_xcb_sync="no" | 22191 | have_ecore_x_xcb_sync="no" |
22128 | else | 22192 | else |
22129 | XCB_SYNC_CFLAGS=$pkg_cv_XCB_SYNC_CFLAGS | 22193 | XCB_SYNC_CFLAGS=$pkg_cv_XCB_SYNC_CFLAGS |
@@ -22148,10 +22212,11 @@ pkg_failed=no | |||
22148 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XFIXES" >&5 | 22212 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XFIXES" >&5 |
22149 | $as_echo_n "checking for XCB_XFIXES... " >&6; } | 22213 | $as_echo_n "checking for XCB_XFIXES... " >&6; } |
22150 | 22214 | ||
22151 | if test -n "$XCB_XFIXES_CFLAGS"; then | 22215 | if test -n "$PKG_CONFIG"; then |
22152 | pkg_cv_XCB_XFIXES_CFLAGS="$XCB_XFIXES_CFLAGS" | 22216 | if test -n "$XCB_XFIXES_CFLAGS"; then |
22153 | elif test -n "$PKG_CONFIG"; then | 22217 | pkg_cv_XCB_XFIXES_CFLAGS="$XCB_XFIXES_CFLAGS" |
22154 | if test -n "$PKG_CONFIG" && \ | 22218 | else |
22219 | if test -n "$PKG_CONFIG" && \ | ||
22155 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xfixes\""; } >&5 | 22220 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xfixes\""; } >&5 |
22156 | ($PKG_CONFIG --exists --print-errors "xcb-xfixes") 2>&5 | 22221 | ($PKG_CONFIG --exists --print-errors "xcb-xfixes") 2>&5 |
22157 | ac_status=$? | 22222 | ac_status=$? |
@@ -22161,13 +22226,15 @@ if test -n "$XCB_XFIXES_CFLAGS"; then | |||
22161 | else | 22226 | else |
22162 | pkg_failed=yes | 22227 | pkg_failed=yes |
22163 | fi | 22228 | fi |
22164 | else | 22229 | fi |
22165 | pkg_failed=untried | 22230 | else |
22231 | pkg_failed=untried | ||
22166 | fi | 22232 | fi |
22167 | if test -n "$XCB_XFIXES_LIBS"; then | 22233 | if test -n "$PKG_CONFIG"; then |
22168 | pkg_cv_XCB_XFIXES_LIBS="$XCB_XFIXES_LIBS" | 22234 | if test -n "$XCB_XFIXES_LIBS"; then |
22169 | elif test -n "$PKG_CONFIG"; then | 22235 | pkg_cv_XCB_XFIXES_LIBS="$XCB_XFIXES_LIBS" |
22170 | if test -n "$PKG_CONFIG" && \ | 22236 | else |
22237 | if test -n "$PKG_CONFIG" && \ | ||
22171 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xfixes\""; } >&5 | 22238 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xfixes\""; } >&5 |
22172 | ($PKG_CONFIG --exists --print-errors "xcb-xfixes") 2>&5 | 22239 | ($PKG_CONFIG --exists --print-errors "xcb-xfixes") 2>&5 |
22173 | ac_status=$? | 22240 | ac_status=$? |
@@ -22177,15 +22244,14 @@ if test -n "$XCB_XFIXES_LIBS"; then | |||
22177 | else | 22244 | else |
22178 | pkg_failed=yes | 22245 | pkg_failed=yes |
22179 | fi | 22246 | fi |
22180 | else | 22247 | fi |
22181 | pkg_failed=untried | 22248 | else |
22249 | pkg_failed=untried | ||
22182 | fi | 22250 | fi |
22183 | 22251 | ||
22184 | 22252 | ||
22185 | 22253 | ||
22186 | if test $pkg_failed = yes; then | 22254 | if test $pkg_failed = yes; then |
22187 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22188 | $as_echo "no" >&6; } | ||
22189 | 22255 | ||
22190 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 22256 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
22191 | _pkg_short_errors_supported=yes | 22257 | _pkg_short_errors_supported=yes |
@@ -22193,17 +22259,17 @@ else | |||
22193 | _pkg_short_errors_supported=no | 22259 | _pkg_short_errors_supported=no |
22194 | fi | 22260 | fi |
22195 | if test $_pkg_short_errors_supported = yes; then | 22261 | if test $_pkg_short_errors_supported = yes; then |
22196 | XCB_XFIXES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-xfixes" 2>&1` | 22262 | XCB_XFIXES_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-xfixes"` |
22197 | else | 22263 | else |
22198 | XCB_XFIXES_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-xfixes" 2>&1` | 22264 | XCB_XFIXES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-xfixes"` |
22199 | fi | 22265 | fi |
22200 | # Put the nasty error message in config.log where it belongs | 22266 | # Put the nasty error message in config.log where it belongs |
22201 | echo "$XCB_XFIXES_PKG_ERRORS" >&5 | 22267 | echo "$XCB_XFIXES_PKG_ERRORS" >&5 |
22202 | 22268 | ||
22203 | have_ecore_x_xcb_xfixes="no" | 22269 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
22204 | elif test $pkg_failed = untried; then | ||
22205 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22206 | $as_echo "no" >&6; } | 22270 | $as_echo "no" >&6; } |
22271 | have_ecore_x_xcb_xfixes="no" | ||
22272 | elif test $pkg_failed = untried; then | ||
22207 | have_ecore_x_xcb_xfixes="no" | 22273 | have_ecore_x_xcb_xfixes="no" |
22208 | else | 22274 | else |
22209 | XCB_XFIXES_CFLAGS=$pkg_cv_XCB_XFIXES_CFLAGS | 22275 | XCB_XFIXES_CFLAGS=$pkg_cv_XCB_XFIXES_CFLAGS |
@@ -22228,10 +22294,11 @@ pkg_failed=no | |||
22228 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XINERAMA" >&5 | 22294 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XINERAMA" >&5 |
22229 | $as_echo_n "checking for XCB_XINERAMA... " >&6; } | 22295 | $as_echo_n "checking for XCB_XINERAMA... " >&6; } |
22230 | 22296 | ||
22231 | if test -n "$XCB_XINERAMA_CFLAGS"; then | 22297 | if test -n "$PKG_CONFIG"; then |
22232 | pkg_cv_XCB_XINERAMA_CFLAGS="$XCB_XINERAMA_CFLAGS" | 22298 | if test -n "$XCB_XINERAMA_CFLAGS"; then |
22233 | elif test -n "$PKG_CONFIG"; then | 22299 | pkg_cv_XCB_XINERAMA_CFLAGS="$XCB_XINERAMA_CFLAGS" |
22234 | if test -n "$PKG_CONFIG" && \ | 22300 | else |
22301 | if test -n "$PKG_CONFIG" && \ | ||
22235 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xinerama\""; } >&5 | 22302 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xinerama\""; } >&5 |
22236 | ($PKG_CONFIG --exists --print-errors "xcb-xinerama") 2>&5 | 22303 | ($PKG_CONFIG --exists --print-errors "xcb-xinerama") 2>&5 |
22237 | ac_status=$? | 22304 | ac_status=$? |
@@ -22241,13 +22308,15 @@ if test -n "$XCB_XINERAMA_CFLAGS"; then | |||
22241 | else | 22308 | else |
22242 | pkg_failed=yes | 22309 | pkg_failed=yes |
22243 | fi | 22310 | fi |
22244 | else | 22311 | fi |
22245 | pkg_failed=untried | 22312 | else |
22313 | pkg_failed=untried | ||
22246 | fi | 22314 | fi |
22247 | if test -n "$XCB_XINERAMA_LIBS"; then | 22315 | if test -n "$PKG_CONFIG"; then |
22248 | pkg_cv_XCB_XINERAMA_LIBS="$XCB_XINERAMA_LIBS" | 22316 | if test -n "$XCB_XINERAMA_LIBS"; then |
22249 | elif test -n "$PKG_CONFIG"; then | 22317 | pkg_cv_XCB_XINERAMA_LIBS="$XCB_XINERAMA_LIBS" |
22250 | if test -n "$PKG_CONFIG" && \ | 22318 | else |
22319 | if test -n "$PKG_CONFIG" && \ | ||
22251 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xinerama\""; } >&5 | 22320 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xinerama\""; } >&5 |
22252 | ($PKG_CONFIG --exists --print-errors "xcb-xinerama") 2>&5 | 22321 | ($PKG_CONFIG --exists --print-errors "xcb-xinerama") 2>&5 |
22253 | ac_status=$? | 22322 | ac_status=$? |
@@ -22257,15 +22326,14 @@ if test -n "$XCB_XINERAMA_LIBS"; then | |||
22257 | else | 22326 | else |
22258 | pkg_failed=yes | 22327 | pkg_failed=yes |
22259 | fi | 22328 | fi |
22260 | else | 22329 | fi |
22261 | pkg_failed=untried | 22330 | else |
22331 | pkg_failed=untried | ||
22262 | fi | 22332 | fi |
22263 | 22333 | ||
22264 | 22334 | ||
22265 | 22335 | ||
22266 | if test $pkg_failed = yes; then | 22336 | if test $pkg_failed = yes; then |
22267 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22268 | $as_echo "no" >&6; } | ||
22269 | 22337 | ||
22270 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 22338 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
22271 | _pkg_short_errors_supported=yes | 22339 | _pkg_short_errors_supported=yes |
@@ -22273,17 +22341,17 @@ else | |||
22273 | _pkg_short_errors_supported=no | 22341 | _pkg_short_errors_supported=no |
22274 | fi | 22342 | fi |
22275 | if test $_pkg_short_errors_supported = yes; then | 22343 | if test $_pkg_short_errors_supported = yes; then |
22276 | XCB_XINERAMA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-xinerama" 2>&1` | 22344 | XCB_XINERAMA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-xinerama"` |
22277 | else | 22345 | else |
22278 | XCB_XINERAMA_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-xinerama" 2>&1` | 22346 | XCB_XINERAMA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-xinerama"` |
22279 | fi | 22347 | fi |
22280 | # Put the nasty error message in config.log where it belongs | 22348 | # Put the nasty error message in config.log where it belongs |
22281 | echo "$XCB_XINERAMA_PKG_ERRORS" >&5 | 22349 | echo "$XCB_XINERAMA_PKG_ERRORS" >&5 |
22282 | 22350 | ||
22283 | have_ecore_x_xcb_xinerama="no" | 22351 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
22284 | elif test $pkg_failed = untried; then | ||
22285 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22286 | $as_echo "no" >&6; } | 22352 | $as_echo "no" >&6; } |
22353 | have_ecore_x_xcb_xinerama="no" | ||
22354 | elif test $pkg_failed = untried; then | ||
22287 | have_ecore_x_xcb_xinerama="no" | 22355 | have_ecore_x_xcb_xinerama="no" |
22288 | else | 22356 | else |
22289 | XCB_XINERAMA_CFLAGS=$pkg_cv_XCB_XINERAMA_CFLAGS | 22357 | XCB_XINERAMA_CFLAGS=$pkg_cv_XCB_XINERAMA_CFLAGS |
@@ -22308,10 +22376,11 @@ pkg_failed=no | |||
22308 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XPRINT" >&5 | 22376 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XPRINT" >&5 |
22309 | $as_echo_n "checking for XCB_XPRINT... " >&6; } | 22377 | $as_echo_n "checking for XCB_XPRINT... " >&6; } |
22310 | 22378 | ||
22311 | if test -n "$XCB_XPRINT_CFLAGS"; then | 22379 | if test -n "$PKG_CONFIG"; then |
22312 | pkg_cv_XCB_XPRINT_CFLAGS="$XCB_XPRINT_CFLAGS" | 22380 | if test -n "$XCB_XPRINT_CFLAGS"; then |
22313 | elif test -n "$PKG_CONFIG"; then | 22381 | pkg_cv_XCB_XPRINT_CFLAGS="$XCB_XPRINT_CFLAGS" |
22314 | if test -n "$PKG_CONFIG" && \ | 22382 | else |
22383 | if test -n "$PKG_CONFIG" && \ | ||
22315 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xprint\""; } >&5 | 22384 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xprint\""; } >&5 |
22316 | ($PKG_CONFIG --exists --print-errors "xcb-xprint") 2>&5 | 22385 | ($PKG_CONFIG --exists --print-errors "xcb-xprint") 2>&5 |
22317 | ac_status=$? | 22386 | ac_status=$? |
@@ -22321,13 +22390,15 @@ if test -n "$XCB_XPRINT_CFLAGS"; then | |||
22321 | else | 22390 | else |
22322 | pkg_failed=yes | 22391 | pkg_failed=yes |
22323 | fi | 22392 | fi |
22324 | else | 22393 | fi |
22325 | pkg_failed=untried | 22394 | else |
22395 | pkg_failed=untried | ||
22326 | fi | 22396 | fi |
22327 | if test -n "$XCB_XPRINT_LIBS"; then | 22397 | if test -n "$PKG_CONFIG"; then |
22328 | pkg_cv_XCB_XPRINT_LIBS="$XCB_XPRINT_LIBS" | 22398 | if test -n "$XCB_XPRINT_LIBS"; then |
22329 | elif test -n "$PKG_CONFIG"; then | 22399 | pkg_cv_XCB_XPRINT_LIBS="$XCB_XPRINT_LIBS" |
22330 | if test -n "$PKG_CONFIG" && \ | 22400 | else |
22401 | if test -n "$PKG_CONFIG" && \ | ||
22331 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xprint\""; } >&5 | 22402 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xprint\""; } >&5 |
22332 | ($PKG_CONFIG --exists --print-errors "xcb-xprint") 2>&5 | 22403 | ($PKG_CONFIG --exists --print-errors "xcb-xprint") 2>&5 |
22333 | ac_status=$? | 22404 | ac_status=$? |
@@ -22337,15 +22408,14 @@ if test -n "$XCB_XPRINT_LIBS"; then | |||
22337 | else | 22408 | else |
22338 | pkg_failed=yes | 22409 | pkg_failed=yes |
22339 | fi | 22410 | fi |
22340 | else | 22411 | fi |
22341 | pkg_failed=untried | 22412 | else |
22413 | pkg_failed=untried | ||
22342 | fi | 22414 | fi |
22343 | 22415 | ||
22344 | 22416 | ||
22345 | 22417 | ||
22346 | if test $pkg_failed = yes; then | 22418 | if test $pkg_failed = yes; then |
22347 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22348 | $as_echo "no" >&6; } | ||
22349 | 22419 | ||
22350 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 22420 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
22351 | _pkg_short_errors_supported=yes | 22421 | _pkg_short_errors_supported=yes |
@@ -22353,17 +22423,17 @@ else | |||
22353 | _pkg_short_errors_supported=no | 22423 | _pkg_short_errors_supported=no |
22354 | fi | 22424 | fi |
22355 | if test $_pkg_short_errors_supported = yes; then | 22425 | if test $_pkg_short_errors_supported = yes; then |
22356 | XCB_XPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-xprint" 2>&1` | 22426 | XCB_XPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-xprint"` |
22357 | else | 22427 | else |
22358 | XCB_XPRINT_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-xprint" 2>&1` | 22428 | XCB_XPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-xprint"` |
22359 | fi | 22429 | fi |
22360 | # Put the nasty error message in config.log where it belongs | 22430 | # Put the nasty error message in config.log where it belongs |
22361 | echo "$XCB_XPRINT_PKG_ERRORS" >&5 | 22431 | echo "$XCB_XPRINT_PKG_ERRORS" >&5 |
22362 | 22432 | ||
22363 | have_ecore_x_xcb_xprint="no" | 22433 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
22364 | elif test $pkg_failed = untried; then | ||
22365 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22366 | $as_echo "no" >&6; } | 22434 | $as_echo "no" >&6; } |
22435 | have_ecore_x_xcb_xprint="no" | ||
22436 | elif test $pkg_failed = untried; then | ||
22367 | have_ecore_x_xcb_xprint="no" | 22437 | have_ecore_x_xcb_xprint="no" |
22368 | else | 22438 | else |
22369 | XCB_XPRINT_CFLAGS=$pkg_cv_XCB_XPRINT_CFLAGS | 22439 | XCB_XPRINT_CFLAGS=$pkg_cv_XCB_XPRINT_CFLAGS |
@@ -22388,10 +22458,11 @@ pkg_failed=no | |||
22388 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XTEST" >&5 | 22458 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XTEST" >&5 |
22389 | $as_echo_n "checking for XCB_XTEST... " >&6; } | 22459 | $as_echo_n "checking for XCB_XTEST... " >&6; } |
22390 | 22460 | ||
22391 | if test -n "$XCB_XTEST_CFLAGS"; then | 22461 | if test -n "$PKG_CONFIG"; then |
22392 | pkg_cv_XCB_XTEST_CFLAGS="$XCB_XTEST_CFLAGS" | 22462 | if test -n "$XCB_XTEST_CFLAGS"; then |
22393 | elif test -n "$PKG_CONFIG"; then | 22463 | pkg_cv_XCB_XTEST_CFLAGS="$XCB_XTEST_CFLAGS" |
22394 | if test -n "$PKG_CONFIG" && \ | 22464 | else |
22465 | if test -n "$PKG_CONFIG" && \ | ||
22395 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xtest\""; } >&5 | 22466 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xtest\""; } >&5 |
22396 | ($PKG_CONFIG --exists --print-errors "xcb-xtest") 2>&5 | 22467 | ($PKG_CONFIG --exists --print-errors "xcb-xtest") 2>&5 |
22397 | ac_status=$? | 22468 | ac_status=$? |
@@ -22401,13 +22472,15 @@ if test -n "$XCB_XTEST_CFLAGS"; then | |||
22401 | else | 22472 | else |
22402 | pkg_failed=yes | 22473 | pkg_failed=yes |
22403 | fi | 22474 | fi |
22404 | else | 22475 | fi |
22405 | pkg_failed=untried | 22476 | else |
22477 | pkg_failed=untried | ||
22406 | fi | 22478 | fi |
22407 | if test -n "$XCB_XTEST_LIBS"; then | 22479 | if test -n "$PKG_CONFIG"; then |
22408 | pkg_cv_XCB_XTEST_LIBS="$XCB_XTEST_LIBS" | 22480 | if test -n "$XCB_XTEST_LIBS"; then |
22409 | elif test -n "$PKG_CONFIG"; then | 22481 | pkg_cv_XCB_XTEST_LIBS="$XCB_XTEST_LIBS" |
22410 | if test -n "$PKG_CONFIG" && \ | 22482 | else |
22483 | if test -n "$PKG_CONFIG" && \ | ||
22411 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xtest\""; } >&5 | 22484 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xtest\""; } >&5 |
22412 | ($PKG_CONFIG --exists --print-errors "xcb-xtest") 2>&5 | 22485 | ($PKG_CONFIG --exists --print-errors "xcb-xtest") 2>&5 |
22413 | ac_status=$? | 22486 | ac_status=$? |
@@ -22417,15 +22490,14 @@ if test -n "$XCB_XTEST_LIBS"; then | |||
22417 | else | 22490 | else |
22418 | pkg_failed=yes | 22491 | pkg_failed=yes |
22419 | fi | 22492 | fi |
22420 | else | 22493 | fi |
22421 | pkg_failed=untried | 22494 | else |
22495 | pkg_failed=untried | ||
22422 | fi | 22496 | fi |
22423 | 22497 | ||
22424 | 22498 | ||
22425 | 22499 | ||
22426 | if test $pkg_failed = yes; then | 22500 | if test $pkg_failed = yes; then |
22427 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22428 | $as_echo "no" >&6; } | ||
22429 | 22501 | ||
22430 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 22502 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
22431 | _pkg_short_errors_supported=yes | 22503 | _pkg_short_errors_supported=yes |
@@ -22433,17 +22505,17 @@ else | |||
22433 | _pkg_short_errors_supported=no | 22505 | _pkg_short_errors_supported=no |
22434 | fi | 22506 | fi |
22435 | if test $_pkg_short_errors_supported = yes; then | 22507 | if test $_pkg_short_errors_supported = yes; then |
22436 | XCB_XTEST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-xtest" 2>&1` | 22508 | XCB_XTEST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-xtest"` |
22437 | else | 22509 | else |
22438 | XCB_XTEST_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-xtest" 2>&1` | 22510 | XCB_XTEST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-xtest"` |
22439 | fi | 22511 | fi |
22440 | # Put the nasty error message in config.log where it belongs | 22512 | # Put the nasty error message in config.log where it belongs |
22441 | echo "$XCB_XTEST_PKG_ERRORS" >&5 | 22513 | echo "$XCB_XTEST_PKG_ERRORS" >&5 |
22442 | 22514 | ||
22443 | have_ecore_x_xcb_xtest="no" | 22515 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
22444 | elif test $pkg_failed = untried; then | ||
22445 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22446 | $as_echo "no" >&6; } | 22516 | $as_echo "no" >&6; } |
22517 | have_ecore_x_xcb_xtest="no" | ||
22518 | elif test $pkg_failed = untried; then | ||
22447 | have_ecore_x_xcb_xtest="no" | 22519 | have_ecore_x_xcb_xtest="no" |
22448 | else | 22520 | else |
22449 | XCB_XTEST_CFLAGS=$pkg_cv_XCB_XTEST_CFLAGS | 22521 | XCB_XTEST_CFLAGS=$pkg_cv_XCB_XTEST_CFLAGS |
@@ -22470,10 +22542,11 @@ pkg_failed=no | |||
22470 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XINPUT" >&5 | 22542 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_XINPUT" >&5 |
22471 | $as_echo_n "checking for XCB_XINPUT... " >&6; } | 22543 | $as_echo_n "checking for XCB_XINPUT... " >&6; } |
22472 | 22544 | ||
22473 | if test -n "$XCB_XINPUT_CFLAGS"; then | 22545 | if test -n "$PKG_CONFIG"; then |
22474 | pkg_cv_XCB_XINPUT_CFLAGS="$XCB_XINPUT_CFLAGS" | 22546 | if test -n "$XCB_XINPUT_CFLAGS"; then |
22475 | elif test -n "$PKG_CONFIG"; then | 22547 | pkg_cv_XCB_XINPUT_CFLAGS="$XCB_XINPUT_CFLAGS" |
22476 | if test -n "$PKG_CONFIG" && \ | 22548 | else |
22549 | if test -n "$PKG_CONFIG" && \ | ||
22477 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xinput\""; } >&5 | 22550 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xinput\""; } >&5 |
22478 | ($PKG_CONFIG --exists --print-errors "xcb-xinput") 2>&5 | 22551 | ($PKG_CONFIG --exists --print-errors "xcb-xinput") 2>&5 |
22479 | ac_status=$? | 22552 | ac_status=$? |
@@ -22483,13 +22556,15 @@ if test -n "$XCB_XINPUT_CFLAGS"; then | |||
22483 | else | 22556 | else |
22484 | pkg_failed=yes | 22557 | pkg_failed=yes |
22485 | fi | 22558 | fi |
22486 | else | 22559 | fi |
22487 | pkg_failed=untried | 22560 | else |
22561 | pkg_failed=untried | ||
22488 | fi | 22562 | fi |
22489 | if test -n "$XCB_XINPUT_LIBS"; then | 22563 | if test -n "$PKG_CONFIG"; then |
22490 | pkg_cv_XCB_XINPUT_LIBS="$XCB_XINPUT_LIBS" | 22564 | if test -n "$XCB_XINPUT_LIBS"; then |
22491 | elif test -n "$PKG_CONFIG"; then | 22565 | pkg_cv_XCB_XINPUT_LIBS="$XCB_XINPUT_LIBS" |
22492 | if test -n "$PKG_CONFIG" && \ | 22566 | else |
22567 | if test -n "$PKG_CONFIG" && \ | ||
22493 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xinput\""; } >&5 | 22568 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-xinput\""; } >&5 |
22494 | ($PKG_CONFIG --exists --print-errors "xcb-xinput") 2>&5 | 22569 | ($PKG_CONFIG --exists --print-errors "xcb-xinput") 2>&5 |
22495 | ac_status=$? | 22570 | ac_status=$? |
@@ -22499,15 +22574,14 @@ if test -n "$XCB_XINPUT_LIBS"; then | |||
22499 | else | 22574 | else |
22500 | pkg_failed=yes | 22575 | pkg_failed=yes |
22501 | fi | 22576 | fi |
22502 | else | 22577 | fi |
22503 | pkg_failed=untried | 22578 | else |
22579 | pkg_failed=untried | ||
22504 | fi | 22580 | fi |
22505 | 22581 | ||
22506 | 22582 | ||
22507 | 22583 | ||
22508 | if test $pkg_failed = yes; then | 22584 | if test $pkg_failed = yes; then |
22509 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22510 | $as_echo "no" >&6; } | ||
22511 | 22585 | ||
22512 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 22586 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
22513 | _pkg_short_errors_supported=yes | 22587 | _pkg_short_errors_supported=yes |
@@ -22515,17 +22589,17 @@ else | |||
22515 | _pkg_short_errors_supported=no | 22589 | _pkg_short_errors_supported=no |
22516 | fi | 22590 | fi |
22517 | if test $_pkg_short_errors_supported = yes; then | 22591 | if test $_pkg_short_errors_supported = yes; then |
22518 | XCB_XINPUT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-xinput" 2>&1` | 22592 | XCB_XINPUT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-xinput"` |
22519 | else | 22593 | else |
22520 | XCB_XINPUT_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-xinput" 2>&1` | 22594 | XCB_XINPUT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-xinput"` |
22521 | fi | 22595 | fi |
22522 | # Put the nasty error message in config.log where it belongs | 22596 | # Put the nasty error message in config.log where it belongs |
22523 | echo "$XCB_XINPUT_PKG_ERRORS" >&5 | 22597 | echo "$XCB_XINPUT_PKG_ERRORS" >&5 |
22524 | 22598 | ||
22525 | have_ecore_x_xcb_xinput="no" | 22599 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
22526 | elif test $pkg_failed = untried; then | ||
22527 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22528 | $as_echo "no" >&6; } | 22600 | $as_echo "no" >&6; } |
22601 | have_ecore_x_xcb_xinput="no" | ||
22602 | elif test $pkg_failed = untried; then | ||
22529 | have_ecore_x_xcb_xinput="no" | 22603 | have_ecore_x_xcb_xinput="no" |
22530 | else | 22604 | else |
22531 | XCB_XINPUT_CFLAGS=$pkg_cv_XCB_XINPUT_CFLAGS | 22605 | XCB_XINPUT_CFLAGS=$pkg_cv_XCB_XINPUT_CFLAGS |
@@ -22550,10 +22624,11 @@ pkg_failed=no | |||
22550 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_CURSOR" >&5 | 22624 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_CURSOR" >&5 |
22551 | $as_echo_n "checking for XCB_CURSOR... " >&6; } | 22625 | $as_echo_n "checking for XCB_CURSOR... " >&6; } |
22552 | 22626 | ||
22553 | if test -n "$XCB_CURSOR_CFLAGS"; then | 22627 | if test -n "$PKG_CONFIG"; then |
22554 | pkg_cv_XCB_CURSOR_CFLAGS="$XCB_CURSOR_CFLAGS" | 22628 | if test -n "$XCB_CURSOR_CFLAGS"; then |
22555 | elif test -n "$PKG_CONFIG"; then | 22629 | pkg_cv_XCB_CURSOR_CFLAGS="$XCB_CURSOR_CFLAGS" |
22556 | if test -n "$PKG_CONFIG" && \ | 22630 | else |
22631 | if test -n "$PKG_CONFIG" && \ | ||
22557 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-render xcb-renderutil\""; } >&5 | 22632 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-render xcb-renderutil\""; } >&5 |
22558 | ($PKG_CONFIG --exists --print-errors "xcb-render xcb-renderutil") 2>&5 | 22633 | ($PKG_CONFIG --exists --print-errors "xcb-render xcb-renderutil") 2>&5 |
22559 | ac_status=$? | 22634 | ac_status=$? |
@@ -22563,13 +22638,15 @@ if test -n "$XCB_CURSOR_CFLAGS"; then | |||
22563 | else | 22638 | else |
22564 | pkg_failed=yes | 22639 | pkg_failed=yes |
22565 | fi | 22640 | fi |
22566 | else | 22641 | fi |
22567 | pkg_failed=untried | 22642 | else |
22643 | pkg_failed=untried | ||
22568 | fi | 22644 | fi |
22569 | if test -n "$XCB_CURSOR_LIBS"; then | 22645 | if test -n "$PKG_CONFIG"; then |
22570 | pkg_cv_XCB_CURSOR_LIBS="$XCB_CURSOR_LIBS" | 22646 | if test -n "$XCB_CURSOR_LIBS"; then |
22571 | elif test -n "$PKG_CONFIG"; then | 22647 | pkg_cv_XCB_CURSOR_LIBS="$XCB_CURSOR_LIBS" |
22572 | if test -n "$PKG_CONFIG" && \ | 22648 | else |
22649 | if test -n "$PKG_CONFIG" && \ | ||
22573 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-render xcb-renderutil\""; } >&5 | 22650 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xcb-render xcb-renderutil\""; } >&5 |
22574 | ($PKG_CONFIG --exists --print-errors "xcb-render xcb-renderutil") 2>&5 | 22651 | ($PKG_CONFIG --exists --print-errors "xcb-render xcb-renderutil") 2>&5 |
22575 | ac_status=$? | 22652 | ac_status=$? |
@@ -22579,15 +22656,14 @@ if test -n "$XCB_CURSOR_LIBS"; then | |||
22579 | else | 22656 | else |
22580 | pkg_failed=yes | 22657 | pkg_failed=yes |
22581 | fi | 22658 | fi |
22582 | else | 22659 | fi |
22583 | pkg_failed=untried | 22660 | else |
22661 | pkg_failed=untried | ||
22584 | fi | 22662 | fi |
22585 | 22663 | ||
22586 | 22664 | ||
22587 | 22665 | ||
22588 | if test $pkg_failed = yes; then | 22666 | if test $pkg_failed = yes; then |
22589 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22590 | $as_echo "no" >&6; } | ||
22591 | 22667 | ||
22592 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 22668 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
22593 | _pkg_short_errors_supported=yes | 22669 | _pkg_short_errors_supported=yes |
@@ -22595,17 +22671,17 @@ else | |||
22595 | _pkg_short_errors_supported=no | 22671 | _pkg_short_errors_supported=no |
22596 | fi | 22672 | fi |
22597 | if test $_pkg_short_errors_supported = yes; then | 22673 | if test $_pkg_short_errors_supported = yes; then |
22598 | XCB_CURSOR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xcb-render xcb-renderutil" 2>&1` | 22674 | XCB_CURSOR_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xcb-render xcb-renderutil"` |
22599 | else | 22675 | else |
22600 | XCB_CURSOR_PKG_ERRORS=`$PKG_CONFIG --print-errors "xcb-render xcb-renderutil" 2>&1` | 22676 | XCB_CURSOR_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xcb-render xcb-renderutil"` |
22601 | fi | 22677 | fi |
22602 | # Put the nasty error message in config.log where it belongs | 22678 | # Put the nasty error message in config.log where it belongs |
22603 | echo "$XCB_CURSOR_PKG_ERRORS" >&5 | 22679 | echo "$XCB_CURSOR_PKG_ERRORS" >&5 |
22604 | 22680 | ||
22605 | have_ecore_x_xcb_cursor="no" | 22681 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
22606 | elif test $pkg_failed = untried; then | ||
22607 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
22608 | $as_echo "no" >&6; } | 22682 | $as_echo "no" >&6; } |
22683 | have_ecore_x_xcb_cursor="no" | ||
22684 | elif test $pkg_failed = untried; then | ||
22609 | have_ecore_x_xcb_cursor="no" | 22685 | have_ecore_x_xcb_cursor="no" |
22610 | else | 22686 | else |
22611 | XCB_CURSOR_CFLAGS=$pkg_cv_XCB_CURSOR_CFLAGS | 22687 | XCB_CURSOR_CFLAGS=$pkg_cv_XCB_CURSOR_CFLAGS |
@@ -22664,7 +22740,7 @@ if test "x$with_x" = xno; then | |||
22664 | have_x=disabled | 22740 | have_x=disabled |
22665 | else | 22741 | else |
22666 | case $x_includes,$x_libraries in #( | 22742 | case $x_includes,$x_libraries in #( |
22667 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #( | 22743 | *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #( |
22668 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : | 22744 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : |
22669 | $as_echo_n "(cached) " >&6 | 22745 | $as_echo_n "(cached) " >&6 |
22670 | else | 22746 | else |
@@ -22682,7 +22758,7 @@ libdir: | |||
22682 | @echo libdir='${LIBDIR}' | 22758 | @echo libdir='${LIBDIR}' |
22683 | _ACEOF | 22759 | _ACEOF |
22684 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then | 22760 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then |
22685 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 22761 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
22686 | for ac_var in incroot usrlibdir libdir; do | 22762 | for ac_var in incroot usrlibdir libdir; do |
22687 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" | 22763 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" |
22688 | done | 22764 | done |
@@ -22768,7 +22844,7 @@ else | |||
22768 | fi | 22844 | fi |
22769 | done | 22845 | done |
22770 | fi | 22846 | fi |
22771 | rm -f conftest.err conftest.i conftest.$ac_ext | 22847 | rm -f conftest.err conftest.$ac_ext |
22772 | fi # $ac_x_includes = no | 22848 | fi # $ac_x_includes = no |
22773 | 22849 | ||
22774 | if test "$ac_x_libraries" = no; then | 22850 | if test "$ac_x_libraries" = no; then |
@@ -24634,44 +24710,46 @@ pkg_failed=no | |||
24634 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVAS" >&5 | 24710 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVAS" >&5 |
24635 | $as_echo_n "checking for EVAS... " >&6; } | 24711 | $as_echo_n "checking for EVAS... " >&6; } |
24636 | 24712 | ||
24637 | if test -n "$EVAS_CFLAGS"; then | 24713 | if test -n "$PKG_CONFIG"; then |
24638 | pkg_cv_EVAS_CFLAGS="$EVAS_CFLAGS" | 24714 | if test -n "$EVAS_CFLAGS"; then |
24639 | elif test -n "$PKG_CONFIG"; then | 24715 | pkg_cv_EVAS_CFLAGS="$EVAS_CFLAGS" |
24640 | if test -n "$PKG_CONFIG" && \ | 24716 | else |
24641 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evas >= 1.1.0\""; } >&5 | 24717 | if test -n "$PKG_CONFIG" && \ |
24642 | ($PKG_CONFIG --exists --print-errors "evas >= 1.1.0") 2>&5 | 24718 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evas >= 1.1.99\""; } >&5 |
24719 | ($PKG_CONFIG --exists --print-errors "evas >= 1.1.99") 2>&5 | ||
24643 | ac_status=$? | 24720 | ac_status=$? |
24644 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 24721 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
24645 | test $ac_status = 0; }; then | 24722 | test $ac_status = 0; }; then |
24646 | pkg_cv_EVAS_CFLAGS=`$PKG_CONFIG --cflags "evas >= 1.1.0" 2>/dev/null` | 24723 | pkg_cv_EVAS_CFLAGS=`$PKG_CONFIG --cflags "evas >= 1.1.99" 2>/dev/null` |
24647 | else | 24724 | else |
24648 | pkg_failed=yes | 24725 | pkg_failed=yes |
24649 | fi | 24726 | fi |
24650 | else | 24727 | fi |
24651 | pkg_failed=untried | 24728 | else |
24729 | pkg_failed=untried | ||
24652 | fi | 24730 | fi |
24653 | if test -n "$EVAS_LIBS"; then | 24731 | if test -n "$PKG_CONFIG"; then |
24654 | pkg_cv_EVAS_LIBS="$EVAS_LIBS" | 24732 | if test -n "$EVAS_LIBS"; then |
24655 | elif test -n "$PKG_CONFIG"; then | 24733 | pkg_cv_EVAS_LIBS="$EVAS_LIBS" |
24656 | if test -n "$PKG_CONFIG" && \ | 24734 | else |
24657 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evas >= 1.1.0\""; } >&5 | 24735 | if test -n "$PKG_CONFIG" && \ |
24658 | ($PKG_CONFIG --exists --print-errors "evas >= 1.1.0") 2>&5 | 24736 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evas >= 1.1.99\""; } >&5 |
24737 | ($PKG_CONFIG --exists --print-errors "evas >= 1.1.99") 2>&5 | ||
24659 | ac_status=$? | 24738 | ac_status=$? |
24660 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 24739 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
24661 | test $ac_status = 0; }; then | 24740 | test $ac_status = 0; }; then |
24662 | pkg_cv_EVAS_LIBS=`$PKG_CONFIG --libs "evas >= 1.1.0" 2>/dev/null` | 24741 | pkg_cv_EVAS_LIBS=`$PKG_CONFIG --libs "evas >= 1.1.99" 2>/dev/null` |
24663 | else | 24742 | else |
24664 | pkg_failed=yes | 24743 | pkg_failed=yes |
24665 | fi | 24744 | fi |
24666 | else | 24745 | fi |
24667 | pkg_failed=untried | 24746 | else |
24747 | pkg_failed=untried | ||
24668 | fi | 24748 | fi |
24669 | 24749 | ||
24670 | 24750 | ||
24671 | 24751 | ||
24672 | if test $pkg_failed = yes; then | 24752 | if test $pkg_failed = yes; then |
24673 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
24674 | $as_echo "no" >&6; } | ||
24675 | 24753 | ||
24676 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 24754 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
24677 | _pkg_short_errors_supported=yes | 24755 | _pkg_short_errors_supported=yes |
@@ -24679,17 +24757,17 @@ else | |||
24679 | _pkg_short_errors_supported=no | 24757 | _pkg_short_errors_supported=no |
24680 | fi | 24758 | fi |
24681 | if test $_pkg_short_errors_supported = yes; then | 24759 | if test $_pkg_short_errors_supported = yes; then |
24682 | EVAS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "evas >= 1.1.0" 2>&1` | 24760 | EVAS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "evas >= 1.1.99"` |
24683 | else | 24761 | else |
24684 | EVAS_PKG_ERRORS=`$PKG_CONFIG --print-errors "evas >= 1.1.0" 2>&1` | 24762 | EVAS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "evas >= 1.1.99"` |
24685 | fi | 24763 | fi |
24686 | # Put the nasty error message in config.log where it belongs | 24764 | # Put the nasty error message in config.log where it belongs |
24687 | echo "$EVAS_PKG_ERRORS" >&5 | 24765 | echo "$EVAS_PKG_ERRORS" >&5 |
24688 | 24766 | ||
24689 | have_evas="no" | 24767 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
24690 | elif test $pkg_failed = untried; then | ||
24691 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
24692 | $as_echo "no" >&6; } | 24768 | $as_echo "no" >&6; } |
24769 | have_evas="no" | ||
24770 | elif test $pkg_failed = untried; then | ||
24693 | have_evas="no" | 24771 | have_evas="no" |
24694 | else | 24772 | else |
24695 | EVAS_CFLAGS=$pkg_cv_EVAS_CFLAGS | 24773 | EVAS_CFLAGS=$pkg_cv_EVAS_CFLAGS |
@@ -24706,7 +24784,8 @@ for ac_header in sys/select.h sys/prctl.h | |||
24706 | do : | 24784 | do : |
24707 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 24785 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
24708 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 24786 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
24709 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 24787 | eval as_val=\$$as_ac_Header |
24788 | if test "x$as_val" = x""yes; then : | ||
24710 | cat >>confdefs.h <<_ACEOF | 24789 | cat >>confdefs.h <<_ACEOF |
24711 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 24790 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
24712 | _ACEOF | 24791 | _ACEOF |
@@ -25027,7 +25106,8 @@ $as_echo "#define HAVE_SYS_TIME_H 1" >>confdefs.h | |||
25027 | do : | 25106 | do : |
25028 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 25107 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
25029 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 25108 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
25030 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 25109 | eval as_val=\$$as_ac_Header |
25110 | if test "x$as_val" = x""yes; then : | ||
25031 | cat >>confdefs.h <<_ACEOF | 25111 | cat >>confdefs.h <<_ACEOF |
25032 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 25112 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
25033 | _ACEOF | 25113 | _ACEOF |
@@ -25041,11 +25121,12 @@ esac | |||
25041 | 25121 | ||
25042 | # ecore_con | 25122 | # ecore_con |
25043 | 25123 | ||
25044 | for ac_header in arpa/inet.h arpa/nameser.h netinet/tcp.h netinet/in.h sys/socket.h sys/un.h ws2tcpip.h netdb.h | 25124 | for ac_header in arpa/inet.h arpa/nameser.h netinet/tcp.h net/if.h netinet/in.h sys/socket.h sys/un.h ws2tcpip.h netdb.h |
25045 | do : | 25125 | do : |
25046 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 25126 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
25047 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 25127 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
25048 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 25128 | eval as_val=\$$as_ac_Header |
25129 | if test "x$as_val" = x""yes; then : | ||
25049 | cat >>confdefs.h <<_ACEOF | 25130 | cat >>confdefs.h <<_ACEOF |
25050 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 25131 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
25051 | _ACEOF | 25132 | _ACEOF |
@@ -25245,7 +25326,7 @@ if test "x${_efl_enable_win32_threads}" = "xyes" ; then | |||
25245 | mingw*) | 25326 | mingw*) |
25246 | ;; | 25327 | ;; |
25247 | *) | 25328 | *) |
25248 | as_fn_error $? "Win32 threads support requested but non Windows system found." "$LINENO" 5 | 25329 | as_fn_error "Win32 threads support requested but non Windows system found." "$LINENO" 5 |
25249 | ;; | 25330 | ;; |
25250 | esac | 25331 | esac |
25251 | fi | 25332 | fi |
@@ -25253,7 +25334,7 @@ fi | |||
25253 | if test "x${_efl_enable_posix_threads}" = "xyes" ; then | 25334 | if test "x${_efl_enable_posix_threads}" = "xyes" ; then |
25254 | case "$host_os" in | 25335 | case "$host_os" in |
25255 | mingw*) | 25336 | mingw*) |
25256 | as_fn_error $? "POSIX threads support requested but Windows system found." "$LINENO" 5 | 25337 | as_fn_error "POSIX threads support requested but Windows system found." "$LINENO" 5 |
25257 | ;; | 25338 | ;; |
25258 | *) | 25339 | *) |
25259 | ;; | 25340 | ;; |
@@ -25316,7 +25397,7 @@ $as_echo_n "checking whether system support POSIX threads... " >&6; } | |||
25316 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_efl_have_posix_threads}" >&5 | 25397 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_efl_have_posix_threads}" >&5 |
25317 | $as_echo "${_efl_have_posix_threads}" >&6; } | 25398 | $as_echo "${_efl_have_posix_threads}" >&6; } |
25318 | if test "$x{_efl_enable_posix_threads}" = "xyes" && test "x${_efl_have_posix_threads}" = "xno"; then | 25399 | if test "$x{_efl_enable_posix_threads}" = "xyes" && test "x${_efl_have_posix_threads}" = "xno"; then |
25319 | as_fn_error $? "POSIX threads support requested but not found." "$LINENO" 5 | 25400 | as_fn_error "POSIX threads support requested but not found." "$LINENO" 5 |
25320 | fi | 25401 | fi |
25321 | 25402 | ||
25322 | EFL_PTHREAD_CFLAGS="" | 25403 | EFL_PTHREAD_CFLAGS="" |
@@ -25416,8 +25497,9 @@ else | |||
25416 | if test "$ac_cv_type_int" = yes; then | 25497 | if test "$ac_cv_type_int" = yes; then |
25417 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 25498 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
25418 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 25499 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
25419 | as_fn_error 77 "cannot compute sizeof (int) | 25500 | { as_fn_set_status 77 |
25420 | See \`config.log' for more details" "$LINENO" 5 ; } | 25501 | as_fn_error "cannot compute sizeof (int) |
25502 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
25421 | else | 25503 | else |
25422 | ac_cv_sizeof_int=0 | 25504 | ac_cv_sizeof_int=0 |
25423 | fi | 25505 | fi |
@@ -25449,8 +25531,9 @@ else | |||
25449 | if test "$ac_cv_type_long" = yes; then | 25531 | if test "$ac_cv_type_long" = yes; then |
25450 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 25532 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
25451 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 25533 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
25452 | as_fn_error 77 "cannot compute sizeof (long) | 25534 | { as_fn_set_status 77 |
25453 | See \`config.log' for more details" "$LINENO" 5 ; } | 25535 | as_fn_error "cannot compute sizeof (long) |
25536 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
25454 | else | 25537 | else |
25455 | ac_cv_sizeof_long=0 | 25538 | ac_cv_sizeof_long=0 |
25456 | fi | 25539 | fi |
@@ -26066,8 +26149,8 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
26066 | 26149 | ||
26067 | ;; #( | 26150 | ;; #( |
26068 | *) | 26151 | *) |
26069 | as_fn_error $? "unknown endianness | 26152 | as_fn_error "unknown endianness |
26070 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; | 26153 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; |
26071 | esac | 26154 | esac |
26072 | 26155 | ||
26073 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 26156 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
@@ -26438,7 +26521,8 @@ if test $ac_cv_os_cray = yes; then | |||
26438 | for ac_func in _getb67 GETB67 getb67; do | 26521 | for ac_func in _getb67 GETB67 getb67; do |
26439 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 26522 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
26440 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 26523 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
26441 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 26524 | eval as_val=\$$as_ac_var |
26525 | if test "x$as_val" = x""yes; then : | ||
26442 | 26526 | ||
26443 | cat >>confdefs.h <<_ACEOF | 26527 | cat >>confdefs.h <<_ACEOF |
26444 | #define CRAY_STACKSEG_END $ac_func | 26528 | #define CRAY_STACKSEG_END $ac_func |
@@ -26504,7 +26588,8 @@ for ac_func in gettimeofday strlcpy execvp | |||
26504 | do : | 26588 | do : |
26505 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 26589 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
26506 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 26590 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
26507 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 26591 | eval as_val=\$$as_ac_var |
26592 | if test "x$as_val" = x""yes; then : | ||
26508 | cat >>confdefs.h <<_ACEOF | 26593 | cat >>confdefs.h <<_ACEOF |
26509 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 26594 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
26510 | _ACEOF | 26595 | _ACEOF |
@@ -26576,7 +26661,7 @@ $as_echo "#define HAVE_ATFILE_SOURCE 1" >>confdefs.h | |||
26576 | else | 26661 | else |
26577 | 26662 | ||
26578 | if test "x${have_atfile_source}" = "xyes" ; then | 26663 | if test "x${have_atfile_source}" = "xyes" ; then |
26579 | as_fn_error $? "required atfile-source but no mkdirat()" "$LINENO" 5 | 26664 | as_fn_error "required atfile-source but no mkdirat()" "$LINENO" 5 |
26580 | fi | 26665 | fi |
26581 | have_atfile_source="no" | 26666 | have_atfile_source="no" |
26582 | 26667 | ||
@@ -26738,10 +26823,11 @@ pkg_failed=no | |||
26738 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CURL" >&5 | 26823 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CURL" >&5 |
26739 | $as_echo_n "checking for CURL... " >&6; } | 26824 | $as_echo_n "checking for CURL... " >&6; } |
26740 | 26825 | ||
26741 | if test -n "$CURL_CFLAGS"; then | 26826 | if test -n "$PKG_CONFIG"; then |
26742 | pkg_cv_CURL_CFLAGS="$CURL_CFLAGS" | 26827 | if test -n "$CURL_CFLAGS"; then |
26743 | elif test -n "$PKG_CONFIG"; then | 26828 | pkg_cv_CURL_CFLAGS="$CURL_CFLAGS" |
26744 | if test -n "$PKG_CONFIG" && \ | 26829 | else |
26830 | if test -n "$PKG_CONFIG" && \ | ||
26745 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5 | 26831 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5 |
26746 | ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5 | 26832 | ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5 |
26747 | ac_status=$? | 26833 | ac_status=$? |
@@ -26751,13 +26837,15 @@ if test -n "$CURL_CFLAGS"; then | |||
26751 | else | 26837 | else |
26752 | pkg_failed=yes | 26838 | pkg_failed=yes |
26753 | fi | 26839 | fi |
26754 | else | 26840 | fi |
26755 | pkg_failed=untried | 26841 | else |
26842 | pkg_failed=untried | ||
26756 | fi | 26843 | fi |
26757 | if test -n "$CURL_LIBS"; then | 26844 | if test -n "$PKG_CONFIG"; then |
26758 | pkg_cv_CURL_LIBS="$CURL_LIBS" | 26845 | if test -n "$CURL_LIBS"; then |
26759 | elif test -n "$PKG_CONFIG"; then | 26846 | pkg_cv_CURL_LIBS="$CURL_LIBS" |
26760 | if test -n "$PKG_CONFIG" && \ | 26847 | else |
26848 | if test -n "$PKG_CONFIG" && \ | ||
26761 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5 | 26849 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5 |
26762 | ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5 | 26850 | ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5 |
26763 | ac_status=$? | 26851 | ac_status=$? |
@@ -26767,15 +26855,14 @@ if test -n "$CURL_LIBS"; then | |||
26767 | else | 26855 | else |
26768 | pkg_failed=yes | 26856 | pkg_failed=yes |
26769 | fi | 26857 | fi |
26770 | else | 26858 | fi |
26771 | pkg_failed=untried | 26859 | else |
26860 | pkg_failed=untried | ||
26772 | fi | 26861 | fi |
26773 | 26862 | ||
26774 | 26863 | ||
26775 | 26864 | ||
26776 | if test $pkg_failed = yes; then | 26865 | if test $pkg_failed = yes; then |
26777 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
26778 | $as_echo "no" >&6; } | ||
26779 | 26866 | ||
26780 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 26867 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
26781 | _pkg_short_errors_supported=yes | 26868 | _pkg_short_errors_supported=yes |
@@ -26783,17 +26870,17 @@ else | |||
26783 | _pkg_short_errors_supported=no | 26870 | _pkg_short_errors_supported=no |
26784 | fi | 26871 | fi |
26785 | if test $_pkg_short_errors_supported = yes; then | 26872 | if test $_pkg_short_errors_supported = yes; then |
26786 | CURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libcurl" 2>&1` | 26873 | CURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libcurl"` |
26787 | else | 26874 | else |
26788 | CURL_PKG_ERRORS=`$PKG_CONFIG --print-errors "libcurl" 2>&1` | 26875 | CURL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcurl"` |
26789 | fi | 26876 | fi |
26790 | # Put the nasty error message in config.log where it belongs | 26877 | # Put the nasty error message in config.log where it belongs |
26791 | echo "$CURL_PKG_ERRORS" >&5 | 26878 | echo "$CURL_PKG_ERRORS" >&5 |
26792 | 26879 | ||
26793 | _ecore_have_curl="no" | 26880 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
26794 | elif test $pkg_failed = untried; then | ||
26795 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
26796 | $as_echo "no" >&6; } | 26881 | $as_echo "no" >&6; } |
26882 | _ecore_have_curl="no" | ||
26883 | elif test $pkg_failed = untried; then | ||
26797 | _ecore_have_curl="no" | 26884 | _ecore_have_curl="no" |
26798 | else | 26885 | else |
26799 | CURL_CFLAGS=$pkg_cv_CURL_CFLAGS | 26886 | CURL_CFLAGS=$pkg_cv_CURL_CFLAGS |
@@ -26841,10 +26928,11 @@ pkg_failed=no | |||
26841 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS" >&5 | 26928 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS" >&5 |
26842 | $as_echo_n "checking for TLS... " >&6; } | 26929 | $as_echo_n "checking for TLS... " >&6; } |
26843 | 26930 | ||
26844 | if test -n "$TLS_CFLAGS"; then | 26931 | if test -n "$PKG_CONFIG"; then |
26845 | pkg_cv_TLS_CFLAGS="$TLS_CFLAGS" | 26932 | if test -n "$TLS_CFLAGS"; then |
26846 | elif test -n "$PKG_CONFIG"; then | 26933 | pkg_cv_TLS_CFLAGS="$TLS_CFLAGS" |
26847 | if test -n "$PKG_CONFIG" && \ | 26934 | else |
26935 | if test -n "$PKG_CONFIG" && \ | ||
26848 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.10.2\""; } >&5 | 26936 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.10.2\""; } >&5 |
26849 | ($PKG_CONFIG --exists --print-errors "gnutls >= 2.10.2") 2>&5 | 26937 | ($PKG_CONFIG --exists --print-errors "gnutls >= 2.10.2") 2>&5 |
26850 | ac_status=$? | 26938 | ac_status=$? |
@@ -26854,13 +26942,15 @@ if test -n "$TLS_CFLAGS"; then | |||
26854 | else | 26942 | else |
26855 | pkg_failed=yes | 26943 | pkg_failed=yes |
26856 | fi | 26944 | fi |
26857 | else | 26945 | fi |
26858 | pkg_failed=untried | 26946 | else |
26947 | pkg_failed=untried | ||
26859 | fi | 26948 | fi |
26860 | if test -n "$TLS_LIBS"; then | 26949 | if test -n "$PKG_CONFIG"; then |
26861 | pkg_cv_TLS_LIBS="$TLS_LIBS" | 26950 | if test -n "$TLS_LIBS"; then |
26862 | elif test -n "$PKG_CONFIG"; then | 26951 | pkg_cv_TLS_LIBS="$TLS_LIBS" |
26863 | if test -n "$PKG_CONFIG" && \ | 26952 | else |
26953 | if test -n "$PKG_CONFIG" && \ | ||
26864 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.10.2\""; } >&5 | 26954 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.10.2\""; } >&5 |
26865 | ($PKG_CONFIG --exists --print-errors "gnutls >= 2.10.2") 2>&5 | 26955 | ($PKG_CONFIG --exists --print-errors "gnutls >= 2.10.2") 2>&5 |
26866 | ac_status=$? | 26956 | ac_status=$? |
@@ -26870,15 +26960,14 @@ if test -n "$TLS_LIBS"; then | |||
26870 | else | 26960 | else |
26871 | pkg_failed=yes | 26961 | pkg_failed=yes |
26872 | fi | 26962 | fi |
26873 | else | 26963 | fi |
26874 | pkg_failed=untried | 26964 | else |
26965 | pkg_failed=untried | ||
26875 | fi | 26966 | fi |
26876 | 26967 | ||
26877 | 26968 | ||
26878 | 26969 | ||
26879 | if test $pkg_failed = yes; then | 26970 | if test $pkg_failed = yes; then |
26880 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
26881 | $as_echo "no" >&6; } | ||
26882 | 26971 | ||
26883 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 26972 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
26884 | _pkg_short_errors_supported=yes | 26973 | _pkg_short_errors_supported=yes |
@@ -26886,17 +26975,17 @@ else | |||
26886 | _pkg_short_errors_supported=no | 26975 | _pkg_short_errors_supported=no |
26887 | fi | 26976 | fi |
26888 | if test $_pkg_short_errors_supported = yes; then | 26977 | if test $_pkg_short_errors_supported = yes; then |
26889 | TLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnutls >= 2.10.2" 2>&1` | 26978 | TLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnutls >= 2.10.2"` |
26890 | else | 26979 | else |
26891 | TLS_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnutls >= 2.10.2" 2>&1` | 26980 | TLS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnutls >= 2.10.2"` |
26892 | fi | 26981 | fi |
26893 | # Put the nasty error message in config.log where it belongs | 26982 | # Put the nasty error message in config.log where it belongs |
26894 | echo "$TLS_PKG_ERRORS" >&5 | 26983 | echo "$TLS_PKG_ERRORS" >&5 |
26895 | 26984 | ||
26896 | _ecore_have_gnutls="no" | 26985 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
26897 | elif test $pkg_failed = untried; then | ||
26898 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
26899 | $as_echo "no" >&6; } | 26986 | $as_echo "no" >&6; } |
26987 | _ecore_have_gnutls="no" | ||
26988 | elif test $pkg_failed = untried; then | ||
26900 | _ecore_have_gnutls="no" | 26989 | _ecore_have_gnutls="no" |
26901 | else | 26990 | else |
26902 | TLS_CFLAGS=$pkg_cv_TLS_CFLAGS | 26991 | TLS_CFLAGS=$pkg_cv_TLS_CFLAGS |
@@ -26916,10 +27005,11 @@ pkg_failed=no | |||
26916 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS2" >&5 | 27005 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS2" >&5 |
26917 | $as_echo_n "checking for TLS2... " >&6; } | 27006 | $as_echo_n "checking for TLS2... " >&6; } |
26918 | 27007 | ||
26919 | if test -n "$TLS2_CFLAGS"; then | 27008 | if test -n "$PKG_CONFIG"; then |
26920 | pkg_cv_TLS2_CFLAGS="$TLS2_CFLAGS" | 27009 | if test -n "$TLS2_CFLAGS"; then |
26921 | elif test -n "$PKG_CONFIG"; then | 27010 | pkg_cv_TLS2_CFLAGS="$TLS2_CFLAGS" |
26922 | if test -n "$PKG_CONFIG" && \ | 27011 | else |
27012 | if test -n "$PKG_CONFIG" && \ | ||
26923 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.10.2\""; } >&5 | 27013 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.10.2\""; } >&5 |
26924 | ($PKG_CONFIG --exists --print-errors "gnutls >= 2.10.2") 2>&5 | 27014 | ($PKG_CONFIG --exists --print-errors "gnutls >= 2.10.2") 2>&5 |
26925 | ac_status=$? | 27015 | ac_status=$? |
@@ -26929,13 +27019,15 @@ if test -n "$TLS2_CFLAGS"; then | |||
26929 | else | 27019 | else |
26930 | pkg_failed=yes | 27020 | pkg_failed=yes |
26931 | fi | 27021 | fi |
26932 | else | 27022 | fi |
26933 | pkg_failed=untried | 27023 | else |
27024 | pkg_failed=untried | ||
26934 | fi | 27025 | fi |
26935 | if test -n "$TLS2_LIBS"; then | 27026 | if test -n "$PKG_CONFIG"; then |
26936 | pkg_cv_TLS2_LIBS="$TLS2_LIBS" | 27027 | if test -n "$TLS2_LIBS"; then |
26937 | elif test -n "$PKG_CONFIG"; then | 27028 | pkg_cv_TLS2_LIBS="$TLS2_LIBS" |
26938 | if test -n "$PKG_CONFIG" && \ | 27029 | else |
27030 | if test -n "$PKG_CONFIG" && \ | ||
26939 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.10.2\""; } >&5 | 27031 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.10.2\""; } >&5 |
26940 | ($PKG_CONFIG --exists --print-errors "gnutls >= 2.10.2") 2>&5 | 27032 | ($PKG_CONFIG --exists --print-errors "gnutls >= 2.10.2") 2>&5 |
26941 | ac_status=$? | 27033 | ac_status=$? |
@@ -26945,15 +27037,14 @@ if test -n "$TLS2_LIBS"; then | |||
26945 | else | 27037 | else |
26946 | pkg_failed=yes | 27038 | pkg_failed=yes |
26947 | fi | 27039 | fi |
26948 | else | 27040 | fi |
26949 | pkg_failed=untried | 27041 | else |
27042 | pkg_failed=untried | ||
26950 | fi | 27043 | fi |
26951 | 27044 | ||
26952 | 27045 | ||
26953 | 27046 | ||
26954 | if test $pkg_failed = yes; then | 27047 | if test $pkg_failed = yes; then |
26955 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
26956 | $as_echo "no" >&6; } | ||
26957 | 27048 | ||
26958 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 27049 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
26959 | _pkg_short_errors_supported=yes | 27050 | _pkg_short_errors_supported=yes |
@@ -26961,17 +27052,17 @@ else | |||
26961 | _pkg_short_errors_supported=no | 27052 | _pkg_short_errors_supported=no |
26962 | fi | 27053 | fi |
26963 | if test $_pkg_short_errors_supported = yes; then | 27054 | if test $_pkg_short_errors_supported = yes; then |
26964 | TLS2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnutls >= 2.10.2" 2>&1` | 27055 | TLS2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnutls >= 2.10.2"` |
26965 | else | 27056 | else |
26966 | TLS2_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnutls >= 2.10.2" 2>&1` | 27057 | TLS2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnutls >= 2.10.2"` |
26967 | fi | 27058 | fi |
26968 | # Put the nasty error message in config.log where it belongs | 27059 | # Put the nasty error message in config.log where it belongs |
26969 | echo "$TLS2_PKG_ERRORS" >&5 | 27060 | echo "$TLS2_PKG_ERRORS" >&5 |
26970 | 27061 | ||
26971 | dummy="no" | 27062 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
26972 | elif test $pkg_failed = untried; then | ||
26973 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
26974 | $as_echo "no" >&6; } | 27063 | $as_echo "no" >&6; } |
27064 | dummy="no" | ||
27065 | elif test $pkg_failed = untried; then | ||
26975 | dummy="no" | 27066 | dummy="no" |
26976 | else | 27067 | else |
26977 | TLS2_CFLAGS=$pkg_cv_TLS2_CFLAGS | 27068 | TLS2_CFLAGS=$pkg_cv_TLS2_CFLAGS |
@@ -27129,10 +27220,11 @@ pkg_failed=no | |||
27129 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL" >&5 | 27220 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL" >&5 |
27130 | $as_echo_n "checking for SSL... " >&6; } | 27221 | $as_echo_n "checking for SSL... " >&6; } |
27131 | 27222 | ||
27132 | if test -n "$SSL_CFLAGS"; then | 27223 | if test -n "$PKG_CONFIG"; then |
27133 | pkg_cv_SSL_CFLAGS="$SSL_CFLAGS" | 27224 | if test -n "$SSL_CFLAGS"; then |
27134 | elif test -n "$PKG_CONFIG"; then | 27225 | pkg_cv_SSL_CFLAGS="$SSL_CFLAGS" |
27135 | if test -n "$PKG_CONFIG" && \ | 27226 | else |
27227 | if test -n "$PKG_CONFIG" && \ | ||
27136 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5 | 27228 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5 |
27137 | ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 | 27229 | ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 |
27138 | ac_status=$? | 27230 | ac_status=$? |
@@ -27142,13 +27234,15 @@ if test -n "$SSL_CFLAGS"; then | |||
27142 | else | 27234 | else |
27143 | pkg_failed=yes | 27235 | pkg_failed=yes |
27144 | fi | 27236 | fi |
27145 | else | 27237 | fi |
27146 | pkg_failed=untried | 27238 | else |
27239 | pkg_failed=untried | ||
27147 | fi | 27240 | fi |
27148 | if test -n "$SSL_LIBS"; then | 27241 | if test -n "$PKG_CONFIG"; then |
27149 | pkg_cv_SSL_LIBS="$SSL_LIBS" | 27242 | if test -n "$SSL_LIBS"; then |
27150 | elif test -n "$PKG_CONFIG"; then | 27243 | pkg_cv_SSL_LIBS="$SSL_LIBS" |
27151 | if test -n "$PKG_CONFIG" && \ | 27244 | else |
27245 | if test -n "$PKG_CONFIG" && \ | ||
27152 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5 | 27246 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5 |
27153 | ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 | 27247 | ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 |
27154 | ac_status=$? | 27248 | ac_status=$? |
@@ -27158,15 +27252,14 @@ if test -n "$SSL_LIBS"; then | |||
27158 | else | 27252 | else |
27159 | pkg_failed=yes | 27253 | pkg_failed=yes |
27160 | fi | 27254 | fi |
27161 | else | 27255 | fi |
27162 | pkg_failed=untried | 27256 | else |
27257 | pkg_failed=untried | ||
27163 | fi | 27258 | fi |
27164 | 27259 | ||
27165 | 27260 | ||
27166 | 27261 | ||
27167 | if test $pkg_failed = yes; then | 27262 | if test $pkg_failed = yes; then |
27168 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27169 | $as_echo "no" >&6; } | ||
27170 | 27263 | ||
27171 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 27264 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
27172 | _pkg_short_errors_supported=yes | 27265 | _pkg_short_errors_supported=yes |
@@ -27174,17 +27267,17 @@ else | |||
27174 | _pkg_short_errors_supported=no | 27267 | _pkg_short_errors_supported=no |
27175 | fi | 27268 | fi |
27176 | if test $_pkg_short_errors_supported = yes; then | 27269 | if test $_pkg_short_errors_supported = yes; then |
27177 | SSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "openssl" 2>&1` | 27270 | SSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "openssl"` |
27178 | else | 27271 | else |
27179 | SSL_PKG_ERRORS=`$PKG_CONFIG --print-errors "openssl" 2>&1` | 27272 | SSL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "openssl"` |
27180 | fi | 27273 | fi |
27181 | # Put the nasty error message in config.log where it belongs | 27274 | # Put the nasty error message in config.log where it belongs |
27182 | echo "$SSL_PKG_ERRORS" >&5 | 27275 | echo "$SSL_PKG_ERRORS" >&5 |
27183 | 27276 | ||
27184 | _ecore_have_openssl="no" | 27277 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
27185 | elif test $pkg_failed = untried; then | ||
27186 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27187 | $as_echo "no" >&6; } | 27278 | $as_echo "no" >&6; } |
27279 | _ecore_have_openssl="no" | ||
27280 | elif test $pkg_failed = untried; then | ||
27188 | _ecore_have_openssl="no" | 27281 | _ecore_have_openssl="no" |
27189 | else | 27282 | else |
27190 | SSL_CFLAGS=$pkg_cv_SSL_CFLAGS | 27283 | SSL_CFLAGS=$pkg_cv_SSL_CFLAGS |
@@ -27241,10 +27334,11 @@ pkg_failed=no | |||
27241 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CARES" >&5 | 27334 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CARES" >&5 |
27242 | $as_echo_n "checking for CARES... " >&6; } | 27335 | $as_echo_n "checking for CARES... " >&6; } |
27243 | 27336 | ||
27244 | if test -n "$CARES_CFLAGS"; then | 27337 | if test -n "$PKG_CONFIG"; then |
27245 | pkg_cv_CARES_CFLAGS="$CARES_CFLAGS" | 27338 | if test -n "$CARES_CFLAGS"; then |
27246 | elif test -n "$PKG_CONFIG"; then | 27339 | pkg_cv_CARES_CFLAGS="$CARES_CFLAGS" |
27247 | if test -n "$PKG_CONFIG" && \ | 27340 | else |
27341 | if test -n "$PKG_CONFIG" && \ | ||
27248 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcares >= 1.6.1 libcares != 1.7.5\""; } >&5 | 27342 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcares >= 1.6.1 libcares != 1.7.5\""; } >&5 |
27249 | ($PKG_CONFIG --exists --print-errors "libcares >= 1.6.1 libcares != 1.7.5") 2>&5 | 27343 | ($PKG_CONFIG --exists --print-errors "libcares >= 1.6.1 libcares != 1.7.5") 2>&5 |
27250 | ac_status=$? | 27344 | ac_status=$? |
@@ -27254,13 +27348,15 @@ if test -n "$CARES_CFLAGS"; then | |||
27254 | else | 27348 | else |
27255 | pkg_failed=yes | 27349 | pkg_failed=yes |
27256 | fi | 27350 | fi |
27257 | else | 27351 | fi |
27258 | pkg_failed=untried | 27352 | else |
27353 | pkg_failed=untried | ||
27259 | fi | 27354 | fi |
27260 | if test -n "$CARES_LIBS"; then | 27355 | if test -n "$PKG_CONFIG"; then |
27261 | pkg_cv_CARES_LIBS="$CARES_LIBS" | 27356 | if test -n "$CARES_LIBS"; then |
27262 | elif test -n "$PKG_CONFIG"; then | 27357 | pkg_cv_CARES_LIBS="$CARES_LIBS" |
27263 | if test -n "$PKG_CONFIG" && \ | 27358 | else |
27359 | if test -n "$PKG_CONFIG" && \ | ||
27264 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcares >= 1.6.1 libcares != 1.7.5\""; } >&5 | 27360 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcares >= 1.6.1 libcares != 1.7.5\""; } >&5 |
27265 | ($PKG_CONFIG --exists --print-errors "libcares >= 1.6.1 libcares != 1.7.5") 2>&5 | 27361 | ($PKG_CONFIG --exists --print-errors "libcares >= 1.6.1 libcares != 1.7.5") 2>&5 |
27266 | ac_status=$? | 27362 | ac_status=$? |
@@ -27270,15 +27366,14 @@ if test -n "$CARES_LIBS"; then | |||
27270 | else | 27366 | else |
27271 | pkg_failed=yes | 27367 | pkg_failed=yes |
27272 | fi | 27368 | fi |
27273 | else | 27369 | fi |
27274 | pkg_failed=untried | 27370 | else |
27371 | pkg_failed=untried | ||
27275 | fi | 27372 | fi |
27276 | 27373 | ||
27277 | 27374 | ||
27278 | 27375 | ||
27279 | if test $pkg_failed = yes; then | 27376 | if test $pkg_failed = yes; then |
27280 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27281 | $as_echo "no" >&6; } | ||
27282 | 27377 | ||
27283 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 27378 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
27284 | _pkg_short_errors_supported=yes | 27379 | _pkg_short_errors_supported=yes |
@@ -27286,17 +27381,17 @@ else | |||
27286 | _pkg_short_errors_supported=no | 27381 | _pkg_short_errors_supported=no |
27287 | fi | 27382 | fi |
27288 | if test $_pkg_short_errors_supported = yes; then | 27383 | if test $_pkg_short_errors_supported = yes; then |
27289 | CARES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libcares >= 1.6.1 libcares != 1.7.5" 2>&1` | 27384 | CARES_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libcares >= 1.6.1 libcares != 1.7.5"` |
27290 | else | 27385 | else |
27291 | CARES_PKG_ERRORS=`$PKG_CONFIG --print-errors "libcares >= 1.6.1 libcares != 1.7.5" 2>&1` | 27386 | CARES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcares >= 1.6.1 libcares != 1.7.5"` |
27292 | fi | 27387 | fi |
27293 | # Put the nasty error message in config.log where it belongs | 27388 | # Put the nasty error message in config.log where it belongs |
27294 | echo "$CARES_PKG_ERRORS" >&5 | 27389 | echo "$CARES_PKG_ERRORS" >&5 |
27295 | 27390 | ||
27296 | _ecore_have_cares="no" | 27391 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
27297 | elif test $pkg_failed = untried; then | ||
27298 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27299 | $as_echo "no" >&6; } | 27392 | $as_echo "no" >&6; } |
27393 | _ecore_have_cares="no" | ||
27394 | elif test $pkg_failed = untried; then | ||
27300 | _ecore_have_cares="no" | 27395 | _ecore_have_cares="no" |
27301 | else | 27396 | else |
27302 | CARES_CFLAGS=$pkg_cv_CARES_CFLAGS | 27397 | CARES_CFLAGS=$pkg_cv_CARES_CFLAGS |
@@ -27385,7 +27480,10 @@ fi | |||
27385 | 27480 | ||
27386 | 27481 | ||
27387 | if test "x$have_ecore_ipc" = "xyes"; then : | 27482 | if test "x$have_ecore_ipc" = "xyes"; then : |
27388 | requirements_ecore_ipc="ecore-con >= 1.1.0 ${requirements_ecore_ipc}" | 27483 | |
27484 | requirements_ecore_ipc="ecore-con >= 1.1.99 ${requirements_ecore_ipc}" | ||
27485 | requirements_ecore_evas="ecore-ipc >= 1.1.99 ${requirements_ecore_evas}" | ||
27486 | |||
27389 | fi | 27487 | fi |
27390 | 27488 | ||
27391 | 27489 | ||
@@ -27638,7 +27736,7 @@ fi | |||
27638 | 27736 | ||
27639 | 27737 | ||
27640 | if test "x${have_ecore_con}" = "xyes" ; then | 27738 | if test "x${have_ecore_con}" = "xyes" ; then |
27641 | requirements_ecore_file="ecore-con >= 1.1.0 ${requirements_ecore_file}" | 27739 | requirements_ecore_file="ecore-con >= 1.1.99 ${requirements_ecore_file}" |
27642 | else | 27740 | else |
27643 | 27741 | ||
27644 | _ecore_want_curl=${want_curl} | 27742 | _ecore_want_curl=${want_curl} |
@@ -27662,10 +27760,11 @@ pkg_failed=no | |||
27662 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CURL" >&5 | 27760 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CURL" >&5 |
27663 | $as_echo_n "checking for CURL... " >&6; } | 27761 | $as_echo_n "checking for CURL... " >&6; } |
27664 | 27762 | ||
27665 | if test -n "$CURL_CFLAGS"; then | 27763 | if test -n "$PKG_CONFIG"; then |
27666 | pkg_cv_CURL_CFLAGS="$CURL_CFLAGS" | 27764 | if test -n "$CURL_CFLAGS"; then |
27667 | elif test -n "$PKG_CONFIG"; then | 27765 | pkg_cv_CURL_CFLAGS="$CURL_CFLAGS" |
27668 | if test -n "$PKG_CONFIG" && \ | 27766 | else |
27767 | if test -n "$PKG_CONFIG" && \ | ||
27669 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5 | 27768 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5 |
27670 | ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5 | 27769 | ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5 |
27671 | ac_status=$? | 27770 | ac_status=$? |
@@ -27675,13 +27774,15 @@ if test -n "$CURL_CFLAGS"; then | |||
27675 | else | 27774 | else |
27676 | pkg_failed=yes | 27775 | pkg_failed=yes |
27677 | fi | 27776 | fi |
27678 | else | 27777 | fi |
27679 | pkg_failed=untried | 27778 | else |
27779 | pkg_failed=untried | ||
27680 | fi | 27780 | fi |
27681 | if test -n "$CURL_LIBS"; then | 27781 | if test -n "$PKG_CONFIG"; then |
27682 | pkg_cv_CURL_LIBS="$CURL_LIBS" | 27782 | if test -n "$CURL_LIBS"; then |
27683 | elif test -n "$PKG_CONFIG"; then | 27783 | pkg_cv_CURL_LIBS="$CURL_LIBS" |
27684 | if test -n "$PKG_CONFIG" && \ | 27784 | else |
27785 | if test -n "$PKG_CONFIG" && \ | ||
27685 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5 | 27786 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcurl\""; } >&5 |
27686 | ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5 | 27787 | ($PKG_CONFIG --exists --print-errors "libcurl") 2>&5 |
27687 | ac_status=$? | 27788 | ac_status=$? |
@@ -27691,15 +27792,14 @@ if test -n "$CURL_LIBS"; then | |||
27691 | else | 27792 | else |
27692 | pkg_failed=yes | 27793 | pkg_failed=yes |
27693 | fi | 27794 | fi |
27694 | else | 27795 | fi |
27695 | pkg_failed=untried | 27796 | else |
27797 | pkg_failed=untried | ||
27696 | fi | 27798 | fi |
27697 | 27799 | ||
27698 | 27800 | ||
27699 | 27801 | ||
27700 | if test $pkg_failed = yes; then | 27802 | if test $pkg_failed = yes; then |
27701 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27702 | $as_echo "no" >&6; } | ||
27703 | 27803 | ||
27704 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 27804 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
27705 | _pkg_short_errors_supported=yes | 27805 | _pkg_short_errors_supported=yes |
@@ -27707,17 +27807,17 @@ else | |||
27707 | _pkg_short_errors_supported=no | 27807 | _pkg_short_errors_supported=no |
27708 | fi | 27808 | fi |
27709 | if test $_pkg_short_errors_supported = yes; then | 27809 | if test $_pkg_short_errors_supported = yes; then |
27710 | CURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libcurl" 2>&1` | 27810 | CURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libcurl"` |
27711 | else | 27811 | else |
27712 | CURL_PKG_ERRORS=`$PKG_CONFIG --print-errors "libcurl" 2>&1` | 27812 | CURL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcurl"` |
27713 | fi | 27813 | fi |
27714 | # Put the nasty error message in config.log where it belongs | 27814 | # Put the nasty error message in config.log where it belongs |
27715 | echo "$CURL_PKG_ERRORS" >&5 | 27815 | echo "$CURL_PKG_ERRORS" >&5 |
27716 | 27816 | ||
27717 | _ecore_have_curl="no" | 27817 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
27718 | elif test $pkg_failed = untried; then | ||
27719 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
27720 | $as_echo "no" >&6; } | 27818 | $as_echo "no" >&6; } |
27819 | _ecore_have_curl="no" | ||
27820 | elif test $pkg_failed = untried; then | ||
27721 | _ecore_have_curl="no" | 27821 | _ecore_have_curl="no" |
27722 | else | 27822 | else |
27723 | CURL_CFLAGS=$pkg_cv_CURL_CFLAGS | 27823 | CURL_CFLAGS=$pkg_cv_CURL_CFLAGS |
@@ -27753,7 +27853,7 @@ fi | |||
27753 | #fi | 27853 | #fi |
27754 | 27854 | ||
27755 | #ECORE_CHECK_MODULE([config], [${want_ecore_config}], [Config], [${ecore_config_deps}], | 27855 | #ECORE_CHECK_MODULE([config], [${want_ecore_config}], [Config], [${ecore_config_deps}], |
27756 | # [requirements_ecore_config="ecore-ipc >= 1.1.0 evas >= 1.1.0 eet >= 1.5.0 ${requirements_ecore_config}"]) | 27856 | # [requirements_ecore_config="ecore-ipc >= 1.1.99 evas >= 1.1.99 eet >= 1.5.0 ${requirements_ecore_config}"]) |
27757 | 27857 | ||
27758 | if false; then | 27858 | if false; then |
27759 | BUILD_ECORE_CONFIG_TRUE= | 27859 | BUILD_ECORE_CONFIG_TRUE= |
@@ -27883,7 +27983,7 @@ fi | |||
27883 | 27983 | ||
27884 | 27984 | ||
27885 | if test "x$have_ecore_imf_evas" = "xyes"; then : | 27985 | if test "x$have_ecore_imf_evas" = "xyes"; then : |
27886 | requirements_ecore_imf_evas="ecore-imf >= 1.1.0 evas >= 1.1.0 ${requirements_ecore_imf_evas}" | 27986 | requirements_ecore_imf_evas="ecore-imf >= 1.1.99 evas >= 1.1.99 ${requirements_ecore_imf_evas}" |
27887 | fi | 27987 | fi |
27888 | 27988 | ||
27889 | 27989 | ||
@@ -28003,7 +28103,7 @@ fi | |||
28003 | 28103 | ||
28004 | 28104 | ||
28005 | if test "x$have_ecore_input_evas" = "xyes"; then : | 28105 | if test "x$have_ecore_input_evas" = "xyes"; then : |
28006 | requirements_ecore_input_evas="ecore-input >= 1.1.0 evas >= 1.1.0 ${requirements_ecore_input}" | 28106 | requirements_ecore_input_evas="ecore-input >= 1.1.99 evas >= 1.1.99 ${requirements_ecore_input}" |
28007 | fi | 28107 | fi |
28008 | 28108 | ||
28009 | 28109 | ||
@@ -28083,7 +28183,159 @@ fi | |||
28083 | 28183 | ||
28084 | 28184 | ||
28085 | if test "x$have_ecore_imf_xim" = "xyes"; then : | 28185 | if test "x$have_ecore_imf_xim" = "xyes"; then : |
28086 | requirements_ecore_imf_xim="ecore-imf >= 1.1.0 ecore-x >= 1.1.0 ecore-input >= 1.1.0 ${requirements_ecore_imf_xim}" | 28186 | requirements_ecore_imf_xim="ecore-imf >= 1.1.99 ecore-x >= 1.1.99 ecore-input >= 1.1.99 ${requirements_ecore_imf_xim}" |
28187 | fi | ||
28188 | |||
28189 | |||
28190 | |||
28191 | |||
28192 | |||
28193 | |||
28194 | |||
28195 | |||
28196 | # ecore_imf_scim | ||
28197 | |||
28198 | pkg_failed=no | ||
28199 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SCIM" >&5 | ||
28200 | $as_echo_n "checking for SCIM... " >&6; } | ||
28201 | |||
28202 | if test -n "$PKG_CONFIG"; then | ||
28203 | if test -n "$SCIM_CFLAGS"; then | ||
28204 | pkg_cv_SCIM_CFLAGS="$SCIM_CFLAGS" | ||
28205 | else | ||
28206 | if test -n "$PKG_CONFIG" && \ | ||
28207 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"scim\""; } >&5 | ||
28208 | ($PKG_CONFIG --exists --print-errors "scim") 2>&5 | ||
28209 | ac_status=$? | ||
28210 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
28211 | test $ac_status = 0; }; then | ||
28212 | pkg_cv_SCIM_CFLAGS=`$PKG_CONFIG --cflags "scim" 2>/dev/null` | ||
28213 | else | ||
28214 | pkg_failed=yes | ||
28215 | fi | ||
28216 | fi | ||
28217 | else | ||
28218 | pkg_failed=untried | ||
28219 | fi | ||
28220 | if test -n "$PKG_CONFIG"; then | ||
28221 | if test -n "$SCIM_LIBS"; then | ||
28222 | pkg_cv_SCIM_LIBS="$SCIM_LIBS" | ||
28223 | else | ||
28224 | if test -n "$PKG_CONFIG" && \ | ||
28225 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"scim\""; } >&5 | ||
28226 | ($PKG_CONFIG --exists --print-errors "scim") 2>&5 | ||
28227 | ac_status=$? | ||
28228 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
28229 | test $ac_status = 0; }; then | ||
28230 | pkg_cv_SCIM_LIBS=`$PKG_CONFIG --libs "scim" 2>/dev/null` | ||
28231 | else | ||
28232 | pkg_failed=yes | ||
28233 | fi | ||
28234 | fi | ||
28235 | else | ||
28236 | pkg_failed=untried | ||
28237 | fi | ||
28238 | |||
28239 | |||
28240 | |||
28241 | if test $pkg_failed = yes; then | ||
28242 | |||
28243 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | ||
28244 | _pkg_short_errors_supported=yes | ||
28245 | else | ||
28246 | _pkg_short_errors_supported=no | ||
28247 | fi | ||
28248 | if test $_pkg_short_errors_supported = yes; then | ||
28249 | SCIM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "scim"` | ||
28250 | else | ||
28251 | SCIM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "scim"` | ||
28252 | fi | ||
28253 | # Put the nasty error message in config.log where it belongs | ||
28254 | echo "$SCIM_PKG_ERRORS" >&5 | ||
28255 | |||
28256 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28257 | $as_echo "no" >&6; } | ||
28258 | have_scim="no" | ||
28259 | elif test $pkg_failed = untried; then | ||
28260 | have_scim="no" | ||
28261 | else | ||
28262 | SCIM_CFLAGS=$pkg_cv_SCIM_CFLAGS | ||
28263 | SCIM_LIBS=$pkg_cv_SCIM_LIBS | ||
28264 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
28265 | $as_echo "yes" >&6; } | ||
28266 | have_scim="yes" | ||
28267 | fi | ||
28268 | |||
28269 | if false; then | ||
28270 | BUILD_ECORE_IMF_SCIM_TRUE= | ||
28271 | BUILD_ECORE_IMF_SCIM_FALSE='#' | ||
28272 | else | ||
28273 | BUILD_ECORE_IMF_SCIM_TRUE='#' | ||
28274 | BUILD_ECORE_IMF_SCIM_FALSE= | ||
28275 | fi | ||
28276 | |||
28277 | ecore_imf_scim_deps="no" | ||
28278 | echo "have_ecore_x_xlib: ${have_ecore_x_xlib}" | ||
28279 | if test "x${have_ecore_imf}" = "xyes" \ | ||
28280 | -a "x${have_scim}" = "xyes" \ | ||
28281 | -a "x${have_ecore_input}" = "xyes" ; then | ||
28282 | ecore_imf_scim_deps="yes" | ||
28283 | |||
28284 | $as_echo "#define BUILD_ECORE_IMF_SCIM 1" >>confdefs.h | ||
28285 | |||
28286 | fi | ||
28287 | |||
28288 | |||
28289 | |||
28290 | have_ecore_imf_scim=no | ||
28291 | ecore_imf_scim_cflags= | ||
28292 | ecore_imf_scim_libs= | ||
28293 | want_module=${want_ecore_imf} | ||
28294 | |||
28295 | # Check whether --enable-ecore-imf-scim was given. | ||
28296 | if test "${enable_ecore_imf_scim+set}" = set; then : | ||
28297 | enableval=$enable_ecore_imf_scim; | ||
28298 | if test "x${enableval}" = "xyes" ; then | ||
28299 | want_module="yes" | ||
28300 | else | ||
28301 | want_module="no" | ||
28302 | fi | ||
28303 | |||
28304 | fi | ||
28305 | |||
28306 | |||
28307 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Ecore_Imf_SCIM module is to be built" >&5 | ||
28308 | $as_echo_n "checking whether Ecore_Imf_SCIM module is to be built... " >&6; } | ||
28309 | |||
28310 | if test "x${want_module}" = "xyes" ; then | ||
28311 | if test "x${ecore_imf_scim_deps}" = "x" || test "x${ecore_imf_scim_deps}" = "xyes" ; then | ||
28312 | |||
28313 | $as_echo "#define BUILD_ECORE_IMF_SCIM 1" >>confdefs.h | ||
28314 | |||
28315 | have_ecore_imf_scim="yes" | ||
28316 | ecore_imf_scim_libs="-lecore_imf_scim" | ||
28317 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
28318 | $as_echo "yes" >&6; } | ||
28319 | else | ||
28320 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (dependency failed)" >&5 | ||
28321 | $as_echo "no (dependency failed)" >&6; } | ||
28322 | fi | ||
28323 | else | ||
28324 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28325 | $as_echo "no" >&6; } | ||
28326 | fi | ||
28327 | |||
28328 | if test "x$have_ecore_imf_scim" = "xyes"; then | ||
28329 | BUILD_ECORE_IMF_SCIM_TRUE= | ||
28330 | BUILD_ECORE_IMF_SCIM_FALSE='#' | ||
28331 | else | ||
28332 | BUILD_ECORE_IMF_SCIM_TRUE='#' | ||
28333 | BUILD_ECORE_IMF_SCIM_FALSE= | ||
28334 | fi | ||
28335 | |||
28336 | |||
28337 | if test "x$have_ecore_imf_scim" = "xyes"; then : | ||
28338 | requirements_ecore_imf_scim="ecore-imf >= 1.1.0 ecore-x >= 1.1.0 ecore-input >= 1.1.0 ${requirements_ecore_imf_scim}" | ||
28087 | fi | 28339 | fi |
28088 | 28340 | ||
28089 | 28341 | ||
@@ -28155,7 +28407,7 @@ fi | |||
28155 | if test "x$have_ecore_x" = "xyes"; then : | 28407 | if test "x$have_ecore_x" = "xyes"; then : |
28156 | 28408 | ||
28157 | ecore_x_libs="$ecore_x_libs $x_libs" | 28409 | ecore_x_libs="$ecore_x_libs $x_libs" |
28158 | requirements_ecore_x="ecore-input >= 1.1.0 ${requirements_ecore_x}" | 28410 | requirements_ecore_x="ecore-input >= 1.1.99 ${requirements_ecore_x}" |
28159 | 28411 | ||
28160 | fi | 28412 | fi |
28161 | 28413 | ||
@@ -28220,7 +28472,7 @@ fi | |||
28220 | if test "x$have_ecore_win32" = "xyes"; then : | 28472 | if test "x$have_ecore_win32" = "xyes"; then : |
28221 | 28473 | ||
28222 | ecore_win32_libs="-lole32 -lgdi32" | 28474 | ecore_win32_libs="-lole32 -lgdi32" |
28223 | requirements_ecore_win32="ecore-input >= 1.1.0 ${requirements_ecore_win32}" | 28475 | requirements_ecore_win32="ecore-input >= 1.1.99 ${requirements_ecore_win32}" |
28224 | 28476 | ||
28225 | fi | 28477 | fi |
28226 | 28478 | ||
@@ -28289,7 +28541,7 @@ fi | |||
28289 | 28541 | ||
28290 | 28542 | ||
28291 | if test "x$have_ecore_cocoa" = "xyes"; then : | 28543 | if test "x$have_ecore_cocoa" = "xyes"; then : |
28292 | requirements_ecore_cocoa="ecore-input >= 1.1.0 ${requirements_ecore_cocoa}" | 28544 | requirements_ecore_cocoa="ecore-input >= 1.1.99 ${requirements_ecore_cocoa}" |
28293 | fi | 28545 | fi |
28294 | 28546 | ||
28295 | 28547 | ||
@@ -28356,7 +28608,7 @@ fi | |||
28356 | 28608 | ||
28357 | 28609 | ||
28358 | if test "x$have_ecore_sdl" = "xyes"; then : | 28610 | if test "x$have_ecore_sdl" = "xyes"; then : |
28359 | requirements_ecore_sdl="ecore-input >= 1.1.0 ${requirements_ecore_sdl}" | 28611 | requirements_ecore_sdl="ecore-input >= 1.1.99 ${requirements_ecore_sdl}" |
28360 | fi | 28612 | fi |
28361 | 28613 | ||
28362 | 28614 | ||
@@ -28416,7 +28668,7 @@ fi | |||
28416 | 28668 | ||
28417 | 28669 | ||
28418 | if test "x$have_ecore_psl1ght" = "xyes"; then : | 28670 | if test "x$have_ecore_psl1ght" = "xyes"; then : |
28419 | requirements_ecore_psl1ght="ecore-input >= 1.1.0 ${requirements_ecore_psl1ght}" | 28671 | requirements_ecore_psl1ght="ecore-input >= 1.1.99 ${requirements_ecore_psl1ght}" |
28420 | fi | 28672 | fi |
28421 | 28673 | ||
28422 | 28674 | ||
@@ -28513,10 +28765,11 @@ pkg_failed=no | |||
28513 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TSLIB" >&5 | 28765 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TSLIB" >&5 |
28514 | $as_echo_n "checking for TSLIB... " >&6; } | 28766 | $as_echo_n "checking for TSLIB... " >&6; } |
28515 | 28767 | ||
28516 | if test -n "$TSLIB_CFLAGS"; then | 28768 | if test -n "$PKG_CONFIG"; then |
28517 | pkg_cv_TSLIB_CFLAGS="$TSLIB_CFLAGS" | 28769 | if test -n "$TSLIB_CFLAGS"; then |
28518 | elif test -n "$PKG_CONFIG"; then | 28770 | pkg_cv_TSLIB_CFLAGS="$TSLIB_CFLAGS" |
28519 | if test -n "$PKG_CONFIG" && \ | 28771 | else |
28772 | if test -n "$PKG_CONFIG" && \ | ||
28520 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib-1.0\""; } >&5 | 28773 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib-1.0\""; } >&5 |
28521 | ($PKG_CONFIG --exists --print-errors "tslib-1.0") 2>&5 | 28774 | ($PKG_CONFIG --exists --print-errors "tslib-1.0") 2>&5 |
28522 | ac_status=$? | 28775 | ac_status=$? |
@@ -28526,13 +28779,15 @@ if test -n "$TSLIB_CFLAGS"; then | |||
28526 | else | 28779 | else |
28527 | pkg_failed=yes | 28780 | pkg_failed=yes |
28528 | fi | 28781 | fi |
28529 | else | 28782 | fi |
28530 | pkg_failed=untried | 28783 | else |
28784 | pkg_failed=untried | ||
28531 | fi | 28785 | fi |
28532 | if test -n "$TSLIB_LIBS"; then | 28786 | if test -n "$PKG_CONFIG"; then |
28533 | pkg_cv_TSLIB_LIBS="$TSLIB_LIBS" | 28787 | if test -n "$TSLIB_LIBS"; then |
28534 | elif test -n "$PKG_CONFIG"; then | 28788 | pkg_cv_TSLIB_LIBS="$TSLIB_LIBS" |
28535 | if test -n "$PKG_CONFIG" && \ | 28789 | else |
28790 | if test -n "$PKG_CONFIG" && \ | ||
28536 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib-1.0\""; } >&5 | 28791 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib-1.0\""; } >&5 |
28537 | ($PKG_CONFIG --exists --print-errors "tslib-1.0") 2>&5 | 28792 | ($PKG_CONFIG --exists --print-errors "tslib-1.0") 2>&5 |
28538 | ac_status=$? | 28793 | ac_status=$? |
@@ -28542,15 +28797,14 @@ if test -n "$TSLIB_LIBS"; then | |||
28542 | else | 28797 | else |
28543 | pkg_failed=yes | 28798 | pkg_failed=yes |
28544 | fi | 28799 | fi |
28545 | else | 28800 | fi |
28546 | pkg_failed=untried | 28801 | else |
28802 | pkg_failed=untried | ||
28547 | fi | 28803 | fi |
28548 | 28804 | ||
28549 | 28805 | ||
28550 | 28806 | ||
28551 | if test $pkg_failed = yes; then | 28807 | if test $pkg_failed = yes; then |
28552 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28553 | $as_echo "no" >&6; } | ||
28554 | 28808 | ||
28555 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 28809 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
28556 | _pkg_short_errors_supported=yes | 28810 | _pkg_short_errors_supported=yes |
@@ -28558,23 +28812,26 @@ else | |||
28558 | _pkg_short_errors_supported=no | 28812 | _pkg_short_errors_supported=no |
28559 | fi | 28813 | fi |
28560 | if test $_pkg_short_errors_supported = yes; then | 28814 | if test $_pkg_short_errors_supported = yes; then |
28561 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "tslib-1.0" 2>&1` | 28815 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "tslib-1.0"` |
28562 | else | 28816 | else |
28563 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "tslib-1.0" 2>&1` | 28817 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "tslib-1.0"` |
28564 | fi | 28818 | fi |
28565 | # Put the nasty error message in config.log where it belongs | 28819 | # Put the nasty error message in config.log where it belongs |
28566 | echo "$TSLIB_PKG_ERRORS" >&5 | 28820 | echo "$TSLIB_PKG_ERRORS" >&5 |
28567 | 28821 | ||
28822 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28823 | $as_echo "no" >&6; } | ||
28568 | 28824 | ||
28569 | 28825 | ||
28570 | pkg_failed=no | 28826 | pkg_failed=no |
28571 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TSLIB" >&5 | 28827 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TSLIB" >&5 |
28572 | $as_echo_n "checking for TSLIB... " >&6; } | 28828 | $as_echo_n "checking for TSLIB... " >&6; } |
28573 | 28829 | ||
28574 | if test -n "$TSLIB_CFLAGS"; then | 28830 | if test -n "$PKG_CONFIG"; then |
28575 | pkg_cv_TSLIB_CFLAGS="$TSLIB_CFLAGS" | 28831 | if test -n "$TSLIB_CFLAGS"; then |
28576 | elif test -n "$PKG_CONFIG"; then | 28832 | pkg_cv_TSLIB_CFLAGS="$TSLIB_CFLAGS" |
28577 | if test -n "$PKG_CONFIG" && \ | 28833 | else |
28834 | if test -n "$PKG_CONFIG" && \ | ||
28578 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib\""; } >&5 | 28835 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib\""; } >&5 |
28579 | ($PKG_CONFIG --exists --print-errors "tslib") 2>&5 | 28836 | ($PKG_CONFIG --exists --print-errors "tslib") 2>&5 |
28580 | ac_status=$? | 28837 | ac_status=$? |
@@ -28584,13 +28841,15 @@ if test -n "$TSLIB_CFLAGS"; then | |||
28584 | else | 28841 | else |
28585 | pkg_failed=yes | 28842 | pkg_failed=yes |
28586 | fi | 28843 | fi |
28587 | else | 28844 | fi |
28588 | pkg_failed=untried | 28845 | else |
28846 | pkg_failed=untried | ||
28589 | fi | 28847 | fi |
28590 | if test -n "$TSLIB_LIBS"; then | 28848 | if test -n "$PKG_CONFIG"; then |
28591 | pkg_cv_TSLIB_LIBS="$TSLIB_LIBS" | 28849 | if test -n "$TSLIB_LIBS"; then |
28592 | elif test -n "$PKG_CONFIG"; then | 28850 | pkg_cv_TSLIB_LIBS="$TSLIB_LIBS" |
28593 | if test -n "$PKG_CONFIG" && \ | 28851 | else |
28852 | if test -n "$PKG_CONFIG" && \ | ||
28594 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib\""; } >&5 | 28853 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib\""; } >&5 |
28595 | ($PKG_CONFIG --exists --print-errors "tslib") 2>&5 | 28854 | ($PKG_CONFIG --exists --print-errors "tslib") 2>&5 |
28596 | ac_status=$? | 28855 | ac_status=$? |
@@ -28600,15 +28859,14 @@ if test -n "$TSLIB_LIBS"; then | |||
28600 | else | 28859 | else |
28601 | pkg_failed=yes | 28860 | pkg_failed=yes |
28602 | fi | 28861 | fi |
28603 | else | 28862 | fi |
28604 | pkg_failed=untried | 28863 | else |
28864 | pkg_failed=untried | ||
28605 | fi | 28865 | fi |
28606 | 28866 | ||
28607 | 28867 | ||
28608 | 28868 | ||
28609 | if test $pkg_failed = yes; then | 28869 | if test $pkg_failed = yes; then |
28610 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28611 | $as_echo "no" >&6; } | ||
28612 | 28870 | ||
28613 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 28871 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
28614 | _pkg_short_errors_supported=yes | 28872 | _pkg_short_errors_supported=yes |
@@ -28616,13 +28874,15 @@ else | |||
28616 | _pkg_short_errors_supported=no | 28874 | _pkg_short_errors_supported=no |
28617 | fi | 28875 | fi |
28618 | if test $_pkg_short_errors_supported = yes; then | 28876 | if test $_pkg_short_errors_supported = yes; then |
28619 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "tslib" 2>&1` | 28877 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "tslib"` |
28620 | else | 28878 | else |
28621 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "tslib" 2>&1` | 28879 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "tslib"` |
28622 | fi | 28880 | fi |
28623 | # Put the nasty error message in config.log where it belongs | 28881 | # Put the nasty error message in config.log where it belongs |
28624 | echo "$TSLIB_PKG_ERRORS" >&5 | 28882 | echo "$TSLIB_PKG_ERRORS" >&5 |
28625 | 28883 | ||
28884 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28885 | $as_echo "no" >&6; } | ||
28626 | 28886 | ||
28627 | ac_fn_c_check_header_mongrel "$LINENO" "tslib.h" "ac_cv_header_tslib_h" "$ac_includes_default" | 28887 | ac_fn_c_check_header_mongrel "$LINENO" "tslib.h" "ac_cv_header_tslib_h" "$ac_includes_default" |
28628 | if test "x$ac_cv_header_tslib_h" = x""yes; then : | 28888 | if test "x$ac_cv_header_tslib_h" = x""yes; then : |
@@ -28734,8 +28994,6 @@ fi | |||
28734 | 28994 | ||
28735 | 28995 | ||
28736 | elif test $pkg_failed = untried; then | 28996 | elif test $pkg_failed = untried; then |
28737 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28738 | $as_echo "no" >&6; } | ||
28739 | 28997 | ||
28740 | ac_fn_c_check_header_mongrel "$LINENO" "tslib.h" "ac_cv_header_tslib_h" "$ac_includes_default" | 28998 | ac_fn_c_check_header_mongrel "$LINENO" "tslib.h" "ac_cv_header_tslib_h" "$ac_includes_default" |
28741 | if test "x$ac_cv_header_tslib_h" = x""yes; then : | 28999 | if test "x$ac_cv_header_tslib_h" = x""yes; then : |
@@ -28861,18 +29119,17 @@ $as_echo "#define HAVE_TSLIB 1" >>confdefs.h | |||
28861 | fi | 29119 | fi |
28862 | 29120 | ||
28863 | elif test $pkg_failed = untried; then | 29121 | elif test $pkg_failed = untried; then |
28864 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28865 | $as_echo "no" >&6; } | ||
28866 | 29122 | ||
28867 | 29123 | ||
28868 | pkg_failed=no | 29124 | pkg_failed=no |
28869 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TSLIB" >&5 | 29125 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TSLIB" >&5 |
28870 | $as_echo_n "checking for TSLIB... " >&6; } | 29126 | $as_echo_n "checking for TSLIB... " >&6; } |
28871 | 29127 | ||
28872 | if test -n "$TSLIB_CFLAGS"; then | 29128 | if test -n "$PKG_CONFIG"; then |
28873 | pkg_cv_TSLIB_CFLAGS="$TSLIB_CFLAGS" | 29129 | if test -n "$TSLIB_CFLAGS"; then |
28874 | elif test -n "$PKG_CONFIG"; then | 29130 | pkg_cv_TSLIB_CFLAGS="$TSLIB_CFLAGS" |
28875 | if test -n "$PKG_CONFIG" && \ | 29131 | else |
29132 | if test -n "$PKG_CONFIG" && \ | ||
28876 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib\""; } >&5 | 29133 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib\""; } >&5 |
28877 | ($PKG_CONFIG --exists --print-errors "tslib") 2>&5 | 29134 | ($PKG_CONFIG --exists --print-errors "tslib") 2>&5 |
28878 | ac_status=$? | 29135 | ac_status=$? |
@@ -28882,13 +29139,15 @@ if test -n "$TSLIB_CFLAGS"; then | |||
28882 | else | 29139 | else |
28883 | pkg_failed=yes | 29140 | pkg_failed=yes |
28884 | fi | 29141 | fi |
28885 | else | 29142 | fi |
28886 | pkg_failed=untried | 29143 | else |
29144 | pkg_failed=untried | ||
28887 | fi | 29145 | fi |
28888 | if test -n "$TSLIB_LIBS"; then | 29146 | if test -n "$PKG_CONFIG"; then |
28889 | pkg_cv_TSLIB_LIBS="$TSLIB_LIBS" | 29147 | if test -n "$TSLIB_LIBS"; then |
28890 | elif test -n "$PKG_CONFIG"; then | 29148 | pkg_cv_TSLIB_LIBS="$TSLIB_LIBS" |
28891 | if test -n "$PKG_CONFIG" && \ | 29149 | else |
29150 | if test -n "$PKG_CONFIG" && \ | ||
28892 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib\""; } >&5 | 29151 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tslib\""; } >&5 |
28893 | ($PKG_CONFIG --exists --print-errors "tslib") 2>&5 | 29152 | ($PKG_CONFIG --exists --print-errors "tslib") 2>&5 |
28894 | ac_status=$? | 29153 | ac_status=$? |
@@ -28898,15 +29157,14 @@ if test -n "$TSLIB_LIBS"; then | |||
28898 | else | 29157 | else |
28899 | pkg_failed=yes | 29158 | pkg_failed=yes |
28900 | fi | 29159 | fi |
28901 | else | 29160 | fi |
28902 | pkg_failed=untried | 29161 | else |
29162 | pkg_failed=untried | ||
28903 | fi | 29163 | fi |
28904 | 29164 | ||
28905 | 29165 | ||
28906 | 29166 | ||
28907 | if test $pkg_failed = yes; then | 29167 | if test $pkg_failed = yes; then |
28908 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
28909 | $as_echo "no" >&6; } | ||
28910 | 29168 | ||
28911 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 29169 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
28912 | _pkg_short_errors_supported=yes | 29170 | _pkg_short_errors_supported=yes |
@@ -28914,13 +29172,15 @@ else | |||
28914 | _pkg_short_errors_supported=no | 29172 | _pkg_short_errors_supported=no |
28915 | fi | 29173 | fi |
28916 | if test $_pkg_short_errors_supported = yes; then | 29174 | if test $_pkg_short_errors_supported = yes; then |
28917 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "tslib" 2>&1` | 29175 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "tslib"` |
28918 | else | 29176 | else |
28919 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "tslib" 2>&1` | 29177 | TSLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "tslib"` |
28920 | fi | 29178 | fi |
28921 | # Put the nasty error message in config.log where it belongs | 29179 | # Put the nasty error message in config.log where it belongs |
28922 | echo "$TSLIB_PKG_ERRORS" >&5 | 29180 | echo "$TSLIB_PKG_ERRORS" >&5 |
28923 | 29181 | ||
29182 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
29183 | $as_echo "no" >&6; } | ||
28924 | 29184 | ||
28925 | ac_fn_c_check_header_mongrel "$LINENO" "tslib.h" "ac_cv_header_tslib_h" "$ac_includes_default" | 29185 | ac_fn_c_check_header_mongrel "$LINENO" "tslib.h" "ac_cv_header_tslib_h" "$ac_includes_default" |
28926 | if test "x$ac_cv_header_tslib_h" = x""yes; then : | 29186 | if test "x$ac_cv_header_tslib_h" = x""yes; then : |
@@ -29032,8 +29292,6 @@ fi | |||
29032 | 29292 | ||
29033 | 29293 | ||
29034 | elif test $pkg_failed = untried; then | 29294 | elif test $pkg_failed = untried; then |
29035 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
29036 | $as_echo "no" >&6; } | ||
29037 | 29295 | ||
29038 | ac_fn_c_check_header_mongrel "$LINENO" "tslib.h" "ac_cv_header_tslib_h" "$ac_includes_default" | 29296 | ac_fn_c_check_header_mongrel "$LINENO" "tslib.h" "ac_cv_header_tslib_h" "$ac_includes_default" |
29039 | if test "x$ac_cv_header_tslib_h" = x""yes; then : | 29297 | if test "x$ac_cv_header_tslib_h" = x""yes; then : |
@@ -29301,7 +29559,7 @@ fi | |||
29301 | 29559 | ||
29302 | 29560 | ||
29303 | if test "x$have_ecore_wince" = "xyes"; then : | 29561 | if test "x$have_ecore_wince" = "xyes"; then : |
29304 | requirements_ecore_win32="ecore-input >= 1.1.0 ${requirements_ecore_win32}" | 29562 | requirements_ecore_win32="ecore-input >= 1.1.99 ${requirements_ecore_win32}" |
29305 | fi | 29563 | fi |
29306 | 29564 | ||
29307 | 29565 | ||
@@ -29370,7 +29628,7 @@ fi | |||
29370 | 29628 | ||
29371 | 29629 | ||
29372 | if test "x$have_ecore_evas" = "xyes"; then : | 29630 | if test "x$have_ecore_evas" = "xyes"; then : |
29373 | requirements_ecore_evas="ecore-input >= 1.1.0 ecore-input-evas >= 1.1.0 evas >= 1.1.0 ${requirements_ecore_evas}" | 29631 | requirements_ecore_evas="ecore-input >= 1.1.99 ecore-input-evas >= 1.1.99 evas >= 1.1.99 ${requirements_ecore_evas}" |
29374 | fi | 29632 | fi |
29375 | 29633 | ||
29376 | 29634 | ||
@@ -29591,10 +29849,11 @@ pkg_failed=no | |||
29591 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_X11" >&5 | 29849 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XCB_X11" >&5 |
29592 | $as_echo_n "checking for XCB_X11... " >&6; } | 29850 | $as_echo_n "checking for XCB_X11... " >&6; } |
29593 | 29851 | ||
29594 | if test -n "$XCB_X11_CFLAGS"; then | 29852 | if test -n "$PKG_CONFIG"; then |
29595 | pkg_cv_XCB_X11_CFLAGS="$XCB_X11_CFLAGS" | 29853 | if test -n "$XCB_X11_CFLAGS"; then |
29596 | elif test -n "$PKG_CONFIG"; then | 29854 | pkg_cv_XCB_X11_CFLAGS="$XCB_X11_CFLAGS" |
29597 | if test -n "$PKG_CONFIG" && \ | 29855 | else |
29856 | if test -n "$PKG_CONFIG" && \ | ||
29598 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb\""; } >&5 | 29857 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb\""; } >&5 |
29599 | ($PKG_CONFIG --exists --print-errors "x11-xcb") 2>&5 | 29858 | ($PKG_CONFIG --exists --print-errors "x11-xcb") 2>&5 |
29600 | ac_status=$? | 29859 | ac_status=$? |
@@ -29604,13 +29863,15 @@ if test -n "$XCB_X11_CFLAGS"; then | |||
29604 | else | 29863 | else |
29605 | pkg_failed=yes | 29864 | pkg_failed=yes |
29606 | fi | 29865 | fi |
29607 | else | 29866 | fi |
29608 | pkg_failed=untried | 29867 | else |
29868 | pkg_failed=untried | ||
29609 | fi | 29869 | fi |
29610 | if test -n "$XCB_X11_LIBS"; then | 29870 | if test -n "$PKG_CONFIG"; then |
29611 | pkg_cv_XCB_X11_LIBS="$XCB_X11_LIBS" | 29871 | if test -n "$XCB_X11_LIBS"; then |
29612 | elif test -n "$PKG_CONFIG"; then | 29872 | pkg_cv_XCB_X11_LIBS="$XCB_X11_LIBS" |
29613 | if test -n "$PKG_CONFIG" && \ | 29873 | else |
29874 | if test -n "$PKG_CONFIG" && \ | ||
29614 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb\""; } >&5 | 29875 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11-xcb\""; } >&5 |
29615 | ($PKG_CONFIG --exists --print-errors "x11-xcb") 2>&5 | 29876 | ($PKG_CONFIG --exists --print-errors "x11-xcb") 2>&5 |
29616 | ac_status=$? | 29877 | ac_status=$? |
@@ -29620,15 +29881,14 @@ if test -n "$XCB_X11_LIBS"; then | |||
29620 | else | 29881 | else |
29621 | pkg_failed=yes | 29882 | pkg_failed=yes |
29622 | fi | 29883 | fi |
29623 | else | 29884 | fi |
29624 | pkg_failed=untried | 29885 | else |
29886 | pkg_failed=untried | ||
29625 | fi | 29887 | fi |
29626 | 29888 | ||
29627 | 29889 | ||
29628 | 29890 | ||
29629 | if test $pkg_failed = yes; then | 29891 | if test $pkg_failed = yes; then |
29630 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
29631 | $as_echo "no" >&6; } | ||
29632 | 29892 | ||
29633 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 29893 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
29634 | _pkg_short_errors_supported=yes | 29894 | _pkg_short_errors_supported=yes |
@@ -29636,17 +29896,17 @@ else | |||
29636 | _pkg_short_errors_supported=no | 29896 | _pkg_short_errors_supported=no |
29637 | fi | 29897 | fi |
29638 | if test $_pkg_short_errors_supported = yes; then | 29898 | if test $_pkg_short_errors_supported = yes; then |
29639 | XCB_X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11-xcb" 2>&1` | 29899 | XCB_X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11-xcb"` |
29640 | else | 29900 | else |
29641 | XCB_X11_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11-xcb" 2>&1` | 29901 | XCB_X11_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11-xcb"` |
29642 | fi | 29902 | fi |
29643 | # Put the nasty error message in config.log where it belongs | 29903 | # Put the nasty error message in config.log where it belongs |
29644 | echo "$XCB_X11_PKG_ERRORS" >&5 | 29904 | echo "$XCB_X11_PKG_ERRORS" >&5 |
29645 | 29905 | ||
29646 | have_ecore_x_opengl_xcb="no" | 29906 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
29647 | elif test $pkg_failed = untried; then | ||
29648 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
29649 | $as_echo "no" >&6; } | 29907 | $as_echo "no" >&6; } |
29908 | have_ecore_x_opengl_xcb="no" | ||
29909 | elif test $pkg_failed = untried; then | ||
29650 | have_ecore_x_opengl_xcb="no" | 29910 | have_ecore_x_opengl_xcb="no" |
29651 | else | 29911 | else |
29652 | XCB_X11_CFLAGS=$pkg_cv_XCB_X11_CFLAGS | 29912 | XCB_X11_CFLAGS=$pkg_cv_XCB_X11_CFLAGS |
@@ -29787,7 +30047,7 @@ if test "x$have_ecore_evas_software_x11" = "xyes" -o \ | |||
29787 | 30047 | ||
29788 | $as_echo "#define BUILD_ECORE_EVAS_X11 1" >>confdefs.h | 30048 | $as_echo "#define BUILD_ECORE_EVAS_X11 1" >>confdefs.h |
29789 | 30049 | ||
29790 | requirements_ecore_evas="ecore-x >= 1.1.0 ${requirements_ecore_evas}" | 30050 | requirements_ecore_evas="ecore-x >= 1.1.99 ${requirements_ecore_evas}" |
29791 | fi | 30051 | fi |
29792 | 30052 | ||
29793 | # ecore_evas_win32 | 30053 | # ecore_evas_win32 |
@@ -30065,7 +30325,7 @@ if test "x${have_ecore_evas_software_gdi}" = "xyes" -o \ | |||
30065 | 30325 | ||
30066 | $as_echo "#define BUILD_ECORE_EVAS_WIN32 1" >>confdefs.h | 30326 | $as_echo "#define BUILD_ECORE_EVAS_WIN32 1" >>confdefs.h |
30067 | 30327 | ||
30068 | requirements_ecore_evas="ecore-win32 >= 1.1.0 ${requirements_ecore_evas}" | 30328 | requirements_ecore_evas="ecore-win32 >= 1.1.99 ${requirements_ecore_evas}" |
30069 | fi | 30329 | fi |
30070 | 30330 | ||
30071 | # ecore_evas_software_sdl | 30331 | # ecore_evas_software_sdl |
@@ -30116,7 +30376,7 @@ $as_echo_n "checking whether ecore_evas Software SDL support is built... " >&6; | |||
30116 | $as_echo "$have_ecore_evas_software_sdl" >&6; } | 30376 | $as_echo "$have_ecore_evas_software_sdl" >&6; } |
30117 | 30377 | ||
30118 | if test "x$have_ecore_evas_software_sdl" = "xyes"; then : | 30378 | if test "x$have_ecore_evas_software_sdl" = "xyes"; then : |
30119 | requirements_ecore_evas="ecore-sdl >= 1.1.0 ${requirements_ecore_evas}" | 30379 | requirements_ecore_evas="ecore-sdl >= 1.1.99 ${requirements_ecore_evas}" |
30120 | fi | 30380 | fi |
30121 | 30381 | ||
30122 | 30382 | ||
@@ -30171,7 +30431,7 @@ $as_echo_n "checking whether ecore_evas OpenGL SDL support is built... " >&6; } | |||
30171 | $as_echo "$have_ecore_evas_opengl_sdl" >&6; } | 30431 | $as_echo "$have_ecore_evas_opengl_sdl" >&6; } |
30172 | 30432 | ||
30173 | if test "x$have_ecore_evas_opengl_sdl" = "xyes"; then : | 30433 | if test "x$have_ecore_evas_opengl_sdl" = "xyes"; then : |
30174 | requirements_ecore_evas="ecore-sdl >= 1.1.0 ${requirements_ecore_evas}" | 30434 | requirements_ecore_evas="ecore-sdl >= 1.1.99 ${requirements_ecore_evas}" |
30175 | fi | 30435 | fi |
30176 | 30436 | ||
30177 | 30437 | ||
@@ -30226,7 +30486,7 @@ $as_echo_n "checking whether ecore_evas OpenGL Cocoa support is built... " >&6; | |||
30226 | $as_echo "$have_ecore_evas_opengl_cocoa" >&6; } | 30486 | $as_echo "$have_ecore_evas_opengl_cocoa" >&6; } |
30227 | 30487 | ||
30228 | if test "x$have_ecore_evas_opengl_cocoa" = "xyes"; then : | 30488 | if test "x$have_ecore_evas_opengl_cocoa" = "xyes"; then : |
30229 | requirements_ecore_evas="ecore-cocoa >= 1.1.0 ${requirements_ecore_evas}" | 30489 | requirements_ecore_evas="ecore-cocoa >= 1.1.99 ${requirements_ecore_evas}" |
30230 | fi | 30490 | fi |
30231 | 30491 | ||
30232 | 30492 | ||
@@ -30281,7 +30541,7 @@ $as_echo_n "checking whether ecore_evas DirectFB support is built... " >&6; } | |||
30281 | $as_echo "$have_ecore_evas_directfb" >&6; } | 30541 | $as_echo "$have_ecore_evas_directfb" >&6; } |
30282 | 30542 | ||
30283 | if test "x$have_ecore_evas_directfb" = "xyes"; then : | 30543 | if test "x$have_ecore_evas_directfb" = "xyes"; then : |
30284 | requirements_ecore_evas="ecore-directfb >= 1.1.0 ${requirements_ecore_evas}" | 30544 | requirements_ecore_evas="ecore-directfb >= 1.1.99 ${requirements_ecore_evas}" |
30285 | fi | 30545 | fi |
30286 | 30546 | ||
30287 | 30547 | ||
@@ -30336,7 +30596,7 @@ $as_echo_n "checking whether ecore_evas Linux Framebuffer support is built... " | |||
30336 | $as_echo "$have_ecore_evas_fb" >&6; } | 30596 | $as_echo "$have_ecore_evas_fb" >&6; } |
30337 | 30597 | ||
30338 | if test "x$have_ecore_evas_fb" = "xyes"; then : | 30598 | if test "x$have_ecore_evas_fb" = "xyes"; then : |
30339 | requirements_ecore_evas="ecore-fb >= 1.1.0 ${requirements_ecore_evas}" | 30599 | requirements_ecore_evas="ecore-fb >= 1.1.99 ${requirements_ecore_evas}" |
30340 | fi | 30600 | fi |
30341 | 30601 | ||
30342 | 30602 | ||
@@ -30391,7 +30651,7 @@ $as_echo_n "checking whether ecore_evas 16 bpp Software Windows CE support is bu | |||
30391 | $as_echo "$have_ecore_evas_software_16_wince" >&6; } | 30651 | $as_echo "$have_ecore_evas_software_16_wince" >&6; } |
30392 | 30652 | ||
30393 | if test "x$have_ecore_evas_software_16_wince" = "xyes"; then : | 30653 | if test "x$have_ecore_evas_software_16_wince" = "xyes"; then : |
30394 | requirements_ecore_evas="ecore-wince >= 1.1.0 ${requirements_ecore_evas}" | 30654 | requirements_ecore_evas="ecore-wince >= 1.1.99 ${requirements_ecore_evas}" |
30395 | fi | 30655 | fi |
30396 | 30656 | ||
30397 | 30657 | ||
@@ -30501,7 +30761,332 @@ $as_echo_n "checking whether ecore_evas PSL1GHT support is built... " >&6; } | |||
30501 | $as_echo "$have_ecore_evas_psl1ght" >&6; } | 30761 | $as_echo "$have_ecore_evas_psl1ght" >&6; } |
30502 | 30762 | ||
30503 | if test "x$have_ecore_evas_psl1ght" = "xyes"; then : | 30763 | if test "x$have_ecore_evas_psl1ght" = "xyes"; then : |
30504 | requirements_ecore_evas="ecore-psl1ght >= 1.1.0 ${requirements_ecore_evas}" | 30764 | requirements_ecore_evas="ecore-psl1ght >= 1.1.99 ${requirements_ecore_evas}" |
30765 | fi | ||
30766 | |||
30767 | |||
30768 | |||
30769 | |||
30770 | |||
30771 | ### WAYLAND | ||
30772 | |||
30773 | ecore_wayland_deps="no" | ||
30774 | have_wayland="no" | ||
30775 | if test "x${want_ecore_wayland}" = "xyes" ; then | ||
30776 | |||
30777 | pkg_failed=no | ||
30778 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WAYLAND" >&5 | ||
30779 | $as_echo_n "checking for WAYLAND... " >&6; } | ||
30780 | |||
30781 | if test -n "$PKG_CONFIG"; then | ||
30782 | if test -n "$WAYLAND_CFLAGS"; then | ||
30783 | pkg_cv_WAYLAND_CFLAGS="$WAYLAND_CFLAGS" | ||
30784 | else | ||
30785 | if test -n "$PKG_CONFIG" && \ | ||
30786 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"wayland-client xkbcommon\""; } >&5 | ||
30787 | ($PKG_CONFIG --exists --print-errors "wayland-client xkbcommon") 2>&5 | ||
30788 | ac_status=$? | ||
30789 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
30790 | test $ac_status = 0; }; then | ||
30791 | pkg_cv_WAYLAND_CFLAGS=`$PKG_CONFIG --cflags "wayland-client xkbcommon" 2>/dev/null` | ||
30792 | else | ||
30793 | pkg_failed=yes | ||
30794 | fi | ||
30795 | fi | ||
30796 | else | ||
30797 | pkg_failed=untried | ||
30798 | fi | ||
30799 | if test -n "$PKG_CONFIG"; then | ||
30800 | if test -n "$WAYLAND_LIBS"; then | ||
30801 | pkg_cv_WAYLAND_LIBS="$WAYLAND_LIBS" | ||
30802 | else | ||
30803 | if test -n "$PKG_CONFIG" && \ | ||
30804 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"wayland-client xkbcommon\""; } >&5 | ||
30805 | ($PKG_CONFIG --exists --print-errors "wayland-client xkbcommon") 2>&5 | ||
30806 | ac_status=$? | ||
30807 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
30808 | test $ac_status = 0; }; then | ||
30809 | pkg_cv_WAYLAND_LIBS=`$PKG_CONFIG --libs "wayland-client xkbcommon" 2>/dev/null` | ||
30810 | else | ||
30811 | pkg_failed=yes | ||
30812 | fi | ||
30813 | fi | ||
30814 | else | ||
30815 | pkg_failed=untried | ||
30816 | fi | ||
30817 | |||
30818 | |||
30819 | |||
30820 | if test $pkg_failed = yes; then | ||
30821 | |||
30822 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | ||
30823 | _pkg_short_errors_supported=yes | ||
30824 | else | ||
30825 | _pkg_short_errors_supported=no | ||
30826 | fi | ||
30827 | if test $_pkg_short_errors_supported = yes; then | ||
30828 | WAYLAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "wayland-client xkbcommon"` | ||
30829 | else | ||
30830 | WAYLAND_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "wayland-client xkbcommon"` | ||
30831 | fi | ||
30832 | # Put the nasty error message in config.log where it belongs | ||
30833 | echo "$WAYLAND_PKG_ERRORS" >&5 | ||
30834 | |||
30835 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
30836 | $as_echo "no" >&6; } | ||
30837 | have_wayland="no" | ||
30838 | elif test $pkg_failed = untried; then | ||
30839 | have_wayland="no" | ||
30840 | else | ||
30841 | WAYLAND_CFLAGS=$pkg_cv_WAYLAND_CFLAGS | ||
30842 | WAYLAND_LIBS=$pkg_cv_WAYLAND_LIBS | ||
30843 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
30844 | $as_echo "yes" >&6; } | ||
30845 | have_wayland="yes" | ||
30846 | fi | ||
30847 | fi | ||
30848 | if test "x${have_ecore_input}" = "xyes" -a "x${have_wayland}" = "xyes" ; then | ||
30849 | ecore_wayland_deps="yes" | ||
30850 | fi | ||
30851 | |||
30852 | |||
30853 | |||
30854 | have_ecore_wayland=no | ||
30855 | ecore_wayland_cflags= | ||
30856 | ecore_wayland_libs= | ||
30857 | want_module=${want_ecore_wayland} | ||
30858 | |||
30859 | # Check whether --enable-ecore-wayland was given. | ||
30860 | if test "${enable_ecore_wayland+set}" = set; then : | ||
30861 | enableval=$enable_ecore_wayland; | ||
30862 | if test "x${enableval}" = "xyes" ; then | ||
30863 | want_module="yes" | ||
30864 | else | ||
30865 | want_module="no" | ||
30866 | fi | ||
30867 | |||
30868 | fi | ||
30869 | |||
30870 | |||
30871 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Ecore_Wayland module is to be built" >&5 | ||
30872 | $as_echo_n "checking whether Ecore_Wayland module is to be built... " >&6; } | ||
30873 | |||
30874 | if test "x${want_module}" = "xyes" ; then | ||
30875 | if test "x${ecore_wayland_deps}" = "x" || test "x${ecore_wayland_deps}" = "xyes" ; then | ||
30876 | |||
30877 | $as_echo "#define BUILD_ECORE_WAYLAND 1" >>confdefs.h | ||
30878 | |||
30879 | have_ecore_wayland="yes" | ||
30880 | ecore_wayland_libs="-lecore_wayland" | ||
30881 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
30882 | $as_echo "yes" >&6; } | ||
30883 | else | ||
30884 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (dependency failed)" >&5 | ||
30885 | $as_echo "no (dependency failed)" >&6; } | ||
30886 | fi | ||
30887 | else | ||
30888 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
30889 | $as_echo "no" >&6; } | ||
30890 | fi | ||
30891 | |||
30892 | if test "x$have_ecore_wayland" = "xyes"; then | ||
30893 | BUILD_ECORE_WAYLAND_TRUE= | ||
30894 | BUILD_ECORE_WAYLAND_FALSE='#' | ||
30895 | else | ||
30896 | BUILD_ECORE_WAYLAND_TRUE='#' | ||
30897 | BUILD_ECORE_WAYLAND_FALSE= | ||
30898 | fi | ||
30899 | |||
30900 | |||
30901 | if test "x$have_ecore_wayland" = "xyes"; then : | ||
30902 | |||
30903 | fi | ||
30904 | |||
30905 | |||
30906 | |||
30907 | |||
30908 | |||
30909 | |||
30910 | |||
30911 | if test "x${have_ecore_wayland}" = "xyes" ; then | ||
30912 | requirements_ecore_wayland="ecore-input >= 1.1.0 wayland-client xkbcommon ${requirements_ecore_wayland}" | ||
30913 | fi | ||
30914 | |||
30915 | |||
30916 | |||
30917 | have_ecore_evas_wayland_shm="no" | ||
30918 | want_module="${want_ecore_evas_wayland_shm}" | ||
30919 | |||
30920 | # Check whether --enable-ecore-evas-wayland-shm was given. | ||
30921 | if test "${enable_ecore_evas_wayland_shm+set}" = set; then : | ||
30922 | enableval=$enable_ecore_evas_wayland_shm; | ||
30923 | if test "x${enableval}" = "xyes" ; then | ||
30924 | want_module="yes" | ||
30925 | else | ||
30926 | want_module="no" | ||
30927 | fi | ||
30928 | |||
30929 | fi | ||
30930 | |||
30931 | |||
30932 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ecore_evas Wayland Shm support is to be built" >&5 | ||
30933 | $as_echo_n "checking whether ecore_evas Wayland Shm support is to be built... " >&6; } | ||
30934 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${want_module}" >&5 | ||
30935 | $as_echo "${want_module}" >&6; } | ||
30936 | |||
30937 | if test "x${have_ecore_wayland}" = "xyes" -a \ | ||
30938 | "x$have_ecore_evas" = "xyes" -a \ | ||
30939 | "x$want_module" = "xyes" ; then | ||
30940 | if test -n "$PKG_CONFIG" && \ | ||
30941 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evas-wayland-shm\""; } >&5 | ||
30942 | ($PKG_CONFIG --exists --print-errors "evas-wayland-shm") 2>&5 | ||
30943 | ac_status=$? | ||
30944 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
30945 | test $ac_status = 0; }; then | ||
30946 | |||
30947 | |||
30948 | $as_echo "#define BUILD_ECORE_EVAS_WAYLAND_SHM 1" >>confdefs.h | ||
30949 | |||
30950 | have_ecore_evas_wayland_shm="yes" | ||
30951 | |||
30952 | fi | ||
30953 | fi | ||
30954 | |||
30955 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ecore_evas Wayland Shm support is built" >&5 | ||
30956 | $as_echo_n "checking whether ecore_evas Wayland Shm support is built... " >&6; } | ||
30957 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_ecore_evas_wayland_shm" >&5 | ||
30958 | $as_echo "$have_ecore_evas_wayland_shm" >&6; } | ||
30959 | |||
30960 | if test "x$have_ecore_evas_wayland_shm" = "xyes"; then : | ||
30961 | requirements_ecore_evas="${requirements_ecore_wayland} ${requirements_ecore_evas}" | ||
30962 | fi | ||
30963 | |||
30964 | |||
30965 | |||
30966 | |||
30967 | |||
30968 | |||
30969 | |||
30970 | have_ecore_evas_wayland_egl="no" | ||
30971 | want_module="${want_ecore_evas_wayland_egl}" | ||
30972 | |||
30973 | # Check whether --enable-ecore-evas-wayland-egl was given. | ||
30974 | if test "${enable_ecore_evas_wayland_egl+set}" = set; then : | ||
30975 | enableval=$enable_ecore_evas_wayland_egl; | ||
30976 | if test "x${enableval}" = "xyes" ; then | ||
30977 | want_module="yes" | ||
30978 | else | ||
30979 | want_module="no" | ||
30980 | fi | ||
30981 | |||
30982 | fi | ||
30983 | |||
30984 | |||
30985 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ecore_evas Wayland Egl support is to be built" >&5 | ||
30986 | $as_echo_n "checking whether ecore_evas Wayland Egl support is to be built... " >&6; } | ||
30987 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${want_module}" >&5 | ||
30988 | $as_echo "${want_module}" >&6; } | ||
30989 | |||
30990 | if test "x${have_ecore_wayland}" = "xyes" -a \ | ||
30991 | "x$have_ecore_evas" = "xyes" -a \ | ||
30992 | "x$want_module" = "xyes" ; then | ||
30993 | if test -n "$PKG_CONFIG" && \ | ||
30994 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evas-wayland-egl\""; } >&5 | ||
30995 | ($PKG_CONFIG --exists --print-errors "evas-wayland-egl") 2>&5 | ||
30996 | ac_status=$? | ||
30997 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
30998 | test $ac_status = 0; }; then | ||
30999 | |||
31000 | |||
31001 | $as_echo "#define BUILD_ECORE_EVAS_WAYLAND_EGL 1" >>confdefs.h | ||
31002 | |||
31003 | have_ecore_evas_wayland_egl="yes" | ||
31004 | |||
31005 | fi | ||
31006 | fi | ||
31007 | |||
31008 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ecore_evas Wayland Egl support is built" >&5 | ||
31009 | $as_echo_n "checking whether ecore_evas Wayland Egl support is built... " >&6; } | ||
31010 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_ecore_evas_wayland_egl" >&5 | ||
31011 | $as_echo "$have_ecore_evas_wayland_egl" >&6; } | ||
31012 | |||
31013 | if test "x$have_ecore_evas_wayland_egl" = "xyes"; then : | ||
31014 | |||
31015 | |||
31016 | pkg_failed=no | ||
31017 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WAYLAND_EGL" >&5 | ||
31018 | $as_echo_n "checking for WAYLAND_EGL... " >&6; } | ||
31019 | |||
31020 | if test -n "$PKG_CONFIG"; then | ||
31021 | if test -n "$WAYLAND_EGL_CFLAGS"; then | ||
31022 | pkg_cv_WAYLAND_EGL_CFLAGS="$WAYLAND_EGL_CFLAGS" | ||
31023 | else | ||
31024 | if test -n "$PKG_CONFIG" && \ | ||
31025 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"wayland-egl\""; } >&5 | ||
31026 | ($PKG_CONFIG --exists --print-errors "wayland-egl") 2>&5 | ||
31027 | ac_status=$? | ||
31028 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
31029 | test $ac_status = 0; }; then | ||
31030 | pkg_cv_WAYLAND_EGL_CFLAGS=`$PKG_CONFIG --cflags "wayland-egl" 2>/dev/null` | ||
31031 | else | ||
31032 | pkg_failed=yes | ||
31033 | fi | ||
31034 | fi | ||
31035 | else | ||
31036 | pkg_failed=untried | ||
31037 | fi | ||
31038 | if test -n "$PKG_CONFIG"; then | ||
31039 | if test -n "$WAYLAND_EGL_LIBS"; then | ||
31040 | pkg_cv_WAYLAND_EGL_LIBS="$WAYLAND_EGL_LIBS" | ||
31041 | else | ||
31042 | if test -n "$PKG_CONFIG" && \ | ||
31043 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"wayland-egl\""; } >&5 | ||
31044 | ($PKG_CONFIG --exists --print-errors "wayland-egl") 2>&5 | ||
31045 | ac_status=$? | ||
31046 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
31047 | test $ac_status = 0; }; then | ||
31048 | pkg_cv_WAYLAND_EGL_LIBS=`$PKG_CONFIG --libs "wayland-egl" 2>/dev/null` | ||
31049 | else | ||
31050 | pkg_failed=yes | ||
31051 | fi | ||
31052 | fi | ||
31053 | else | ||
31054 | pkg_failed=untried | ||
31055 | fi | ||
31056 | |||
31057 | |||
31058 | |||
31059 | if test $pkg_failed = yes; then | ||
31060 | |||
31061 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | ||
31062 | _pkg_short_errors_supported=yes | ||
31063 | else | ||
31064 | _pkg_short_errors_supported=no | ||
31065 | fi | ||
31066 | if test $_pkg_short_errors_supported = yes; then | ||
31067 | WAYLAND_EGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "wayland-egl"` | ||
31068 | else | ||
31069 | WAYLAND_EGL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "wayland-egl"` | ||
31070 | fi | ||
31071 | # Put the nasty error message in config.log where it belongs | ||
31072 | echo "$WAYLAND_EGL_PKG_ERRORS" >&5 | ||
31073 | |||
31074 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
31075 | $as_echo "no" >&6; } | ||
31076 | have_wayland_egl="no" | ||
31077 | elif test $pkg_failed = untried; then | ||
31078 | have_wayland_egl="no" | ||
31079 | else | ||
31080 | WAYLAND_EGL_CFLAGS=$pkg_cv_WAYLAND_EGL_CFLAGS | ||
31081 | WAYLAND_EGL_LIBS=$pkg_cv_WAYLAND_EGL_LIBS | ||
31082 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
31083 | $as_echo "yes" >&6; } | ||
31084 | have_wayland_egl="yes" | ||
31085 | fi | ||
31086 | if test "x${have_wayland_egl}" = "xyes" ; then | ||
31087 | requirements_ecore_evas="wayland-egl egl ${requirements_ecore_wayland} ${requirements_ecore_evas}" | ||
31088 | fi | ||
31089 | |||
30505 | fi | 31090 | fi |
30506 | 31091 | ||
30507 | 31092 | ||
@@ -30607,7 +31192,9 @@ fi | |||
30607 | 31192 | ||
30608 | 31193 | ||
30609 | 31194 | ||
30610 | ac_config_files="$ac_config_files Makefile ecore-con.pc ecore-config.pc ecore-directfb.pc ecore-evas.pc ecore-fb.pc ecore-file.pc ecore-imf.pc ecore-imf-evas.pc ecore-ipc.pc ecore-x.pc ecore-input.pc ecore-input-evas.pc ecore-win32.pc ecore-sdl.pc ecore-cocoa.pc ecore-psl1ght.pc ecore-wince.pc ecore.pc doc/ecore.dox doc/Makefile doc/Doxyfile src/Makefile src/util/Makefile src/bin/Makefile src/lib/Makefile src/lib/ecore/Makefile src/lib/ecore_con/Makefile src/lib/ecore_config/Makefile src/lib/ecore_directfb/Makefile src/lib/ecore_evas/Makefile src/lib/ecore_fb/Makefile src/lib/ecore_file/Makefile src/lib/ecore_cocoa/Makefile src/lib/ecore_sdl/Makefile src/lib/ecore_psl1ght/Makefile src/lib/ecore_imf/Makefile src/lib/ecore_imf_evas/Makefile src/lib/ecore_input/Makefile src/lib/ecore_input_evas/Makefile src/lib/ecore_ipc/Makefile src/lib/ecore_win32/Makefile src/lib/ecore_wince/Makefile src/lib/ecore_x/Makefile src/lib/ecore_x/xlib/Makefile src/lib/ecore_x/xcb/Makefile src/examples/Makefile src/tests/Makefile src/modules/Makefile src/modules/immodules/Makefile src/modules/immodules/xim/Makefile ecore.spec $po_makefile_in" | 31195 | |
31196 | |||
31197 | ac_config_files="$ac_config_files Makefile ecore-con.pc ecore-config.pc ecore-directfb.pc ecore-evas.pc ecore-fb.pc ecore-file.pc ecore-imf.pc ecore-imf-evas.pc ecore-ipc.pc ecore-x.pc ecore-input.pc ecore-input-evas.pc ecore-win32.pc ecore-sdl.pc ecore-cocoa.pc ecore-psl1ght.pc ecore-wince.pc ecore-wayland.pc ecore.pc doc/ecore.dox doc/Makefile doc/Doxyfile src/Makefile src/util/Makefile src/bin/Makefile src/lib/Makefile src/lib/ecore/Makefile src/lib/ecore_con/Makefile src/lib/ecore_config/Makefile src/lib/ecore_directfb/Makefile src/lib/ecore_evas/Makefile src/lib/ecore_fb/Makefile src/lib/ecore_file/Makefile src/lib/ecore_cocoa/Makefile src/lib/ecore_sdl/Makefile src/lib/ecore_psl1ght/Makefile src/lib/ecore_imf/Makefile src/lib/ecore_imf_evas/Makefile src/lib/ecore_input/Makefile src/lib/ecore_input_evas/Makefile src/lib/ecore_ipc/Makefile src/lib/ecore_win32/Makefile src/lib/ecore_wince/Makefile src/lib/ecore_x/Makefile src/lib/ecore_x/xlib/Makefile src/lib/ecore_x/xcb/Makefile src/lib/ecore_wayland/Makefile src/examples/Makefile src/tests/Makefile src/modules/Makefile src/modules/immodules/Makefile src/modules/immodules/xim/Makefile src/modules/immodules/scim/Makefile ecore.spec $po_makefile_in" | ||
30611 | 31198 | ||
30612 | 31199 | ||
30613 | cat >confcache <<\_ACEOF | 31200 | cat >confcache <<\_ACEOF |
@@ -30693,7 +31280,6 @@ DEFS=-DHAVE_CONFIG_H | |||
30693 | 31280 | ||
30694 | ac_libobjs= | 31281 | ac_libobjs= |
30695 | ac_ltlibobjs= | 31282 | ac_ltlibobjs= |
30696 | U= | ||
30697 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 31283 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
30698 | # 1. Remove the extension, and $U if already installed. | 31284 | # 1. Remove the extension, and $U if already installed. |
30699 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 31285 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
@@ -30717,156 +31303,168 @@ else | |||
30717 | fi | 31303 | fi |
30718 | 31304 | ||
30719 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 31305 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
30720 | as_fn_error $? "conditional \"AMDEP\" was never defined. | 31306 | as_fn_error "conditional \"AMDEP\" was never defined. |
30721 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31307 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30722 | fi | 31308 | fi |
30723 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 31309 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
30724 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 31310 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
30725 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31311 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30726 | fi | 31312 | fi |
30727 | if test -z "${HAVE_PO_TRUE}" && test -z "${HAVE_PO_FALSE}"; then | 31313 | if test -z "${HAVE_PO_TRUE}" && test -z "${HAVE_PO_FALSE}"; then |
30728 | as_fn_error $? "conditional \"HAVE_PO\" was never defined. | 31314 | as_fn_error "conditional \"HAVE_PO\" was never defined. |
30729 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31315 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30730 | fi | 31316 | fi |
30731 | if test -z "${EFL_ENABLE_TESTS_TRUE}" && test -z "${EFL_ENABLE_TESTS_FALSE}"; then | 31317 | if test -z "${EFL_ENABLE_TESTS_TRUE}" && test -z "${EFL_ENABLE_TESTS_FALSE}"; then |
30732 | as_fn_error $? "conditional \"EFL_ENABLE_TESTS\" was never defined. | 31318 | as_fn_error "conditional \"EFL_ENABLE_TESTS\" was never defined. |
30733 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31319 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30734 | fi | 31320 | fi |
30735 | if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then | 31321 | if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then |
30736 | as_fn_error $? "conditional \"am__fastdepOBJC\" was never defined. | 31322 | as_fn_error "conditional \"am__fastdepOBJC\" was never defined. |
30737 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31323 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30738 | fi | 31324 | fi |
30739 | if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then | 31325 | if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then |
30740 | as_fn_error $? "conditional \"am__fastdepOBJC\" was never defined. | 31326 | as_fn_error "conditional \"am__fastdepOBJC\" was never defined. |
30741 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31327 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30742 | fi | 31328 | fi |
30743 | if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then | 31329 | if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then |
30744 | as_fn_error $? "conditional \"am__fastdepOBJC\" was never defined. | 31330 | as_fn_error "conditional \"am__fastdepOBJC\" was never defined. |
30745 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31331 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30746 | fi | 31332 | fi |
30747 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then | 31333 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then |
30748 | as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. | 31334 | as_fn_error "conditional \"am__fastdepCXX\" was never defined. |
30749 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31335 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30750 | fi | 31336 | fi |
30751 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then | 31337 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then |
30752 | as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. | 31338 | as_fn_error "conditional \"am__fastdepCXX\" was never defined. |
30753 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31339 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30754 | fi | 31340 | fi |
30755 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 31341 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
30756 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 31342 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
30757 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31343 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30758 | fi | 31344 | fi |
30759 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then | 31345 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then |
30760 | as_fn_error $? "conditional \"EFL_BUILD_DOC\" was never defined. | 31346 | as_fn_error "conditional \"EFL_BUILD_DOC\" was never defined. |
30761 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31347 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30762 | fi | 31348 | fi |
30763 | if test -z "${ECORE_HAVE_WINCE_TRUE}" && test -z "${ECORE_HAVE_WINCE_FALSE}"; then | 31349 | if test -z "${ECORE_HAVE_WINCE_TRUE}" && test -z "${ECORE_HAVE_WINCE_FALSE}"; then |
30764 | as_fn_error $? "conditional \"ECORE_HAVE_WINCE\" was never defined. | 31350 | as_fn_error "conditional \"ECORE_HAVE_WINCE\" was never defined. |
30765 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31351 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30766 | fi | 31352 | fi |
30767 | if test -z "${ECORE_HAVE_WIN32_TRUE}" && test -z "${ECORE_HAVE_WIN32_FALSE}"; then | 31353 | if test -z "${ECORE_HAVE_WIN32_TRUE}" && test -z "${ECORE_HAVE_WIN32_FALSE}"; then |
30768 | as_fn_error $? "conditional \"ECORE_HAVE_WIN32\" was never defined. | 31354 | as_fn_error "conditional \"ECORE_HAVE_WIN32\" was never defined. |
30769 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31355 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30770 | fi | 31356 | fi |
30771 | if test -z "${ECORE_HAVE_PS3_TRUE}" && test -z "${ECORE_HAVE_PS3_FALSE}"; then | 31357 | if test -z "${ECORE_HAVE_PS3_TRUE}" && test -z "${ECORE_HAVE_PS3_FALSE}"; then |
30772 | as_fn_error $? "conditional \"ECORE_HAVE_PS3\" was never defined. | 31358 | as_fn_error "conditional \"ECORE_HAVE_PS3\" was never defined. |
30773 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31359 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30774 | fi | 31360 | fi |
30775 | if test -z "${BUILD_ECORE_X_XLIB_TRUE}" && test -z "${BUILD_ECORE_X_XLIB_FALSE}"; then | 31361 | if test -z "${BUILD_ECORE_X_XLIB_TRUE}" && test -z "${BUILD_ECORE_X_XLIB_FALSE}"; then |
30776 | as_fn_error $? "conditional \"BUILD_ECORE_X_XLIB\" was never defined. | 31362 | as_fn_error "conditional \"BUILD_ECORE_X_XLIB\" was never defined. |
30777 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31363 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30778 | fi | 31364 | fi |
30779 | if test -z "${BUILD_ECORE_X_XCB_TRUE}" && test -z "${BUILD_ECORE_X_XCB_FALSE}"; then | 31365 | if test -z "${BUILD_ECORE_X_XCB_TRUE}" && test -z "${BUILD_ECORE_X_XCB_FALSE}"; then |
30780 | as_fn_error $? "conditional \"BUILD_ECORE_X_XCB\" was never defined. | 31366 | as_fn_error "conditional \"BUILD_ECORE_X_XCB\" was never defined. |
30781 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31367 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30782 | fi | 31368 | fi |
30783 | 31369 | ||
30784 | if test -z "${BUILD_ECORE_CON_TRUE}" && test -z "${BUILD_ECORE_CON_FALSE}"; then | 31370 | if test -z "${BUILD_ECORE_CON_TRUE}" && test -z "${BUILD_ECORE_CON_FALSE}"; then |
30785 | as_fn_error $? "conditional \"BUILD_ECORE_CON\" was never defined. | 31371 | as_fn_error "conditional \"BUILD_ECORE_CON\" was never defined. |
30786 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31372 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30787 | fi | 31373 | fi |
30788 | if test -z "${HAVE_CARES_TRUE}" && test -z "${HAVE_CARES_FALSE}"; then | 31374 | if test -z "${HAVE_CARES_TRUE}" && test -z "${HAVE_CARES_FALSE}"; then |
30789 | as_fn_error $? "conditional \"HAVE_CARES\" was never defined. | 31375 | as_fn_error "conditional \"HAVE_CARES\" was never defined. |
30790 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31376 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30791 | fi | 31377 | fi |
30792 | if test -z "${BUILD_ECORE_IPC_TRUE}" && test -z "${BUILD_ECORE_IPC_FALSE}"; then | 31378 | if test -z "${BUILD_ECORE_IPC_TRUE}" && test -z "${BUILD_ECORE_IPC_FALSE}"; then |
30793 | as_fn_error $? "conditional \"BUILD_ECORE_IPC\" was never defined. | 31379 | as_fn_error "conditional \"BUILD_ECORE_IPC\" was never defined. |
30794 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31380 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30795 | fi | 31381 | fi |
30796 | if test -z "${BUILD_ECORE_FILE_TRUE}" && test -z "${BUILD_ECORE_FILE_FALSE}"; then | 31382 | if test -z "${BUILD_ECORE_FILE_TRUE}" && test -z "${BUILD_ECORE_FILE_FALSE}"; then |
30797 | as_fn_error $? "conditional \"BUILD_ECORE_FILE\" was never defined. | 31383 | as_fn_error "conditional \"BUILD_ECORE_FILE\" was never defined. |
30798 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31384 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30799 | fi | 31385 | fi |
30800 | if test -z "${BUILD_ECORE_CONFIG_TRUE}" && test -z "${BUILD_ECORE_CONFIG_FALSE}"; then | 31386 | if test -z "${BUILD_ECORE_CONFIG_TRUE}" && test -z "${BUILD_ECORE_CONFIG_FALSE}"; then |
30801 | as_fn_error $? "conditional \"BUILD_ECORE_CONFIG\" was never defined. | 31387 | as_fn_error "conditional \"BUILD_ECORE_CONFIG\" was never defined. |
30802 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31388 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30803 | fi | 31389 | fi |
30804 | if test -z "${BUILD_ECORE_IMF_TRUE}" && test -z "${BUILD_ECORE_IMF_FALSE}"; then | 31390 | if test -z "${BUILD_ECORE_IMF_TRUE}" && test -z "${BUILD_ECORE_IMF_FALSE}"; then |
30805 | as_fn_error $? "conditional \"BUILD_ECORE_IMF\" was never defined. | 31391 | as_fn_error "conditional \"BUILD_ECORE_IMF\" was never defined. |
30806 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31392 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30807 | fi | 31393 | fi |
30808 | if test -z "${BUILD_ECORE_IMF_EVAS_TRUE}" && test -z "${BUILD_ECORE_IMF_EVAS_FALSE}"; then | 31394 | if test -z "${BUILD_ECORE_IMF_EVAS_TRUE}" && test -z "${BUILD_ECORE_IMF_EVAS_FALSE}"; then |
30809 | as_fn_error $? "conditional \"BUILD_ECORE_IMF_EVAS\" was never defined. | 31395 | as_fn_error "conditional \"BUILD_ECORE_IMF_EVAS\" was never defined. |
30810 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31396 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30811 | fi | 31397 | fi |
30812 | if test -z "${BUILD_ECORE_INPUT_TRUE}" && test -z "${BUILD_ECORE_INPUT_FALSE}"; then | 31398 | if test -z "${BUILD_ECORE_INPUT_TRUE}" && test -z "${BUILD_ECORE_INPUT_FALSE}"; then |
30813 | as_fn_error $? "conditional \"BUILD_ECORE_INPUT\" was never defined. | 31399 | as_fn_error "conditional \"BUILD_ECORE_INPUT\" was never defined. |
30814 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31400 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30815 | fi | 31401 | fi |
30816 | if test -z "${BUILD_ECORE_INPUT_EVAS_TRUE}" && test -z "${BUILD_ECORE_INPUT_EVAS_FALSE}"; then | 31402 | if test -z "${BUILD_ECORE_INPUT_EVAS_TRUE}" && test -z "${BUILD_ECORE_INPUT_EVAS_FALSE}"; then |
30817 | as_fn_error $? "conditional \"BUILD_ECORE_INPUT_EVAS\" was never defined. | 31403 | as_fn_error "conditional \"BUILD_ECORE_INPUT_EVAS\" was never defined. |
30818 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31404 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30819 | fi | 31405 | fi |
30820 | if test -z "${BUILD_ECORE_IMF_XIM_TRUE}" && test -z "${BUILD_ECORE_IMF_XIM_FALSE}"; then | 31406 | if test -z "${BUILD_ECORE_IMF_XIM_TRUE}" && test -z "${BUILD_ECORE_IMF_XIM_FALSE}"; then |
30821 | as_fn_error $? "conditional \"BUILD_ECORE_IMF_XIM\" was never defined. | 31407 | as_fn_error "conditional \"BUILD_ECORE_IMF_XIM\" was never defined. |
30822 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31408 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30823 | fi | 31409 | fi |
30824 | if test -z "${BUILD_ECORE_IMF_XIM_TRUE}" && test -z "${BUILD_ECORE_IMF_XIM_FALSE}"; then | 31410 | if test -z "${BUILD_ECORE_IMF_XIM_TRUE}" && test -z "${BUILD_ECORE_IMF_XIM_FALSE}"; then |
30825 | as_fn_error $? "conditional \"BUILD_ECORE_IMF_XIM\" was never defined. | 31411 | as_fn_error "conditional \"BUILD_ECORE_IMF_XIM\" was never defined. |
31412 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
31413 | fi | ||
31414 | if test -z "${BUILD_ECORE_IMF_SCIM_TRUE}" && test -z "${BUILD_ECORE_IMF_SCIM_FALSE}"; then | ||
31415 | as_fn_error "conditional \"BUILD_ECORE_IMF_SCIM\" was never defined. | ||
31416 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
31417 | fi | ||
31418 | if test -z "${BUILD_ECORE_IMF_SCIM_TRUE}" && test -z "${BUILD_ECORE_IMF_SCIM_FALSE}"; then | ||
31419 | as_fn_error "conditional \"BUILD_ECORE_IMF_SCIM\" was never defined. | ||
30826 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31420 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30827 | fi | 31421 | fi |
30828 | if test -z "${BUILD_ECORE_X_TRUE}" && test -z "${BUILD_ECORE_X_FALSE}"; then | 31422 | if test -z "${BUILD_ECORE_X_TRUE}" && test -z "${BUILD_ECORE_X_FALSE}"; then |
30829 | as_fn_error $? "conditional \"BUILD_ECORE_X\" was never defined. | 31423 | as_fn_error "conditional \"BUILD_ECORE_X\" was never defined. |
30830 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31424 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30831 | fi | 31425 | fi |
30832 | if test -z "${BUILD_ECORE_WIN32_TRUE}" && test -z "${BUILD_ECORE_WIN32_FALSE}"; then | 31426 | if test -z "${BUILD_ECORE_WIN32_TRUE}" && test -z "${BUILD_ECORE_WIN32_FALSE}"; then |
30833 | as_fn_error $? "conditional \"BUILD_ECORE_WIN32\" was never defined. | 31427 | as_fn_error "conditional \"BUILD_ECORE_WIN32\" was never defined. |
30834 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31428 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30835 | fi | 31429 | fi |
30836 | if test -z "${BUILD_ECORE_COCOA_TRUE}" && test -z "${BUILD_ECORE_COCOA_FALSE}"; then | 31430 | if test -z "${BUILD_ECORE_COCOA_TRUE}" && test -z "${BUILD_ECORE_COCOA_FALSE}"; then |
30837 | as_fn_error $? "conditional \"BUILD_ECORE_COCOA\" was never defined. | 31431 | as_fn_error "conditional \"BUILD_ECORE_COCOA\" was never defined. |
30838 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31432 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30839 | fi | 31433 | fi |
30840 | if test -z "${BUILD_ECORE_SDL_TRUE}" && test -z "${BUILD_ECORE_SDL_FALSE}"; then | 31434 | if test -z "${BUILD_ECORE_SDL_TRUE}" && test -z "${BUILD_ECORE_SDL_FALSE}"; then |
30841 | as_fn_error $? "conditional \"BUILD_ECORE_SDL\" was never defined. | 31435 | as_fn_error "conditional \"BUILD_ECORE_SDL\" was never defined. |
30842 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31436 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30843 | fi | 31437 | fi |
30844 | if test -z "${BUILD_ECORE_PSL1GHT_TRUE}" && test -z "${BUILD_ECORE_PSL1GHT_FALSE}"; then | 31438 | if test -z "${BUILD_ECORE_PSL1GHT_TRUE}" && test -z "${BUILD_ECORE_PSL1GHT_FALSE}"; then |
30845 | as_fn_error $? "conditional \"BUILD_ECORE_PSL1GHT\" was never defined. | 31439 | as_fn_error "conditional \"BUILD_ECORE_PSL1GHT\" was never defined. |
30846 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31440 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30847 | fi | 31441 | fi |
30848 | if test -z "${BUILD_ECORE_FB_TRUE}" && test -z "${BUILD_ECORE_FB_FALSE}"; then | 31442 | if test -z "${BUILD_ECORE_FB_TRUE}" && test -z "${BUILD_ECORE_FB_FALSE}"; then |
30849 | as_fn_error $? "conditional \"BUILD_ECORE_FB\" was never defined. | 31443 | as_fn_error "conditional \"BUILD_ECORE_FB\" was never defined. |
30850 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31444 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30851 | fi | 31445 | fi |
30852 | if test -z "${BUILD_ECORE_DIRECTFB_TRUE}" && test -z "${BUILD_ECORE_DIRECTFB_FALSE}"; then | 31446 | if test -z "${BUILD_ECORE_DIRECTFB_TRUE}" && test -z "${BUILD_ECORE_DIRECTFB_FALSE}"; then |
30853 | as_fn_error $? "conditional \"BUILD_ECORE_DIRECTFB\" was never defined. | 31447 | as_fn_error "conditional \"BUILD_ECORE_DIRECTFB\" was never defined. |
30854 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31448 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30855 | fi | 31449 | fi |
30856 | if test -z "${BUILD_ECORE_WINCE_TRUE}" && test -z "${BUILD_ECORE_WINCE_FALSE}"; then | 31450 | if test -z "${BUILD_ECORE_WINCE_TRUE}" && test -z "${BUILD_ECORE_WINCE_FALSE}"; then |
30857 | as_fn_error $? "conditional \"BUILD_ECORE_WINCE\" was never defined. | 31451 | as_fn_error "conditional \"BUILD_ECORE_WINCE\" was never defined. |
30858 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31452 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30859 | fi | 31453 | fi |
30860 | if test -z "${BUILD_ECORE_EVAS_TRUE}" && test -z "${BUILD_ECORE_EVAS_FALSE}"; then | 31454 | if test -z "${BUILD_ECORE_EVAS_TRUE}" && test -z "${BUILD_ECORE_EVAS_FALSE}"; then |
30861 | as_fn_error $? "conditional \"BUILD_ECORE_EVAS\" was never defined. | 31455 | as_fn_error "conditional \"BUILD_ECORE_EVAS\" was never defined. |
31456 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
31457 | fi | ||
31458 | if test -z "${BUILD_ECORE_WAYLAND_TRUE}" && test -z "${BUILD_ECORE_WAYLAND_FALSE}"; then | ||
31459 | as_fn_error "conditional \"BUILD_ECORE_WAYLAND\" was never defined. | ||
30862 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31460 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30863 | fi | 31461 | fi |
30864 | if test -z "${EFL_BUILD_EXAMPLES_TRUE}" && test -z "${EFL_BUILD_EXAMPLES_FALSE}"; then | 31462 | if test -z "${EFL_BUILD_EXAMPLES_TRUE}" && test -z "${EFL_BUILD_EXAMPLES_FALSE}"; then |
30865 | as_fn_error $? "conditional \"EFL_BUILD_EXAMPLES\" was never defined. | 31463 | as_fn_error "conditional \"EFL_BUILD_EXAMPLES\" was never defined. |
30866 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31464 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30867 | fi | 31465 | fi |
30868 | if test -z "${EFL_INSTALL_EXAMPLES_TRUE}" && test -z "${EFL_INSTALL_EXAMPLES_FALSE}"; then | 31466 | if test -z "${EFL_INSTALL_EXAMPLES_TRUE}" && test -z "${EFL_INSTALL_EXAMPLES_FALSE}"; then |
30869 | as_fn_error $? "conditional \"EFL_INSTALL_EXAMPLES\" was never defined. | 31467 | as_fn_error "conditional \"EFL_INSTALL_EXAMPLES\" was never defined. |
30870 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 31468 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
30871 | fi | 31469 | fi |
30872 | 31470 | ||
@@ -31016,19 +31614,19 @@ export LANGUAGE | |||
31016 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 31614 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
31017 | 31615 | ||
31018 | 31616 | ||
31019 | # as_fn_error STATUS ERROR [LINENO LOG_FD] | 31617 | # as_fn_error ERROR [LINENO LOG_FD] |
31020 | # ---------------------------------------- | 31618 | # --------------------------------- |
31021 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 31619 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
31022 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 31620 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
31023 | # script with STATUS, using 1 if that was 0. | 31621 | # script with status $?, using 1 if that was 0. |
31024 | as_fn_error () | 31622 | as_fn_error () |
31025 | { | 31623 | { |
31026 | as_status=$1; test $as_status -eq 0 && as_status=1 | 31624 | as_status=$?; test $as_status -eq 0 && as_status=1 |
31027 | if test "$4"; then | 31625 | if test "$3"; then |
31028 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 31626 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
31029 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 31627 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
31030 | fi | 31628 | fi |
31031 | $as_echo "$as_me: error: $2" >&2 | 31629 | $as_echo "$as_me: error: $1" >&2 |
31032 | as_fn_exit $as_status | 31630 | as_fn_exit $as_status |
31033 | } # as_fn_error | 31631 | } # as_fn_error |
31034 | 31632 | ||
@@ -31224,7 +31822,7 @@ $as_echo X"$as_dir" | | |||
31224 | test -d "$as_dir" && break | 31822 | test -d "$as_dir" && break |
31225 | done | 31823 | done |
31226 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 31824 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
31227 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 31825 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
31228 | 31826 | ||
31229 | 31827 | ||
31230 | } # as_fn_mkdir_p | 31828 | } # as_fn_mkdir_p |
@@ -31277,8 +31875,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
31277 | # report actual input values of CONFIG_FILES etc. instead of their | 31875 | # report actual input values of CONFIG_FILES etc. instead of their |
31278 | # values after options handling. | 31876 | # values after options handling. |
31279 | ac_log=" | 31877 | ac_log=" |
31280 | This file was extended by ecore $as_me 1.1.0, which was | 31878 | This file was extended by ecore $as_me 1.1.99.67344, which was |
31281 | generated by GNU Autoconf 2.67. Invocation command line was | 31879 | generated by GNU Autoconf 2.65. Invocation command line was |
31282 | 31880 | ||
31283 | CONFIG_FILES = $CONFIG_FILES | 31881 | CONFIG_FILES = $CONFIG_FILES |
31284 | CONFIG_HEADERS = $CONFIG_HEADERS | 31882 | CONFIG_HEADERS = $CONFIG_HEADERS |
@@ -31343,11 +31941,11 @@ _ACEOF | |||
31343 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 31941 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
31344 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 31942 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
31345 | ac_cs_version="\\ | 31943 | ac_cs_version="\\ |
31346 | ecore config.status 1.1.0 | 31944 | ecore config.status 1.1.99.67344 |
31347 | configured by $0, generated by GNU Autoconf 2.67, | 31945 | configured by $0, generated by GNU Autoconf 2.65, |
31348 | with options \\"\$ac_cs_config\\" | 31946 | with options \\"\$ac_cs_config\\" |
31349 | 31947 | ||
31350 | Copyright (C) 2010 Free Software Foundation, Inc. | 31948 | Copyright (C) 2009 Free Software Foundation, Inc. |
31351 | This config.status script is free software; the Free Software Foundation | 31949 | This config.status script is free software; the Free Software Foundation |
31352 | gives unlimited permission to copy, distribute and modify it." | 31950 | gives unlimited permission to copy, distribute and modify it." |
31353 | 31951 | ||
@@ -31365,16 +31963,11 @@ ac_need_defaults=: | |||
31365 | while test $# != 0 | 31963 | while test $# != 0 |
31366 | do | 31964 | do |
31367 | case $1 in | 31965 | case $1 in |
31368 | --*=?*) | 31966 | --*=*) |
31369 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | 31967 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
31370 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 31968 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
31371 | ac_shift=: | 31969 | ac_shift=: |
31372 | ;; | 31970 | ;; |
31373 | --*=) | ||
31374 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
31375 | ac_optarg= | ||
31376 | ac_shift=: | ||
31377 | ;; | ||
31378 | *) | 31971 | *) |
31379 | ac_option=$1 | 31972 | ac_option=$1 |
31380 | ac_optarg=$2 | 31973 | ac_optarg=$2 |
@@ -31396,7 +31989,6 @@ do | |||
31396 | $ac_shift | 31989 | $ac_shift |
31397 | case $ac_optarg in | 31990 | case $ac_optarg in |
31398 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 31991 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
31399 | '') as_fn_error $? "missing file argument" ;; | ||
31400 | esac | 31992 | esac |
31401 | as_fn_append CONFIG_FILES " '$ac_optarg'" | 31993 | as_fn_append CONFIG_FILES " '$ac_optarg'" |
31402 | ac_need_defaults=false;; | 31994 | ac_need_defaults=false;; |
@@ -31409,7 +32001,7 @@ do | |||
31409 | ac_need_defaults=false;; | 32001 | ac_need_defaults=false;; |
31410 | --he | --h) | 32002 | --he | --h) |
31411 | # Conflict between --help and --header | 32003 | # Conflict between --help and --header |
31412 | as_fn_error $? "ambiguous option: \`$1' | 32004 | as_fn_error "ambiguous option: \`$1' |
31413 | Try \`$0 --help' for more information.";; | 32005 | Try \`$0 --help' for more information.";; |
31414 | --help | --hel | -h ) | 32006 | --help | --hel | -h ) |
31415 | $as_echo "$ac_cs_usage"; exit ;; | 32007 | $as_echo "$ac_cs_usage"; exit ;; |
@@ -31418,7 +32010,7 @@ Try \`$0 --help' for more information.";; | |||
31418 | ac_cs_silent=: ;; | 32010 | ac_cs_silent=: ;; |
31419 | 32011 | ||
31420 | # This is an error. | 32012 | # This is an error. |
31421 | -*) as_fn_error $? "unrecognized option: \`$1' | 32013 | -*) as_fn_error "unrecognized option: \`$1' |
31422 | Try \`$0 --help' for more information." ;; | 32014 | Try \`$0 --help' for more information." ;; |
31423 | 32015 | ||
31424 | *) as_fn_append ac_config_targets " $1" | 32016 | *) as_fn_append ac_config_targets " $1" |
@@ -31853,6 +32445,7 @@ do | |||
31853 | "ecore-cocoa.pc") CONFIG_FILES="$CONFIG_FILES ecore-cocoa.pc" ;; | 32445 | "ecore-cocoa.pc") CONFIG_FILES="$CONFIG_FILES ecore-cocoa.pc" ;; |
31854 | "ecore-psl1ght.pc") CONFIG_FILES="$CONFIG_FILES ecore-psl1ght.pc" ;; | 32446 | "ecore-psl1ght.pc") CONFIG_FILES="$CONFIG_FILES ecore-psl1ght.pc" ;; |
31855 | "ecore-wince.pc") CONFIG_FILES="$CONFIG_FILES ecore-wince.pc" ;; | 32447 | "ecore-wince.pc") CONFIG_FILES="$CONFIG_FILES ecore-wince.pc" ;; |
32448 | "ecore-wayland.pc") CONFIG_FILES="$CONFIG_FILES ecore-wayland.pc" ;; | ||
31856 | "ecore.pc") CONFIG_FILES="$CONFIG_FILES ecore.pc" ;; | 32449 | "ecore.pc") CONFIG_FILES="$CONFIG_FILES ecore.pc" ;; |
31857 | "doc/ecore.dox") CONFIG_FILES="$CONFIG_FILES doc/ecore.dox" ;; | 32450 | "doc/ecore.dox") CONFIG_FILES="$CONFIG_FILES doc/ecore.dox" ;; |
31858 | "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; | 32451 | "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; |
@@ -31881,15 +32474,17 @@ do | |||
31881 | "src/lib/ecore_x/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/ecore_x/Makefile" ;; | 32474 | "src/lib/ecore_x/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/ecore_x/Makefile" ;; |
31882 | "src/lib/ecore_x/xlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/ecore_x/xlib/Makefile" ;; | 32475 | "src/lib/ecore_x/xlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/ecore_x/xlib/Makefile" ;; |
31883 | "src/lib/ecore_x/xcb/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/ecore_x/xcb/Makefile" ;; | 32476 | "src/lib/ecore_x/xcb/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/ecore_x/xcb/Makefile" ;; |
32477 | "src/lib/ecore_wayland/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/ecore_wayland/Makefile" ;; | ||
31884 | "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;; | 32478 | "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;; |
31885 | "src/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;; | 32479 | "src/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;; |
31886 | "src/modules/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/Makefile" ;; | 32480 | "src/modules/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/Makefile" ;; |
31887 | "src/modules/immodules/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/immodules/Makefile" ;; | 32481 | "src/modules/immodules/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/immodules/Makefile" ;; |
31888 | "src/modules/immodules/xim/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/immodules/xim/Makefile" ;; | 32482 | "src/modules/immodules/xim/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/immodules/xim/Makefile" ;; |
32483 | "src/modules/immodules/scim/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/immodules/scim/Makefile" ;; | ||
31889 | "ecore.spec") CONFIG_FILES="$CONFIG_FILES ecore.spec" ;; | 32484 | "ecore.spec") CONFIG_FILES="$CONFIG_FILES ecore.spec" ;; |
31890 | "$po_makefile_in") CONFIG_FILES="$CONFIG_FILES $po_makefile_in" ;; | 32485 | "$po_makefile_in") CONFIG_FILES="$CONFIG_FILES $po_makefile_in" ;; |
31891 | 32486 | ||
31892 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; | 32487 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
31893 | esac | 32488 | esac |
31894 | done | 32489 | done |
31895 | 32490 | ||
@@ -31927,7 +32522,7 @@ $debug || | |||
31927 | { | 32522 | { |
31928 | tmp=./conf$$-$RANDOM | 32523 | tmp=./conf$$-$RANDOM |
31929 | (umask 077 && mkdir "$tmp") | 32524 | (umask 077 && mkdir "$tmp") |
31930 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 32525 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 |
31931 | 32526 | ||
31932 | # Set up the scripts for CONFIG_FILES section. | 32527 | # Set up the scripts for CONFIG_FILES section. |
31933 | # No need to generate them if there are no CONFIG_FILES. | 32528 | # No need to generate them if there are no CONFIG_FILES. |
@@ -31944,7 +32539,7 @@ if test "x$ac_cr" = x; then | |||
31944 | fi | 32539 | fi |
31945 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 32540 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
31946 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 32541 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
31947 | ac_cs_awk_cr='\\r' | 32542 | ac_cs_awk_cr='\r' |
31948 | else | 32543 | else |
31949 | ac_cs_awk_cr=$ac_cr | 32544 | ac_cs_awk_cr=$ac_cr |
31950 | fi | 32545 | fi |
@@ -31958,18 +32553,18 @@ _ACEOF | |||
31958 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 32553 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
31959 | echo "_ACEOF" | 32554 | echo "_ACEOF" |
31960 | } >conf$$subs.sh || | 32555 | } >conf$$subs.sh || |
31961 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 32556 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
31962 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | 32557 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` |
31963 | ac_delim='%!_!# ' | 32558 | ac_delim='%!_!# ' |
31964 | for ac_last_try in false false false false false :; do | 32559 | for ac_last_try in false false false false false :; do |
31965 | . ./conf$$subs.sh || | 32560 | . ./conf$$subs.sh || |
31966 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 32561 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
31967 | 32562 | ||
31968 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 32563 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
31969 | if test $ac_delim_n = $ac_delim_num; then | 32564 | if test $ac_delim_n = $ac_delim_num; then |
31970 | break | 32565 | break |
31971 | elif $ac_last_try; then | 32566 | elif $ac_last_try; then |
31972 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 32567 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
31973 | else | 32568 | else |
31974 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 32569 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
31975 | fi | 32570 | fi |
@@ -32058,28 +32653,20 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
32058 | else | 32653 | else |
32059 | cat | 32654 | cat |
32060 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 32655 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
32061 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 32656 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 |
32062 | _ACEOF | 32657 | _ACEOF |
32063 | 32658 | ||
32064 | # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 32659 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
32065 | # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 32660 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
32066 | # trailing colons and then remove the whole line if VPATH becomes empty | 32661 | # trailing colons and then remove the whole line if VPATH becomes empty |
32067 | # (actually we leave an empty line to preserve line numbers). | 32662 | # (actually we leave an empty line to preserve line numbers). |
32068 | if test "x$srcdir" = x.; then | 32663 | if test "x$srcdir" = x.; then |
32069 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ | 32664 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
32070 | h | 32665 | s/:*\$(srcdir):*/:/ |
32071 | s/// | 32666 | s/:*\${srcdir}:*/:/ |
32072 | s/^/:/ | 32667 | s/:*@srcdir@:*/:/ |
32073 | s/[ ]*$/:/ | 32668 | s/^\([^=]*=[ ]*\):*/\1/ |
32074 | s/:\$(srcdir):/:/g | ||
32075 | s/:\${srcdir}:/:/g | ||
32076 | s/:@srcdir@:/:/g | ||
32077 | s/^:*// | ||
32078 | s/:*$// | 32669 | s/:*$// |
32079 | x | ||
32080 | s/\(=[ ]*\).*/\1/ | ||
32081 | G | ||
32082 | s/\n// | ||
32083 | s/^[^=]*=[ ]*$// | 32670 | s/^[^=]*=[ ]*$// |
32084 | }' | 32671 | }' |
32085 | fi | 32672 | fi |
@@ -32107,7 +32694,7 @@ for ac_last_try in false false :; do | |||
32107 | if test -z "$ac_t"; then | 32694 | if test -z "$ac_t"; then |
32108 | break | 32695 | break |
32109 | elif $ac_last_try; then | 32696 | elif $ac_last_try; then |
32110 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 | 32697 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 |
32111 | else | 32698 | else |
32112 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 32699 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
32113 | fi | 32700 | fi |
@@ -32192,7 +32779,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
32192 | _ACAWK | 32779 | _ACAWK |
32193 | _ACEOF | 32780 | _ACEOF |
32194 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 32781 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
32195 | as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 | 32782 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 |
32196 | fi # test -n "$CONFIG_HEADERS" | 32783 | fi # test -n "$CONFIG_HEADERS" |
32197 | 32784 | ||
32198 | 32785 | ||
@@ -32205,7 +32792,7 @@ do | |||
32205 | esac | 32792 | esac |
32206 | case $ac_mode$ac_tag in | 32793 | case $ac_mode$ac_tag in |
32207 | :[FHL]*:*);; | 32794 | :[FHL]*:*);; |
32208 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; | 32795 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; |
32209 | :[FH]-) ac_tag=-:-;; | 32796 | :[FH]-) ac_tag=-:-;; |
32210 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 32797 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
32211 | esac | 32798 | esac |
@@ -32233,7 +32820,7 @@ do | |||
32233 | [\\/$]*) false;; | 32820 | [\\/$]*) false;; |
32234 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 32821 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
32235 | esac || | 32822 | esac || |
32236 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; | 32823 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
32237 | esac | 32824 | esac |
32238 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 32825 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
32239 | as_fn_append ac_file_inputs " '$ac_f'" | 32826 | as_fn_append ac_file_inputs " '$ac_f'" |
@@ -32260,7 +32847,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
32260 | 32847 | ||
32261 | case $ac_tag in | 32848 | case $ac_tag in |
32262 | *:-:* | *:-) cat >"$tmp/stdin" \ | 32849 | *:-:* | *:-) cat >"$tmp/stdin" \ |
32263 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 32850 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; |
32264 | esac | 32851 | esac |
32265 | ;; | 32852 | ;; |
32266 | esac | 32853 | esac |
@@ -32397,22 +32984,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t | |||
32397 | $ac_datarootdir_hack | 32984 | $ac_datarootdir_hack |
32398 | " | 32985 | " |
32399 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 32986 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
32400 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 32987 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
32401 | 32988 | ||
32402 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 32989 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
32403 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 32990 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
32404 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 32991 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
32405 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 32992 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
32406 | which seems to be undefined. Please make sure it is defined" >&5 | 32993 | which seems to be undefined. Please make sure it is defined." >&5 |
32407 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 32994 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
32408 | which seems to be undefined. Please make sure it is defined" >&2;} | 32995 | which seems to be undefined. Please make sure it is defined." >&2;} |
32409 | 32996 | ||
32410 | rm -f "$tmp/stdin" | 32997 | rm -f "$tmp/stdin" |
32411 | case $ac_file in | 32998 | case $ac_file in |
32412 | -) cat "$tmp/out" && rm -f "$tmp/out";; | 32999 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
32413 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 33000 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
32414 | esac \ | 33001 | esac \ |
32415 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 33002 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
32416 | ;; | 33003 | ;; |
32417 | :H) | 33004 | :H) |
32418 | # | 33005 | # |
@@ -32423,19 +33010,19 @@ which seems to be undefined. Please make sure it is defined" >&2;} | |||
32423 | $as_echo "/* $configure_input */" \ | 33010 | $as_echo "/* $configure_input */" \ |
32424 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | 33011 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
32425 | } >"$tmp/config.h" \ | 33012 | } >"$tmp/config.h" \ |
32426 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 33013 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
32427 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | 33014 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
32428 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 33015 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
32429 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 33016 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
32430 | else | 33017 | else |
32431 | rm -f "$ac_file" | 33018 | rm -f "$ac_file" |
32432 | mv "$tmp/config.h" "$ac_file" \ | 33019 | mv "$tmp/config.h" "$ac_file" \ |
32433 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 33020 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
32434 | fi | 33021 | fi |
32435 | else | 33022 | else |
32436 | $as_echo "/* $configure_input */" \ | 33023 | $as_echo "/* $configure_input */" \ |
32437 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | 33024 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
32438 | || as_fn_error $? "could not create -" "$LINENO" 5 | 33025 | || as_fn_error "could not create -" "$LINENO" 5 |
32439 | fi | 33026 | fi |
32440 | # Compute "$ac_file"'s index in $config_headers. | 33027 | # Compute "$ac_file"'s index in $config_headers. |
32441 | _am_arg="$ac_file" | 33028 | _am_arg="$ac_file" |
@@ -33506,7 +34093,7 @@ _ACEOF | |||
33506 | ac_clean_files=$ac_clean_files_save | 34093 | ac_clean_files=$ac_clean_files_save |
33507 | 34094 | ||
33508 | test $ac_write_fail = 0 || | 34095 | test $ac_write_fail = 0 || |
33509 | as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 34096 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
33510 | 34097 | ||
33511 | 34098 | ||
33512 | # configure is writing to config.log, and then calls config.status. | 34099 | # configure is writing to config.log, and then calls config.status. |
@@ -33527,7 +34114,7 @@ if test "$no_create" != yes; then | |||
33527 | exec 5>>config.log | 34114 | exec 5>>config.log |
33528 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 34115 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
33529 | # would make configure fail if this is the last instruction. | 34116 | # would make configure fail if this is the last instruction. |
33530 | $ac_cs_success || as_fn_exit 1 | 34117 | $ac_cs_success || as_fn_exit $? |
33531 | fi | 34118 | fi |
33532 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 34119 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
33533 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 34120 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
@@ -33587,6 +34174,7 @@ fi | |||
33587 | #echo " Ecore_Config.................: $have_ecore_config (deprecated)" | 34174 | #echo " Ecore_Config.................: $have_ecore_config (deprecated)" |
33588 | echo " Ecore_IMF....................: $have_ecore_imf" | 34175 | echo " Ecore_IMF....................: $have_ecore_imf" |
33589 | echo " XIM........................: $have_ecore_imf_xim" | 34176 | echo " XIM........................: $have_ecore_imf_xim" |
34177 | echo " SCIM.......................: $have_ecore_imf_scim" | ||
33590 | echo " Ecore_IMF_Evas...............: $have_ecore_imf_evas" | 34178 | echo " Ecore_IMF_Evas...............: $have_ecore_imf_evas" |
33591 | echo " Ecore_Input..................: $have_ecore_input" | 34179 | echo " Ecore_Input..................: $have_ecore_input" |
33592 | echo " Ecore_Input_Evas.............: $have_ecore_input_evas" | 34180 | echo " Ecore_Input_Evas.............: $have_ecore_input_evas" |
@@ -33642,6 +34230,7 @@ fi | |||
33642 | echo " Ecore_DirectFB...............: $have_ecore_directfb" | 34230 | echo " Ecore_DirectFB...............: $have_ecore_directfb" |
33643 | echo " Ecore_WinCE..................: $have_ecore_wince" | 34231 | echo " Ecore_WinCE..................: $have_ecore_wince" |
33644 | echo " Ecore_PSL1GHT................: $have_ecore_psl1ght" | 34232 | echo " Ecore_PSL1GHT................: $have_ecore_psl1ght" |
34233 | echo " Ecore_Wayland................: $have_ecore_wayland" | ||
33645 | 34234 | ||
33646 | echo | 34235 | echo |
33647 | echo " Ecore Evas:" | 34236 | echo " Ecore Evas:" |
@@ -33675,6 +34264,8 @@ if test "x${have_ecore_evas}" = "xyes" ; then | |||
33675 | echo " Software 16bit DirectDraw..: $have_ecore_evas_software_16_ddraw" | 34264 | echo " Software 16bit DirectDraw..: $have_ecore_evas_software_16_ddraw" |
33676 | echo " Software 16bit WinCE.......: $have_ecore_evas_software_16_wince" | 34265 | echo " Software 16bit WinCE.......: $have_ecore_evas_software_16_wince" |
33677 | echo " Sing.Proc. Windowing System: $have_ecore_evas_ews" | 34266 | echo " Sing.Proc. Windowing System: $have_ecore_evas_ews" |
34267 | echo " Wayland Shm................: $have_ecore_evas_wayland_shm" | ||
34268 | echo " Wayland Egl................: $have_ecore_evas_wayland_egl" | ||
33678 | fi | 34269 | fi |
33679 | echo | 34270 | echo |
33680 | echo " Tests................: ${enable_tests}" | 34271 | echo " Tests................: ${enable_tests}" |