diff options
author | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
commit | 825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch) | |
tree | 75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/eina/configure | |
parent | Add ability to disable the test harness, or the Lua compile test. (diff) | |
download | SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2 SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz |
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/eina/configure')
-rwxr-xr-x | libraries/eina/configure | 1837 |
1 files changed, 977 insertions, 860 deletions
diff --git a/libraries/eina/configure b/libraries/eina/configure index 7c01482..d3c2f30 100755 --- a/libraries/eina/configure +++ b/libraries/eina/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 eina 1.1.0. | 3 | # Generated by GNU Autoconf 2.65 for eina 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='eina' | 702 | PACKAGE_NAME='eina' |
703 | PACKAGE_TARNAME='eina' | 703 | PACKAGE_TARNAME='eina' |
704 | PACKAGE_VERSION='1.1.0' | 704 | PACKAGE_VERSION='1.1.99.67344' |
705 | PACKAGE_STRING='eina 1.1.0' | 705 | PACKAGE_STRING='eina 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 | ||
@@ -799,22 +799,24 @@ EINA_BUILD_CHAINED_POOL_FALSE | |||
799 | EINA_BUILD_CHAINED_POOL_TRUE | 799 | EINA_BUILD_CHAINED_POOL_TRUE |
800 | rt_libs | 800 | rt_libs |
801 | iconv_libs | 801 | iconv_libs |
802 | EINA_CONFIGURE_ENABLE_LOG | ||
802 | EFL_FNMATCH_LIBS | 803 | EFL_FNMATCH_LIBS |
803 | dlopen_libs | 804 | dlopen_libs |
804 | ALLOCA | 805 | ALLOCA |
805 | ESCAPE_LIBS | 806 | EINA_CONFIGURE_HAVE_DIRENT_H |
806 | ESCAPE_CFLAGS | 807 | EINA_SIZEOF_WCHAR_T |
808 | EINA_CONFIGURE_HAVE_STDINT_H | ||
809 | EINA_CONFIGURE_HAVE_INTTYPES_H | ||
807 | lt_enable_auto_import | 810 | lt_enable_auto_import |
808 | EINA_LIBS | 811 | EINA_LIBS |
809 | EINA_CFLAGS | 812 | EINA_CFLAGS |
810 | EINA_CPPFLAGS | 813 | EINA_CPPFLAGS |
814 | ESCAPE_LIBS | ||
815 | ESCAPE_CFLAGS | ||
811 | EINA_HAVE_WIN32_FALSE | 816 | EINA_HAVE_WIN32_FALSE |
812 | EINA_HAVE_WIN32_TRUE | 817 | EINA_HAVE_WIN32_TRUE |
813 | EINA_HAVE_WINCE_FALSE | 818 | EINA_HAVE_WINCE_FALSE |
814 | EINA_HAVE_WINCE_TRUE | 819 | EINA_HAVE_WINCE_TRUE |
815 | EINA_SIZEOF_WCHAR_T | ||
816 | EINA_CONFIGURE_HAVE_STDINT_H | ||
817 | EINA_CONFIGURE_HAVE_INTTYPES_H | ||
818 | BUILD_TILER_EXAMPLE_FALSE | 820 | BUILD_TILER_EXAMPLE_FALSE |
819 | BUILD_TILER_EXAMPLE_TRUE | 821 | BUILD_TILER_EXAMPLE_TRUE |
820 | ECORE_EVAS_LIBS | 822 | ECORE_EVAS_LIBS |
@@ -831,8 +833,6 @@ EFL_BUILD_DOC_TRUE | |||
831 | efl_doxygen | 833 | efl_doxygen |
832 | efl_have_doxygen | 834 | efl_have_doxygen |
833 | pkgconfig_requires_private | 835 | pkgconfig_requires_private |
834 | PKG_CONFIG_LIBDIR | ||
835 | PKG_CONFIG_PATH | ||
836 | PKG_CONFIG | 836 | PKG_CONFIG |
837 | CXXCPP | 837 | CXXCPP |
838 | am__fastdepCXX_FALSE | 838 | am__fastdepCXX_FALSE |
@@ -1007,6 +1007,8 @@ with_doxygen | |||
1007 | enable_valgrind | 1007 | enable_valgrind |
1008 | enable_ememoa | 1008 | enable_ememoa |
1009 | enable_assert | 1009 | enable_assert |
1010 | enable_debug_malloc | ||
1011 | enable_log | ||
1010 | with_iconv_link | 1012 | with_iconv_link |
1011 | enable_mempool_chained_pool | 1013 | enable_mempool_chained_pool |
1012 | enable_mempool_ememoa_fixed | 1014 | enable_mempool_ememoa_fixed |
@@ -1037,8 +1039,6 @@ CXXFLAGS | |||
1037 | CCC | 1039 | CCC |
1038 | CXXCPP | 1040 | CXXCPP |
1039 | PKG_CONFIG | 1041 | PKG_CONFIG |
1040 | PKG_CONFIG_PATH | ||
1041 | PKG_CONFIG_LIBDIR | ||
1042 | VALGRIND_CFLAGS | 1042 | VALGRIND_CFLAGS |
1043 | VALGRIND_LIBS | 1043 | VALGRIND_LIBS |
1044 | EVIL_CFLAGS | 1044 | EVIL_CFLAGS |
@@ -1115,9 +1115,8 @@ do | |||
1115 | fi | 1115 | fi |
1116 | 1116 | ||
1117 | case $ac_option in | 1117 | case $ac_option in |
1118 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 1118 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
1119 | *=) ac_optarg= ;; | 1119 | *) ac_optarg=yes ;; |
1120 | *) ac_optarg=yes ;; | ||
1121 | esac | 1120 | esac |
1122 | 1121 | ||
1123 | # Accept the important Cygnus configure options, so we can diagnose typos. | 1122 | # Accept the important Cygnus configure options, so we can diagnose typos. |
@@ -1162,7 +1161,7 @@ do | |||
1162 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 1161 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
1163 | # Reject names that are not valid shell variable names. | 1162 | # Reject names that are not valid shell variable names. |
1164 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1163 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1165 | as_fn_error $? "invalid feature name: $ac_useropt" | 1164 | as_fn_error "invalid feature name: $ac_useropt" |
1166 | ac_useropt_orig=$ac_useropt | 1165 | ac_useropt_orig=$ac_useropt |
1167 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1166 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1168 | case $ac_user_opts in | 1167 | case $ac_user_opts in |
@@ -1188,7 +1187,7 @@ do | |||
1188 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 1187 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
1189 | # Reject names that are not valid shell variable names. | 1188 | # Reject names that are not valid shell variable names. |
1190 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1189 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1191 | as_fn_error $? "invalid feature name: $ac_useropt" | 1190 | as_fn_error "invalid feature name: $ac_useropt" |
1192 | ac_useropt_orig=$ac_useropt | 1191 | ac_useropt_orig=$ac_useropt |
1193 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1192 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1194 | case $ac_user_opts in | 1193 | case $ac_user_opts in |
@@ -1392,7 +1391,7 @@ do | |||
1392 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1391 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1393 | # Reject names that are not valid shell variable names. | 1392 | # Reject names that are not valid shell variable names. |
1394 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1393 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1395 | as_fn_error $? "invalid package name: $ac_useropt" | 1394 | as_fn_error "invalid package name: $ac_useropt" |
1396 | ac_useropt_orig=$ac_useropt | 1395 | ac_useropt_orig=$ac_useropt |
1397 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1396 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1398 | case $ac_user_opts in | 1397 | case $ac_user_opts in |
@@ -1408,7 +1407,7 @@ do | |||
1408 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1407 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1409 | # Reject names that are not valid shell variable names. | 1408 | # Reject names that are not valid shell variable names. |
1410 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1409 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1411 | as_fn_error $? "invalid package name: $ac_useropt" | 1410 | as_fn_error "invalid package name: $ac_useropt" |
1412 | ac_useropt_orig=$ac_useropt | 1411 | ac_useropt_orig=$ac_useropt |
1413 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1412 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1414 | case $ac_user_opts in | 1413 | case $ac_user_opts in |
@@ -1438,8 +1437,8 @@ do | |||
1438 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1437 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1439 | x_libraries=$ac_optarg ;; | 1438 | x_libraries=$ac_optarg ;; |
1440 | 1439 | ||
1441 | -*) as_fn_error $? "unrecognized option: \`$ac_option' | 1440 | -*) as_fn_error "unrecognized option: \`$ac_option' |
1442 | Try \`$0 --help' for more information" | 1441 | Try \`$0 --help' for more information." |
1443 | ;; | 1442 | ;; |
1444 | 1443 | ||
1445 | *=*) | 1444 | *=*) |
@@ -1447,7 +1446,7 @@ Try \`$0 --help' for more information" | |||
1447 | # Reject names that are not valid shell variable names. | 1446 | # Reject names that are not valid shell variable names. |
1448 | case $ac_envvar in #( | 1447 | case $ac_envvar in #( |
1449 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1448 | '' | [0-9]* | *[!_$as_cr_alnum]* ) |
1450 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; | 1449 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; |
1451 | esac | 1450 | esac |
1452 | eval $ac_envvar=\$ac_optarg | 1451 | eval $ac_envvar=\$ac_optarg |
1453 | export $ac_envvar ;; | 1452 | export $ac_envvar ;; |
@@ -1465,13 +1464,13 @@ done | |||
1465 | 1464 | ||
1466 | if test -n "$ac_prev"; then | 1465 | if test -n "$ac_prev"; then |
1467 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1466 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1468 | as_fn_error $? "missing argument to $ac_option" | 1467 | as_fn_error "missing argument to $ac_option" |
1469 | fi | 1468 | fi |
1470 | 1469 | ||
1471 | if test -n "$ac_unrecognized_opts"; then | 1470 | if test -n "$ac_unrecognized_opts"; then |
1472 | case $enable_option_checking in | 1471 | case $enable_option_checking in |
1473 | no) ;; | 1472 | no) ;; |
1474 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; | 1473 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; |
1475 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1474 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
1476 | esac | 1475 | esac |
1477 | fi | 1476 | fi |
@@ -1494,7 +1493,7 @@ do | |||
1494 | [\\/$]* | ?:[\\/]* ) continue;; | 1493 | [\\/$]* | ?:[\\/]* ) continue;; |
1495 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1494 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1496 | esac | 1495 | esac |
1497 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" | 1496 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" |
1498 | done | 1497 | done |
1499 | 1498 | ||
1500 | # There might be people who depend on the old broken behavior: `$host' | 1499 | # There might be people who depend on the old broken behavior: `$host' |
@@ -1508,8 +1507,8 @@ target=$target_alias | |||
1508 | if test "x$host_alias" != x; then | 1507 | if test "x$host_alias" != x; then |
1509 | if test "x$build_alias" = x; then | 1508 | if test "x$build_alias" = x; then |
1510 | cross_compiling=maybe | 1509 | cross_compiling=maybe |
1511 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | 1510 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
1512 | If a cross compiler is detected then cross compile mode will be used" >&2 | 1511 | If a cross compiler is detected then cross compile mode will be used." >&2 |
1513 | elif test "x$build_alias" != "x$host_alias"; then | 1512 | elif test "x$build_alias" != "x$host_alias"; then |
1514 | cross_compiling=yes | 1513 | cross_compiling=yes |
1515 | fi | 1514 | fi |
@@ -1524,9 +1523,9 @@ test "$silent" = yes && exec 6>/dev/null | |||
1524 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1523 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1525 | ac_ls_di=`ls -di .` && | 1524 | ac_ls_di=`ls -di .` && |
1526 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1525 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1527 | as_fn_error $? "working directory cannot be determined" | 1526 | as_fn_error "working directory cannot be determined" |
1528 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1527 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1529 | as_fn_error $? "pwd does not report name of working directory" | 1528 | as_fn_error "pwd does not report name of working directory" |
1530 | 1529 | ||
1531 | 1530 | ||
1532 | # Find the source files, if location was not specified. | 1531 | # Find the source files, if location was not specified. |
@@ -1565,11 +1564,11 @@ else | |||
1565 | fi | 1564 | fi |
1566 | if test ! -r "$srcdir/$ac_unique_file"; then | 1565 | if test ! -r "$srcdir/$ac_unique_file"; then |
1567 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1566 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1568 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" | 1567 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" |
1569 | fi | 1568 | fi |
1570 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1569 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1571 | ac_abs_confdir=`( | 1570 | ac_abs_confdir=`( |
1572 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" | 1571 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" |
1573 | pwd)` | 1572 | pwd)` |
1574 | # When building in place, set srcdir=. | 1573 | # When building in place, set srcdir=. |
1575 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1574 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
@@ -1595,7 +1594,7 @@ if test "$ac_init_help" = "long"; then | |||
1595 | # Omit some internal or obsolete options to make the list less imposing. | 1594 | # Omit some internal or obsolete options to make the list less imposing. |
1596 | # This message is too long to be a string in the A/UX 3.1 sh. | 1595 | # This message is too long to be a string in the A/UX 3.1 sh. |
1597 | cat <<_ACEOF | 1596 | cat <<_ACEOF |
1598 | \`configure' configures eina 1.1.0 to adapt to many kinds of systems. | 1597 | \`configure' configures eina 1.1.99.67344 to adapt to many kinds of systems. |
1599 | 1598 | ||
1600 | Usage: $0 [OPTION]... [VAR=VALUE]... | 1599 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1601 | 1600 | ||
@@ -1609,7 +1608,7 @@ Configuration: | |||
1609 | --help=short display options specific to this package | 1608 | --help=short display options specific to this package |
1610 | --help=recursive display the short help of all the included packages | 1609 | --help=recursive display the short help of all the included packages |
1611 | -V, --version display version information and exit | 1610 | -V, --version display version information and exit |
1612 | -q, --quiet, --silent do not print \`checking ...' messages | 1611 | -q, --quiet, --silent do not print \`checking...' messages |
1613 | --cache-file=FILE cache test results in FILE [disabled] | 1612 | --cache-file=FILE cache test results in FILE [disabled] |
1614 | -C, --config-cache alias for \`--cache-file=config.cache' | 1613 | -C, --config-cache alias for \`--cache-file=config.cache' |
1615 | -n, --no-create do not create output files | 1614 | -n, --no-create do not create output files |
@@ -1665,7 +1664,7 @@ fi | |||
1665 | 1664 | ||
1666 | if test -n "$ac_init_help"; then | 1665 | if test -n "$ac_init_help"; then |
1667 | case $ac_init_help in | 1666 | case $ac_init_help in |
1668 | short | recursive ) echo "Configuration of eina 1.1.0:";; | 1667 | short | recursive ) echo "Configuration of eina 1.1.99.67344:";; |
1669 | esac | 1668 | esac |
1670 | cat <<\_ACEOF | 1669 | cat <<\_ACEOF |
1671 | 1670 | ||
@@ -1711,6 +1710,10 @@ Optional Features: | |||
1711 | usages, having it to report proper mempool leaks. | 1710 | usages, having it to report proper mempool leaks. |
1712 | --enable-ememoa build ememoa memory pool module [default=yes] | 1711 | --enable-ememoa build ememoa memory pool module [default=yes] |
1713 | --disable-assert turn off assertions | 1712 | --disable-assert turn off assertions |
1713 | --enable-debug-malloc enable debugging of malloc usage overhead in our | ||
1714 | allocator [default=enabled] | ||
1715 | --disable-log disable Eina_Log infrastructure completly | ||
1716 | [default=enabled] | ||
1714 | --enable-mempool-chained-pool | 1717 | --enable-mempool-chained-pool |
1715 | enable build of chained pool | 1718 | enable build of chained pool |
1716 | [default=${enable_chained_pool}] | 1719 | [default=${enable_chained_pool}] |
@@ -1769,10 +1772,6 @@ Some influential environment variables: | |||
1769 | CXXFLAGS C++ compiler flags | 1772 | CXXFLAGS C++ compiler flags |
1770 | CXXCPP C++ preprocessor | 1773 | CXXCPP C++ preprocessor |
1771 | PKG_CONFIG path to pkg-config utility | 1774 | PKG_CONFIG path to pkg-config utility |
1772 | PKG_CONFIG_PATH | ||
1773 | directories to add to pkg-config's search path | ||
1774 | PKG_CONFIG_LIBDIR | ||
1775 | path overriding pkg-config's built-in search path | ||
1776 | VALGRIND_CFLAGS | 1775 | VALGRIND_CFLAGS |
1777 | C compiler flags for VALGRIND, overriding pkg-config | 1776 | C compiler flags for VALGRIND, overriding pkg-config |
1778 | VALGRIND_LIBS | 1777 | VALGRIND_LIBS |
@@ -1861,10 +1860,10 @@ fi | |||
1861 | test -n "$ac_init_help" && exit $ac_status | 1860 | test -n "$ac_init_help" && exit $ac_status |
1862 | if $ac_init_version; then | 1861 | if $ac_init_version; then |
1863 | cat <<\_ACEOF | 1862 | cat <<\_ACEOF |
1864 | eina configure 1.1.0 | 1863 | eina configure 1.1.99.67344 |
1865 | generated by GNU Autoconf 2.67 | 1864 | generated by GNU Autoconf 2.65 |
1866 | 1865 | ||
1867 | Copyright (C) 2010 Free Software Foundation, Inc. | 1866 | Copyright (C) 2009 Free Software Foundation, Inc. |
1868 | This configure script is free software; the Free Software Foundation | 1867 | This configure script is free software; the Free Software Foundation |
1869 | gives unlimited permission to copy, distribute and modify it. | 1868 | gives unlimited permission to copy, distribute and modify it. |
1870 | _ACEOF | 1869 | _ACEOF |
@@ -1934,7 +1933,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
1934 | mv -f conftest.er1 conftest.err | 1933 | mv -f conftest.er1 conftest.err |
1935 | fi | 1934 | fi |
1936 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 1935 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1937 | test $ac_status = 0; } > conftest.i && { | 1936 | test $ac_status = 0; } >/dev/null && { |
1938 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 1937 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
1939 | test ! -s conftest.err | 1938 | test ! -s conftest.err |
1940 | }; then : | 1939 | }; then : |
@@ -1958,10 +1957,10 @@ fi | |||
1958 | ac_fn_c_check_header_mongrel () | 1957 | ac_fn_c_check_header_mongrel () |
1959 | { | 1958 | { |
1960 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1959 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1961 | if eval "test \"\${$3+set}\"" = set; then : | 1960 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1962 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1961 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1963 | $as_echo_n "checking for $2... " >&6; } | 1962 | $as_echo_n "checking for $2... " >&6; } |
1964 | if eval "test \"\${$3+set}\"" = set; then : | 1963 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1965 | $as_echo_n "(cached) " >&6 | 1964 | $as_echo_n "(cached) " >&6 |
1966 | fi | 1965 | fi |
1967 | eval ac_res=\$$3 | 1966 | eval ac_res=\$$3 |
@@ -1997,7 +1996,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
1997 | else | 1996 | else |
1998 | ac_header_preproc=no | 1997 | ac_header_preproc=no |
1999 | fi | 1998 | fi |
2000 | rm -f conftest.err conftest.i conftest.$ac_ext | 1999 | rm -f conftest.err conftest.$ac_ext |
2001 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 2000 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
2002 | $as_echo "$ac_header_preproc" >&6; } | 2001 | $as_echo "$ac_header_preproc" >&6; } |
2003 | 2002 | ||
@@ -2020,15 +2019,17 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |||
2020 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | 2019 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
2021 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | 2020 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
2022 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 2021 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
2023 | ( $as_echo "## -------------------------------------------------------- ## | 2022 | ( cat <<\_ASBOX |
2023 | ## -------------------------------------------------------- ## | ||
2024 | ## Report this to enlightenment-devel@lists.sourceforge.net ## | 2024 | ## Report this to enlightenment-devel@lists.sourceforge.net ## |
2025 | ## -------------------------------------------------------- ##" | 2025 | ## -------------------------------------------------------- ## |
2026 | _ASBOX | ||
2026 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 2027 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
2027 | ;; | 2028 | ;; |
2028 | esac | 2029 | esac |
2029 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2030 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2030 | $as_echo_n "checking for $2... " >&6; } | 2031 | $as_echo_n "checking for $2... " >&6; } |
2031 | if eval "test \"\${$3+set}\"" = set; then : | 2032 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2032 | $as_echo_n "(cached) " >&6 | 2033 | $as_echo_n "(cached) " >&6 |
2033 | else | 2034 | else |
2034 | eval "$3=\$ac_header_compiler" | 2035 | eval "$3=\$ac_header_compiler" |
@@ -2092,7 +2093,7 @@ ac_fn_c_check_header_compile () | |||
2092 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2093 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2093 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2094 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2094 | $as_echo_n "checking for $2... " >&6; } | 2095 | $as_echo_n "checking for $2... " >&6; } |
2095 | if eval "test \"\${$3+set}\"" = set; then : | 2096 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2096 | $as_echo_n "(cached) " >&6 | 2097 | $as_echo_n "(cached) " >&6 |
2097 | else | 2098 | else |
2098 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2099 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -2168,7 +2169,7 @@ ac_fn_c_check_func () | |||
2168 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2169 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2169 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2170 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2170 | $as_echo_n "checking for $2... " >&6; } | 2171 | $as_echo_n "checking for $2... " >&6; } |
2171 | if eval "test \"\${$3+set}\"" = set; then : | 2172 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2172 | $as_echo_n "(cached) " >&6 | 2173 | $as_echo_n "(cached) " >&6 |
2173 | else | 2174 | else |
2174 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2175 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -2286,7 +2287,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
2286 | mv -f conftest.er1 conftest.err | 2287 | mv -f conftest.er1 conftest.err |
2287 | fi | 2288 | fi |
2288 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 2289 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
2289 | test $ac_status = 0; } > conftest.i && { | 2290 | test $ac_status = 0; } >/dev/null && { |
2290 | test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || | 2291 | test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || |
2291 | test ! -s conftest.err | 2292 | test ! -s conftest.err |
2292 | }; then : | 2293 | }; then : |
@@ -2535,7 +2536,7 @@ ac_fn_c_check_type () | |||
2535 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2536 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2536 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2537 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2537 | $as_echo_n "checking for $2... " >&6; } | 2538 | $as_echo_n "checking for $2... " >&6; } |
2538 | if eval "test \"\${$3+set}\"" = set; then : | 2539 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2539 | $as_echo_n "(cached) " >&6 | 2540 | $as_echo_n "(cached) " >&6 |
2540 | else | 2541 | else |
2541 | eval "$3=no" | 2542 | eval "$3=no" |
@@ -2583,8 +2584,8 @@ cat >config.log <<_ACEOF | |||
2583 | This file contains any messages produced by compilers while | 2584 | This file contains any messages produced by compilers while |
2584 | running configure, to aid debugging if configure makes a mistake. | 2585 | running configure, to aid debugging if configure makes a mistake. |
2585 | 2586 | ||
2586 | It was created by eina $as_me 1.1.0, which was | 2587 | It was created by eina $as_me 1.1.99.67344, which was |
2587 | generated by GNU Autoconf 2.67. Invocation command line was | 2588 | generated by GNU Autoconf 2.65. Invocation command line was |
2588 | 2589 | ||
2589 | $ $0 $@ | 2590 | $ $0 $@ |
2590 | 2591 | ||
@@ -2694,9 +2695,11 @@ trap 'exit_status=$? | |||
2694 | { | 2695 | { |
2695 | echo | 2696 | echo |
2696 | 2697 | ||
2697 | $as_echo "## ---------------- ## | 2698 | cat <<\_ASBOX |
2699 | ## ---------------- ## | ||
2698 | ## Cache variables. ## | 2700 | ## Cache variables. ## |
2699 | ## ---------------- ##" | 2701 | ## ---------------- ## |
2702 | _ASBOX | ||
2700 | echo | 2703 | echo |
2701 | # The following way of writing the cache mishandles newlines in values, | 2704 | # The following way of writing the cache mishandles newlines in values, |
2702 | ( | 2705 | ( |
@@ -2730,9 +2733,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
2730 | ) | 2733 | ) |
2731 | echo | 2734 | echo |
2732 | 2735 | ||
2733 | $as_echo "## ----------------- ## | 2736 | cat <<\_ASBOX |
2737 | ## ----------------- ## | ||
2734 | ## Output variables. ## | 2738 | ## Output variables. ## |
2735 | ## ----------------- ##" | 2739 | ## ----------------- ## |
2740 | _ASBOX | ||
2736 | echo | 2741 | echo |
2737 | for ac_var in $ac_subst_vars | 2742 | for ac_var in $ac_subst_vars |
2738 | do | 2743 | do |
@@ -2745,9 +2750,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
2745 | echo | 2750 | echo |
2746 | 2751 | ||
2747 | if test -n "$ac_subst_files"; then | 2752 | if test -n "$ac_subst_files"; then |
2748 | $as_echo "## ------------------- ## | 2753 | cat <<\_ASBOX |
2754 | ## ------------------- ## | ||
2749 | ## File substitutions. ## | 2755 | ## File substitutions. ## |
2750 | ## ------------------- ##" | 2756 | ## ------------------- ## |
2757 | _ASBOX | ||
2751 | echo | 2758 | echo |
2752 | for ac_var in $ac_subst_files | 2759 | for ac_var in $ac_subst_files |
2753 | do | 2760 | do |
@@ -2761,9 +2768,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
2761 | fi | 2768 | fi |
2762 | 2769 | ||
2763 | if test -s confdefs.h; then | 2770 | if test -s confdefs.h; then |
2764 | $as_echo "## ----------- ## | 2771 | cat <<\_ASBOX |
2772 | ## ----------- ## | ||
2765 | ## confdefs.h. ## | 2773 | ## confdefs.h. ## |
2766 | ## ----------- ##" | 2774 | ## ----------- ## |
2775 | _ASBOX | ||
2767 | echo | 2776 | echo |
2768 | cat confdefs.h | 2777 | cat confdefs.h |
2769 | echo | 2778 | echo |
@@ -2818,12 +2827,7 @@ _ACEOF | |||
2818 | ac_site_file1=NONE | 2827 | ac_site_file1=NONE |
2819 | ac_site_file2=NONE | 2828 | ac_site_file2=NONE |
2820 | if test -n "$CONFIG_SITE"; then | 2829 | if test -n "$CONFIG_SITE"; then |
2821 | # We do not want a PATH search for config.site. | 2830 | ac_site_file1=$CONFIG_SITE |
2822 | case $CONFIG_SITE in #(( | ||
2823 | -*) ac_site_file1=./$CONFIG_SITE;; | ||
2824 | */*) ac_site_file1=$CONFIG_SITE;; | ||
2825 | *) ac_site_file1=./$CONFIG_SITE;; | ||
2826 | esac | ||
2827 | elif test "x$prefix" != xNONE; then | 2831 | elif test "x$prefix" != xNONE; then |
2828 | ac_site_file1=$prefix/share/config.site | 2832 | ac_site_file1=$prefix/share/config.site |
2829 | ac_site_file2=$prefix/etc/config.site | 2833 | ac_site_file2=$prefix/etc/config.site |
@@ -2838,11 +2842,7 @@ do | |||
2838 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 2842 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2839 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 2843 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
2840 | sed 's/^/| /' "$ac_site_file" >&5 | 2844 | sed 's/^/| /' "$ac_site_file" >&5 |
2841 | . "$ac_site_file" \ | 2845 | . "$ac_site_file" |
2842 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
2843 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
2844 | as_fn_error $? "failed to load site script $ac_site_file | ||
2845 | See \`config.log' for more details" "$LINENO" 5 ; } | ||
2846 | fi | 2846 | fi |
2847 | done | 2847 | done |
2848 | 2848 | ||
@@ -2918,7 +2918,7 @@ if $ac_cache_corrupted; then | |||
2918 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2918 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2919 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 2919 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
2920 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 2920 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
2921 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 2921 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
2922 | fi | 2922 | fi |
2923 | ## -------------------- ## | 2923 | ## -------------------- ## |
2924 | ## Main body of script. ## | 2924 | ## Main body of script. ## |
@@ -2944,22 +2944,16 @@ am__api_version='1.11' | |||
2944 | 2944 | ||
2945 | ac_aux_dir= | 2945 | ac_aux_dir= |
2946 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 2946 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
2947 | if test -f "$ac_dir/install-sh"; then | 2947 | for ac_t in install-sh install.sh shtool; do |
2948 | ac_aux_dir=$ac_dir | 2948 | if test -f "$ac_dir/$ac_t"; then |
2949 | ac_install_sh="$ac_aux_dir/install-sh -c" | 2949 | ac_aux_dir=$ac_dir |
2950 | break | 2950 | ac_install_sh="$ac_aux_dir/$ac_t -c" |
2951 | elif test -f "$ac_dir/install.sh"; then | 2951 | break 2 |
2952 | ac_aux_dir=$ac_dir | 2952 | fi |
2953 | ac_install_sh="$ac_aux_dir/install.sh -c" | 2953 | done |
2954 | break | ||
2955 | elif test -f "$ac_dir/shtool"; then | ||
2956 | ac_aux_dir=$ac_dir | ||
2957 | ac_install_sh="$ac_aux_dir/shtool install -c" | ||
2958 | break | ||
2959 | fi | ||
2960 | done | 2954 | done |
2961 | if test -z "$ac_aux_dir"; then | 2955 | if test -z "$ac_aux_dir"; then |
2962 | as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 2956 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
2963 | fi | 2957 | fi |
2964 | 2958 | ||
2965 | # These three variables are undocumented and unsupported, | 2959 | # These three variables are undocumented and unsupported, |
@@ -3075,11 +3069,11 @@ am_lf=' | |||
3075 | ' | 3069 | ' |
3076 | case `pwd` in | 3070 | case `pwd` in |
3077 | *[\\\"\#\$\&\'\`$am_lf]*) | 3071 | *[\\\"\#\$\&\'\`$am_lf]*) |
3078 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; | 3072 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; |
3079 | esac | 3073 | esac |
3080 | case $srcdir in | 3074 | case $srcdir in |
3081 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 3075 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
3082 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; | 3076 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
3083 | esac | 3077 | esac |
3084 | 3078 | ||
3085 | # Do `set' in a subshell so we don't clobber the current shell's | 3079 | # Do `set' in a subshell so we don't clobber the current shell's |
@@ -3101,7 +3095,7 @@ if ( | |||
3101 | # if, for instance, CONFIG_SHELL is bash and it inherits a | 3095 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
3102 | # broken ls alias from the environment. This has actually | 3096 | # broken ls alias from the environment. This has actually |
3103 | # happened. Such a system could not be considered "sane". | 3097 | # happened. Such a system could not be considered "sane". |
3104 | as_fn_error $? "ls -t appears to fail. Make sure there is not a broken | 3098 | as_fn_error "ls -t appears to fail. Make sure there is not a broken |
3105 | alias in your environment" "$LINENO" 5 | 3099 | alias in your environment" "$LINENO" 5 |
3106 | fi | 3100 | fi |
3107 | 3101 | ||
@@ -3111,7 +3105,7 @@ then | |||
3111 | # Ok. | 3105 | # Ok. |
3112 | : | 3106 | : |
3113 | else | 3107 | else |
3114 | as_fn_error $? "newly created file is older than distributed files! | 3108 | as_fn_error "newly created file is older than distributed files! |
3115 | Check your system clock" "$LINENO" 5 | 3109 | Check your system clock" "$LINENO" 5 |
3116 | fi | 3110 | fi |
3117 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3111 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
@@ -3349,7 +3343,7 @@ done | |||
3349 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 3343 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
3350 | set x ${MAKE-make} | 3344 | set x ${MAKE-make} |
3351 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 3345 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
3352 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : | 3346 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : |
3353 | $as_echo_n "(cached) " >&6 | 3347 | $as_echo_n "(cached) " >&6 |
3354 | else | 3348 | else |
3355 | cat >conftest.make <<\_ACEOF | 3349 | cat >conftest.make <<\_ACEOF |
@@ -3357,7 +3351,7 @@ SHELL = /bin/sh | |||
3357 | all: | 3351 | all: |
3358 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 3352 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
3359 | _ACEOF | 3353 | _ACEOF |
3360 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 3354 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
3361 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 3355 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
3362 | *@@@%%%=?*=@@@%%%*) | 3356 | *@@@%%%=?*=@@@%%%*) |
3363 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 3357 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
@@ -3391,7 +3385,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then | |||
3391 | am__isrc=' -I$(srcdir)' | 3385 | am__isrc=' -I$(srcdir)' |
3392 | # test to see if srcdir already configured | 3386 | # test to see if srcdir already configured |
3393 | if test -f $srcdir/config.status; then | 3387 | if test -f $srcdir/config.status; then |
3394 | as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | 3388 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
3395 | fi | 3389 | fi |
3396 | fi | 3390 | fi |
3397 | 3391 | ||
@@ -3407,7 +3401,7 @@ fi | |||
3407 | 3401 | ||
3408 | # Define the identity of the package. | 3402 | # Define the identity of the package. |
3409 | PACKAGE='eina' | 3403 | PACKAGE='eina' |
3410 | VERSION='1.1.0' | 3404 | VERSION='1.1.99.67344' |
3411 | 3405 | ||
3412 | 3406 | ||
3413 | cat >>confdefs.h <<_ACEOF | 3407 | cat >>confdefs.h <<_ACEOF |
@@ -3822,8 +3816,8 @@ fi | |||
3822 | 3816 | ||
3823 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3817 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3824 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3818 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3825 | as_fn_error $? "no acceptable C compiler found in \$PATH | 3819 | as_fn_error "no acceptable C compiler found in \$PATH |
3826 | See \`config.log' for more details" "$LINENO" 5 ; } | 3820 | See \`config.log' for more details." "$LINENO" 5; } |
3827 | 3821 | ||
3828 | # Provide some information about the compiler. | 3822 | # Provide some information about the compiler. |
3829 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 3823 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -3937,8 +3931,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
3937 | 3931 | ||
3938 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3932 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3939 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3933 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3940 | as_fn_error 77 "C compiler cannot create executables | 3934 | { as_fn_set_status 77 |
3941 | See \`config.log' for more details" "$LINENO" 5 ; } | 3935 | as_fn_error "C compiler cannot create executables |
3936 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
3942 | else | 3937 | else |
3943 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3938 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3944 | $as_echo "yes" >&6; } | 3939 | $as_echo "yes" >&6; } |
@@ -3980,8 +3975,8 @@ done | |||
3980 | else | 3975 | else |
3981 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3976 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3982 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3977 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3983 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 3978 | as_fn_error "cannot compute suffix of executables: cannot compile and link |
3984 | See \`config.log' for more details" "$LINENO" 5 ; } | 3979 | See \`config.log' for more details." "$LINENO" 5; } |
3985 | fi | 3980 | fi |
3986 | rm -f conftest conftest$ac_cv_exeext | 3981 | rm -f conftest conftest$ac_cv_exeext |
3987 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 3982 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
@@ -4038,9 +4033,9 @@ $as_echo "$ac_try_echo"; } >&5 | |||
4038 | else | 4033 | else |
4039 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4034 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4040 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4035 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4041 | as_fn_error $? "cannot run C compiled programs. | 4036 | as_fn_error "cannot run C compiled programs. |
4042 | If you meant to cross compile, use \`--host'. | 4037 | If you meant to cross compile, use \`--host'. |
4043 | See \`config.log' for more details" "$LINENO" 5 ; } | 4038 | See \`config.log' for more details." "$LINENO" 5; } |
4044 | fi | 4039 | fi |
4045 | fi | 4040 | fi |
4046 | fi | 4041 | fi |
@@ -4091,8 +4086,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
4091 | 4086 | ||
4092 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4087 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4093 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4088 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4094 | as_fn_error $? "cannot compute suffix of object files: cannot compile | 4089 | as_fn_error "cannot compute suffix of object files: cannot compile |
4095 | See \`config.log' for more details" "$LINENO" 5 ; } | 4090 | See \`config.log' for more details." "$LINENO" 5; } |
4096 | fi | 4091 | fi |
4097 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 4092 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
4098 | fi | 4093 | fi |
@@ -4482,7 +4477,7 @@ else | |||
4482 | # Broken: fails on valid input. | 4477 | # Broken: fails on valid input. |
4483 | continue | 4478 | continue |
4484 | fi | 4479 | fi |
4485 | rm -f conftest.err conftest.i conftest.$ac_ext | 4480 | rm -f conftest.err conftest.$ac_ext |
4486 | 4481 | ||
4487 | # OK, works on sane cases. Now check whether nonexistent headers | 4482 | # OK, works on sane cases. Now check whether nonexistent headers |
4488 | # can be detected and how. | 4483 | # can be detected and how. |
@@ -4498,11 +4493,11 @@ else | |||
4498 | ac_preproc_ok=: | 4493 | ac_preproc_ok=: |
4499 | break | 4494 | break |
4500 | fi | 4495 | fi |
4501 | rm -f conftest.err conftest.i conftest.$ac_ext | 4496 | rm -f conftest.err conftest.$ac_ext |
4502 | 4497 | ||
4503 | done | 4498 | done |
4504 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 4499 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
4505 | rm -f conftest.i conftest.err conftest.$ac_ext | 4500 | rm -f conftest.err conftest.$ac_ext |
4506 | if $ac_preproc_ok; then : | 4501 | if $ac_preproc_ok; then : |
4507 | break | 4502 | break |
4508 | fi | 4503 | fi |
@@ -4541,7 +4536,7 @@ else | |||
4541 | # Broken: fails on valid input. | 4536 | # Broken: fails on valid input. |
4542 | continue | 4537 | continue |
4543 | fi | 4538 | fi |
4544 | rm -f conftest.err conftest.i conftest.$ac_ext | 4539 | rm -f conftest.err conftest.$ac_ext |
4545 | 4540 | ||
4546 | # OK, works on sane cases. Now check whether nonexistent headers | 4541 | # OK, works on sane cases. Now check whether nonexistent headers |
4547 | # can be detected and how. | 4542 | # can be detected and how. |
@@ -4557,18 +4552,18 @@ else | |||
4557 | ac_preproc_ok=: | 4552 | ac_preproc_ok=: |
4558 | break | 4553 | break |
4559 | fi | 4554 | fi |
4560 | rm -f conftest.err conftest.i conftest.$ac_ext | 4555 | rm -f conftest.err conftest.$ac_ext |
4561 | 4556 | ||
4562 | done | 4557 | done |
4563 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 4558 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
4564 | rm -f conftest.i conftest.err conftest.$ac_ext | 4559 | rm -f conftest.err conftest.$ac_ext |
4565 | if $ac_preproc_ok; then : | 4560 | if $ac_preproc_ok; then : |
4566 | 4561 | ||
4567 | else | 4562 | else |
4568 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4563 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4569 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4564 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4570 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 4565 | as_fn_error "C preprocessor \"$CPP\" fails sanity check |
4571 | See \`config.log' for more details" "$LINENO" 5 ; } | 4566 | See \`config.log' for more details." "$LINENO" 5; } |
4572 | fi | 4567 | fi |
4573 | 4568 | ||
4574 | ac_ext=c | 4569 | ac_ext=c |
@@ -4629,7 +4624,7 @@ esac | |||
4629 | done | 4624 | done |
4630 | IFS=$as_save_IFS | 4625 | IFS=$as_save_IFS |
4631 | if test -z "$ac_cv_path_GREP"; then | 4626 | if test -z "$ac_cv_path_GREP"; then |
4632 | as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4627 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4633 | fi | 4628 | fi |
4634 | else | 4629 | else |
4635 | ac_cv_path_GREP=$GREP | 4630 | ac_cv_path_GREP=$GREP |
@@ -4695,7 +4690,7 @@ esac | |||
4695 | done | 4690 | done |
4696 | IFS=$as_save_IFS | 4691 | IFS=$as_save_IFS |
4697 | if test -z "$ac_cv_path_EGREP"; then | 4692 | if test -z "$ac_cv_path_EGREP"; then |
4698 | as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4693 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4699 | fi | 4694 | fi |
4700 | else | 4695 | else |
4701 | ac_cv_path_EGREP=$EGREP | 4696 | ac_cv_path_EGREP=$EGREP |
@@ -4827,7 +4822,8 @@ do : | |||
4827 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 4822 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
4828 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 4823 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
4829 | " | 4824 | " |
4830 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 4825 | eval as_val=\$$as_ac_Header |
4826 | if test "x$as_val" = x""yes; then : | ||
4831 | cat >>confdefs.h <<_ACEOF | 4827 | cat >>confdefs.h <<_ACEOF |
4832 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 4828 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
4833 | _ACEOF | 4829 | _ACEOF |
@@ -5100,7 +5096,7 @@ fi | |||
5100 | 5096 | ||
5101 | # Make sure we can run config.sub. | 5097 | # Make sure we can run config.sub. |
5102 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 5098 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
5103 | as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | 5099 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
5104 | 5100 | ||
5105 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 5101 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
5106 | $as_echo_n "checking build system type... " >&6; } | 5102 | $as_echo_n "checking build system type... " >&6; } |
@@ -5111,16 +5107,16 @@ else | |||
5111 | test "x$ac_build_alias" = x && | 5107 | test "x$ac_build_alias" = x && |
5112 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 5108 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
5113 | test "x$ac_build_alias" = x && | 5109 | test "x$ac_build_alias" = x && |
5114 | as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 | 5110 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 |
5115 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 5111 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
5116 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | 5112 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
5117 | 5113 | ||
5118 | fi | 5114 | fi |
5119 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | 5115 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
5120 | $as_echo "$ac_cv_build" >&6; } | 5116 | $as_echo "$ac_cv_build" >&6; } |
5121 | case $ac_cv_build in | 5117 | case $ac_cv_build in |
5122 | *-*-*) ;; | 5118 | *-*-*) ;; |
5123 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; | 5119 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; |
5124 | esac | 5120 | esac |
5125 | build=$ac_cv_build | 5121 | build=$ac_cv_build |
5126 | ac_save_IFS=$IFS; IFS='-' | 5122 | ac_save_IFS=$IFS; IFS='-' |
@@ -5145,7 +5141,7 @@ else | |||
5145 | ac_cv_host=$ac_cv_build | 5141 | ac_cv_host=$ac_cv_build |
5146 | else | 5142 | else |
5147 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 5143 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
5148 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | 5144 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
5149 | fi | 5145 | fi |
5150 | 5146 | ||
5151 | fi | 5147 | fi |
@@ -5153,7 +5149,7 @@ fi | |||
5153 | $as_echo "$ac_cv_host" >&6; } | 5149 | $as_echo "$ac_cv_host" >&6; } |
5154 | case $ac_cv_host in | 5150 | case $ac_cv_host in |
5155 | *-*-*) ;; | 5151 | *-*-*) ;; |
5156 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; | 5152 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; |
5157 | esac | 5153 | esac |
5158 | host=$ac_cv_host | 5154 | host=$ac_cv_host |
5159 | ac_save_IFS=$IFS; IFS='-' | 5155 | ac_save_IFS=$IFS; IFS='-' |
@@ -5172,7 +5168,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac | |||
5172 | enable_win32_dll=yes | 5168 | enable_win32_dll=yes |
5173 | 5169 | ||
5174 | case $host in | 5170 | case $host in |
5175 | *-*-cygwin* | *-*-mingw* | *-*-pw32*) | 5171 | *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) |
5176 | if test -n "$ac_tool_prefix"; then | 5172 | if test -n "$ac_tool_prefix"; then |
5177 | # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. | 5173 | # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. |
5178 | set dummy ${ac_tool_prefix}as; ac_word=$2 | 5174 | set dummy ${ac_tool_prefix}as; ac_word=$2 |
@@ -5554,7 +5550,7 @@ esac | |||
5554 | done | 5550 | done |
5555 | IFS=$as_save_IFS | 5551 | IFS=$as_save_IFS |
5556 | if test -z "$ac_cv_path_SED"; then | 5552 | if test -z "$ac_cv_path_SED"; then |
5557 | as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 | 5553 | as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 |
5558 | fi | 5554 | fi |
5559 | else | 5555 | else |
5560 | ac_cv_path_SED=$SED | 5556 | ac_cv_path_SED=$SED |
@@ -5633,7 +5629,7 @@ esac | |||
5633 | done | 5629 | done |
5634 | IFS=$as_save_IFS | 5630 | IFS=$as_save_IFS |
5635 | if test -z "$ac_cv_path_FGREP"; then | 5631 | if test -z "$ac_cv_path_FGREP"; then |
5636 | as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 5632 | as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
5637 | fi | 5633 | fi |
5638 | else | 5634 | else |
5639 | ac_cv_path_FGREP=$FGREP | 5635 | ac_cv_path_FGREP=$FGREP |
@@ -5749,7 +5745,7 @@ else | |||
5749 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5745 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5750 | $as_echo "no" >&6; } | 5746 | $as_echo "no" >&6; } |
5751 | fi | 5747 | fi |
5752 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 | 5748 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
5753 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | 5749 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
5754 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | 5750 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
5755 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | 5751 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : |
@@ -5951,13 +5947,13 @@ if test "${lt_cv_nm_interface+set}" = set; then : | |||
5951 | else | 5947 | else |
5952 | lt_cv_nm_interface="BSD nm" | 5948 | lt_cv_nm_interface="BSD nm" |
5953 | echo "int some_variable = 0;" > conftest.$ac_ext | 5949 | echo "int some_variable = 0;" > conftest.$ac_ext |
5954 | (eval echo "\"\$as_me:5954: $ac_compile\"" >&5) | 5950 | (eval echo "\"\$as_me:5950: $ac_compile\"" >&5) |
5955 | (eval "$ac_compile" 2>conftest.err) | 5951 | (eval "$ac_compile" 2>conftest.err) |
5956 | cat conftest.err >&5 | 5952 | cat conftest.err >&5 |
5957 | (eval echo "\"\$as_me:5957: $NM \\\"conftest.$ac_objext\\\"\"" >&5) | 5953 | (eval echo "\"\$as_me:5953: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
5958 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) | 5954 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
5959 | cat conftest.err >&5 | 5955 | cat conftest.err >&5 |
5960 | (eval echo "\"\$as_me:5960: output\"" >&5) | 5956 | (eval echo "\"\$as_me:5956: output\"" >&5) |
5961 | cat conftest.out >&5 | 5957 | cat conftest.out >&5 |
5962 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then | 5958 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
5963 | lt_cv_nm_interface="MS dumpbin" | 5959 | lt_cv_nm_interface="MS dumpbin" |
@@ -6003,7 +5999,7 @@ else | |||
6003 | lt_cv_sys_max_cmd_len=-1; | 5999 | lt_cv_sys_max_cmd_len=-1; |
6004 | ;; | 6000 | ;; |
6005 | 6001 | ||
6006 | cygwin* | mingw*) | 6002 | cygwin* | mingw* | cegcc*) |
6007 | # On Win9x/ME, this test blows up -- it succeeds, but takes | 6003 | # On Win9x/ME, this test blows up -- it succeeds, but takes |
6008 | # about 5 minutes as the teststring grows exponentially. | 6004 | # about 5 minutes as the teststring grows exponentially. |
6009 | # Worse, since 9x/ME are not pre-emptively multitasking, | 6005 | # Worse, since 9x/ME are not pre-emptively multitasking, |
@@ -6204,6 +6200,104 @@ esac | |||
6204 | 6200 | ||
6205 | 6201 | ||
6206 | 6202 | ||
6203 | if test -n "$ac_tool_prefix"; then | ||
6204 | # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. | ||
6205 | set dummy ${ac_tool_prefix}objdump; ac_word=$2 | ||
6206 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | ||
6207 | $as_echo_n "checking for $ac_word... " >&6; } | ||
6208 | if test "${ac_cv_prog_OBJDUMP+set}" = set; then : | ||
6209 | $as_echo_n "(cached) " >&6 | ||
6210 | else | ||
6211 | if test -n "$OBJDUMP"; then | ||
6212 | ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. | ||
6213 | else | ||
6214 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
6215 | for as_dir in $PATH | ||
6216 | do | ||
6217 | IFS=$as_save_IFS | ||
6218 | test -z "$as_dir" && as_dir=. | ||
6219 | for ac_exec_ext in '' $ac_executable_extensions; do | ||
6220 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | ||
6221 | ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" | ||
6222 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
6223 | break 2 | ||
6224 | fi | ||
6225 | done | ||
6226 | done | ||
6227 | IFS=$as_save_IFS | ||
6228 | |||
6229 | fi | ||
6230 | fi | ||
6231 | OBJDUMP=$ac_cv_prog_OBJDUMP | ||
6232 | if test -n "$OBJDUMP"; then | ||
6233 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 | ||
6234 | $as_echo "$OBJDUMP" >&6; } | ||
6235 | else | ||
6236 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
6237 | $as_echo "no" >&6; } | ||
6238 | fi | ||
6239 | |||
6240 | |||
6241 | fi | ||
6242 | if test -z "$ac_cv_prog_OBJDUMP"; then | ||
6243 | ac_ct_OBJDUMP=$OBJDUMP | ||
6244 | # Extract the first word of "objdump", so it can be a program name with args. | ||
6245 | set dummy objdump; ac_word=$2 | ||
6246 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | ||
6247 | $as_echo_n "checking for $ac_word... " >&6; } | ||
6248 | if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : | ||
6249 | $as_echo_n "(cached) " >&6 | ||
6250 | else | ||
6251 | if test -n "$ac_ct_OBJDUMP"; then | ||
6252 | ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. | ||
6253 | else | ||
6254 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
6255 | for as_dir in $PATH | ||
6256 | do | ||
6257 | IFS=$as_save_IFS | ||
6258 | test -z "$as_dir" && as_dir=. | ||
6259 | for ac_exec_ext in '' $ac_executable_extensions; do | ||
6260 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | ||
6261 | ac_cv_prog_ac_ct_OBJDUMP="objdump" | ||
6262 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
6263 | break 2 | ||
6264 | fi | ||
6265 | done | ||
6266 | done | ||
6267 | IFS=$as_save_IFS | ||
6268 | |||
6269 | fi | ||
6270 | fi | ||
6271 | ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP | ||
6272 | if test -n "$ac_ct_OBJDUMP"; then | ||
6273 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 | ||
6274 | $as_echo "$ac_ct_OBJDUMP" >&6; } | ||
6275 | else | ||
6276 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
6277 | $as_echo "no" >&6; } | ||
6278 | fi | ||
6279 | |||
6280 | if test "x$ac_ct_OBJDUMP" = x; then | ||
6281 | OBJDUMP="false" | ||
6282 | else | ||
6283 | case $cross_compiling:$ac_tool_warned in | ||
6284 | yes:) | ||
6285 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | ||
6286 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | ||
6287 | ac_tool_warned=yes ;; | ||
6288 | esac | ||
6289 | OBJDUMP=$ac_ct_OBJDUMP | ||
6290 | fi | ||
6291 | else | ||
6292 | OBJDUMP="$ac_cv_prog_OBJDUMP" | ||
6293 | fi | ||
6294 | |||
6295 | test -z "$OBJDUMP" && OBJDUMP=objdump | ||
6296 | |||
6297 | |||
6298 | |||
6299 | |||
6300 | |||
6207 | 6301 | ||
6208 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 | 6302 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 |
6209 | $as_echo_n "checking how to recognize dependent libraries... " >&6; } | 6303 | $as_echo_n "checking how to recognize dependent libraries... " >&6; } |
@@ -6258,6 +6352,12 @@ mingw* | pw32*) | |||
6258 | fi | 6352 | fi |
6259 | ;; | 6353 | ;; |
6260 | 6354 | ||
6355 | cegcc) | ||
6356 | # use the weaker test based on 'objdump'. See mingw*. | ||
6357 | lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' | ||
6358 | lt_cv_file_magic_cmd='$OBJDUMP -f' | ||
6359 | ;; | ||
6360 | |||
6261 | darwin* | rhapsody*) | 6361 | darwin* | rhapsody*) |
6262 | lt_cv_deplibs_check_method=pass_all | 6362 | lt_cv_deplibs_check_method=pass_all |
6263 | ;; | 6363 | ;; |
@@ -6316,7 +6416,7 @@ irix5* | irix6* | nonstopux*) | |||
6316 | ;; | 6416 | ;; |
6317 | 6417 | ||
6318 | # This must be Linux ELF. | 6418 | # This must be Linux ELF. |
6319 | linux* | k*bsd*-gnu) | 6419 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
6320 | lt_cv_deplibs_check_method=pass_all | 6420 | lt_cv_deplibs_check_method=pass_all |
6321 | ;; | 6421 | ;; |
6322 | 6422 | ||
@@ -6796,7 +6896,7 @@ case $host_os in | |||
6796 | aix*) | 6896 | aix*) |
6797 | symcode='[BCDT]' | 6897 | symcode='[BCDT]' |
6798 | ;; | 6898 | ;; |
6799 | cygwin* | mingw* | pw32*) | 6899 | cygwin* | mingw* | pw32* | cegcc*) |
6800 | symcode='[ABCDGISTW]' | 6900 | symcode='[ABCDGISTW]' |
6801 | ;; | 6901 | ;; |
6802 | hpux*) | 6902 | hpux*) |
@@ -7055,7 +7155,7 @@ ia64-*-hpux*) | |||
7055 | ;; | 7155 | ;; |
7056 | *-*-irix6*) | 7156 | *-*-irix6*) |
7057 | # Find out which ABI we are using. | 7157 | # Find out which ABI we are using. |
7058 | echo '#line 7058 "configure"' > conftest.$ac_ext | 7158 | echo '#line 7158 "configure"' > conftest.$ac_ext |
7059 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 7159 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
7060 | (eval $ac_compile) 2>&5 | 7160 | (eval $ac_compile) 2>&5 |
7061 | ac_status=$? | 7161 | ac_status=$? |
@@ -8315,11 +8415,11 @@ else | |||
8315 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8415 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8316 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8416 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8317 | -e 's:$: $lt_compiler_flag:'` | 8417 | -e 's:$: $lt_compiler_flag:'` |
8318 | (eval echo "\"\$as_me:8318: $lt_compile\"" >&5) | 8418 | (eval echo "\"\$as_me:8418: $lt_compile\"" >&5) |
8319 | (eval "$lt_compile" 2>conftest.err) | 8419 | (eval "$lt_compile" 2>conftest.err) |
8320 | ac_status=$? | 8420 | ac_status=$? |
8321 | cat conftest.err >&5 | 8421 | cat conftest.err >&5 |
8322 | echo "$as_me:8322: \$? = $ac_status" >&5 | 8422 | echo "$as_me:8422: \$? = $ac_status" >&5 |
8323 | if (exit $ac_status) && test -s "$ac_outfile"; then | 8423 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8324 | # The compiler can only warn and ignore the option if not recognized | 8424 | # The compiler can only warn and ignore the option if not recognized |
8325 | # So say no if there are warnings other than the usual output. | 8425 | # So say no if there are warnings other than the usual output. |
@@ -8387,7 +8487,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |||
8387 | # PIC is the default for these OSes. | 8487 | # PIC is the default for these OSes. |
8388 | ;; | 8488 | ;; |
8389 | 8489 | ||
8390 | mingw* | cygwin* | pw32* | os2*) | 8490 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
8391 | # This hack is so that the source file can tell whether it is being | 8491 | # This hack is so that the source file can tell whether it is being |
8392 | # built for inclusion in a dll (and should export symbols for example). | 8492 | # built for inclusion in a dll (and should export symbols for example). |
8393 | # Although the cygwin gcc ignores -fPIC, still need this for old-style | 8493 | # Although the cygwin gcc ignores -fPIC, still need this for old-style |
@@ -8402,10 +8502,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |||
8402 | ;; | 8502 | ;; |
8403 | 8503 | ||
8404 | hpux*) | 8504 | hpux*) |
8405 | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but | 8505 | # PIC is the default for 64-bit PA HP-UX, but not for 32-bit |
8406 | # not for PA HP-UX. | 8506 | # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag |
8507 | # sets the default TLS model and affects inlining. | ||
8407 | case $host_cpu in | 8508 | case $host_cpu in |
8408 | hppa*64*|ia64*) | 8509 | hppa*64*) |
8409 | # +Z the default | 8510 | # +Z the default |
8410 | ;; | 8511 | ;; |
8411 | *) | 8512 | *) |
@@ -8455,7 +8556,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |||
8455 | fi | 8556 | fi |
8456 | ;; | 8557 | ;; |
8457 | 8558 | ||
8458 | mingw* | cygwin* | pw32* | os2*) | 8559 | mingw* | cygwin* | pw32* | os2* | cegcc*) |
8459 | # This hack is so that the source file can tell whether it is being | 8560 | # This hack is so that the source file can tell whether it is being |
8460 | # built for inclusion in a dll (and should export symbols for example). | 8561 | # built for inclusion in a dll (and should export symbols for example). |
8461 | lt_prog_compiler_pic='-DDLL_EXPORT' | 8562 | lt_prog_compiler_pic='-DDLL_EXPORT' |
@@ -8483,13 +8584,27 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |||
8483 | lt_prog_compiler_static='-non_shared' | 8584 | lt_prog_compiler_static='-non_shared' |
8484 | ;; | 8585 | ;; |
8485 | 8586 | ||
8486 | linux* | k*bsd*-gnu) | 8587 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
8487 | case $cc_basename in | 8588 | case $cc_basename in |
8488 | icc* | ecc* | ifort*) | 8589 | # old Intel for x86_64 which still supported -KPIC. |
8590 | ecc*) | ||
8489 | lt_prog_compiler_wl='-Wl,' | 8591 | lt_prog_compiler_wl='-Wl,' |
8490 | lt_prog_compiler_pic='-KPIC' | 8592 | lt_prog_compiler_pic='-KPIC' |
8491 | lt_prog_compiler_static='-static' | 8593 | lt_prog_compiler_static='-static' |
8492 | ;; | 8594 | ;; |
8595 | # icc used to be incompatible with GCC. | ||
8596 | # ICC 10 doesn't accept -KPIC any more. | ||
8597 | icc* | ifort*) | ||
8598 | lt_prog_compiler_wl='-Wl,' | ||
8599 | lt_prog_compiler_pic='-fPIC' | ||
8600 | lt_prog_compiler_static='-static' | ||
8601 | ;; | ||
8602 | # Lahey Fortran 8.1. | ||
8603 | lf95*) | ||
8604 | lt_prog_compiler_wl='-Wl,' | ||
8605 | lt_prog_compiler_pic='--shared' | ||
8606 | lt_prog_compiler_static='--static' | ||
8607 | ;; | ||
8493 | pgcc* | pgf77* | pgf90* | pgf95*) | 8608 | pgcc* | pgf77* | pgf90* | pgf95*) |
8494 | # Portland Group compilers (*not* the Pentium gcc compiler, | 8609 | # Portland Group compilers (*not* the Pentium gcc compiler, |
8495 | # which looks to be a dead project) | 8610 | # which looks to be a dead project) |
@@ -8639,11 +8754,11 @@ else | |||
8639 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8754 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8640 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8755 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8641 | -e 's:$: $lt_compiler_flag:'` | 8756 | -e 's:$: $lt_compiler_flag:'` |
8642 | (eval echo "\"\$as_me:8642: $lt_compile\"" >&5) | 8757 | (eval echo "\"\$as_me:8757: $lt_compile\"" >&5) |
8643 | (eval "$lt_compile" 2>conftest.err) | 8758 | (eval "$lt_compile" 2>conftest.err) |
8644 | ac_status=$? | 8759 | ac_status=$? |
8645 | cat conftest.err >&5 | 8760 | cat conftest.err >&5 |
8646 | echo "$as_me:8646: \$? = $ac_status" >&5 | 8761 | echo "$as_me:8761: \$? = $ac_status" >&5 |
8647 | if (exit $ac_status) && test -s "$ac_outfile"; then | 8762 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8648 | # The compiler can only warn and ignore the option if not recognized | 8763 | # The compiler can only warn and ignore the option if not recognized |
8649 | # So say no if there are warnings other than the usual output. | 8764 | # So say no if there are warnings other than the usual output. |
@@ -8744,11 +8859,11 @@ else | |||
8744 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8859 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8745 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8860 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8746 | -e 's:$: $lt_compiler_flag:'` | 8861 | -e 's:$: $lt_compiler_flag:'` |
8747 | (eval echo "\"\$as_me:8747: $lt_compile\"" >&5) | 8862 | (eval echo "\"\$as_me:8862: $lt_compile\"" >&5) |
8748 | (eval "$lt_compile" 2>out/conftest.err) | 8863 | (eval "$lt_compile" 2>out/conftest.err) |
8749 | ac_status=$? | 8864 | ac_status=$? |
8750 | cat out/conftest.err >&5 | 8865 | cat out/conftest.err >&5 |
8751 | echo "$as_me:8751: \$? = $ac_status" >&5 | 8866 | echo "$as_me:8866: \$? = $ac_status" >&5 |
8752 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 8867 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8753 | then | 8868 | then |
8754 | # The compiler can only warn and ignore the option if not recognized | 8869 | # The compiler can only warn and ignore the option if not recognized |
@@ -8799,11 +8914,11 @@ else | |||
8799 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8914 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8800 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8915 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8801 | -e 's:$: $lt_compiler_flag:'` | 8916 | -e 's:$: $lt_compiler_flag:'` |
8802 | (eval echo "\"\$as_me:8802: $lt_compile\"" >&5) | 8917 | (eval echo "\"\$as_me:8917: $lt_compile\"" >&5) |
8803 | (eval "$lt_compile" 2>out/conftest.err) | 8918 | (eval "$lt_compile" 2>out/conftest.err) |
8804 | ac_status=$? | 8919 | ac_status=$? |
8805 | cat out/conftest.err >&5 | 8920 | cat out/conftest.err >&5 |
8806 | echo "$as_me:8806: \$? = $ac_status" >&5 | 8921 | echo "$as_me:8921: \$? = $ac_status" >&5 |
8807 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 8922 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8808 | then | 8923 | then |
8809 | # The compiler can only warn and ignore the option if not recognized | 8924 | # The compiler can only warn and ignore the option if not recognized |
@@ -8903,7 +9018,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | |||
8903 | extract_expsyms_cmds= | 9018 | extract_expsyms_cmds= |
8904 | 9019 | ||
8905 | case $host_os in | 9020 | case $host_os in |
8906 | cygwin* | mingw* | pw32*) | 9021 | cygwin* | mingw* | pw32* | cegcc*) |
8907 | # FIXME: the MSVC++ port hasn't been tested in a loooong time | 9022 | # FIXME: the MSVC++ port hasn't been tested in a loooong time |
8908 | # When not using gcc, we currently assume that we are using | 9023 | # When not using gcc, we currently assume that we are using |
8909 | # Microsoft Visual C++. | 9024 | # Microsoft Visual C++. |
@@ -8918,6 +9033,9 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | |||
8918 | openbsd*) | 9033 | openbsd*) |
8919 | with_gnu_ld=no | 9034 | with_gnu_ld=no |
8920 | ;; | 9035 | ;; |
9036 | linux* | k*bsd*-gnu) | ||
9037 | link_all_deplibs=no | ||
9038 | ;; | ||
8921 | esac | 9039 | esac |
8922 | 9040 | ||
8923 | ld_shlibs=yes | 9041 | ld_shlibs=yes |
@@ -8939,6 +9057,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | |||
8939 | fi | 9057 | fi |
8940 | supports_anon_versioning=no | 9058 | supports_anon_versioning=no |
8941 | case `$LD -v 2>&1` in | 9059 | case `$LD -v 2>&1` in |
9060 | *GNU\ gold*) supports_anon_versioning=yes ;; | ||
8942 | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 | 9061 | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 |
8943 | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | 9062 | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... |
8944 | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... | 9063 | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... |
@@ -8990,7 +9109,7 @@ _LT_EOF | |||
8990 | fi | 9109 | fi |
8991 | ;; | 9110 | ;; |
8992 | 9111 | ||
8993 | cygwin* | mingw* | pw32*) | 9112 | cygwin* | mingw* | pw32* | cegcc*) |
8994 | # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, | 9113 | # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, |
8995 | # as there is no search path for DLLs. | 9114 | # as there is no search path for DLLs. |
8996 | hardcode_libdir_flag_spec='-L$libdir' | 9115 | hardcode_libdir_flag_spec='-L$libdir' |
@@ -9030,7 +9149,7 @@ _LT_EOF | |||
9030 | archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' | 9149 | archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' |
9031 | ;; | 9150 | ;; |
9032 | 9151 | ||
9033 | gnu* | linux* | tpf* | k*bsd*-gnu) | 9152 | gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) |
9034 | tmp_diet=no | 9153 | tmp_diet=no |
9035 | if test "$host_os" = linux-dietlibc; then | 9154 | if test "$host_os" = linux-dietlibc; then |
9036 | case $cc_basename in | 9155 | case $cc_basename in |
@@ -9056,6 +9175,9 @@ _LT_EOF | |||
9056 | tmp_addflag=' -i_dynamic -nofor_main' ;; | 9175 | tmp_addflag=' -i_dynamic -nofor_main' ;; |
9057 | ifc* | ifort*) # Intel Fortran compiler | 9176 | ifc* | ifort*) # Intel Fortran compiler |
9058 | tmp_addflag=' -nofor_main' ;; | 9177 | tmp_addflag=' -nofor_main' ;; |
9178 | lf95*) # Lahey Fortran 8.1 | ||
9179 | whole_archive_flag_spec= | ||
9180 | tmp_sharedflag='--shared' ;; | ||
9059 | xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) | 9181 | xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) |
9060 | tmp_sharedflag='-qmkshrobj' | 9182 | tmp_sharedflag='-qmkshrobj' |
9061 | tmp_addflag= ;; | 9183 | tmp_addflag= ;; |
@@ -9288,6 +9410,7 @@ _LT_EOF | |||
9288 | fi | 9410 | fi |
9289 | fi | 9411 | fi |
9290 | 9412 | ||
9413 | export_dynamic_flag_spec='${wl}-bexpall' | ||
9291 | # It seems that -bexpall does not export symbols beginning with | 9414 | # It seems that -bexpall does not export symbols beginning with |
9292 | # underscore (_), so it is better to generate a list of symbols to export. | 9415 | # underscore (_), so it is better to generate a list of symbols to export. |
9293 | always_export_symbols=yes | 9416 | always_export_symbols=yes |
@@ -9400,7 +9523,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | |||
9400 | export_dynamic_flag_spec=-rdynamic | 9523 | export_dynamic_flag_spec=-rdynamic |
9401 | ;; | 9524 | ;; |
9402 | 9525 | ||
9403 | cygwin* | mingw* | pw32*) | 9526 | cygwin* | mingw* | pw32* | cegcc*) |
9404 | # When not using gcc, we currently assume that we are using | 9527 | # When not using gcc, we currently assume that we are using |
9405 | # Microsoft Visual C++. | 9528 | # Microsoft Visual C++. |
9406 | # hardcode_libdir_flag_spec is actually meaningless, as there is | 9529 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
@@ -9431,7 +9554,11 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | |||
9431 | whole_archive_flag_spec='' | 9554 | whole_archive_flag_spec='' |
9432 | link_all_deplibs=yes | 9555 | link_all_deplibs=yes |
9433 | allow_undefined_flag="$_lt_dar_allow_undefined" | 9556 | allow_undefined_flag="$_lt_dar_allow_undefined" |
9434 | if test "$GCC" = "yes"; then | 9557 | case $cc_basename in |
9558 | ifort*) _lt_dar_can_shared=yes ;; | ||
9559 | *) _lt_dar_can_shared=$GCC ;; | ||
9560 | esac | ||
9561 | if test "$_lt_dar_can_shared" = "yes"; then | ||
9435 | output_verbose_link_cmd=echo | 9562 | output_verbose_link_cmd=echo |
9436 | archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" | 9563 | archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" |
9437 | module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" | 9564 | module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" |
@@ -9523,7 +9650,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | |||
9523 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' | 9650 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
9524 | ;; | 9651 | ;; |
9525 | ia64*) | 9652 | ia64*) |
9526 | archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' | 9653 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' |
9527 | ;; | 9654 | ;; |
9528 | *) | 9655 | *) |
9529 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' | 9656 | archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
@@ -10239,14 +10366,14 @@ bsdi[45]*) | |||
10239 | # libtool to hard-code these into programs | 10366 | # libtool to hard-code these into programs |
10240 | ;; | 10367 | ;; |
10241 | 10368 | ||
10242 | cygwin* | mingw* | pw32*) | 10369 | cygwin* | mingw* | pw32* | cegcc*) |
10243 | version_type=windows | 10370 | version_type=windows |
10244 | shrext_cmds=".dll" | 10371 | shrext_cmds=".dll" |
10245 | need_version=no | 10372 | need_version=no |
10246 | need_lib_prefix=no | 10373 | need_lib_prefix=no |
10247 | 10374 | ||
10248 | case $GCC,$host_os in | 10375 | case $GCC,$host_os in |
10249 | yes,cygwin* | yes,mingw* | yes,pw32*) | 10376 | yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) |
10250 | library_names_spec='$libname.dll.a' | 10377 | library_names_spec='$libname.dll.a' |
10251 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 10378 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
10252 | postinstall_cmds='base_file=`basename \${file}`~ | 10379 | postinstall_cmds='base_file=`basename \${file}`~ |
@@ -10269,7 +10396,7 @@ cygwin* | mingw* | pw32*) | |||
10269 | soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 10396 | soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
10270 | sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" | 10397 | sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" |
10271 | ;; | 10398 | ;; |
10272 | mingw*) | 10399 | mingw* | cegcc*) |
10273 | # MinGW DLLs use traditional 'lib' prefix | 10400 | # MinGW DLLs use traditional 'lib' prefix |
10274 | soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 10401 | soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
10275 | sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` | 10402 | sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` |
@@ -10484,7 +10611,7 @@ linux*oldld* | linux*aout* | linux*coff*) | |||
10484 | ;; | 10611 | ;; |
10485 | 10612 | ||
10486 | # This must be Linux ELF. | 10613 | # This must be Linux ELF. |
10487 | linux* | k*bsd*-gnu) | 10614 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
10488 | version_type=linux | 10615 | version_type=linux |
10489 | need_lib_prefix=no | 10616 | need_lib_prefix=no |
10490 | need_version=no | 10617 | need_version=no |
@@ -10722,7 +10849,7 @@ tpf*) | |||
10722 | version_type=linux | 10849 | version_type=linux |
10723 | need_lib_prefix=no | 10850 | need_lib_prefix=no |
10724 | need_version=no | 10851 | need_version=no |
10725 | library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | 10852 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
10726 | shlibpath_var=LD_LIBRARY_PATH | 10853 | shlibpath_var=LD_LIBRARY_PATH |
10727 | shlibpath_overrides_runpath=no | 10854 | shlibpath_overrides_runpath=no |
10728 | hardcode_into_libs=yes | 10855 | hardcode_into_libs=yes |
@@ -10899,7 +11026,7 @@ else | |||
10899 | lt_cv_dlopen_self=yes | 11026 | lt_cv_dlopen_self=yes |
10900 | ;; | 11027 | ;; |
10901 | 11028 | ||
10902 | mingw* | pw32*) | 11029 | mingw* | pw32* | cegcc*) |
10903 | lt_cv_dlopen="LoadLibrary" | 11030 | lt_cv_dlopen="LoadLibrary" |
10904 | lt_cv_dlopen_libs= | 11031 | lt_cv_dlopen_libs= |
10905 | ;; | 11032 | ;; |
@@ -11171,7 +11298,7 @@ else | |||
11171 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 11298 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11172 | lt_status=$lt_dlunknown | 11299 | lt_status=$lt_dlunknown |
11173 | cat > conftest.$ac_ext <<_LT_EOF | 11300 | cat > conftest.$ac_ext <<_LT_EOF |
11174 | #line 11174 "configure" | 11301 | #line 11301 "configure" |
11175 | #include "confdefs.h" | 11302 | #include "confdefs.h" |
11176 | 11303 | ||
11177 | #if HAVE_DLFCN_H | 11304 | #if HAVE_DLFCN_H |
@@ -11212,10 +11339,6 @@ else | |||
11212 | # endif | 11339 | # endif |
11213 | #endif | 11340 | #endif |
11214 | 11341 | ||
11215 | #ifdef __cplusplus | ||
11216 | extern "C" void exit (int); | ||
11217 | #endif | ||
11218 | |||
11219 | void fnord() { int i=42;} | 11342 | void fnord() { int i=42;} |
11220 | int main () | 11343 | int main () |
11221 | { | 11344 | { |
@@ -11231,7 +11354,7 @@ int main () | |||
11231 | else | 11354 | else |
11232 | puts (dlerror ()); | 11355 | puts (dlerror ()); |
11233 | 11356 | ||
11234 | exit (status); | 11357 | return status; |
11235 | } | 11358 | } |
11236 | _LT_EOF | 11359 | _LT_EOF |
11237 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 11360 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
@@ -11271,7 +11394,7 @@ else | |||
11271 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 11394 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
11272 | lt_status=$lt_dlunknown | 11395 | lt_status=$lt_dlunknown |
11273 | cat > conftest.$ac_ext <<_LT_EOF | 11396 | cat > conftest.$ac_ext <<_LT_EOF |
11274 | #line 11274 "configure" | 11397 | #line 11397 "configure" |
11275 | #include "confdefs.h" | 11398 | #include "confdefs.h" |
11276 | 11399 | ||
11277 | #if HAVE_DLFCN_H | 11400 | #if HAVE_DLFCN_H |
@@ -11312,10 +11435,6 @@ else | |||
11312 | # endif | 11435 | # endif |
11313 | #endif | 11436 | #endif |
11314 | 11437 | ||
11315 | #ifdef __cplusplus | ||
11316 | extern "C" void exit (int); | ||
11317 | #endif | ||
11318 | |||
11319 | void fnord() { int i=42;} | 11438 | void fnord() { int i=42;} |
11320 | int main () | 11439 | int main () |
11321 | { | 11440 | { |
@@ -11331,7 +11450,7 @@ int main () | |||
11331 | else | 11450 | else |
11332 | puts (dlerror ()); | 11451 | puts (dlerror ()); |
11333 | 11452 | ||
11334 | exit (status); | 11453 | return status; |
11335 | } | 11454 | } |
11336 | _LT_EOF | 11455 | _LT_EOF |
11337 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 | 11456 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 |
@@ -11519,15 +11638,15 @@ _ACEOF | |||
11519 | 11638 | ||
11520 | 11639 | ||
11521 | cat >>confdefs.h <<_ACEOF | 11640 | cat >>confdefs.h <<_ACEOF |
11522 | #define VMIC 0 | 11641 | #define VMIC 99 |
11523 | _ACEOF | 11642 | _ACEOF |
11524 | 11643 | ||
11525 | 11644 | ||
11526 | cat >>confdefs.h <<_ACEOF | 11645 | cat >>confdefs.h <<_ACEOF |
11527 | #define VREV 0 | 11646 | #define VREV 67344 |
11528 | _ACEOF | 11647 | _ACEOF |
11529 | 11648 | ||
11530 | version_info="2:0:1" | 11649 | version_info="2:99:1" |
11531 | release_info="" | 11650 | release_info="" |
11532 | 11651 | ||
11533 | 11652 | ||
@@ -11549,7 +11668,7 @@ case "$host_os" in | |||
11549 | MODULE_ARCH="$host_os-$host_cpu" | 11668 | MODULE_ARCH="$host_os-$host_cpu" |
11550 | ;; | 11669 | ;; |
11551 | *) | 11670 | *) |
11552 | MODULE_ARCH="$host_os-$host_cpu-1.1.0" | 11671 | MODULE_ARCH="$host_os-$host_cpu-1.1.99" |
11553 | ;; | 11672 | ;; |
11554 | esac | 11673 | esac |
11555 | 11674 | ||
@@ -12047,7 +12166,7 @@ if test "x${_efl_enable_win32_threads}" = "xyes" ; then | |||
12047 | mingw*) | 12166 | mingw*) |
12048 | ;; | 12167 | ;; |
12049 | *) | 12168 | *) |
12050 | as_fn_error $? "Win32 threads support requested but non Windows system found." "$LINENO" 5 | 12169 | as_fn_error "Win32 threads support requested but non Windows system found." "$LINENO" 5 |
12051 | ;; | 12170 | ;; |
12052 | esac | 12171 | esac |
12053 | fi | 12172 | fi |
@@ -12055,7 +12174,7 @@ fi | |||
12055 | if test "x${_efl_enable_posix_threads}" = "xyes" ; then | 12174 | if test "x${_efl_enable_posix_threads}" = "xyes" ; then |
12056 | case "$host_os" in | 12175 | case "$host_os" in |
12057 | mingw*) | 12176 | mingw*) |
12058 | as_fn_error $? "POSIX threads support requested but Windows system found." "$LINENO" 5 | 12177 | as_fn_error "POSIX threads support requested but Windows system found." "$LINENO" 5 |
12059 | ;; | 12178 | ;; |
12060 | *) | 12179 | *) |
12061 | ;; | 12180 | ;; |
@@ -12118,7 +12237,7 @@ $as_echo_n "checking whether system support POSIX threads... " >&6; } | |||
12118 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_efl_have_posix_threads}" >&5 | 12237 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_efl_have_posix_threads}" >&5 |
12119 | $as_echo "${_efl_have_posix_threads}" >&6; } | 12238 | $as_echo "${_efl_have_posix_threads}" >&6; } |
12120 | if test "$x{_efl_enable_posix_threads}" = "xyes" && test "x${_efl_have_posix_threads}" = "xno"; then | 12239 | if test "$x{_efl_enable_posix_threads}" = "xyes" && test "x${_efl_have_posix_threads}" = "xno"; then |
12121 | as_fn_error $? "POSIX threads support requested but not found." "$LINENO" 5 | 12240 | as_fn_error "POSIX threads support requested but not found." "$LINENO" 5 |
12122 | fi | 12241 | fi |
12123 | 12242 | ||
12124 | EFL_PTHREAD_CFLAGS="" | 12243 | EFL_PTHREAD_CFLAGS="" |
@@ -12379,7 +12498,7 @@ _ACEOF | |||
12379 | 12498 | ||
12380 | with_max_log_level="${withval}" | 12499 | with_max_log_level="${withval}" |
12381 | else | 12500 | else |
12382 | as_fn_error $? "--with-internal-maximum-log-level takes a decimal number, got \"${withval}\" instead." "$LINENO" 5 | 12501 | as_fn_error "--with-internal-maximum-log-level takes a decimal number, got \"${withval}\" instead." "$LINENO" 5 |
12383 | fi | 12502 | fi |
12384 | fi | 12503 | fi |
12385 | 12504 | ||
@@ -12793,8 +12912,8 @@ fi | |||
12793 | 12912 | ||
12794 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 12913 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
12795 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 12914 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
12796 | as_fn_error $? "no acceptable C compiler found in \$PATH | 12915 | as_fn_error "no acceptable C compiler found in \$PATH |
12797 | See \`config.log' for more details" "$LINENO" 5 ; } | 12916 | See \`config.log' for more details." "$LINENO" 5; } |
12798 | 12917 | ||
12799 | # Provide some information about the compiler. | 12918 | # Provide some information about the compiler. |
12800 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 12919 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -13970,7 +14089,7 @@ else | |||
13970 | # Broken: fails on valid input. | 14089 | # Broken: fails on valid input. |
13971 | continue | 14090 | continue |
13972 | fi | 14091 | fi |
13973 | rm -f conftest.err conftest.i conftest.$ac_ext | 14092 | rm -f conftest.err conftest.$ac_ext |
13974 | 14093 | ||
13975 | # OK, works on sane cases. Now check whether nonexistent headers | 14094 | # OK, works on sane cases. Now check whether nonexistent headers |
13976 | # can be detected and how. | 14095 | # can be detected and how. |
@@ -13986,11 +14105,11 @@ else | |||
13986 | ac_preproc_ok=: | 14105 | ac_preproc_ok=: |
13987 | break | 14106 | break |
13988 | fi | 14107 | fi |
13989 | rm -f conftest.err conftest.i conftest.$ac_ext | 14108 | rm -f conftest.err conftest.$ac_ext |
13990 | 14109 | ||
13991 | done | 14110 | done |
13992 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 14111 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
13993 | rm -f conftest.i conftest.err conftest.$ac_ext | 14112 | rm -f conftest.err conftest.$ac_ext |
13994 | if $ac_preproc_ok; then : | 14113 | if $ac_preproc_ok; then : |
13995 | break | 14114 | break |
13996 | fi | 14115 | fi |
@@ -14029,7 +14148,7 @@ else | |||
14029 | # Broken: fails on valid input. | 14148 | # Broken: fails on valid input. |
14030 | continue | 14149 | continue |
14031 | fi | 14150 | fi |
14032 | rm -f conftest.err conftest.i conftest.$ac_ext | 14151 | rm -f conftest.err conftest.$ac_ext |
14033 | 14152 | ||
14034 | # OK, works on sane cases. Now check whether nonexistent headers | 14153 | # OK, works on sane cases. Now check whether nonexistent headers |
14035 | # can be detected and how. | 14154 | # can be detected and how. |
@@ -14045,11 +14164,11 @@ else | |||
14045 | ac_preproc_ok=: | 14164 | ac_preproc_ok=: |
14046 | break | 14165 | break |
14047 | fi | 14166 | fi |
14048 | rm -f conftest.err conftest.i conftest.$ac_ext | 14167 | rm -f conftest.err conftest.$ac_ext |
14049 | 14168 | ||
14050 | done | 14169 | done |
14051 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 14170 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
14052 | rm -f conftest.i conftest.err conftest.$ac_ext | 14171 | rm -f conftest.err conftest.$ac_ext |
14053 | if $ac_preproc_ok; then : | 14172 | if $ac_preproc_ok; then : |
14054 | 14173 | ||
14055 | else | 14174 | else |
@@ -14278,7 +14397,7 @@ else | |||
14278 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 14397 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
14279 | $as_echo "no" >&6; } | 14398 | $as_echo "no" >&6; } |
14280 | fi | 14399 | fi |
14281 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 | 14400 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
14282 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | 14401 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
14283 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | 14402 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
14284 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | 14403 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : |
@@ -14439,6 +14558,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | |||
14439 | fi | 14558 | fi |
14440 | fi | 14559 | fi |
14441 | 14560 | ||
14561 | export_dynamic_flag_spec_CXX='${wl}-bexpall' | ||
14442 | # It seems that -bexpall does not export symbols beginning with | 14562 | # It seems that -bexpall does not export symbols beginning with |
14443 | # underscore (_), so it is better to generate a list of symbols to | 14563 | # underscore (_), so it is better to generate a list of symbols to |
14444 | # export. | 14564 | # export. |
@@ -14555,7 +14675,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | |||
14555 | esac | 14675 | esac |
14556 | ;; | 14676 | ;; |
14557 | 14677 | ||
14558 | cygwin* | mingw* | pw32*) | 14678 | cygwin* | mingw* | pw32* | cegcc*) |
14559 | # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, | 14679 | # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, |
14560 | # as there is no search path for DLLs. | 14680 | # as there is no search path for DLLs. |
14561 | hardcode_libdir_flag_spec_CXX='-L$libdir' | 14681 | hardcode_libdir_flag_spec_CXX='-L$libdir' |
@@ -14588,7 +14708,11 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | |||
14588 | whole_archive_flag_spec_CXX='' | 14708 | whole_archive_flag_spec_CXX='' |
14589 | link_all_deplibs_CXX=yes | 14709 | link_all_deplibs_CXX=yes |
14590 | allow_undefined_flag_CXX="$_lt_dar_allow_undefined" | 14710 | allow_undefined_flag_CXX="$_lt_dar_allow_undefined" |
14591 | if test "$GCC" = "yes"; then | 14711 | case $cc_basename in |
14712 | ifort*) _lt_dar_can_shared=yes ;; | ||
14713 | *) _lt_dar_can_shared=$GCC ;; | ||
14714 | esac | ||
14715 | if test "$_lt_dar_can_shared" = "yes"; then | ||
14592 | output_verbose_link_cmd=echo | 14716 | output_verbose_link_cmd=echo |
14593 | archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" | 14717 | archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" |
14594 | module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" | 14718 | module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" |
@@ -14798,7 +14922,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi | |||
14798 | inherit_rpath_CXX=yes | 14922 | inherit_rpath_CXX=yes |
14799 | ;; | 14923 | ;; |
14800 | 14924 | ||
14801 | linux* | k*bsd*-gnu) | 14925 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
14802 | case $cc_basename in | 14926 | case $cc_basename in |
14803 | KCC*) | 14927 | KCC*) |
14804 | # Kuck and Associates, Inc. (KAI) C++ Compiler | 14928 | # Kuck and Associates, Inc. (KAI) C++ Compiler |
@@ -15505,7 +15629,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |||
15505 | beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) | 15629 | beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) |
15506 | # PIC is the default for these OSes. | 15630 | # PIC is the default for these OSes. |
15507 | ;; | 15631 | ;; |
15508 | mingw* | cygwin* | os2* | pw32*) | 15632 | mingw* | cygwin* | os2* | pw32* | cegcc*) |
15509 | # This hack is so that the source file can tell whether it is being | 15633 | # This hack is so that the source file can tell whether it is being |
15510 | # built for inclusion in a dll (and should export symbols for example). | 15634 | # built for inclusion in a dll (and should export symbols for example). |
15511 | # Although the cygwin gcc ignores -fPIC, still need this for old-style | 15635 | # Although the cygwin gcc ignores -fPIC, still need this for old-style |
@@ -15531,10 +15655,11 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |||
15531 | fi | 15655 | fi |
15532 | ;; | 15656 | ;; |
15533 | hpux*) | 15657 | hpux*) |
15534 | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but | 15658 | # PIC is the default for 64-bit PA HP-UX, but not for 32-bit |
15535 | # not for PA HP-UX. | 15659 | # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag |
15660 | # sets the default TLS model and affects inlining. | ||
15536 | case $host_cpu in | 15661 | case $host_cpu in |
15537 | hppa*64*|ia64*) | 15662 | hppa*64*) |
15538 | ;; | 15663 | ;; |
15539 | *) | 15664 | *) |
15540 | lt_prog_compiler_pic_CXX='-fPIC' | 15665 | lt_prog_compiler_pic_CXX='-fPIC' |
@@ -15625,19 +15750,26 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } | |||
15625 | ;; | 15750 | ;; |
15626 | esac | 15751 | esac |
15627 | ;; | 15752 | ;; |
15628 | linux* | k*bsd*-gnu) | 15753 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
15629 | case $cc_basename in | 15754 | case $cc_basename in |
15630 | KCC*) | 15755 | KCC*) |
15631 | # KAI C++ Compiler | 15756 | # KAI C++ Compiler |
15632 | lt_prog_compiler_wl_CXX='--backend -Wl,' | 15757 | lt_prog_compiler_wl_CXX='--backend -Wl,' |
15633 | lt_prog_compiler_pic_CXX='-fPIC' | 15758 | lt_prog_compiler_pic_CXX='-fPIC' |
15634 | ;; | 15759 | ;; |
15635 | icpc* | ecpc* ) | 15760 | ecpc* ) |
15636 | # Intel C++ | 15761 | # old Intel C++ for x86_64 which still supported -KPIC. |
15637 | lt_prog_compiler_wl_CXX='-Wl,' | 15762 | lt_prog_compiler_wl_CXX='-Wl,' |
15638 | lt_prog_compiler_pic_CXX='-KPIC' | 15763 | lt_prog_compiler_pic_CXX='-KPIC' |
15639 | lt_prog_compiler_static_CXX='-static' | 15764 | lt_prog_compiler_static_CXX='-static' |
15640 | ;; | 15765 | ;; |
15766 | icpc* ) | ||
15767 | # Intel C++, used to be incompatible with GCC. | ||
15768 | # ICC 10 doesn't accept -KPIC any more. | ||
15769 | lt_prog_compiler_wl_CXX='-Wl,' | ||
15770 | lt_prog_compiler_pic_CXX='-fPIC' | ||
15771 | lt_prog_compiler_static_CXX='-static' | ||
15772 | ;; | ||
15641 | pgCC* | pgcpp*) | 15773 | pgCC* | pgcpp*) |
15642 | # Portland Group C++ compiler | 15774 | # Portland Group C++ compiler |
15643 | lt_prog_compiler_wl_CXX='-Wl,' | 15775 | lt_prog_compiler_wl_CXX='-Wl,' |
@@ -15806,11 +15938,11 @@ else | |||
15806 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 15938 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
15807 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 15939 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
15808 | -e 's:$: $lt_compiler_flag:'` | 15940 | -e 's:$: $lt_compiler_flag:'` |
15809 | (eval echo "\"\$as_me:15809: $lt_compile\"" >&5) | 15941 | (eval echo "\"\$as_me:15941: $lt_compile\"" >&5) |
15810 | (eval "$lt_compile" 2>conftest.err) | 15942 | (eval "$lt_compile" 2>conftest.err) |
15811 | ac_status=$? | 15943 | ac_status=$? |
15812 | cat conftest.err >&5 | 15944 | cat conftest.err >&5 |
15813 | echo "$as_me:15813: \$? = $ac_status" >&5 | 15945 | echo "$as_me:15945: \$? = $ac_status" >&5 |
15814 | if (exit $ac_status) && test -s "$ac_outfile"; then | 15946 | if (exit $ac_status) && test -s "$ac_outfile"; then |
15815 | # The compiler can only warn and ignore the option if not recognized | 15947 | # The compiler can only warn and ignore the option if not recognized |
15816 | # So say no if there are warnings other than the usual output. | 15948 | # So say no if there are warnings other than the usual output. |
@@ -15905,11 +16037,11 @@ else | |||
15905 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 16037 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
15906 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 16038 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
15907 | -e 's:$: $lt_compiler_flag:'` | 16039 | -e 's:$: $lt_compiler_flag:'` |
15908 | (eval echo "\"\$as_me:15908: $lt_compile\"" >&5) | 16040 | (eval echo "\"\$as_me:16040: $lt_compile\"" >&5) |
15909 | (eval "$lt_compile" 2>out/conftest.err) | 16041 | (eval "$lt_compile" 2>out/conftest.err) |
15910 | ac_status=$? | 16042 | ac_status=$? |
15911 | cat out/conftest.err >&5 | 16043 | cat out/conftest.err >&5 |
15912 | echo "$as_me:15912: \$? = $ac_status" >&5 | 16044 | echo "$as_me:16044: \$? = $ac_status" >&5 |
15913 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 16045 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
15914 | then | 16046 | then |
15915 | # The compiler can only warn and ignore the option if not recognized | 16047 | # The compiler can only warn and ignore the option if not recognized |
@@ -15957,11 +16089,11 @@ else | |||
15957 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 16089 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
15958 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 16090 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
15959 | -e 's:$: $lt_compiler_flag:'` | 16091 | -e 's:$: $lt_compiler_flag:'` |
15960 | (eval echo "\"\$as_me:15960: $lt_compile\"" >&5) | 16092 | (eval echo "\"\$as_me:16092: $lt_compile\"" >&5) |
15961 | (eval "$lt_compile" 2>out/conftest.err) | 16093 | (eval "$lt_compile" 2>out/conftest.err) |
15962 | ac_status=$? | 16094 | ac_status=$? |
15963 | cat out/conftest.err >&5 | 16095 | cat out/conftest.err >&5 |
15964 | echo "$as_me:15964: \$? = $ac_status" >&5 | 16096 | echo "$as_me:16096: \$? = $ac_status" >&5 |
15965 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 16097 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
15966 | then | 16098 | then |
15967 | # The compiler can only warn and ignore the option if not recognized | 16099 | # The compiler can only warn and ignore the option if not recognized |
@@ -16030,7 +16162,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie | |||
16030 | pw32*) | 16162 | pw32*) |
16031 | export_symbols_cmds_CXX="$ltdll_cmds" | 16163 | export_symbols_cmds_CXX="$ltdll_cmds" |
16032 | ;; | 16164 | ;; |
16033 | cygwin* | mingw*) | 16165 | cygwin* | mingw* | cegcc*) |
16034 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' | 16166 | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' |
16035 | ;; | 16167 | ;; |
16036 | linux* | k*bsd*-gnu) | 16168 | linux* | k*bsd*-gnu) |
@@ -16291,14 +16423,14 @@ bsdi[45]*) | |||
16291 | # libtool to hard-code these into programs | 16423 | # libtool to hard-code these into programs |
16292 | ;; | 16424 | ;; |
16293 | 16425 | ||
16294 | cygwin* | mingw* | pw32*) | 16426 | cygwin* | mingw* | pw32* | cegcc*) |
16295 | version_type=windows | 16427 | version_type=windows |
16296 | shrext_cmds=".dll" | 16428 | shrext_cmds=".dll" |
16297 | need_version=no | 16429 | need_version=no |
16298 | need_lib_prefix=no | 16430 | need_lib_prefix=no |
16299 | 16431 | ||
16300 | case $GCC,$host_os in | 16432 | case $GCC,$host_os in |
16301 | yes,cygwin* | yes,mingw* | yes,pw32*) | 16433 | yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) |
16302 | library_names_spec='$libname.dll.a' | 16434 | library_names_spec='$libname.dll.a' |
16303 | # DLL is installed to $(libdir)/../bin by postinstall_cmds | 16435 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
16304 | postinstall_cmds='base_file=`basename \${file}`~ | 16436 | postinstall_cmds='base_file=`basename \${file}`~ |
@@ -16321,7 +16453,7 @@ cygwin* | mingw* | pw32*) | |||
16321 | soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 16453 | soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
16322 | sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" | 16454 | sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" |
16323 | ;; | 16455 | ;; |
16324 | mingw*) | 16456 | mingw* | cegcc*) |
16325 | # MinGW DLLs use traditional 'lib' prefix | 16457 | # MinGW DLLs use traditional 'lib' prefix |
16326 | soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' | 16458 | soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
16327 | sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` | 16459 | sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` |
@@ -16535,7 +16667,7 @@ linux*oldld* | linux*aout* | linux*coff*) | |||
16535 | ;; | 16667 | ;; |
16536 | 16668 | ||
16537 | # This must be Linux ELF. | 16669 | # This must be Linux ELF. |
16538 | linux* | k*bsd*-gnu) | 16670 | linux* | k*bsd*-gnu | kopensolaris*-gnu) |
16539 | version_type=linux | 16671 | version_type=linux |
16540 | need_lib_prefix=no | 16672 | need_lib_prefix=no |
16541 | need_version=no | 16673 | need_version=no |
@@ -16773,7 +16905,7 @@ tpf*) | |||
16773 | version_type=linux | 16905 | version_type=linux |
16774 | need_lib_prefix=no | 16906 | need_lib_prefix=no |
16775 | need_version=no | 16907 | need_version=no |
16776 | library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | 16908 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
16777 | shlibpath_var=LD_LIBRARY_PATH | 16909 | shlibpath_var=LD_LIBRARY_PATH |
16778 | shlibpath_overrides_runpath=no | 16910 | shlibpath_overrides_runpath=no |
16779 | hardcode_into_libs=yes | 16911 | hardcode_into_libs=yes |
@@ -16909,10 +17041,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
16909 | # pkg-config | 17041 | # pkg-config |
16910 | 17042 | ||
16911 | 17043 | ||
16912 | |||
16913 | |||
16914 | |||
16915 | |||
16916 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 17044 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
16917 | if test -n "$ac_tool_prefix"; then | 17045 | if test -n "$ac_tool_prefix"; then |
16918 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | 17046 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
@@ -17025,6 +17153,7 @@ $as_echo "yes" >&6; } | |||
17025 | $as_echo "no" >&6; } | 17153 | $as_echo "no" >&6; } |
17026 | PKG_CONFIG="" | 17154 | PKG_CONFIG="" |
17027 | fi | 17155 | fi |
17156 | |||
17028 | fi | 17157 | fi |
17029 | 17158 | ||
17030 | # Check whether pkg-config supports Requires.private | 17159 | # Check whether pkg-config supports Requires.private |
@@ -17220,10 +17349,11 @@ pkg_failed=no | |||
17220 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VALGRIND" >&5 | 17349 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VALGRIND" >&5 |
17221 | $as_echo_n "checking for VALGRIND... " >&6; } | 17350 | $as_echo_n "checking for VALGRIND... " >&6; } |
17222 | 17351 | ||
17223 | if test -n "$VALGRIND_CFLAGS"; then | 17352 | if test -n "$PKG_CONFIG"; then |
17224 | pkg_cv_VALGRIND_CFLAGS="$VALGRIND_CFLAGS" | 17353 | if test -n "$VALGRIND_CFLAGS"; then |
17225 | elif test -n "$PKG_CONFIG"; then | 17354 | pkg_cv_VALGRIND_CFLAGS="$VALGRIND_CFLAGS" |
17226 | if test -n "$PKG_CONFIG" && \ | 17355 | else |
17356 | if test -n "$PKG_CONFIG" && \ | ||
17227 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"valgrind >= 2.4.0\""; } >&5 | 17357 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"valgrind >= 2.4.0\""; } >&5 |
17228 | ($PKG_CONFIG --exists --print-errors "valgrind >= 2.4.0") 2>&5 | 17358 | ($PKG_CONFIG --exists --print-errors "valgrind >= 2.4.0") 2>&5 |
17229 | ac_status=$? | 17359 | ac_status=$? |
@@ -17233,13 +17363,15 @@ if test -n "$VALGRIND_CFLAGS"; then | |||
17233 | else | 17363 | else |
17234 | pkg_failed=yes | 17364 | pkg_failed=yes |
17235 | fi | 17365 | fi |
17236 | else | 17366 | fi |
17237 | pkg_failed=untried | 17367 | else |
17368 | pkg_failed=untried | ||
17238 | fi | 17369 | fi |
17239 | if test -n "$VALGRIND_LIBS"; then | 17370 | if test -n "$PKG_CONFIG"; then |
17240 | pkg_cv_VALGRIND_LIBS="$VALGRIND_LIBS" | 17371 | if test -n "$VALGRIND_LIBS"; then |
17241 | elif test -n "$PKG_CONFIG"; then | 17372 | pkg_cv_VALGRIND_LIBS="$VALGRIND_LIBS" |
17242 | if test -n "$PKG_CONFIG" && \ | 17373 | else |
17374 | if test -n "$PKG_CONFIG" && \ | ||
17243 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"valgrind >= 2.4.0\""; } >&5 | 17375 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"valgrind >= 2.4.0\""; } >&5 |
17244 | ($PKG_CONFIG --exists --print-errors "valgrind >= 2.4.0") 2>&5 | 17376 | ($PKG_CONFIG --exists --print-errors "valgrind >= 2.4.0") 2>&5 |
17245 | ac_status=$? | 17377 | ac_status=$? |
@@ -17249,15 +17381,14 @@ if test -n "$VALGRIND_LIBS"; then | |||
17249 | else | 17381 | else |
17250 | pkg_failed=yes | 17382 | pkg_failed=yes |
17251 | fi | 17383 | fi |
17252 | else | 17384 | fi |
17253 | pkg_failed=untried | 17385 | else |
17386 | pkg_failed=untried | ||
17254 | fi | 17387 | fi |
17255 | 17388 | ||
17256 | 17389 | ||
17257 | 17390 | ||
17258 | if test $pkg_failed = yes; then | 17391 | if test $pkg_failed = yes; then |
17259 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17260 | $as_echo "no" >&6; } | ||
17261 | 17392 | ||
17262 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 17393 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
17263 | _pkg_short_errors_supported=yes | 17394 | _pkg_short_errors_supported=yes |
@@ -17265,30 +17396,30 @@ else | |||
17265 | _pkg_short_errors_supported=no | 17396 | _pkg_short_errors_supported=no |
17266 | fi | 17397 | fi |
17267 | if test $_pkg_short_errors_supported = yes; then | 17398 | if test $_pkg_short_errors_supported = yes; then |
17268 | VALGRIND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "valgrind >= 2.4.0" 2>&1` | 17399 | VALGRIND_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "valgrind >= 2.4.0"` |
17269 | else | 17400 | else |
17270 | VALGRIND_PKG_ERRORS=`$PKG_CONFIG --print-errors "valgrind >= 2.4.0" 2>&1` | 17401 | VALGRIND_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "valgrind >= 2.4.0"` |
17271 | fi | 17402 | fi |
17272 | # Put the nasty error message in config.log where it belongs | 17403 | # Put the nasty error message in config.log where it belongs |
17273 | echo "$VALGRIND_PKG_ERRORS" >&5 | 17404 | echo "$VALGRIND_PKG_ERRORS" >&5 |
17274 | 17405 | ||
17406 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17407 | $as_echo "no" >&6; } | ||
17275 | 17408 | ||
17276 | 17409 | ||
17277 | $as_echo "#define NVALGRIND 1" >>confdefs.h | 17410 | $as_echo "#define NVALGRIND 1" >>confdefs.h |
17278 | 17411 | ||
17279 | if test "x${want_valgrind}" = "xyes"; then | 17412 | if test "x${want_valgrind}" = "xyes"; then |
17280 | as_fn_error $? "Valgrind >= 2.4.0 is required" "$LINENO" 5 | 17413 | as_fn_error "Valgrind >= 2.4.0 is required" "$LINENO" 5 |
17281 | fi | 17414 | fi |
17282 | 17415 | ||
17283 | elif test $pkg_failed = untried; then | 17416 | elif test $pkg_failed = untried; then |
17284 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17285 | $as_echo "no" >&6; } | ||
17286 | 17417 | ||
17287 | 17418 | ||
17288 | $as_echo "#define NVALGRIND 1" >>confdefs.h | 17419 | $as_echo "#define NVALGRIND 1" >>confdefs.h |
17289 | 17420 | ||
17290 | if test "x${want_valgrind}" = "xyes"; then | 17421 | if test "x${want_valgrind}" = "xyes"; then |
17291 | as_fn_error $? "Valgrind >= 2.4.0 is required" "$LINENO" 5 | 17422 | as_fn_error "Valgrind >= 2.4.0 is required" "$LINENO" 5 |
17292 | fi | 17423 | fi |
17293 | 17424 | ||
17294 | else | 17425 | else |
@@ -17318,10 +17449,11 @@ pkg_failed=no | |||
17318 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 | 17449 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 |
17319 | $as_echo_n "checking for EVIL... " >&6; } | 17450 | $as_echo_n "checking for EVIL... " >&6; } |
17320 | 17451 | ||
17321 | if test -n "$EVIL_CFLAGS"; then | 17452 | if test -n "$PKG_CONFIG"; then |
17322 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" | 17453 | if test -n "$EVIL_CFLAGS"; then |
17323 | elif test -n "$PKG_CONFIG"; then | 17454 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" |
17324 | if test -n "$PKG_CONFIG" && \ | 17455 | else |
17456 | if test -n "$PKG_CONFIG" && \ | ||
17325 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 17457 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
17326 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 17458 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
17327 | ac_status=$? | 17459 | ac_status=$? |
@@ -17331,13 +17463,15 @@ if test -n "$EVIL_CFLAGS"; then | |||
17331 | else | 17463 | else |
17332 | pkg_failed=yes | 17464 | pkg_failed=yes |
17333 | fi | 17465 | fi |
17334 | else | 17466 | fi |
17335 | pkg_failed=untried | 17467 | else |
17468 | pkg_failed=untried | ||
17336 | fi | 17469 | fi |
17337 | if test -n "$EVIL_LIBS"; then | 17470 | if test -n "$PKG_CONFIG"; then |
17338 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" | 17471 | if test -n "$EVIL_LIBS"; then |
17339 | elif test -n "$PKG_CONFIG"; then | 17472 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" |
17340 | if test -n "$PKG_CONFIG" && \ | 17473 | else |
17474 | if test -n "$PKG_CONFIG" && \ | ||
17341 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 17475 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
17342 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 17476 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
17343 | ac_status=$? | 17477 | ac_status=$? |
@@ -17347,15 +17481,14 @@ if test -n "$EVIL_LIBS"; then | |||
17347 | else | 17481 | else |
17348 | pkg_failed=yes | 17482 | pkg_failed=yes |
17349 | fi | 17483 | fi |
17350 | else | 17484 | fi |
17351 | pkg_failed=untried | 17485 | else |
17486 | pkg_failed=untried | ||
17352 | fi | 17487 | fi |
17353 | 17488 | ||
17354 | 17489 | ||
17355 | 17490 | ||
17356 | if test $pkg_failed = yes; then | 17491 | if test $pkg_failed = yes; then |
17357 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17358 | $as_echo "no" >&6; } | ||
17359 | 17492 | ||
17360 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 17493 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
17361 | _pkg_short_errors_supported=yes | 17494 | _pkg_short_errors_supported=yes |
@@ -17363,14 +17496,14 @@ else | |||
17363 | _pkg_short_errors_supported=no | 17496 | _pkg_short_errors_supported=no |
17364 | fi | 17497 | fi |
17365 | if test $_pkg_short_errors_supported = yes; then | 17498 | if test $_pkg_short_errors_supported = yes; then |
17366 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "evil >= 1.0.0" 2>&1` | 17499 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "evil >= 1.0.0"` |
17367 | else | 17500 | else |
17368 | EVIL_PKG_ERRORS=`$PKG_CONFIG --print-errors "evil >= 1.0.0" 2>&1` | 17501 | EVIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "evil >= 1.0.0"` |
17369 | fi | 17502 | fi |
17370 | # Put the nasty error message in config.log where it belongs | 17503 | # Put the nasty error message in config.log where it belongs |
17371 | echo "$EVIL_PKG_ERRORS" >&5 | 17504 | echo "$EVIL_PKG_ERRORS" >&5 |
17372 | 17505 | ||
17373 | as_fn_error $? "Package requirements (evil >= 1.0.0) were not met: | 17506 | as_fn_error "Package requirements (evil >= 1.0.0) were not met: |
17374 | 17507 | ||
17375 | $EVIL_PKG_ERRORS | 17508 | $EVIL_PKG_ERRORS |
17376 | 17509 | ||
@@ -17379,13 +17512,12 @@ installed software in a non-standard prefix. | |||
17379 | 17512 | ||
17380 | Alternatively, you may set the environment variables EVIL_CFLAGS | 17513 | Alternatively, you may set the environment variables EVIL_CFLAGS |
17381 | and EVIL_LIBS to avoid the need to call pkg-config. | 17514 | and EVIL_LIBS to avoid the need to call pkg-config. |
17382 | See the pkg-config man page for more details." "$LINENO" 5 | 17515 | See the pkg-config man page for more details. |
17516 | " "$LINENO" 5 | ||
17383 | elif test $pkg_failed = untried; then | 17517 | elif test $pkg_failed = untried; then |
17384 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17385 | $as_echo "no" >&6; } | ||
17386 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 17518 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
17387 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 17519 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
17388 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 17520 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
17389 | is in your PATH or set the PKG_CONFIG environment variable to the full | 17521 | is in your PATH or set the PKG_CONFIG environment variable to the full |
17390 | path to pkg-config. | 17522 | path to pkg-config. |
17391 | 17523 | ||
@@ -17394,13 +17526,13 @@ and EVIL_LIBS to avoid the need to call pkg-config. | |||
17394 | See the pkg-config man page for more details. | 17526 | See the pkg-config man page for more details. |
17395 | 17527 | ||
17396 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 17528 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
17397 | See \`config.log' for more details" "$LINENO" 5 ; } | 17529 | See \`config.log' for more details." "$LINENO" 5; } |
17398 | else | 17530 | else |
17399 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS | 17531 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS |
17400 | EVIL_LIBS=$pkg_cv_EVIL_LIBS | 17532 | EVIL_LIBS=$pkg_cv_EVIL_LIBS |
17401 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 17533 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
17402 | $as_echo "yes" >&6; } | 17534 | $as_echo "yes" >&6; } |
17403 | 17535 | : | |
17404 | fi | 17536 | fi |
17405 | 17537 | ||
17406 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h | 17538 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h |
@@ -17438,10 +17570,11 @@ pkg_failed=no | |||
17438 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EMEMOA" >&5 | 17570 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EMEMOA" >&5 |
17439 | $as_echo_n "checking for EMEMOA... " >&6; } | 17571 | $as_echo_n "checking for EMEMOA... " >&6; } |
17440 | 17572 | ||
17441 | if test -n "$EMEMOA_CFLAGS"; then | 17573 | if test -n "$PKG_CONFIG"; then |
17442 | pkg_cv_EMEMOA_CFLAGS="$EMEMOA_CFLAGS" | 17574 | if test -n "$EMEMOA_CFLAGS"; then |
17443 | elif test -n "$PKG_CONFIG"; then | 17575 | pkg_cv_EMEMOA_CFLAGS="$EMEMOA_CFLAGS" |
17444 | if test -n "$PKG_CONFIG" && \ | 17576 | else |
17577 | if test -n "$PKG_CONFIG" && \ | ||
17445 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ememoa >= 0.0.26 \""; } >&5 | 17578 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ememoa >= 0.0.26 \""; } >&5 |
17446 | ($PKG_CONFIG --exists --print-errors "ememoa >= 0.0.26 ") 2>&5 | 17579 | ($PKG_CONFIG --exists --print-errors "ememoa >= 0.0.26 ") 2>&5 |
17447 | ac_status=$? | 17580 | ac_status=$? |
@@ -17451,13 +17584,15 @@ if test -n "$EMEMOA_CFLAGS"; then | |||
17451 | else | 17584 | else |
17452 | pkg_failed=yes | 17585 | pkg_failed=yes |
17453 | fi | 17586 | fi |
17454 | else | 17587 | fi |
17455 | pkg_failed=untried | 17588 | else |
17589 | pkg_failed=untried | ||
17456 | fi | 17590 | fi |
17457 | if test -n "$EMEMOA_LIBS"; then | 17591 | if test -n "$PKG_CONFIG"; then |
17458 | pkg_cv_EMEMOA_LIBS="$EMEMOA_LIBS" | 17592 | if test -n "$EMEMOA_LIBS"; then |
17459 | elif test -n "$PKG_CONFIG"; then | 17593 | pkg_cv_EMEMOA_LIBS="$EMEMOA_LIBS" |
17460 | if test -n "$PKG_CONFIG" && \ | 17594 | else |
17595 | if test -n "$PKG_CONFIG" && \ | ||
17461 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ememoa >= 0.0.26 \""; } >&5 | 17596 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ememoa >= 0.0.26 \""; } >&5 |
17462 | ($PKG_CONFIG --exists --print-errors "ememoa >= 0.0.26 ") 2>&5 | 17597 | ($PKG_CONFIG --exists --print-errors "ememoa >= 0.0.26 ") 2>&5 |
17463 | ac_status=$? | 17598 | ac_status=$? |
@@ -17467,15 +17602,14 @@ if test -n "$EMEMOA_LIBS"; then | |||
17467 | else | 17602 | else |
17468 | pkg_failed=yes | 17603 | pkg_failed=yes |
17469 | fi | 17604 | fi |
17470 | else | 17605 | fi |
17471 | pkg_failed=untried | 17606 | else |
17607 | pkg_failed=untried | ||
17472 | fi | 17608 | fi |
17473 | 17609 | ||
17474 | 17610 | ||
17475 | 17611 | ||
17476 | if test $pkg_failed = yes; then | 17612 | if test $pkg_failed = yes; then |
17477 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17478 | $as_echo "no" >&6; } | ||
17479 | 17613 | ||
17480 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 17614 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
17481 | _pkg_short_errors_supported=yes | 17615 | _pkg_short_errors_supported=yes |
@@ -17483,17 +17617,17 @@ else | |||
17483 | _pkg_short_errors_supported=no | 17617 | _pkg_short_errors_supported=no |
17484 | fi | 17618 | fi |
17485 | if test $_pkg_short_errors_supported = yes; then | 17619 | if test $_pkg_short_errors_supported = yes; then |
17486 | EMEMOA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "ememoa >= 0.0.26 " 2>&1` | 17620 | EMEMOA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "ememoa >= 0.0.26 "` |
17487 | else | 17621 | else |
17488 | EMEMOA_PKG_ERRORS=`$PKG_CONFIG --print-errors "ememoa >= 0.0.26 " 2>&1` | 17622 | EMEMOA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "ememoa >= 0.0.26 "` |
17489 | fi | 17623 | fi |
17490 | # Put the nasty error message in config.log where it belongs | 17624 | # Put the nasty error message in config.log where it belongs |
17491 | echo "$EMEMOA_PKG_ERRORS" >&5 | 17625 | echo "$EMEMOA_PKG_ERRORS" >&5 |
17492 | 17626 | ||
17493 | enable_ememoa="no" | 17627 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
17494 | elif test $pkg_failed = untried; then | ||
17495 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17496 | $as_echo "no" >&6; } | 17628 | $as_echo "no" >&6; } |
17629 | enable_ememoa="no" | ||
17630 | elif test $pkg_failed = untried; then | ||
17497 | enable_ememoa="no" | 17631 | enable_ememoa="no" |
17498 | else | 17632 | else |
17499 | EMEMOA_CFLAGS=$pkg_cv_EMEMOA_CFLAGS | 17633 | EMEMOA_CFLAGS=$pkg_cv_EMEMOA_CFLAGS |
@@ -17509,10 +17643,11 @@ pkg_failed=no | |||
17509 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ECORE_EVAS" >&5 | 17643 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ECORE_EVAS" >&5 |
17510 | $as_echo_n "checking for ECORE_EVAS... " >&6; } | 17644 | $as_echo_n "checking for ECORE_EVAS... " >&6; } |
17511 | 17645 | ||
17512 | if test -n "$ECORE_EVAS_CFLAGS"; then | 17646 | if test -n "$PKG_CONFIG"; then |
17513 | pkg_cv_ECORE_EVAS_CFLAGS="$ECORE_EVAS_CFLAGS" | 17647 | if test -n "$ECORE_EVAS_CFLAGS"; then |
17514 | elif test -n "$PKG_CONFIG"; then | 17648 | pkg_cv_ECORE_EVAS_CFLAGS="$ECORE_EVAS_CFLAGS" |
17515 | if test -n "$PKG_CONFIG" && \ | 17649 | else |
17650 | if test -n "$PKG_CONFIG" && \ | ||
17516 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-evas ecore evas\""; } >&5 | 17651 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-evas ecore evas\""; } >&5 |
17517 | ($PKG_CONFIG --exists --print-errors "ecore-evas ecore evas") 2>&5 | 17652 | ($PKG_CONFIG --exists --print-errors "ecore-evas ecore evas") 2>&5 |
17518 | ac_status=$? | 17653 | ac_status=$? |
@@ -17522,13 +17657,15 @@ if test -n "$ECORE_EVAS_CFLAGS"; then | |||
17522 | else | 17657 | else |
17523 | pkg_failed=yes | 17658 | pkg_failed=yes |
17524 | fi | 17659 | fi |
17525 | else | 17660 | fi |
17526 | pkg_failed=untried | 17661 | else |
17662 | pkg_failed=untried | ||
17527 | fi | 17663 | fi |
17528 | if test -n "$ECORE_EVAS_LIBS"; then | 17664 | if test -n "$PKG_CONFIG"; then |
17529 | pkg_cv_ECORE_EVAS_LIBS="$ECORE_EVAS_LIBS" | 17665 | if test -n "$ECORE_EVAS_LIBS"; then |
17530 | elif test -n "$PKG_CONFIG"; then | 17666 | pkg_cv_ECORE_EVAS_LIBS="$ECORE_EVAS_LIBS" |
17531 | if test -n "$PKG_CONFIG" && \ | 17667 | else |
17668 | if test -n "$PKG_CONFIG" && \ | ||
17532 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-evas ecore evas\""; } >&5 | 17669 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-evas ecore evas\""; } >&5 |
17533 | ($PKG_CONFIG --exists --print-errors "ecore-evas ecore evas") 2>&5 | 17670 | ($PKG_CONFIG --exists --print-errors "ecore-evas ecore evas") 2>&5 |
17534 | ac_status=$? | 17671 | ac_status=$? |
@@ -17538,15 +17675,14 @@ if test -n "$ECORE_EVAS_LIBS"; then | |||
17538 | else | 17675 | else |
17539 | pkg_failed=yes | 17676 | pkg_failed=yes |
17540 | fi | 17677 | fi |
17541 | else | 17678 | fi |
17542 | pkg_failed=untried | 17679 | else |
17680 | pkg_failed=untried | ||
17543 | fi | 17681 | fi |
17544 | 17682 | ||
17545 | 17683 | ||
17546 | 17684 | ||
17547 | if test $pkg_failed = yes; then | 17685 | if test $pkg_failed = yes; then |
17548 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17549 | $as_echo "no" >&6; } | ||
17550 | 17686 | ||
17551 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 17687 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
17552 | _pkg_short_errors_supported=yes | 17688 | _pkg_short_errors_supported=yes |
@@ -17554,17 +17690,17 @@ else | |||
17554 | _pkg_short_errors_supported=no | 17690 | _pkg_short_errors_supported=no |
17555 | fi | 17691 | fi |
17556 | if test $_pkg_short_errors_supported = yes; then | 17692 | if test $_pkg_short_errors_supported = yes; then |
17557 | ECORE_EVAS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "ecore-evas ecore evas" 2>&1` | 17693 | ECORE_EVAS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "ecore-evas ecore evas"` |
17558 | else | 17694 | else |
17559 | ECORE_EVAS_PKG_ERRORS=`$PKG_CONFIG --print-errors "ecore-evas ecore evas" 2>&1` | 17695 | ECORE_EVAS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "ecore-evas ecore evas"` |
17560 | fi | 17696 | fi |
17561 | # Put the nasty error message in config.log where it belongs | 17697 | # Put the nasty error message in config.log where it belongs |
17562 | echo "$ECORE_EVAS_PKG_ERRORS" >&5 | 17698 | echo "$ECORE_EVAS_PKG_ERRORS" >&5 |
17563 | 17699 | ||
17564 | build_tiler_example="no" | 17700 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
17565 | elif test $pkg_failed = untried; then | ||
17566 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
17567 | $as_echo "no" >&6; } | 17701 | $as_echo "no" >&6; } |
17702 | build_tiler_example="no" | ||
17703 | elif test $pkg_failed = untried; then | ||
17568 | build_tiler_example="no" | 17704 | build_tiler_example="no" |
17569 | else | 17705 | else |
17570 | ECORE_EVAS_CFLAGS=$pkg_cv_ECORE_EVAS_CFLAGS | 17706 | ECORE_EVAS_CFLAGS=$pkg_cv_ECORE_EVAS_CFLAGS |
@@ -17583,360 +17719,6 @@ else | |||
17583 | fi | 17719 | fi |
17584 | 17720 | ||
17585 | 17721 | ||
17586 | |||
17587 | ### Checks for header files | ||
17588 | |||
17589 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable assertions" >&5 | ||
17590 | $as_echo_n "checking whether to enable assertions... " >&6; } | ||
17591 | # Check whether --enable-assert was given. | ||
17592 | if test "${enable_assert+set}" = set; then : | ||
17593 | enableval=$enable_assert; ac_enable_assert=$enableval | ||
17594 | if test "x$enableval" = xno; then : | ||
17595 | |||
17596 | $as_echo "#define NDEBUG 1" >>confdefs.h | ||
17597 | |||
17598 | elif test "x$enableval" != xyes; then : | ||
17599 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: invalid argument supplied to --enable-assert" >&5 | ||
17600 | $as_echo "$as_me: WARNING: invalid argument supplied to --enable-assert" >&2;} | ||
17601 | ac_enable_assert=yes | ||
17602 | fi | ||
17603 | else | ||
17604 | ac_enable_assert=yes | ||
17605 | fi | ||
17606 | |||
17607 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_enable_assert" >&5 | ||
17608 | $as_echo "$ac_enable_assert" >&6; } | ||
17609 | |||
17610 | ac_header_dirent=no | ||
17611 | for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do | ||
17612 | as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` | ||
17613 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 | ||
17614 | $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } | ||
17615 | if eval "test \"\${$as_ac_Header+set}\"" = set; then : | ||
17616 | $as_echo_n "(cached) " >&6 | ||
17617 | else | ||
17618 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
17619 | /* end confdefs.h. */ | ||
17620 | #include <sys/types.h> | ||
17621 | #include <$ac_hdr> | ||
17622 | |||
17623 | int | ||
17624 | main () | ||
17625 | { | ||
17626 | if ((DIR *) 0) | ||
17627 | return 0; | ||
17628 | ; | ||
17629 | return 0; | ||
17630 | } | ||
17631 | _ACEOF | ||
17632 | if ac_fn_c_try_compile "$LINENO"; then : | ||
17633 | eval "$as_ac_Header=yes" | ||
17634 | else | ||
17635 | eval "$as_ac_Header=no" | ||
17636 | fi | ||
17637 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
17638 | fi | ||
17639 | eval ac_res=\$$as_ac_Header | ||
17640 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | ||
17641 | $as_echo "$ac_res" >&6; } | ||
17642 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | ||
17643 | cat >>confdefs.h <<_ACEOF | ||
17644 | #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 | ||
17645 | _ACEOF | ||
17646 | |||
17647 | ac_header_dirent=$ac_hdr; break | ||
17648 | fi | ||
17649 | |||
17650 | done | ||
17651 | # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. | ||
17652 | if test $ac_header_dirent = dirent.h; then | ||
17653 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 | ||
17654 | $as_echo_n "checking for library containing opendir... " >&6; } | ||
17655 | if test "${ac_cv_search_opendir+set}" = set; then : | ||
17656 | $as_echo_n "(cached) " >&6 | ||
17657 | else | ||
17658 | ac_func_search_save_LIBS=$LIBS | ||
17659 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
17660 | /* end confdefs.h. */ | ||
17661 | |||
17662 | /* Override any GCC internal prototype to avoid an error. | ||
17663 | Use char because int might match the return type of a GCC | ||
17664 | builtin and then its argument prototype would still apply. */ | ||
17665 | #ifdef __cplusplus | ||
17666 | extern "C" | ||
17667 | #endif | ||
17668 | char opendir (); | ||
17669 | int | ||
17670 | main () | ||
17671 | { | ||
17672 | return opendir (); | ||
17673 | ; | ||
17674 | return 0; | ||
17675 | } | ||
17676 | _ACEOF | ||
17677 | for ac_lib in '' dir; do | ||
17678 | if test -z "$ac_lib"; then | ||
17679 | ac_res="none required" | ||
17680 | else | ||
17681 | ac_res=-l$ac_lib | ||
17682 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | ||
17683 | fi | ||
17684 | if ac_fn_c_try_link "$LINENO"; then : | ||
17685 | ac_cv_search_opendir=$ac_res | ||
17686 | fi | ||
17687 | rm -f core conftest.err conftest.$ac_objext \ | ||
17688 | conftest$ac_exeext | ||
17689 | if test "${ac_cv_search_opendir+set}" = set; then : | ||
17690 | break | ||
17691 | fi | ||
17692 | done | ||
17693 | if test "${ac_cv_search_opendir+set}" = set; then : | ||
17694 | |||
17695 | else | ||
17696 | ac_cv_search_opendir=no | ||
17697 | fi | ||
17698 | rm conftest.$ac_ext | ||
17699 | LIBS=$ac_func_search_save_LIBS | ||
17700 | fi | ||
17701 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 | ||
17702 | $as_echo "$ac_cv_search_opendir" >&6; } | ||
17703 | ac_res=$ac_cv_search_opendir | ||
17704 | if test "$ac_res" != no; then : | ||
17705 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | ||
17706 | |||
17707 | fi | ||
17708 | |||
17709 | else | ||
17710 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 | ||
17711 | $as_echo_n "checking for library containing opendir... " >&6; } | ||
17712 | if test "${ac_cv_search_opendir+set}" = set; then : | ||
17713 | $as_echo_n "(cached) " >&6 | ||
17714 | else | ||
17715 | ac_func_search_save_LIBS=$LIBS | ||
17716 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
17717 | /* end confdefs.h. */ | ||
17718 | |||
17719 | /* Override any GCC internal prototype to avoid an error. | ||
17720 | Use char because int might match the return type of a GCC | ||
17721 | builtin and then its argument prototype would still apply. */ | ||
17722 | #ifdef __cplusplus | ||
17723 | extern "C" | ||
17724 | #endif | ||
17725 | char opendir (); | ||
17726 | int | ||
17727 | main () | ||
17728 | { | ||
17729 | return opendir (); | ||
17730 | ; | ||
17731 | return 0; | ||
17732 | } | ||
17733 | _ACEOF | ||
17734 | for ac_lib in '' x; do | ||
17735 | if test -z "$ac_lib"; then | ||
17736 | ac_res="none required" | ||
17737 | else | ||
17738 | ac_res=-l$ac_lib | ||
17739 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | ||
17740 | fi | ||
17741 | if ac_fn_c_try_link "$LINENO"; then : | ||
17742 | ac_cv_search_opendir=$ac_res | ||
17743 | fi | ||
17744 | rm -f core conftest.err conftest.$ac_objext \ | ||
17745 | conftest$ac_exeext | ||
17746 | if test "${ac_cv_search_opendir+set}" = set; then : | ||
17747 | break | ||
17748 | fi | ||
17749 | done | ||
17750 | if test "${ac_cv_search_opendir+set}" = set; then : | ||
17751 | |||
17752 | else | ||
17753 | ac_cv_search_opendir=no | ||
17754 | fi | ||
17755 | rm conftest.$ac_ext | ||
17756 | LIBS=$ac_func_search_save_LIBS | ||
17757 | fi | ||
17758 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 | ||
17759 | $as_echo "$ac_cv_search_opendir" >&6; } | ||
17760 | ac_res=$ac_cv_search_opendir | ||
17761 | if test "$ac_res" != no; then : | ||
17762 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | ||
17763 | |||
17764 | fi | ||
17765 | |||
17766 | fi | ||
17767 | |||
17768 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 | ||
17769 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | ||
17770 | if test "${ac_cv_header_time+set}" = set; then : | ||
17771 | $as_echo_n "(cached) " >&6 | ||
17772 | else | ||
17773 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
17774 | /* end confdefs.h. */ | ||
17775 | #include <sys/types.h> | ||
17776 | #include <sys/time.h> | ||
17777 | #include <time.h> | ||
17778 | |||
17779 | int | ||
17780 | main () | ||
17781 | { | ||
17782 | if ((struct tm *) 0) | ||
17783 | return 0; | ||
17784 | ; | ||
17785 | return 0; | ||
17786 | } | ||
17787 | _ACEOF | ||
17788 | if ac_fn_c_try_compile "$LINENO"; then : | ||
17789 | ac_cv_header_time=yes | ||
17790 | else | ||
17791 | ac_cv_header_time=no | ||
17792 | fi | ||
17793 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
17794 | fi | ||
17795 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 | ||
17796 | $as_echo "$ac_cv_header_time" >&6; } | ||
17797 | if test $ac_cv_header_time = yes; then | ||
17798 | |||
17799 | $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h | ||
17800 | |||
17801 | fi | ||
17802 | |||
17803 | |||
17804 | |||
17805 | default_max="4096" | ||
17806 | ac_ext=c | ||
17807 | ac_cpp='$CPP $CPPFLAGS' | ||
17808 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ||
17809 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | ||
17810 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
17811 | |||
17812 | |||
17813 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PATH_MAX in limits.h" >&5 | ||
17814 | $as_echo_n "checking for PATH_MAX in limits.h... " >&6; } | ||
17815 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
17816 | /* end confdefs.h. */ | ||
17817 | |||
17818 | #include <limits.h> | ||
17819 | |||
17820 | int | ||
17821 | main () | ||
17822 | { | ||
17823 | |||
17824 | int i = PATH_MAX; | ||
17825 | |||
17826 | ; | ||
17827 | return 0; | ||
17828 | } | ||
17829 | _ACEOF | ||
17830 | if ac_fn_c_try_compile "$LINENO"; then : | ||
17831 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
17832 | $as_echo "yes" >&6; } | ||
17833 | else | ||
17834 | |||
17835 | |||
17836 | cat >>confdefs.h <<_ACEOF | ||
17837 | #define PATH_MAX ${default_max} | ||
17838 | _ACEOF | ||
17839 | |||
17840 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no: using ${default_max}" >&5 | ||
17841 | $as_echo "no: using ${default_max}" >&6; } | ||
17842 | |||
17843 | fi | ||
17844 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
17845 | |||
17846 | ac_ext=c | ||
17847 | ac_cpp='$CPP $CPPFLAGS' | ||
17848 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ||
17849 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | ||
17850 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
17851 | |||
17852 | |||
17853 | |||
17854 | for ac_header in unistd.h libgen.h inttypes.h stdint.h sys/types.h siginfo.h | ||
17855 | do : | ||
17856 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | ||
17857 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | ||
17858 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | ||
17859 | cat >>confdefs.h <<_ACEOF | ||
17860 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | ||
17861 | _ACEOF | ||
17862 | |||
17863 | fi | ||
17864 | |||
17865 | done | ||
17866 | |||
17867 | |||
17868 | if test "x${ac_cv_header_inttypes_h}" = "xyes" ; then | ||
17869 | EINA_CONFIGURE_HAVE_INTTYPES_H="#define EINA_HAVE_INTTYPES_H" | ||
17870 | |||
17871 | $as_echo "#define HAVE_INTTYPES_H 1" >>confdefs.h | ||
17872 | |||
17873 | fi | ||
17874 | |||
17875 | |||
17876 | if test "x${ac_cv_header_inttypes_h}" = "xyes" ; then | ||
17877 | EINA_CONFIGURE_HAVE_STDINT_H="#define EINA_HAVE_STDINT_H" | ||
17878 | |||
17879 | $as_echo "#define HAVE_STDINT_H 1" >>confdefs.h | ||
17880 | |||
17881 | fi | ||
17882 | |||
17883 | |||
17884 | ### Checks for types | ||
17885 | |||
17886 | # The cast to long int works around a bug in the HP C Compiler | ||
17887 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | ||
17888 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | ||
17889 | # This bug is HP SR number 8606223364. | ||
17890 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of wchar_t" >&5 | ||
17891 | $as_echo_n "checking size of wchar_t... " >&6; } | ||
17892 | if test "${ac_cv_sizeof_wchar_t+set}" = set; then : | ||
17893 | $as_echo_n "(cached) " >&6 | ||
17894 | else | ||
17895 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (wchar_t))" "ac_cv_sizeof_wchar_t" "$ac_includes_default"; then : | ||
17896 | |||
17897 | else | ||
17898 | if test "$ac_cv_type_wchar_t" = yes; then | ||
17899 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
17900 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
17901 | as_fn_error 77 "cannot compute sizeof (wchar_t) | ||
17902 | See \`config.log' for more details" "$LINENO" 5 ; } | ||
17903 | else | ||
17904 | ac_cv_sizeof_wchar_t=0 | ||
17905 | fi | ||
17906 | fi | ||
17907 | |||
17908 | fi | ||
17909 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_wchar_t" >&5 | ||
17910 | $as_echo "$ac_cv_sizeof_wchar_t" >&6; } | ||
17911 | |||
17912 | |||
17913 | |||
17914 | cat >>confdefs.h <<_ACEOF | ||
17915 | #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t | ||
17916 | _ACEOF | ||
17917 | |||
17918 | |||
17919 | EINA_SIZEOF_WCHAR_T=$ac_cv_sizeof_wchar_t | ||
17920 | |||
17921 | ac_fn_c_check_type "$LINENO" "siginfo_t" "ac_cv_type_siginfo_t" "#include <signal.h> | ||
17922 | #if HAVE_SIGINFO_H | ||
17923 | # include <siginfo.h> | ||
17924 | #endif | ||
17925 | |||
17926 | " | ||
17927 | if test "x$ac_cv_type_siginfo_t" = x""yes; then : | ||
17928 | |||
17929 | cat >>confdefs.h <<_ACEOF | ||
17930 | #define HAVE_SIGINFO_T 1 | ||
17931 | _ACEOF | ||
17932 | |||
17933 | |||
17934 | fi | ||
17935 | |||
17936 | |||
17937 | ### Checks for structures | ||
17938 | |||
17939 | |||
17940 | ### Checks for compiler characteristics | 17722 | ### Checks for compiler characteristics |
17941 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 | 17723 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 |
17942 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } | 17724 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } |
@@ -18238,8 +18020,8 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
18238 | 18020 | ||
18239 | ;; #( | 18021 | ;; #( |
18240 | *) | 18022 | *) |
18241 | as_fn_error $? "unknown endianness | 18023 | as_fn_error "unknown endianness |
18242 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; | 18024 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; |
18243 | esac | 18025 | esac |
18244 | 18026 | ||
18245 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 | 18027 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 |
@@ -18787,37 +18569,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
18787 | 18569 | ||
18788 | 18570 | ||
18789 | 18571 | ||
18790 | |||
18791 | |||
18792 | |||
18793 | |||
18794 | ### Checks for linker characteristics | ||
18795 | EINA_LIBS= | ||
18796 | lt_enable_auto_import="" | ||
18797 | case "${host_os}" in | ||
18798 | mingw*) | ||
18799 | EINA_LIBS="-ldl ${EVIL_LIBS} -lm" | ||
18800 | lt_enable_auto_import="-Wl,--enable-auto-import" | ||
18801 | ;; | ||
18802 | dragonfly*|openbsd*) | ||
18803 | EINA_LIBS="-lm" | ||
18804 | ;; | ||
18805 | freebsd*|netbsd*) | ||
18806 | EINA_LIBS="-lrt -lm" | ||
18807 | ;; | ||
18808 | darwin*) | ||
18809 | EINA_LIBS="-lm" | ||
18810 | ;; | ||
18811 | cygwin*) | ||
18812 | EINA_LIBS="-ldl -lm" | ||
18813 | ;; | ||
18814 | *) | ||
18815 | EINA_LIBS="-ldl -lrt -lm" | ||
18816 | ;; | ||
18817 | esac | ||
18818 | |||
18819 | |||
18820 | |||
18821 | case "$host_vendor" in | 18572 | case "$host_vendor" in |
18822 | ps3*) | 18573 | ps3*) |
18823 | 18574 | ||
@@ -18825,10 +18576,11 @@ pkg_failed=no | |||
18825 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ESCAPE" >&5 | 18576 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ESCAPE" >&5 |
18826 | $as_echo_n "checking for ESCAPE... " >&6; } | 18577 | $as_echo_n "checking for ESCAPE... " >&6; } |
18827 | 18578 | ||
18828 | if test -n "$ESCAPE_CFLAGS"; then | 18579 | if test -n "$PKG_CONFIG"; then |
18829 | pkg_cv_ESCAPE_CFLAGS="$ESCAPE_CFLAGS" | 18580 | if test -n "$ESCAPE_CFLAGS"; then |
18830 | elif test -n "$PKG_CONFIG"; then | 18581 | pkg_cv_ESCAPE_CFLAGS="$ESCAPE_CFLAGS" |
18831 | if test -n "$PKG_CONFIG" && \ | 18582 | else |
18583 | if test -n "$PKG_CONFIG" && \ | ||
18832 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"escape\""; } >&5 | 18584 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"escape\""; } >&5 |
18833 | ($PKG_CONFIG --exists --print-errors "escape") 2>&5 | 18585 | ($PKG_CONFIG --exists --print-errors "escape") 2>&5 |
18834 | ac_status=$? | 18586 | ac_status=$? |
@@ -18838,13 +18590,15 @@ if test -n "$ESCAPE_CFLAGS"; then | |||
18838 | else | 18590 | else |
18839 | pkg_failed=yes | 18591 | pkg_failed=yes |
18840 | fi | 18592 | fi |
18841 | else | 18593 | fi |
18842 | pkg_failed=untried | 18594 | else |
18595 | pkg_failed=untried | ||
18843 | fi | 18596 | fi |
18844 | if test -n "$ESCAPE_LIBS"; then | 18597 | if test -n "$PKG_CONFIG"; then |
18845 | pkg_cv_ESCAPE_LIBS="$ESCAPE_LIBS" | 18598 | if test -n "$ESCAPE_LIBS"; then |
18846 | elif test -n "$PKG_CONFIG"; then | 18599 | pkg_cv_ESCAPE_LIBS="$ESCAPE_LIBS" |
18847 | if test -n "$PKG_CONFIG" && \ | 18600 | else |
18601 | if test -n "$PKG_CONFIG" && \ | ||
18848 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"escape\""; } >&5 | 18602 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"escape\""; } >&5 |
18849 | ($PKG_CONFIG --exists --print-errors "escape") 2>&5 | 18603 | ($PKG_CONFIG --exists --print-errors "escape") 2>&5 |
18850 | ac_status=$? | 18604 | ac_status=$? |
@@ -18854,15 +18608,14 @@ if test -n "$ESCAPE_LIBS"; then | |||
18854 | else | 18608 | else |
18855 | pkg_failed=yes | 18609 | pkg_failed=yes |
18856 | fi | 18610 | fi |
18857 | else | 18611 | fi |
18858 | pkg_failed=untried | 18612 | else |
18613 | pkg_failed=untried | ||
18859 | fi | 18614 | fi |
18860 | 18615 | ||
18861 | 18616 | ||
18862 | 18617 | ||
18863 | if test $pkg_failed = yes; then | 18618 | if test $pkg_failed = yes; then |
18864 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
18865 | $as_echo "no" >&6; } | ||
18866 | 18619 | ||
18867 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 18620 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
18868 | _pkg_short_errors_supported=yes | 18621 | _pkg_short_errors_supported=yes |
@@ -18870,14 +18623,14 @@ else | |||
18870 | _pkg_short_errors_supported=no | 18623 | _pkg_short_errors_supported=no |
18871 | fi | 18624 | fi |
18872 | if test $_pkg_short_errors_supported = yes; then | 18625 | if test $_pkg_short_errors_supported = yes; then |
18873 | ESCAPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "escape" 2>&1` | 18626 | ESCAPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "escape"` |
18874 | else | 18627 | else |
18875 | ESCAPE_PKG_ERRORS=`$PKG_CONFIG --print-errors "escape" 2>&1` | 18628 | ESCAPE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "escape"` |
18876 | fi | 18629 | fi |
18877 | # Put the nasty error message in config.log where it belongs | 18630 | # Put the nasty error message in config.log where it belongs |
18878 | echo "$ESCAPE_PKG_ERRORS" >&5 | 18631 | echo "$ESCAPE_PKG_ERRORS" >&5 |
18879 | 18632 | ||
18880 | as_fn_error $? "Package requirements (escape) were not met: | 18633 | as_fn_error "Package requirements (escape) were not met: |
18881 | 18634 | ||
18882 | $ESCAPE_PKG_ERRORS | 18635 | $ESCAPE_PKG_ERRORS |
18883 | 18636 | ||
@@ -18886,13 +18639,12 @@ installed software in a non-standard prefix. | |||
18886 | 18639 | ||
18887 | Alternatively, you may set the environment variables ESCAPE_CFLAGS | 18640 | Alternatively, you may set the environment variables ESCAPE_CFLAGS |
18888 | and ESCAPE_LIBS to avoid the need to call pkg-config. | 18641 | and ESCAPE_LIBS to avoid the need to call pkg-config. |
18889 | See the pkg-config man page for more details." "$LINENO" 5 | 18642 | See the pkg-config man page for more details. |
18643 | " "$LINENO" 5 | ||
18890 | elif test $pkg_failed = untried; then | 18644 | elif test $pkg_failed = untried; then |
18891 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
18892 | $as_echo "no" >&6; } | ||
18893 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 18645 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
18894 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 18646 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
18895 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 18647 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
18896 | is in your PATH or set the PKG_CONFIG environment variable to the full | 18648 | is in your PATH or set the PKG_CONFIG environment variable to the full |
18897 | path to pkg-config. | 18649 | path to pkg-config. |
18898 | 18650 | ||
@@ -18901,25 +18653,61 @@ and ESCAPE_LIBS to avoid the need to call pkg-config. | |||
18901 | See the pkg-config man page for more details. | 18653 | See the pkg-config man page for more details. |
18902 | 18654 | ||
18903 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 18655 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
18904 | See \`config.log' for more details" "$LINENO" 5 ; } | 18656 | See \`config.log' for more details." "$LINENO" 5; } |
18905 | else | 18657 | else |
18906 | ESCAPE_CFLAGS=$pkg_cv_ESCAPE_CFLAGS | 18658 | ESCAPE_CFLAGS=$pkg_cv_ESCAPE_CFLAGS |
18907 | ESCAPE_LIBS=$pkg_cv_ESCAPE_LIBS | 18659 | ESCAPE_LIBS=$pkg_cv_ESCAPE_LIBS |
18908 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 18660 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
18909 | $as_echo "yes" >&6; } | 18661 | $as_echo "yes" >&6; } |
18910 | 18662 | : | |
18911 | fi | 18663 | fi |
18912 | 18664 | ||
18913 | $as_echo "#define HAVE_ESCAPE 1" >>confdefs.h | 18665 | $as_echo "#define HAVE_ESCAPE 1" >>confdefs.h |
18914 | 18666 | ||
18915 | requirement_eina="escape" | 18667 | requirement_eina="escape" |
18916 | EINA_LIBS="${ESCAPE_LIBS}" | ||
18917 | EINA_CFLAGS="${ESCAPE_CFLAGS} ${EINA_CFLAGS}" | 18668 | EINA_CFLAGS="${ESCAPE_CFLAGS} ${EINA_CFLAGS}" |
18918 | ;; | 18669 | ;; |
18919 | esac | 18670 | esac |
18920 | 18671 | ||
18921 | 18672 | ||
18922 | 18673 | ||
18674 | |||
18675 | |||
18676 | ### Checks for linker characteristics | ||
18677 | EINA_LIBS= | ||
18678 | lt_enable_auto_import="" | ||
18679 | case "${host_os}" in | ||
18680 | mingw*) | ||
18681 | EINA_LIBS="-ldl ${EVIL_LIBS} -lm" | ||
18682 | lt_enable_auto_import="-Wl,--enable-auto-import" | ||
18683 | ;; | ||
18684 | dragonfly*|openbsd*) | ||
18685 | EINA_LIBS="-lm" | ||
18686 | ;; | ||
18687 | freebsd*|netbsd*) | ||
18688 | EINA_LIBS="-lrt -lm" | ||
18689 | ;; | ||
18690 | darwin*) | ||
18691 | EINA_LIBS="-lm" | ||
18692 | ;; | ||
18693 | cygwin*) | ||
18694 | EINA_LIBS="-ldl -lm" | ||
18695 | ;; | ||
18696 | *) | ||
18697 | EINA_LIBS="-ldl -lrt -lm" | ||
18698 | ;; | ||
18699 | esac | ||
18700 | case "$host_vendor" in | ||
18701 | ps3*) | ||
18702 | # Escape had already been checked to exist | ||
18703 | EINA_LIBS="${ESCAPE_LIBS}" | ||
18704 | ;; | ||
18705 | esac | ||
18706 | |||
18707 | |||
18708 | |||
18709 | |||
18710 | |||
18923 | LDFLAGS_save="${LDFLAGS}" | 18711 | LDFLAGS_save="${LDFLAGS}" |
18924 | LDFLAGS="${LDFLAGS} -fno-strict-aliasing" | 18712 | LDFLAGS="${LDFLAGS} -fno-strict-aliasing" |
18925 | 18713 | ||
@@ -18965,6 +18753,228 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
18965 | 18753 | ||
18966 | 18754 | ||
18967 | 18755 | ||
18756 | CFLAGS="${CFLAGS} ${EINA_CFLAGS}" | ||
18757 | LDFLAGS="${LDFLAGS} ${EINA_LDFLAGS}" | ||
18758 | LIBS="${LIBS} ${EINA_LIBS}" | ||
18759 | |||
18760 | ### Checks for header files | ||
18761 | |||
18762 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable assertions" >&5 | ||
18763 | $as_echo_n "checking whether to enable assertions... " >&6; } | ||
18764 | # Check whether --enable-assert was given. | ||
18765 | if test "${enable_assert+set}" = set; then : | ||
18766 | enableval=$enable_assert; ac_enable_assert=$enableval | ||
18767 | if test "x$enableval" = xno; then : | ||
18768 | |||
18769 | $as_echo "#define NDEBUG 1" >>confdefs.h | ||
18770 | |||
18771 | elif test "x$enableval" != xyes; then : | ||
18772 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: invalid argument supplied to --enable-assert" >&5 | ||
18773 | $as_echo "$as_me: WARNING: invalid argument supplied to --enable-assert" >&2;} | ||
18774 | ac_enable_assert=yes | ||
18775 | fi | ||
18776 | else | ||
18777 | ac_enable_assert=yes | ||
18778 | fi | ||
18779 | |||
18780 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_enable_assert" >&5 | ||
18781 | $as_echo "$ac_enable_assert" >&6; } | ||
18782 | |||
18783 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 | ||
18784 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | ||
18785 | if test "${ac_cv_header_time+set}" = set; then : | ||
18786 | $as_echo_n "(cached) " >&6 | ||
18787 | else | ||
18788 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
18789 | /* end confdefs.h. */ | ||
18790 | #include <sys/types.h> | ||
18791 | #include <sys/time.h> | ||
18792 | #include <time.h> | ||
18793 | |||
18794 | int | ||
18795 | main () | ||
18796 | { | ||
18797 | if ((struct tm *) 0) | ||
18798 | return 0; | ||
18799 | ; | ||
18800 | return 0; | ||
18801 | } | ||
18802 | _ACEOF | ||
18803 | if ac_fn_c_try_compile "$LINENO"; then : | ||
18804 | ac_cv_header_time=yes | ||
18805 | else | ||
18806 | ac_cv_header_time=no | ||
18807 | fi | ||
18808 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
18809 | fi | ||
18810 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 | ||
18811 | $as_echo "$ac_cv_header_time" >&6; } | ||
18812 | if test $ac_cv_header_time = yes; then | ||
18813 | |||
18814 | $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h | ||
18815 | |||
18816 | fi | ||
18817 | |||
18818 | |||
18819 | |||
18820 | default_max="4096" | ||
18821 | ac_ext=c | ||
18822 | ac_cpp='$CPP $CPPFLAGS' | ||
18823 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ||
18824 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | ||
18825 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
18826 | |||
18827 | |||
18828 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PATH_MAX in limits.h" >&5 | ||
18829 | $as_echo_n "checking for PATH_MAX in limits.h... " >&6; } | ||
18830 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
18831 | /* end confdefs.h. */ | ||
18832 | |||
18833 | #include <limits.h> | ||
18834 | |||
18835 | int | ||
18836 | main () | ||
18837 | { | ||
18838 | |||
18839 | int i = PATH_MAX; | ||
18840 | |||
18841 | ; | ||
18842 | return 0; | ||
18843 | } | ||
18844 | _ACEOF | ||
18845 | if ac_fn_c_try_compile "$LINENO"; then : | ||
18846 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
18847 | $as_echo "yes" >&6; } | ||
18848 | else | ||
18849 | |||
18850 | |||
18851 | cat >>confdefs.h <<_ACEOF | ||
18852 | #define PATH_MAX ${default_max} | ||
18853 | _ACEOF | ||
18854 | |||
18855 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no: using ${default_max}" >&5 | ||
18856 | $as_echo "no: using ${default_max}" >&6; } | ||
18857 | |||
18858 | fi | ||
18859 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
18860 | |||
18861 | ac_ext=c | ||
18862 | ac_cpp='$CPP $CPPFLAGS' | ||
18863 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ||
18864 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | ||
18865 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
18866 | |||
18867 | |||
18868 | |||
18869 | for ac_header in unistd.h libgen.h inttypes.h stdint.h sys/types.h siginfo.h strings.h sys/mman.h | ||
18870 | do : | ||
18871 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | ||
18872 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | ||
18873 | eval as_val=\$$as_ac_Header | ||
18874 | if test "x$as_val" = x""yes; then : | ||
18875 | cat >>confdefs.h <<_ACEOF | ||
18876 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | ||
18877 | _ACEOF | ||
18878 | |||
18879 | fi | ||
18880 | |||
18881 | done | ||
18882 | |||
18883 | |||
18884 | if test "x${ac_cv_header_inttypes_h}" = "xyes" ; then | ||
18885 | EINA_CONFIGURE_HAVE_INTTYPES_H="#define EINA_HAVE_INTTYPES_H" | ||
18886 | |||
18887 | $as_echo "#define HAVE_INTTYPES_H 1" >>confdefs.h | ||
18888 | |||
18889 | fi | ||
18890 | |||
18891 | |||
18892 | if test "x${ac_cv_header_inttypes_h}" = "xyes" ; then | ||
18893 | EINA_CONFIGURE_HAVE_STDINT_H="#define EINA_HAVE_STDINT_H" | ||
18894 | |||
18895 | $as_echo "#define HAVE_STDINT_H 1" >>confdefs.h | ||
18896 | |||
18897 | fi | ||
18898 | |||
18899 | |||
18900 | ### Checks for types | ||
18901 | |||
18902 | # The cast to long int works around a bug in the HP C Compiler | ||
18903 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | ||
18904 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | ||
18905 | # This bug is HP SR number 8606223364. | ||
18906 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of wchar_t" >&5 | ||
18907 | $as_echo_n "checking size of wchar_t... " >&6; } | ||
18908 | if test "${ac_cv_sizeof_wchar_t+set}" = set; then : | ||
18909 | $as_echo_n "(cached) " >&6 | ||
18910 | else | ||
18911 | if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (wchar_t))" "ac_cv_sizeof_wchar_t" "$ac_includes_default"; then : | ||
18912 | |||
18913 | else | ||
18914 | if test "$ac_cv_type_wchar_t" = yes; then | ||
18915 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
18916 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
18917 | { as_fn_set_status 77 | ||
18918 | as_fn_error "cannot compute sizeof (wchar_t) | ||
18919 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
18920 | else | ||
18921 | ac_cv_sizeof_wchar_t=0 | ||
18922 | fi | ||
18923 | fi | ||
18924 | |||
18925 | fi | ||
18926 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_wchar_t" >&5 | ||
18927 | $as_echo "$ac_cv_sizeof_wchar_t" >&6; } | ||
18928 | |||
18929 | |||
18930 | |||
18931 | cat >>confdefs.h <<_ACEOF | ||
18932 | #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t | ||
18933 | _ACEOF | ||
18934 | |||
18935 | |||
18936 | EINA_SIZEOF_WCHAR_T=$ac_cv_sizeof_wchar_t | ||
18937 | |||
18938 | ac_fn_c_check_type "$LINENO" "siginfo_t" "ac_cv_type_siginfo_t" "#include <signal.h> | ||
18939 | #if HAVE_SIGINFO_H | ||
18940 | # include <siginfo.h> | ||
18941 | #endif | ||
18942 | |||
18943 | " | ||
18944 | if test "x$ac_cv_type_siginfo_t" = x""yes; then : | ||
18945 | |||
18946 | cat >>confdefs.h <<_ACEOF | ||
18947 | #define HAVE_SIGINFO_T 1 | ||
18948 | _ACEOF | ||
18949 | |||
18950 | |||
18951 | fi | ||
18952 | |||
18953 | |||
18954 | ### Check if dirent.h is usable | ||
18955 | |||
18956 | ac_fn_c_check_type "$LINENO" "struct dirent" "ac_cv_type_struct_dirent" "#include <dirent.h> | ||
18957 | |||
18958 | " | ||
18959 | if test "x$ac_cv_type_struct_dirent" = x""yes; then : | ||
18960 | |||
18961 | cat >>confdefs.h <<_ACEOF | ||
18962 | #define HAVE_STRUCT_DIRENT 1 | ||
18963 | _ACEOF | ||
18964 | |||
18965 | have_dirent="yes" | ||
18966 | else | ||
18967 | have_dirent="no" | ||
18968 | fi | ||
18969 | |||
18970 | |||
18971 | if test "x${have_dirent}" = "xyes" ; then | ||
18972 | EINA_CONFIGURE_HAVE_DIRENT_H="#define EINA_HAVE_DIRENT_H" | ||
18973 | |||
18974 | $as_echo "#define HAVE_DIRENT_H 1" >>confdefs.h | ||
18975 | |||
18976 | fi | ||
18977 | |||
18968 | 18978 | ||
18969 | ### Checks for library functions | 18979 | ### Checks for library functions |
18970 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 | 18980 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 |
@@ -19150,7 +19160,8 @@ if test $ac_cv_os_cray = yes; then | |||
19150 | for ac_func in _getb67 GETB67 getb67; do | 19160 | for ac_func in _getb67 GETB67 getb67; do |
19151 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 19161 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
19152 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 19162 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
19153 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 19163 | eval as_val=\$$as_ac_var |
19164 | if test "x$as_val" = x""yes; then : | ||
19154 | 19165 | ||
19155 | cat >>confdefs.h <<_ACEOF | 19166 | cat >>confdefs.h <<_ACEOF |
19156 | #define CRAY_STACKSEG_END $ac_func | 19167 | #define CRAY_STACKSEG_END $ac_func |
@@ -19212,11 +19223,12 @@ _ACEOF | |||
19212 | 19223 | ||
19213 | fi | 19224 | fi |
19214 | 19225 | ||
19215 | for ac_func in strlcpy dirfd openat fstatat fpathconf execvp | 19226 | for ac_func in strlcpy openat fstatat fpathconf execvp |
19216 | do : | 19227 | do : |
19217 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 19228 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
19218 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 19229 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
19219 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 19230 | eval as_val=\$$as_ac_var |
19231 | if test "x$as_val" = x""yes; then : | ||
19220 | cat >>confdefs.h <<_ACEOF | 19232 | cat >>confdefs.h <<_ACEOF |
19221 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 19233 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
19222 | _ACEOF | 19234 | _ACEOF |
@@ -19225,6 +19237,87 @@ fi | |||
19225 | done | 19237 | done |
19226 | 19238 | ||
19227 | 19239 | ||
19240 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dirfd" >&5 | ||
19241 | $as_echo_n "checking for dirfd... " >&6; } | ||
19242 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
19243 | /* end confdefs.h. */ | ||
19244 | |||
19245 | |||
19246 | #include <dirent.h> | ||
19247 | |||
19248 | int | ||
19249 | main () | ||
19250 | { | ||
19251 | |||
19252 | int main(void) | ||
19253 | { | ||
19254 | DIR *dirp; | ||
19255 | return dirfd(dirp); | ||
19256 | } | ||
19257 | |||
19258 | ; | ||
19259 | return 0; | ||
19260 | } | ||
19261 | |||
19262 | _ACEOF | ||
19263 | if ac_fn_c_try_link "$LINENO"; then : | ||
19264 | have_dirfd="yes" | ||
19265 | else | ||
19266 | have_dirfd="no" | ||
19267 | fi | ||
19268 | rm -f core conftest.err conftest.$ac_objext \ | ||
19269 | conftest$ac_exeext conftest.$ac_ext | ||
19270 | |||
19271 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${have_dirfd}" >&5 | ||
19272 | $as_echo "${have_dirfd}" >&6; } | ||
19273 | |||
19274 | if test "x${have_dirfd}" = "xyes" ; then | ||
19275 | |||
19276 | $as_echo "#define HAVE_DIRFD 1" >>confdefs.h | ||
19277 | |||
19278 | fi | ||
19279 | |||
19280 | # check debug information for malloc | ||
19281 | for ac_func in malloc_usable_size | ||
19282 | do : | ||
19283 | ac_fn_c_check_func "$LINENO" "malloc_usable_size" "ac_cv_func_malloc_usable_size" | ||
19284 | if test "x$ac_cv_func_malloc_usable_size" = x""yes; then : | ||
19285 | cat >>confdefs.h <<_ACEOF | ||
19286 | #define HAVE_MALLOC_USABLE_SIZE 1 | ||
19287 | _ACEOF | ||
19288 | malloc_true_size="yes" | ||
19289 | else | ||
19290 | malloc_true_size="no" | ||
19291 | fi | ||
19292 | done | ||
19293 | |||
19294 | if test "x${malloc_true_size}" = "xyes" ; then | ||
19295 | |||
19296 | $as_echo "#define HAVE_MALLOC_USABLE_SIZE 1" >>confdefs.h | ||
19297 | |||
19298 | fi | ||
19299 | |||
19300 | want_debug_malloc="no" | ||
19301 | # Check whether --enable-debug-malloc was given. | ||
19302 | if test "${enable_debug_malloc+set}" = set; then : | ||
19303 | enableval=$enable_debug_malloc; | ||
19304 | if test "x${enableval}" = "xyes" ; then | ||
19305 | want_debug_malloc="yes" | ||
19306 | else | ||
19307 | want_debug_malloc="no" | ||
19308 | fi | ||
19309 | |||
19310 | else | ||
19311 | want_debug_malloc="no" | ||
19312 | fi | ||
19313 | |||
19314 | |||
19315 | if test "x${malloc_true_size}" = "xyes" -a "x${want_debug_malloc}" = "xyes"; then | ||
19316 | |||
19317 | $as_echo "#define EINA_DEBUG_MALLOC 1" >>confdefs.h | ||
19318 | |||
19319 | fi | ||
19320 | |||
19228 | # dlopen and dladdr | 19321 | # dlopen and dladdr |
19229 | dlopen_libs="" | 19322 | dlopen_libs="" |
19230 | case "$host_os" in | 19323 | case "$host_os" in |
@@ -19358,6 +19451,7 @@ fi | |||
19358 | esac | 19451 | esac |
19359 | 19452 | ||
19360 | 19453 | ||
19454 | have_log="yes" | ||
19361 | 19455 | ||
19362 | 19456 | ||
19363 | ac_fn_c_check_header_mongrel "$LINENO" "fnmatch.h" "ac_cv_header_fnmatch_h" "$ac_includes_default" | 19457 | ac_fn_c_check_header_mongrel "$LINENO" "fnmatch.h" "ac_cv_header_fnmatch_h" "$ac_includes_default" |
@@ -19439,12 +19533,45 @@ fi | |||
19439 | 19533 | ||
19440 | 19534 | ||
19441 | if test "x$_efl_have_fnmatch" = "xyes"; then : | 19535 | if test "x$_efl_have_fnmatch" = "xyes"; then : |
19536 | have_log="yes" | ||
19537 | else | ||
19538 | have_log="no" | ||
19539 | fi | ||
19540 | |||
19541 | |||
19542 | |||
19543 | want_log="yes" | ||
19544 | # Check whether --enable-log was given. | ||
19545 | if test "${enable_log+set}" = set; then : | ||
19546 | enableval=$enable_log; | ||
19547 | if test "x${enableval}" = "xyes" ; then | ||
19548 | want_log="yes" | ||
19549 | else | ||
19550 | want_log="no" | ||
19551 | fi | ||
19442 | 19552 | ||
19443 | else | 19553 | else |
19444 | as_fn_error $? "Cannot find fnmatch()" "$LINENO" 5 | 19554 | want_log="yes" |
19445 | fi | 19555 | fi |
19446 | 19556 | ||
19447 | 19557 | ||
19558 | enable_log="no" | ||
19559 | if test "x${have_log}" = xyes -a "x${want_log}" = xyes; then | ||
19560 | enable_log="yes" | ||
19561 | fi | ||
19562 | |||
19563 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking wether to build Eina_Log infrastructure" >&5 | ||
19564 | $as_echo_n "checking wether to build Eina_Log infrastructure... " >&6; } | ||
19565 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_log}" >&5 | ||
19566 | $as_echo "${enable_log}" >&6; } | ||
19567 | |||
19568 | if test "x${enable_log}" = "xyes"; then | ||
19569 | EINA_CONFIGURE_ENABLE_LOG="#define EINA_ENABLE_LOG" | ||
19570 | |||
19571 | $as_echo "#define HAVE_LOG 1" >>confdefs.h | ||
19572 | |||
19573 | fi | ||
19574 | |||
19448 | 19575 | ||
19449 | for ac_header in mcheck.h | 19576 | for ac_header in mcheck.h |
19450 | do : | 19577 | do : |
@@ -20239,10 +20366,11 @@ pkg_failed=no | |||
20239 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHECK" >&5 | 20366 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHECK" >&5 |
20240 | $as_echo_n "checking for CHECK... " >&6; } | 20367 | $as_echo_n "checking for CHECK... " >&6; } |
20241 | 20368 | ||
20242 | if test -n "$CHECK_CFLAGS"; then | 20369 | if test -n "$PKG_CONFIG"; then |
20243 | pkg_cv_CHECK_CFLAGS="$CHECK_CFLAGS" | 20370 | if test -n "$CHECK_CFLAGS"; then |
20244 | elif test -n "$PKG_CONFIG"; then | 20371 | pkg_cv_CHECK_CFLAGS="$CHECK_CFLAGS" |
20245 | if test -n "$PKG_CONFIG" && \ | 20372 | else |
20373 | if test -n "$PKG_CONFIG" && \ | ||
20246 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 | 20374 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 |
20247 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 | 20375 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 |
20248 | ac_status=$? | 20376 | ac_status=$? |
@@ -20252,13 +20380,15 @@ if test -n "$CHECK_CFLAGS"; then | |||
20252 | else | 20380 | else |
20253 | pkg_failed=yes | 20381 | pkg_failed=yes |
20254 | fi | 20382 | fi |
20255 | else | 20383 | fi |
20256 | pkg_failed=untried | 20384 | else |
20385 | pkg_failed=untried | ||
20257 | fi | 20386 | fi |
20258 | if test -n "$CHECK_LIBS"; then | 20387 | if test -n "$PKG_CONFIG"; then |
20259 | pkg_cv_CHECK_LIBS="$CHECK_LIBS" | 20388 | if test -n "$CHECK_LIBS"; then |
20260 | elif test -n "$PKG_CONFIG"; then | 20389 | pkg_cv_CHECK_LIBS="$CHECK_LIBS" |
20261 | if test -n "$PKG_CONFIG" && \ | 20390 | else |
20391 | if test -n "$PKG_CONFIG" && \ | ||
20262 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 | 20392 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 |
20263 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 | 20393 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 |
20264 | ac_status=$? | 20394 | ac_status=$? |
@@ -20268,15 +20398,14 @@ if test -n "$CHECK_LIBS"; then | |||
20268 | else | 20398 | else |
20269 | pkg_failed=yes | 20399 | pkg_failed=yes |
20270 | fi | 20400 | fi |
20271 | else | 20401 | fi |
20272 | pkg_failed=untried | 20402 | else |
20403 | pkg_failed=untried | ||
20273 | fi | 20404 | fi |
20274 | 20405 | ||
20275 | 20406 | ||
20276 | 20407 | ||
20277 | if test $pkg_failed = yes; then | 20408 | if test $pkg_failed = yes; then |
20278 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20279 | $as_echo "no" >&6; } | ||
20280 | 20409 | ||
20281 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 20410 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
20282 | _pkg_short_errors_supported=yes | 20411 | _pkg_short_errors_supported=yes |
@@ -20284,17 +20413,17 @@ else | |||
20284 | _pkg_short_errors_supported=no | 20413 | _pkg_short_errors_supported=no |
20285 | fi | 20414 | fi |
20286 | if test $_pkg_short_errors_supported = yes; then | 20415 | if test $_pkg_short_errors_supported = yes; then |
20287 | CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "check >= 0.9.5" 2>&1` | 20416 | CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "check >= 0.9.5"` |
20288 | else | 20417 | else |
20289 | CHECK_PKG_ERRORS=`$PKG_CONFIG --print-errors "check >= 0.9.5" 2>&1` | 20418 | CHECK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "check >= 0.9.5"` |
20290 | fi | 20419 | fi |
20291 | # Put the nasty error message in config.log where it belongs | 20420 | # Put the nasty error message in config.log where it belongs |
20292 | echo "$CHECK_PKG_ERRORS" >&5 | 20421 | echo "$CHECK_PKG_ERRORS" >&5 |
20293 | 20422 | ||
20294 | _efl_enable_tests="no" | 20423 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
20295 | elif test $pkg_failed = untried; then | ||
20296 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20297 | $as_echo "no" >&6; } | 20424 | $as_echo "no" >&6; } |
20425 | _efl_enable_tests="no" | ||
20426 | elif test $pkg_failed = untried; then | ||
20298 | _efl_enable_tests="no" | 20427 | _efl_enable_tests="no" |
20299 | else | 20428 | else |
20300 | CHECK_CFLAGS=$pkg_cv_CHECK_CFLAGS | 20429 | CHECK_CFLAGS=$pkg_cv_CHECK_CFLAGS |
@@ -20489,10 +20618,11 @@ pkg_failed=no | |||
20489 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5 | 20618 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5 |
20490 | $as_echo_n "checking for GLIB... " >&6; } | 20619 | $as_echo_n "checking for GLIB... " >&6; } |
20491 | 20620 | ||
20492 | if test -n "$GLIB_CFLAGS"; then | 20621 | if test -n "$PKG_CONFIG"; then |
20493 | pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" | 20622 | if test -n "$GLIB_CFLAGS"; then |
20494 | elif test -n "$PKG_CONFIG"; then | 20623 | pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" |
20495 | if test -n "$PKG_CONFIG" && \ | 20624 | else |
20625 | if test -n "$PKG_CONFIG" && \ | ||
20496 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 | 20626 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 |
20497 | ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 | 20627 | ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 |
20498 | ac_status=$? | 20628 | ac_status=$? |
@@ -20502,13 +20632,15 @@ if test -n "$GLIB_CFLAGS"; then | |||
20502 | else | 20632 | else |
20503 | pkg_failed=yes | 20633 | pkg_failed=yes |
20504 | fi | 20634 | fi |
20505 | else | 20635 | fi |
20506 | pkg_failed=untried | 20636 | else |
20637 | pkg_failed=untried | ||
20507 | fi | 20638 | fi |
20508 | if test -n "$GLIB_LIBS"; then | 20639 | if test -n "$PKG_CONFIG"; then |
20509 | pkg_cv_GLIB_LIBS="$GLIB_LIBS" | 20640 | if test -n "$GLIB_LIBS"; then |
20510 | elif test -n "$PKG_CONFIG"; then | 20641 | pkg_cv_GLIB_LIBS="$GLIB_LIBS" |
20511 | if test -n "$PKG_CONFIG" && \ | 20642 | else |
20643 | if test -n "$PKG_CONFIG" && \ | ||
20512 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 | 20644 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 |
20513 | ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 | 20645 | ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 |
20514 | ac_status=$? | 20646 | ac_status=$? |
@@ -20518,15 +20650,14 @@ if test -n "$GLIB_LIBS"; then | |||
20518 | else | 20650 | else |
20519 | pkg_failed=yes | 20651 | pkg_failed=yes |
20520 | fi | 20652 | fi |
20521 | else | 20653 | fi |
20522 | pkg_failed=untried | 20654 | else |
20655 | pkg_failed=untried | ||
20523 | fi | 20656 | fi |
20524 | 20657 | ||
20525 | 20658 | ||
20526 | 20659 | ||
20527 | if test $pkg_failed = yes; then | 20660 | if test $pkg_failed = yes; then |
20528 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20529 | $as_echo "no" >&6; } | ||
20530 | 20661 | ||
20531 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 20662 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
20532 | _pkg_short_errors_supported=yes | 20663 | _pkg_short_errors_supported=yes |
@@ -20534,17 +20665,17 @@ else | |||
20534 | _pkg_short_errors_supported=no | 20665 | _pkg_short_errors_supported=no |
20535 | fi | 20666 | fi |
20536 | if test $_pkg_short_errors_supported = yes; then | 20667 | if test $_pkg_short_errors_supported = yes; then |
20537 | GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0" 2>&1` | 20668 | GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0"` |
20538 | else | 20669 | else |
20539 | GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0" 2>&1` | 20670 | GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"` |
20540 | fi | 20671 | fi |
20541 | # Put the nasty error message in config.log where it belongs | 20672 | # Put the nasty error message in config.log where it belongs |
20542 | echo "$GLIB_PKG_ERRORS" >&5 | 20673 | echo "$GLIB_PKG_ERRORS" >&5 |
20543 | 20674 | ||
20544 | have_module="no" | 20675 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
20545 | elif test $pkg_failed = untried; then | ||
20546 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
20547 | $as_echo "no" >&6; } | 20676 | $as_echo "no" >&6; } |
20677 | have_module="no" | ||
20678 | elif test $pkg_failed = untried; then | ||
20548 | have_module="no" | 20679 | have_module="no" |
20549 | else | 20680 | else |
20550 | GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS | 20681 | GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS |
@@ -20753,7 +20884,6 @@ DEFS=-DHAVE_CONFIG_H | |||
20753 | 20884 | ||
20754 | ac_libobjs= | 20885 | ac_libobjs= |
20755 | ac_ltlibobjs= | 20886 | ac_ltlibobjs= |
20756 | U= | ||
20757 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 20887 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
20758 | # 1. Remove the extension, and $U if already installed. | 20888 | # 1. Remove the extension, and $U if already installed. |
20759 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 20889 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
@@ -20777,148 +20907,148 @@ else | |||
20777 | fi | 20907 | fi |
20778 | 20908 | ||
20779 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 20909 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
20780 | as_fn_error $? "conditional \"AMDEP\" was never defined. | 20910 | as_fn_error "conditional \"AMDEP\" was never defined. |
20781 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20911 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20782 | fi | 20912 | fi |
20783 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 20913 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
20784 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 20914 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
20785 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20915 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20786 | fi | 20916 | fi |
20787 | if test -z "${EINA_HAVE_THREADS_TRUE}" && test -z "${EINA_HAVE_THREADS_FALSE}"; then | 20917 | if test -z "${EINA_HAVE_THREADS_TRUE}" && test -z "${EINA_HAVE_THREADS_FALSE}"; then |
20788 | as_fn_error $? "conditional \"EINA_HAVE_THREADS\" was never defined. | 20918 | as_fn_error "conditional \"EINA_HAVE_THREADS\" was never defined. |
20789 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20919 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20790 | fi | 20920 | fi |
20791 | if test -z "${EINA_DEBUG_THREADS_TRUE}" && test -z "${EINA_DEBUG_THREADS_FALSE}"; then | 20921 | if test -z "${EINA_DEBUG_THREADS_TRUE}" && test -z "${EINA_DEBUG_THREADS_FALSE}"; then |
20792 | as_fn_error $? "conditional \"EINA_DEBUG_THREADS\" was never defined. | 20922 | as_fn_error "conditional \"EINA_DEBUG_THREADS\" was never defined. |
20793 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20923 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20794 | fi | 20924 | fi |
20795 | if test -z "${EINA_ON_OFF_THREADS_TRUE}" && test -z "${EINA_ON_OFF_THREADS_FALSE}"; then | 20925 | if test -z "${EINA_ON_OFF_THREADS_TRUE}" && test -z "${EINA_ON_OFF_THREADS_FALSE}"; then |
20796 | as_fn_error $? "conditional \"EINA_ON_OFF_THREADS\" was never defined. | 20926 | as_fn_error "conditional \"EINA_ON_OFF_THREADS\" was never defined. |
20797 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20927 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20798 | fi | 20928 | fi |
20799 | if test -z "${SAFETY_CHECKS_TRUE}" && test -z "${SAFETY_CHECKS_FALSE}"; then | 20929 | if test -z "${SAFETY_CHECKS_TRUE}" && test -z "${SAFETY_CHECKS_FALSE}"; then |
20800 | as_fn_error $? "conditional \"SAFETY_CHECKS\" was never defined. | 20930 | as_fn_error "conditional \"SAFETY_CHECKS\" was never defined. |
20801 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20931 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20802 | fi | 20932 | fi |
20803 | if test -z "${EINA_AMALGAMATION_TRUE}" && test -z "${EINA_AMALGAMATION_FALSE}"; then | 20933 | if test -z "${EINA_AMALGAMATION_TRUE}" && test -z "${EINA_AMALGAMATION_FALSE}"; then |
20804 | as_fn_error $? "conditional \"EINA_AMALGAMATION\" was never defined. | 20934 | as_fn_error "conditional \"EINA_AMALGAMATION\" was never defined. |
20805 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20935 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20806 | fi | 20936 | fi |
20807 | if test -z "${EINA_ENABLE_BENCHMARK_E17_TRUE}" && test -z "${EINA_ENABLE_BENCHMARK_E17_FALSE}"; then | 20937 | if test -z "${EINA_ENABLE_BENCHMARK_E17_TRUE}" && test -z "${EINA_ENABLE_BENCHMARK_E17_FALSE}"; then |
20808 | as_fn_error $? "conditional \"EINA_ENABLE_BENCHMARK_E17\" was never defined. | 20938 | as_fn_error "conditional \"EINA_ENABLE_BENCHMARK_E17\" was never defined. |
20809 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20939 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20810 | fi | 20940 | fi |
20811 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 20941 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
20812 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 20942 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
20813 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20943 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20814 | fi | 20944 | fi |
20815 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then | 20945 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then |
20816 | as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. | 20946 | as_fn_error "conditional \"am__fastdepCXX\" was never defined. |
20817 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20947 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20818 | fi | 20948 | fi |
20819 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then | 20949 | if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then |
20820 | as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. | 20950 | as_fn_error "conditional \"am__fastdepCXX\" was never defined. |
20821 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20951 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20822 | fi | 20952 | fi |
20823 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then | 20953 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then |
20824 | as_fn_error $? "conditional \"EFL_BUILD_DOC\" was never defined. | 20954 | as_fn_error "conditional \"EFL_BUILD_DOC\" was never defined. |
20825 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20955 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20826 | fi | 20956 | fi |
20827 | if test -z "${BUILD_TILER_EXAMPLE_TRUE}" && test -z "${BUILD_TILER_EXAMPLE_FALSE}"; then | 20957 | if test -z "${BUILD_TILER_EXAMPLE_TRUE}" && test -z "${BUILD_TILER_EXAMPLE_FALSE}"; then |
20828 | as_fn_error $? "conditional \"BUILD_TILER_EXAMPLE\" was never defined. | 20958 | as_fn_error "conditional \"BUILD_TILER_EXAMPLE\" was never defined. |
20829 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20959 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20830 | fi | 20960 | fi |
20831 | 20961 | ||
20832 | if test -z "${EINA_HAVE_WINCE_TRUE}" && test -z "${EINA_HAVE_WINCE_FALSE}"; then | 20962 | if test -z "${EINA_HAVE_WINCE_TRUE}" && test -z "${EINA_HAVE_WINCE_FALSE}"; then |
20833 | as_fn_error $? "conditional \"EINA_HAVE_WINCE\" was never defined. | 20963 | as_fn_error "conditional \"EINA_HAVE_WINCE\" was never defined. |
20834 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20964 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20835 | fi | 20965 | fi |
20836 | if test -z "${EINA_HAVE_WIN32_TRUE}" && test -z "${EINA_HAVE_WIN32_FALSE}"; then | 20966 | if test -z "${EINA_HAVE_WIN32_TRUE}" && test -z "${EINA_HAVE_WIN32_FALSE}"; then |
20837 | as_fn_error $? "conditional \"EINA_HAVE_WIN32\" was never defined. | 20967 | as_fn_error "conditional \"EINA_HAVE_WIN32\" was never defined. |
20838 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20968 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20839 | fi | 20969 | fi |
20840 | if test -z "${EINA_BUILD_CHAINED_POOL_TRUE}" && test -z "${EINA_BUILD_CHAINED_POOL_FALSE}"; then | 20970 | if test -z "${EINA_BUILD_CHAINED_POOL_TRUE}" && test -z "${EINA_BUILD_CHAINED_POOL_FALSE}"; then |
20841 | as_fn_error $? "conditional \"EINA_BUILD_CHAINED_POOL\" was never defined. | 20971 | as_fn_error "conditional \"EINA_BUILD_CHAINED_POOL\" was never defined. |
20842 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20972 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20843 | fi | 20973 | fi |
20844 | if test -z "${EINA_STATIC_BUILD_CHAINED_POOL_TRUE}" && test -z "${EINA_STATIC_BUILD_CHAINED_POOL_FALSE}"; then | 20974 | if test -z "${EINA_STATIC_BUILD_CHAINED_POOL_TRUE}" && test -z "${EINA_STATIC_BUILD_CHAINED_POOL_FALSE}"; then |
20845 | as_fn_error $? "conditional \"EINA_STATIC_BUILD_CHAINED_POOL\" was never defined. | 20975 | as_fn_error "conditional \"EINA_STATIC_BUILD_CHAINED_POOL\" was never defined. |
20846 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20976 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20847 | fi | 20977 | fi |
20848 | if test -z "${EINA_BUILD_EMEMOA_FIXED_TRUE}" && test -z "${EINA_BUILD_EMEMOA_FIXED_FALSE}"; then | 20978 | if test -z "${EINA_BUILD_EMEMOA_FIXED_TRUE}" && test -z "${EINA_BUILD_EMEMOA_FIXED_FALSE}"; then |
20849 | as_fn_error $? "conditional \"EINA_BUILD_EMEMOA_FIXED\" was never defined. | 20979 | as_fn_error "conditional \"EINA_BUILD_EMEMOA_FIXED\" was never defined. |
20850 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20980 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20851 | fi | 20981 | fi |
20852 | if test -z "${EINA_STATIC_BUILD_EMEMOA_FIXED_TRUE}" && test -z "${EINA_STATIC_BUILD_EMEMOA_FIXED_FALSE}"; then | 20982 | if test -z "${EINA_STATIC_BUILD_EMEMOA_FIXED_TRUE}" && test -z "${EINA_STATIC_BUILD_EMEMOA_FIXED_FALSE}"; then |
20853 | as_fn_error $? "conditional \"EINA_STATIC_BUILD_EMEMOA_FIXED\" was never defined. | 20983 | as_fn_error "conditional \"EINA_STATIC_BUILD_EMEMOA_FIXED\" was never defined. |
20854 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20984 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20855 | fi | 20985 | fi |
20856 | if test -z "${EINA_BUILD_EMEMOA_UNKNOWN_TRUE}" && test -z "${EINA_BUILD_EMEMOA_UNKNOWN_FALSE}"; then | 20986 | if test -z "${EINA_BUILD_EMEMOA_UNKNOWN_TRUE}" && test -z "${EINA_BUILD_EMEMOA_UNKNOWN_FALSE}"; then |
20857 | as_fn_error $? "conditional \"EINA_BUILD_EMEMOA_UNKNOWN\" was never defined. | 20987 | as_fn_error "conditional \"EINA_BUILD_EMEMOA_UNKNOWN\" was never defined. |
20858 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20988 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20859 | fi | 20989 | fi |
20860 | if test -z "${EINA_STATIC_BUILD_EMEMOA_UNKNOWN_TRUE}" && test -z "${EINA_STATIC_BUILD_EMEMOA_UNKNOWN_FALSE}"; then | 20990 | if test -z "${EINA_STATIC_BUILD_EMEMOA_UNKNOWN_TRUE}" && test -z "${EINA_STATIC_BUILD_EMEMOA_UNKNOWN_FALSE}"; then |
20861 | as_fn_error $? "conditional \"EINA_STATIC_BUILD_EMEMOA_UNKNOWN\" was never defined. | 20991 | as_fn_error "conditional \"EINA_STATIC_BUILD_EMEMOA_UNKNOWN\" was never defined. |
20862 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20992 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20863 | fi | 20993 | fi |
20864 | if test -z "${EINA_BUILD_FIXED_BITMAP_TRUE}" && test -z "${EINA_BUILD_FIXED_BITMAP_FALSE}"; then | 20994 | if test -z "${EINA_BUILD_FIXED_BITMAP_TRUE}" && test -z "${EINA_BUILD_FIXED_BITMAP_FALSE}"; then |
20865 | as_fn_error $? "conditional \"EINA_BUILD_FIXED_BITMAP\" was never defined. | 20995 | as_fn_error "conditional \"EINA_BUILD_FIXED_BITMAP\" was never defined. |
20866 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20996 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20867 | fi | 20997 | fi |
20868 | if test -z "${EINA_STATIC_BUILD_FIXED_BITMAP_TRUE}" && test -z "${EINA_STATIC_BUILD_FIXED_BITMAP_FALSE}"; then | 20998 | if test -z "${EINA_STATIC_BUILD_FIXED_BITMAP_TRUE}" && test -z "${EINA_STATIC_BUILD_FIXED_BITMAP_FALSE}"; then |
20869 | as_fn_error $? "conditional \"EINA_STATIC_BUILD_FIXED_BITMAP\" was never defined. | 20999 | as_fn_error "conditional \"EINA_STATIC_BUILD_FIXED_BITMAP\" was never defined. |
20870 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21000 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20871 | fi | 21001 | fi |
20872 | if test -z "${EINA_BUILD_PASS_THROUGH_TRUE}" && test -z "${EINA_BUILD_PASS_THROUGH_FALSE}"; then | 21002 | if test -z "${EINA_BUILD_PASS_THROUGH_TRUE}" && test -z "${EINA_BUILD_PASS_THROUGH_FALSE}"; then |
20873 | as_fn_error $? "conditional \"EINA_BUILD_PASS_THROUGH\" was never defined. | 21003 | as_fn_error "conditional \"EINA_BUILD_PASS_THROUGH\" was never defined. |
20874 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21004 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20875 | fi | 21005 | fi |
20876 | if test -z "${EINA_STATIC_BUILD_PASS_THROUGH_TRUE}" && test -z "${EINA_STATIC_BUILD_PASS_THROUGH_FALSE}"; then | 21006 | if test -z "${EINA_STATIC_BUILD_PASS_THROUGH_TRUE}" && test -z "${EINA_STATIC_BUILD_PASS_THROUGH_FALSE}"; then |
20877 | as_fn_error $? "conditional \"EINA_STATIC_BUILD_PASS_THROUGH\" was never defined. | 21007 | as_fn_error "conditional \"EINA_STATIC_BUILD_PASS_THROUGH\" was never defined. |
20878 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21008 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20879 | fi | 21009 | fi |
20880 | if test -z "${EINA_BUILD_BUDDY_TRUE}" && test -z "${EINA_BUILD_BUDDY_FALSE}"; then | 21010 | if test -z "${EINA_BUILD_BUDDY_TRUE}" && test -z "${EINA_BUILD_BUDDY_FALSE}"; then |
20881 | as_fn_error $? "conditional \"EINA_BUILD_BUDDY\" was never defined. | 21011 | as_fn_error "conditional \"EINA_BUILD_BUDDY\" was never defined. |
20882 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21012 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20883 | fi | 21013 | fi |
20884 | if test -z "${EINA_STATIC_BUILD_BUDDY_TRUE}" && test -z "${EINA_STATIC_BUILD_BUDDY_FALSE}"; then | 21014 | if test -z "${EINA_STATIC_BUILD_BUDDY_TRUE}" && test -z "${EINA_STATIC_BUILD_BUDDY_FALSE}"; then |
20885 | as_fn_error $? "conditional \"EINA_STATIC_BUILD_BUDDY\" was never defined. | 21015 | as_fn_error "conditional \"EINA_STATIC_BUILD_BUDDY\" was never defined. |
20886 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21016 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20887 | fi | 21017 | fi |
20888 | if test -z "${EINA_BUILD_ONE_BIG_TRUE}" && test -z "${EINA_BUILD_ONE_BIG_FALSE}"; then | 21018 | if test -z "${EINA_BUILD_ONE_BIG_TRUE}" && test -z "${EINA_BUILD_ONE_BIG_FALSE}"; then |
20889 | as_fn_error $? "conditional \"EINA_BUILD_ONE_BIG\" was never defined. | 21019 | as_fn_error "conditional \"EINA_BUILD_ONE_BIG\" was never defined. |
20890 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21020 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20891 | fi | 21021 | fi |
20892 | if test -z "${EINA_STATIC_BUILD_ONE_BIG_TRUE}" && test -z "${EINA_STATIC_BUILD_ONE_BIG_FALSE}"; then | 21022 | if test -z "${EINA_STATIC_BUILD_ONE_BIG_TRUE}" && test -z "${EINA_STATIC_BUILD_ONE_BIG_FALSE}"; then |
20893 | as_fn_error $? "conditional \"EINA_STATIC_BUILD_ONE_BIG\" was never defined. | 21023 | as_fn_error "conditional \"EINA_STATIC_BUILD_ONE_BIG\" was never defined. |
20894 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21024 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20895 | fi | 21025 | fi |
20896 | if test -z "${EFL_ENABLE_TESTS_TRUE}" && test -z "${EFL_ENABLE_TESTS_FALSE}"; then | 21026 | if test -z "${EFL_ENABLE_TESTS_TRUE}" && test -z "${EFL_ENABLE_TESTS_FALSE}"; then |
20897 | as_fn_error $? "conditional \"EFL_ENABLE_TESTS\" was never defined. | 21027 | as_fn_error "conditional \"EFL_ENABLE_TESTS\" was never defined. |
20898 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21028 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20899 | fi | 21029 | fi |
20900 | if test -z "${EFL_ENABLE_COVERAGE_TRUE}" && test -z "${EFL_ENABLE_COVERAGE_FALSE}"; then | 21030 | if test -z "${EFL_ENABLE_COVERAGE_TRUE}" && test -z "${EFL_ENABLE_COVERAGE_FALSE}"; then |
20901 | as_fn_error $? "conditional \"EFL_ENABLE_COVERAGE\" was never defined. | 21031 | as_fn_error "conditional \"EFL_ENABLE_COVERAGE\" was never defined. |
20902 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21032 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20903 | fi | 21033 | fi |
20904 | if test -z "${EFL_ENABLE_BENCHMARK_TRUE}" && test -z "${EFL_ENABLE_BENCHMARK_FALSE}"; then | 21034 | if test -z "${EFL_ENABLE_BENCHMARK_TRUE}" && test -z "${EFL_ENABLE_BENCHMARK_FALSE}"; then |
20905 | as_fn_error $? "conditional \"EFL_ENABLE_BENCHMARK\" was never defined. | 21035 | as_fn_error "conditional \"EFL_ENABLE_BENCHMARK\" was never defined. |
20906 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21036 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20907 | fi | 21037 | fi |
20908 | if test -z "${EINA_HAVE_GLIB_TRUE}" && test -z "${EINA_HAVE_GLIB_FALSE}"; then | 21038 | if test -z "${EINA_HAVE_GLIB_TRUE}" && test -z "${EINA_HAVE_GLIB_FALSE}"; then |
20909 | as_fn_error $? "conditional \"EINA_HAVE_GLIB\" was never defined. | 21039 | as_fn_error "conditional \"EINA_HAVE_GLIB\" was never defined. |
20910 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21040 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20911 | fi | 21041 | fi |
20912 | if test -z "${CITYHASH_BENCH_TRUE}" && test -z "${CITYHASH_BENCH_FALSE}"; then | 21042 | if test -z "${CITYHASH_BENCH_TRUE}" && test -z "${CITYHASH_BENCH_FALSE}"; then |
20913 | as_fn_error $? "conditional \"CITYHASH_BENCH\" was never defined. | 21043 | as_fn_error "conditional \"CITYHASH_BENCH\" was never defined. |
20914 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21044 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20915 | fi | 21045 | fi |
20916 | if test -z "${EFL_BUILD_EXAMPLES_TRUE}" && test -z "${EFL_BUILD_EXAMPLES_FALSE}"; then | 21046 | if test -z "${EFL_BUILD_EXAMPLES_TRUE}" && test -z "${EFL_BUILD_EXAMPLES_FALSE}"; then |
20917 | as_fn_error $? "conditional \"EFL_BUILD_EXAMPLES\" was never defined. | 21047 | as_fn_error "conditional \"EFL_BUILD_EXAMPLES\" was never defined. |
20918 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21048 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20919 | fi | 21049 | fi |
20920 | if test -z "${EFL_INSTALL_EXAMPLES_TRUE}" && test -z "${EFL_INSTALL_EXAMPLES_FALSE}"; then | 21050 | if test -z "${EFL_INSTALL_EXAMPLES_TRUE}" && test -z "${EFL_INSTALL_EXAMPLES_FALSE}"; then |
20921 | as_fn_error $? "conditional \"EFL_INSTALL_EXAMPLES\" was never defined. | 21051 | as_fn_error "conditional \"EFL_INSTALL_EXAMPLES\" was never defined. |
20922 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 21052 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
20923 | fi | 21053 | fi |
20924 | 21054 | ||
@@ -21068,19 +21198,19 @@ export LANGUAGE | |||
21068 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 21198 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
21069 | 21199 | ||
21070 | 21200 | ||
21071 | # as_fn_error STATUS ERROR [LINENO LOG_FD] | 21201 | # as_fn_error ERROR [LINENO LOG_FD] |
21072 | # ---------------------------------------- | 21202 | # --------------------------------- |
21073 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 21203 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
21074 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 21204 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
21075 | # script with STATUS, using 1 if that was 0. | 21205 | # script with status $?, using 1 if that was 0. |
21076 | as_fn_error () | 21206 | as_fn_error () |
21077 | { | 21207 | { |
21078 | as_status=$1; test $as_status -eq 0 && as_status=1 | 21208 | as_status=$?; test $as_status -eq 0 && as_status=1 |
21079 | if test "$4"; then | 21209 | if test "$3"; then |
21080 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 21210 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
21081 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 21211 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
21082 | fi | 21212 | fi |
21083 | $as_echo "$as_me: error: $2" >&2 | 21213 | $as_echo "$as_me: error: $1" >&2 |
21084 | as_fn_exit $as_status | 21214 | as_fn_exit $as_status |
21085 | } # as_fn_error | 21215 | } # as_fn_error |
21086 | 21216 | ||
@@ -21276,7 +21406,7 @@ $as_echo X"$as_dir" | | |||
21276 | test -d "$as_dir" && break | 21406 | test -d "$as_dir" && break |
21277 | done | 21407 | done |
21278 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 21408 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
21279 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 21409 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
21280 | 21410 | ||
21281 | 21411 | ||
21282 | } # as_fn_mkdir_p | 21412 | } # as_fn_mkdir_p |
@@ -21329,8 +21459,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
21329 | # report actual input values of CONFIG_FILES etc. instead of their | 21459 | # report actual input values of CONFIG_FILES etc. instead of their |
21330 | # values after options handling. | 21460 | # values after options handling. |
21331 | ac_log=" | 21461 | ac_log=" |
21332 | This file was extended by eina $as_me 1.1.0, which was | 21462 | This file was extended by eina $as_me 1.1.99.67344, which was |
21333 | generated by GNU Autoconf 2.67. Invocation command line was | 21463 | generated by GNU Autoconf 2.65. Invocation command line was |
21334 | 21464 | ||
21335 | CONFIG_FILES = $CONFIG_FILES | 21465 | CONFIG_FILES = $CONFIG_FILES |
21336 | CONFIG_HEADERS = $CONFIG_HEADERS | 21466 | CONFIG_HEADERS = $CONFIG_HEADERS |
@@ -21395,11 +21525,11 @@ _ACEOF | |||
21395 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 21525 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
21396 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 21526 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
21397 | ac_cs_version="\\ | 21527 | ac_cs_version="\\ |
21398 | eina config.status 1.1.0 | 21528 | eina config.status 1.1.99.67344 |
21399 | configured by $0, generated by GNU Autoconf 2.67, | 21529 | configured by $0, generated by GNU Autoconf 2.65, |
21400 | with options \\"\$ac_cs_config\\" | 21530 | with options \\"\$ac_cs_config\\" |
21401 | 21531 | ||
21402 | Copyright (C) 2010 Free Software Foundation, Inc. | 21532 | Copyright (C) 2009 Free Software Foundation, Inc. |
21403 | This config.status script is free software; the Free Software Foundation | 21533 | This config.status script is free software; the Free Software Foundation |
21404 | gives unlimited permission to copy, distribute and modify it." | 21534 | gives unlimited permission to copy, distribute and modify it." |
21405 | 21535 | ||
@@ -21417,16 +21547,11 @@ ac_need_defaults=: | |||
21417 | while test $# != 0 | 21547 | while test $# != 0 |
21418 | do | 21548 | do |
21419 | case $1 in | 21549 | case $1 in |
21420 | --*=?*) | 21550 | --*=*) |
21421 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | 21551 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
21422 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 21552 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
21423 | ac_shift=: | 21553 | ac_shift=: |
21424 | ;; | 21554 | ;; |
21425 | --*=) | ||
21426 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
21427 | ac_optarg= | ||
21428 | ac_shift=: | ||
21429 | ;; | ||
21430 | *) | 21555 | *) |
21431 | ac_option=$1 | 21556 | ac_option=$1 |
21432 | ac_optarg=$2 | 21557 | ac_optarg=$2 |
@@ -21448,7 +21573,6 @@ do | |||
21448 | $ac_shift | 21573 | $ac_shift |
21449 | case $ac_optarg in | 21574 | case $ac_optarg in |
21450 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 21575 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
21451 | '') as_fn_error $? "missing file argument" ;; | ||
21452 | esac | 21576 | esac |
21453 | as_fn_append CONFIG_FILES " '$ac_optarg'" | 21577 | as_fn_append CONFIG_FILES " '$ac_optarg'" |
21454 | ac_need_defaults=false;; | 21578 | ac_need_defaults=false;; |
@@ -21461,7 +21585,7 @@ do | |||
21461 | ac_need_defaults=false;; | 21585 | ac_need_defaults=false;; |
21462 | --he | --h) | 21586 | --he | --h) |
21463 | # Conflict between --help and --header | 21587 | # Conflict between --help and --header |
21464 | as_fn_error $? "ambiguous option: \`$1' | 21588 | as_fn_error "ambiguous option: \`$1' |
21465 | Try \`$0 --help' for more information.";; | 21589 | Try \`$0 --help' for more information.";; |
21466 | --help | --hel | -h ) | 21590 | --help | --hel | -h ) |
21467 | $as_echo "$ac_cs_usage"; exit ;; | 21591 | $as_echo "$ac_cs_usage"; exit ;; |
@@ -21470,7 +21594,7 @@ Try \`$0 --help' for more information.";; | |||
21470 | ac_cs_silent=: ;; | 21594 | ac_cs_silent=: ;; |
21471 | 21595 | ||
21472 | # This is an error. | 21596 | # This is an error. |
21473 | -*) as_fn_error $? "unrecognized option: \`$1' | 21597 | -*) as_fn_error "unrecognized option: \`$1' |
21474 | Try \`$0 --help' for more information." ;; | 21598 | Try \`$0 --help' for more information." ;; |
21475 | 21599 | ||
21476 | *) as_fn_append ac_config_targets " $1" | 21600 | *) as_fn_append ac_config_targets " $1" |
@@ -21900,7 +22024,7 @@ do | |||
21900 | "src/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;; | 22024 | "src/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;; |
21901 | "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;; | 22025 | "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;; |
21902 | 22026 | ||
21903 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; | 22027 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
21904 | esac | 22028 | esac |
21905 | done | 22029 | done |
21906 | 22030 | ||
@@ -21938,7 +22062,7 @@ $debug || | |||
21938 | { | 22062 | { |
21939 | tmp=./conf$$-$RANDOM | 22063 | tmp=./conf$$-$RANDOM |
21940 | (umask 077 && mkdir "$tmp") | 22064 | (umask 077 && mkdir "$tmp") |
21941 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 22065 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 |
21942 | 22066 | ||
21943 | # Set up the scripts for CONFIG_FILES section. | 22067 | # Set up the scripts for CONFIG_FILES section. |
21944 | # No need to generate them if there are no CONFIG_FILES. | 22068 | # No need to generate them if there are no CONFIG_FILES. |
@@ -21955,7 +22079,7 @@ if test "x$ac_cr" = x; then | |||
21955 | fi | 22079 | fi |
21956 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 22080 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
21957 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 22081 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
21958 | ac_cs_awk_cr='\\r' | 22082 | ac_cs_awk_cr='\r' |
21959 | else | 22083 | else |
21960 | ac_cs_awk_cr=$ac_cr | 22084 | ac_cs_awk_cr=$ac_cr |
21961 | fi | 22085 | fi |
@@ -21969,18 +22093,18 @@ _ACEOF | |||
21969 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 22093 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
21970 | echo "_ACEOF" | 22094 | echo "_ACEOF" |
21971 | } >conf$$subs.sh || | 22095 | } >conf$$subs.sh || |
21972 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 22096 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
21973 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | 22097 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` |
21974 | ac_delim='%!_!# ' | 22098 | ac_delim='%!_!# ' |
21975 | for ac_last_try in false false false false false :; do | 22099 | for ac_last_try in false false false false false :; do |
21976 | . ./conf$$subs.sh || | 22100 | . ./conf$$subs.sh || |
21977 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 22101 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
21978 | 22102 | ||
21979 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 22103 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
21980 | if test $ac_delim_n = $ac_delim_num; then | 22104 | if test $ac_delim_n = $ac_delim_num; then |
21981 | break | 22105 | break |
21982 | elif $ac_last_try; then | 22106 | elif $ac_last_try; then |
21983 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 22107 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
21984 | else | 22108 | else |
21985 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 22109 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
21986 | fi | 22110 | fi |
@@ -22069,28 +22193,20 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
22069 | else | 22193 | else |
22070 | cat | 22194 | cat |
22071 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 22195 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
22072 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 22196 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 |
22073 | _ACEOF | 22197 | _ACEOF |
22074 | 22198 | ||
22075 | # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 22199 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
22076 | # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 22200 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
22077 | # trailing colons and then remove the whole line if VPATH becomes empty | 22201 | # trailing colons and then remove the whole line if VPATH becomes empty |
22078 | # (actually we leave an empty line to preserve line numbers). | 22202 | # (actually we leave an empty line to preserve line numbers). |
22079 | if test "x$srcdir" = x.; then | 22203 | if test "x$srcdir" = x.; then |
22080 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ | 22204 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
22081 | h | 22205 | s/:*\$(srcdir):*/:/ |
22082 | s/// | 22206 | s/:*\${srcdir}:*/:/ |
22083 | s/^/:/ | 22207 | s/:*@srcdir@:*/:/ |
22084 | s/[ ]*$/:/ | 22208 | s/^\([^=]*=[ ]*\):*/\1/ |
22085 | s/:\$(srcdir):/:/g | ||
22086 | s/:\${srcdir}:/:/g | ||
22087 | s/:@srcdir@:/:/g | ||
22088 | s/^:*// | ||
22089 | s/:*$// | 22209 | s/:*$// |
22090 | x | ||
22091 | s/\(=[ ]*\).*/\1/ | ||
22092 | G | ||
22093 | s/\n// | ||
22094 | s/^[^=]*=[ ]*$// | 22210 | s/^[^=]*=[ ]*$// |
22095 | }' | 22211 | }' |
22096 | fi | 22212 | fi |
@@ -22118,7 +22234,7 @@ for ac_last_try in false false :; do | |||
22118 | if test -z "$ac_t"; then | 22234 | if test -z "$ac_t"; then |
22119 | break | 22235 | break |
22120 | elif $ac_last_try; then | 22236 | elif $ac_last_try; then |
22121 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 | 22237 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 |
22122 | else | 22238 | else |
22123 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 22239 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
22124 | fi | 22240 | fi |
@@ -22203,7 +22319,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
22203 | _ACAWK | 22319 | _ACAWK |
22204 | _ACEOF | 22320 | _ACEOF |
22205 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 22321 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
22206 | as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 | 22322 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 |
22207 | fi # test -n "$CONFIG_HEADERS" | 22323 | fi # test -n "$CONFIG_HEADERS" |
22208 | 22324 | ||
22209 | 22325 | ||
@@ -22216,7 +22332,7 @@ do | |||
22216 | esac | 22332 | esac |
22217 | case $ac_mode$ac_tag in | 22333 | case $ac_mode$ac_tag in |
22218 | :[FHL]*:*);; | 22334 | :[FHL]*:*);; |
22219 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; | 22335 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; |
22220 | :[FH]-) ac_tag=-:-;; | 22336 | :[FH]-) ac_tag=-:-;; |
22221 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 22337 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
22222 | esac | 22338 | esac |
@@ -22244,7 +22360,7 @@ do | |||
22244 | [\\/$]*) false;; | 22360 | [\\/$]*) false;; |
22245 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 22361 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
22246 | esac || | 22362 | esac || |
22247 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; | 22363 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
22248 | esac | 22364 | esac |
22249 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 22365 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
22250 | as_fn_append ac_file_inputs " '$ac_f'" | 22366 | as_fn_append ac_file_inputs " '$ac_f'" |
@@ -22271,7 +22387,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
22271 | 22387 | ||
22272 | case $ac_tag in | 22388 | case $ac_tag in |
22273 | *:-:* | *:-) cat >"$tmp/stdin" \ | 22389 | *:-:* | *:-) cat >"$tmp/stdin" \ |
22274 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 22390 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; |
22275 | esac | 22391 | esac |
22276 | ;; | 22392 | ;; |
22277 | esac | 22393 | esac |
@@ -22408,22 +22524,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t | |||
22408 | $ac_datarootdir_hack | 22524 | $ac_datarootdir_hack |
22409 | " | 22525 | " |
22410 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 22526 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
22411 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 22527 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
22412 | 22528 | ||
22413 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 22529 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
22414 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 22530 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
22415 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 22531 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
22416 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 22532 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
22417 | which seems to be undefined. Please make sure it is defined" >&5 | 22533 | which seems to be undefined. Please make sure it is defined." >&5 |
22418 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 22534 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
22419 | which seems to be undefined. Please make sure it is defined" >&2;} | 22535 | which seems to be undefined. Please make sure it is defined." >&2;} |
22420 | 22536 | ||
22421 | rm -f "$tmp/stdin" | 22537 | rm -f "$tmp/stdin" |
22422 | case $ac_file in | 22538 | case $ac_file in |
22423 | -) cat "$tmp/out" && rm -f "$tmp/out";; | 22539 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
22424 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 22540 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
22425 | esac \ | 22541 | esac \ |
22426 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 22542 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
22427 | ;; | 22543 | ;; |
22428 | :H) | 22544 | :H) |
22429 | # | 22545 | # |
@@ -22434,19 +22550,19 @@ which seems to be undefined. Please make sure it is defined" >&2;} | |||
22434 | $as_echo "/* $configure_input */" \ | 22550 | $as_echo "/* $configure_input */" \ |
22435 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | 22551 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
22436 | } >"$tmp/config.h" \ | 22552 | } >"$tmp/config.h" \ |
22437 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 22553 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
22438 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | 22554 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
22439 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 22555 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
22440 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 22556 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
22441 | else | 22557 | else |
22442 | rm -f "$ac_file" | 22558 | rm -f "$ac_file" |
22443 | mv "$tmp/config.h" "$ac_file" \ | 22559 | mv "$tmp/config.h" "$ac_file" \ |
22444 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 22560 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
22445 | fi | 22561 | fi |
22446 | else | 22562 | else |
22447 | $as_echo "/* $configure_input */" \ | 22563 | $as_echo "/* $configure_input */" \ |
22448 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | 22564 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
22449 | || as_fn_error $? "could not create -" "$LINENO" 5 | 22565 | || as_fn_error "could not create -" "$LINENO" 5 |
22450 | fi | 22566 | fi |
22451 | # Compute "$ac_file"'s index in $config_headers. | 22567 | # Compute "$ac_file"'s index in $config_headers. |
22452 | _am_arg="$ac_file" | 22568 | _am_arg="$ac_file" |
@@ -23404,7 +23520,7 @@ _ACEOF | |||
23404 | ac_clean_files=$ac_clean_files_save | 23520 | ac_clean_files=$ac_clean_files_save |
23405 | 23521 | ||
23406 | test $ac_write_fail = 0 || | 23522 | test $ac_write_fail = 0 || |
23407 | as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 23523 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
23408 | 23524 | ||
23409 | 23525 | ||
23410 | # configure is writing to config.log, and then calls config.status. | 23526 | # configure is writing to config.log, and then calls config.status. |
@@ -23425,7 +23541,7 @@ if test "$no_create" != yes; then | |||
23425 | exec 5>>config.log | 23541 | exec 5>>config.log |
23426 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 23542 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
23427 | # would make configure fail if this is the last instruction. | 23543 | # would make configure fail if this is the last instruction. |
23428 | $ac_cs_success || as_fn_exit 1 | 23544 | $ac_cs_success || as_fn_exit $? |
23429 | fi | 23545 | fi |
23430 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 23546 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
23431 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 23547 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
@@ -23452,6 +23568,7 @@ echo " Maximum log level....: ${with_max_log_level}" | |||
23452 | echo " Report string usage..: ${have_stringshare_usage}" | 23568 | echo " Report string usage..: ${have_stringshare_usage}" |
23453 | echo " Valgrind support.....: ${have_valgrind}" | 23569 | echo " Valgrind support.....: ${have_valgrind}" |
23454 | echo " Default mempool......: ${have_default_mempool}" | 23570 | echo " Default mempool......: ${have_default_mempool}" |
23571 | echo " Log support..........: ${enable_log}" | ||
23455 | echo " Thread Support.......: ${have_threads}" | 23572 | echo " Thread Support.......: ${have_threads}" |
23456 | if test "${have_threads}" = "POSIX" ; then | 23573 | if test "${have_threads}" = "POSIX" ; then |
23457 | echo " spinlock...........: ${have_posix_threads_spinlock}" | 23574 | echo " spinlock...........: ${have_posix_threads_spinlock}" |
@@ -23460,7 +23577,7 @@ echo " on/off support.....: ${have_on_off_threads}" | |||
23460 | fi | 23577 | fi |
23461 | echo " Amalgamation.........: ${do_amalgamation}" | 23578 | echo " Amalgamation.........: ${do_amalgamation}" |
23462 | echo " Iconv support........: ${have_iconv}" | 23579 | echo " Iconv support........: ${have_iconv}" |
23463 | echo " File dirfd...........: ${ac_cv_func_dirfd}" | 23580 | echo " File dirfd...........: ${have_dirfd}" |
23464 | echo " File xattr...........: ${have_xattr}" | 23581 | echo " File xattr...........: ${have_xattr}" |
23465 | echo | 23582 | echo |
23466 | echo " Documentation........: ${build_doc}" | 23583 | echo " Documentation........: ${build_doc}" |