diff options
Diffstat (limited to 'libraries/eet/configure')
-rwxr-xr-x | libraries/eet/configure | 656 |
1 files changed, 317 insertions, 339 deletions
diff --git a/libraries/eet/configure b/libraries/eet/configure index a3dddde..b02c1c4 100755 --- a/libraries/eet/configure +++ b/libraries/eet/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 eet 1.5.0. | 3 | # Generated by GNU Autoconf 2.65 for eet 1.5.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='eet' | 702 | PACKAGE_NAME='eet' |
703 | PACKAGE_TARNAME='eet' | 703 | PACKAGE_TARNAME='eet' |
704 | PACKAGE_VERSION='1.5.0' | 704 | PACKAGE_VERSION='1.5.99.67344' |
705 | PACKAGE_STRING='eet 1.5.0' | 705 | PACKAGE_STRING='eet 1.5.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 | ||
@@ -781,8 +781,6 @@ EFL_ENABLE_TESTS_FALSE | |||
781 | EFL_ENABLE_TESTS_TRUE | 781 | EFL_ENABLE_TESTS_TRUE |
782 | CHECK_LIBS | 782 | CHECK_LIBS |
783 | CHECK_CFLAGS | 783 | CHECK_CFLAGS |
784 | PKG_CONFIG_LIBDIR | ||
785 | PKG_CONFIG_PATH | ||
786 | PKG_CONFIG | 784 | PKG_CONFIG |
787 | BUILD_EXAMPLES_FALSE | 785 | BUILD_EXAMPLES_FALSE |
788 | BUILD_EXAMPLES_TRUE | 786 | BUILD_EXAMPLES_TRUE |
@@ -944,8 +942,6 @@ LIBS | |||
944 | CPPFLAGS | 942 | CPPFLAGS |
945 | CPP | 943 | CPP |
946 | PKG_CONFIG | 944 | PKG_CONFIG |
947 | PKG_CONFIG_PATH | ||
948 | PKG_CONFIG_LIBDIR | ||
949 | CHECK_CFLAGS | 945 | CHECK_CFLAGS |
950 | CHECK_LIBS | 946 | CHECK_LIBS |
951 | EVIL_CFLAGS | 947 | EVIL_CFLAGS |
@@ -1018,9 +1014,8 @@ do | |||
1018 | fi | 1014 | fi |
1019 | 1015 | ||
1020 | case $ac_option in | 1016 | case $ac_option in |
1021 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 1017 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
1022 | *=) ac_optarg= ;; | 1018 | *) ac_optarg=yes ;; |
1023 | *) ac_optarg=yes ;; | ||
1024 | esac | 1019 | esac |
1025 | 1020 | ||
1026 | # Accept the important Cygnus configure options, so we can diagnose typos. | 1021 | # Accept the important Cygnus configure options, so we can diagnose typos. |
@@ -1065,7 +1060,7 @@ do | |||
1065 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 1060 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
1066 | # Reject names that are not valid shell variable names. | 1061 | # Reject names that are not valid shell variable names. |
1067 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1062 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1068 | as_fn_error $? "invalid feature name: $ac_useropt" | 1063 | as_fn_error "invalid feature name: $ac_useropt" |
1069 | ac_useropt_orig=$ac_useropt | 1064 | ac_useropt_orig=$ac_useropt |
1070 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1065 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1071 | case $ac_user_opts in | 1066 | case $ac_user_opts in |
@@ -1091,7 +1086,7 @@ do | |||
1091 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 1086 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
1092 | # Reject names that are not valid shell variable names. | 1087 | # Reject names that are not valid shell variable names. |
1093 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1088 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1094 | as_fn_error $? "invalid feature name: $ac_useropt" | 1089 | as_fn_error "invalid feature name: $ac_useropt" |
1095 | ac_useropt_orig=$ac_useropt | 1090 | ac_useropt_orig=$ac_useropt |
1096 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1091 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1097 | case $ac_user_opts in | 1092 | case $ac_user_opts in |
@@ -1295,7 +1290,7 @@ do | |||
1295 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1290 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1296 | # Reject names that are not valid shell variable names. | 1291 | # Reject names that are not valid shell variable names. |
1297 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1292 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1298 | as_fn_error $? "invalid package name: $ac_useropt" | 1293 | as_fn_error "invalid package name: $ac_useropt" |
1299 | ac_useropt_orig=$ac_useropt | 1294 | ac_useropt_orig=$ac_useropt |
1300 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1295 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1301 | case $ac_user_opts in | 1296 | case $ac_user_opts in |
@@ -1311,7 +1306,7 @@ do | |||
1311 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1306 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1312 | # Reject names that are not valid shell variable names. | 1307 | # Reject names that are not valid shell variable names. |
1313 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1308 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1314 | as_fn_error $? "invalid package name: $ac_useropt" | 1309 | as_fn_error "invalid package name: $ac_useropt" |
1315 | ac_useropt_orig=$ac_useropt | 1310 | ac_useropt_orig=$ac_useropt |
1316 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1311 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1317 | case $ac_user_opts in | 1312 | case $ac_user_opts in |
@@ -1341,8 +1336,8 @@ do | |||
1341 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1336 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1342 | x_libraries=$ac_optarg ;; | 1337 | x_libraries=$ac_optarg ;; |
1343 | 1338 | ||
1344 | -*) as_fn_error $? "unrecognized option: \`$ac_option' | 1339 | -*) as_fn_error "unrecognized option: \`$ac_option' |
1345 | Try \`$0 --help' for more information" | 1340 | Try \`$0 --help' for more information." |
1346 | ;; | 1341 | ;; |
1347 | 1342 | ||
1348 | *=*) | 1343 | *=*) |
@@ -1350,7 +1345,7 @@ Try \`$0 --help' for more information" | |||
1350 | # Reject names that are not valid shell variable names. | 1345 | # Reject names that are not valid shell variable names. |
1351 | case $ac_envvar in #( | 1346 | case $ac_envvar in #( |
1352 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1347 | '' | [0-9]* | *[!_$as_cr_alnum]* ) |
1353 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; | 1348 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; |
1354 | esac | 1349 | esac |
1355 | eval $ac_envvar=\$ac_optarg | 1350 | eval $ac_envvar=\$ac_optarg |
1356 | export $ac_envvar ;; | 1351 | export $ac_envvar ;; |
@@ -1368,13 +1363,13 @@ done | |||
1368 | 1363 | ||
1369 | if test -n "$ac_prev"; then | 1364 | if test -n "$ac_prev"; then |
1370 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1365 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1371 | as_fn_error $? "missing argument to $ac_option" | 1366 | as_fn_error "missing argument to $ac_option" |
1372 | fi | 1367 | fi |
1373 | 1368 | ||
1374 | if test -n "$ac_unrecognized_opts"; then | 1369 | if test -n "$ac_unrecognized_opts"; then |
1375 | case $enable_option_checking in | 1370 | case $enable_option_checking in |
1376 | no) ;; | 1371 | no) ;; |
1377 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; | 1372 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; |
1378 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1373 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
1379 | esac | 1374 | esac |
1380 | fi | 1375 | fi |
@@ -1397,7 +1392,7 @@ do | |||
1397 | [\\/$]* | ?:[\\/]* ) continue;; | 1392 | [\\/$]* | ?:[\\/]* ) continue;; |
1398 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1393 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1399 | esac | 1394 | esac |
1400 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" | 1395 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" |
1401 | done | 1396 | done |
1402 | 1397 | ||
1403 | # There might be people who depend on the old broken behavior: `$host' | 1398 | # There might be people who depend on the old broken behavior: `$host' |
@@ -1411,8 +1406,8 @@ target=$target_alias | |||
1411 | if test "x$host_alias" != x; then | 1406 | if test "x$host_alias" != x; then |
1412 | if test "x$build_alias" = x; then | 1407 | if test "x$build_alias" = x; then |
1413 | cross_compiling=maybe | 1408 | cross_compiling=maybe |
1414 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | 1409 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
1415 | If a cross compiler is detected then cross compile mode will be used" >&2 | 1410 | If a cross compiler is detected then cross compile mode will be used." >&2 |
1416 | elif test "x$build_alias" != "x$host_alias"; then | 1411 | elif test "x$build_alias" != "x$host_alias"; then |
1417 | cross_compiling=yes | 1412 | cross_compiling=yes |
1418 | fi | 1413 | fi |
@@ -1427,9 +1422,9 @@ test "$silent" = yes && exec 6>/dev/null | |||
1427 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1422 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1428 | ac_ls_di=`ls -di .` && | 1423 | ac_ls_di=`ls -di .` && |
1429 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1424 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1430 | as_fn_error $? "working directory cannot be determined" | 1425 | as_fn_error "working directory cannot be determined" |
1431 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1426 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1432 | as_fn_error $? "pwd does not report name of working directory" | 1427 | as_fn_error "pwd does not report name of working directory" |
1433 | 1428 | ||
1434 | 1429 | ||
1435 | # Find the source files, if location was not specified. | 1430 | # Find the source files, if location was not specified. |
@@ -1468,11 +1463,11 @@ else | |||
1468 | fi | 1463 | fi |
1469 | if test ! -r "$srcdir/$ac_unique_file"; then | 1464 | if test ! -r "$srcdir/$ac_unique_file"; then |
1470 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1465 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1471 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" | 1466 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" |
1472 | fi | 1467 | fi |
1473 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1468 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1474 | ac_abs_confdir=`( | 1469 | ac_abs_confdir=`( |
1475 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" | 1470 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" |
1476 | pwd)` | 1471 | pwd)` |
1477 | # When building in place, set srcdir=. | 1472 | # When building in place, set srcdir=. |
1478 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1473 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
@@ -1498,7 +1493,7 @@ if test "$ac_init_help" = "long"; then | |||
1498 | # Omit some internal or obsolete options to make the list less imposing. | 1493 | # Omit some internal or obsolete options to make the list less imposing. |
1499 | # This message is too long to be a string in the A/UX 3.1 sh. | 1494 | # This message is too long to be a string in the A/UX 3.1 sh. |
1500 | cat <<_ACEOF | 1495 | cat <<_ACEOF |
1501 | \`configure' configures eet 1.5.0 to adapt to many kinds of systems. | 1496 | \`configure' configures eet 1.5.99.67344 to adapt to many kinds of systems. |
1502 | 1497 | ||
1503 | Usage: $0 [OPTION]... [VAR=VALUE]... | 1498 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1504 | 1499 | ||
@@ -1512,7 +1507,7 @@ Configuration: | |||
1512 | --help=short display options specific to this package | 1507 | --help=short display options specific to this package |
1513 | --help=recursive display the short help of all the included packages | 1508 | --help=recursive display the short help of all the included packages |
1514 | -V, --version display version information and exit | 1509 | -V, --version display version information and exit |
1515 | -q, --quiet, --silent do not print \`checking ...' messages | 1510 | -q, --quiet, --silent do not print \`checking...' messages |
1516 | --cache-file=FILE cache test results in FILE [disabled] | 1511 | --cache-file=FILE cache test results in FILE [disabled] |
1517 | -C, --config-cache alias for \`--cache-file=config.cache' | 1512 | -C, --config-cache alias for \`--cache-file=config.cache' |
1518 | -n, --no-create do not create output files | 1513 | -n, --no-create do not create output files |
@@ -1568,7 +1563,7 @@ fi | |||
1568 | 1563 | ||
1569 | if test -n "$ac_init_help"; then | 1564 | if test -n "$ac_init_help"; then |
1570 | case $ac_init_help in | 1565 | case $ac_init_help in |
1571 | short | recursive ) echo "Configuration of eet 1.5.0:";; | 1566 | short | recursive ) echo "Configuration of eet 1.5.99.67344:";; |
1572 | esac | 1567 | esac |
1573 | cat <<\_ACEOF | 1568 | cat <<\_ACEOF |
1574 | 1569 | ||
@@ -1628,10 +1623,6 @@ Some influential environment variables: | |||
1628 | you have headers in a nonstandard directory <include dir> | 1623 | you have headers in a nonstandard directory <include dir> |
1629 | CPP C preprocessor | 1624 | CPP C preprocessor |
1630 | PKG_CONFIG path to pkg-config utility | 1625 | PKG_CONFIG path to pkg-config utility |
1631 | PKG_CONFIG_PATH | ||
1632 | directories to add to pkg-config's search path | ||
1633 | PKG_CONFIG_LIBDIR | ||
1634 | path overriding pkg-config's built-in search path | ||
1635 | CHECK_CFLAGS | 1626 | CHECK_CFLAGS |
1636 | C compiler flags for CHECK, overriding pkg-config | 1627 | C compiler flags for CHECK, overriding pkg-config |
1637 | CHECK_LIBS linker flags for CHECK, overriding pkg-config | 1628 | CHECK_LIBS linker flags for CHECK, overriding pkg-config |
@@ -1713,10 +1704,10 @@ fi | |||
1713 | test -n "$ac_init_help" && exit $ac_status | 1704 | test -n "$ac_init_help" && exit $ac_status |
1714 | if $ac_init_version; then | 1705 | if $ac_init_version; then |
1715 | cat <<\_ACEOF | 1706 | cat <<\_ACEOF |
1716 | eet configure 1.5.0 | 1707 | eet configure 1.5.99.67344 |
1717 | generated by GNU Autoconf 2.67 | 1708 | generated by GNU Autoconf 2.65 |
1718 | 1709 | ||
1719 | Copyright (C) 2010 Free Software Foundation, Inc. | 1710 | Copyright (C) 2009 Free Software Foundation, Inc. |
1720 | This configure script is free software; the Free Software Foundation | 1711 | This configure script is free software; the Free Software Foundation |
1721 | gives unlimited permission to copy, distribute and modify it. | 1712 | gives unlimited permission to copy, distribute and modify it. |
1722 | _ACEOF | 1713 | _ACEOF |
@@ -1820,7 +1811,7 @@ ac_fn_c_check_header_compile () | |||
1820 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1811 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1821 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1812 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1822 | $as_echo_n "checking for $2... " >&6; } | 1813 | $as_echo_n "checking for $2... " >&6; } |
1823 | if eval "test \"\${$3+set}\"" = set; then : | 1814 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1824 | $as_echo_n "(cached) " >&6 | 1815 | $as_echo_n "(cached) " >&6 |
1825 | else | 1816 | else |
1826 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1817 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -1863,7 +1854,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
1863 | mv -f conftest.er1 conftest.err | 1854 | mv -f conftest.er1 conftest.err |
1864 | fi | 1855 | fi |
1865 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 1856 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1866 | test $ac_status = 0; } > conftest.i && { | 1857 | test $ac_status = 0; } >/dev/null && { |
1867 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 1858 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
1868 | test ! -s conftest.err | 1859 | test ! -s conftest.err |
1869 | }; then : | 1860 | }; then : |
@@ -1929,7 +1920,7 @@ ac_fn_c_check_func () | |||
1929 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1920 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1930 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1921 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1931 | $as_echo_n "checking for $2... " >&6; } | 1922 | $as_echo_n "checking for $2... " >&6; } |
1932 | if eval "test \"\${$3+set}\"" = set; then : | 1923 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1933 | $as_echo_n "(cached) " >&6 | 1924 | $as_echo_n "(cached) " >&6 |
1934 | else | 1925 | else |
1935 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1926 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -1996,10 +1987,10 @@ $as_echo "$ac_res" >&6; } | |||
1996 | ac_fn_c_check_header_mongrel () | 1987 | ac_fn_c_check_header_mongrel () |
1997 | { | 1988 | { |
1998 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1989 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1999 | if eval "test \"\${$3+set}\"" = set; then : | 1990 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2000 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1991 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2001 | $as_echo_n "checking for $2... " >&6; } | 1992 | $as_echo_n "checking for $2... " >&6; } |
2002 | if eval "test \"\${$3+set}\"" = set; then : | 1993 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2003 | $as_echo_n "(cached) " >&6 | 1994 | $as_echo_n "(cached) " >&6 |
2004 | fi | 1995 | fi |
2005 | eval ac_res=\$$3 | 1996 | eval ac_res=\$$3 |
@@ -2035,7 +2026,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
2035 | else | 2026 | else |
2036 | ac_header_preproc=no | 2027 | ac_header_preproc=no |
2037 | fi | 2028 | fi |
2038 | rm -f conftest.err conftest.i conftest.$ac_ext | 2029 | rm -f conftest.err conftest.$ac_ext |
2039 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 2030 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
2040 | $as_echo "$ac_header_preproc" >&6; } | 2031 | $as_echo "$ac_header_preproc" >&6; } |
2041 | 2032 | ||
@@ -2058,15 +2049,17 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |||
2058 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | 2049 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
2059 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | 2050 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
2060 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 2051 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
2061 | ( $as_echo "## -------------------------------------------------------- ## | 2052 | ( cat <<\_ASBOX |
2053 | ## -------------------------------------------------------- ## | ||
2062 | ## Report this to enlightenment-devel@lists.sourceforge.net ## | 2054 | ## Report this to enlightenment-devel@lists.sourceforge.net ## |
2063 | ## -------------------------------------------------------- ##" | 2055 | ## -------------------------------------------------------- ## |
2056 | _ASBOX | ||
2064 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 2057 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
2065 | ;; | 2058 | ;; |
2066 | esac | 2059 | esac |
2067 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2060 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2068 | $as_echo_n "checking for $2... " >&6; } | 2061 | $as_echo_n "checking for $2... " >&6; } |
2069 | if eval "test \"\${$3+set}\"" = set; then : | 2062 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2070 | $as_echo_n "(cached) " >&6 | 2063 | $as_echo_n "(cached) " >&6 |
2071 | else | 2064 | else |
2072 | eval "$3=\$ac_header_compiler" | 2065 | eval "$3=\$ac_header_compiler" |
@@ -2082,8 +2075,8 @@ cat >config.log <<_ACEOF | |||
2082 | This file contains any messages produced by compilers while | 2075 | This file contains any messages produced by compilers while |
2083 | running configure, to aid debugging if configure makes a mistake. | 2076 | running configure, to aid debugging if configure makes a mistake. |
2084 | 2077 | ||
2085 | It was created by eet $as_me 1.5.0, which was | 2078 | It was created by eet $as_me 1.5.99.67344, which was |
2086 | generated by GNU Autoconf 2.67. Invocation command line was | 2079 | generated by GNU Autoconf 2.65. Invocation command line was |
2087 | 2080 | ||
2088 | $ $0 $@ | 2081 | $ $0 $@ |
2089 | 2082 | ||
@@ -2193,9 +2186,11 @@ trap 'exit_status=$? | |||
2193 | { | 2186 | { |
2194 | echo | 2187 | echo |
2195 | 2188 | ||
2196 | $as_echo "## ---------------- ## | 2189 | cat <<\_ASBOX |
2190 | ## ---------------- ## | ||
2197 | ## Cache variables. ## | 2191 | ## Cache variables. ## |
2198 | ## ---------------- ##" | 2192 | ## ---------------- ## |
2193 | _ASBOX | ||
2199 | echo | 2194 | echo |
2200 | # The following way of writing the cache mishandles newlines in values, | 2195 | # The following way of writing the cache mishandles newlines in values, |
2201 | ( | 2196 | ( |
@@ -2229,9 +2224,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
2229 | ) | 2224 | ) |
2230 | echo | 2225 | echo |
2231 | 2226 | ||
2232 | $as_echo "## ----------------- ## | 2227 | cat <<\_ASBOX |
2228 | ## ----------------- ## | ||
2233 | ## Output variables. ## | 2229 | ## Output variables. ## |
2234 | ## ----------------- ##" | 2230 | ## ----------------- ## |
2231 | _ASBOX | ||
2235 | echo | 2232 | echo |
2236 | for ac_var in $ac_subst_vars | 2233 | for ac_var in $ac_subst_vars |
2237 | do | 2234 | do |
@@ -2244,9 +2241,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
2244 | echo | 2241 | echo |
2245 | 2242 | ||
2246 | if test -n "$ac_subst_files"; then | 2243 | if test -n "$ac_subst_files"; then |
2247 | $as_echo "## ------------------- ## | 2244 | cat <<\_ASBOX |
2245 | ## ------------------- ## | ||
2248 | ## File substitutions. ## | 2246 | ## File substitutions. ## |
2249 | ## ------------------- ##" | 2247 | ## ------------------- ## |
2248 | _ASBOX | ||
2250 | echo | 2249 | echo |
2251 | for ac_var in $ac_subst_files | 2250 | for ac_var in $ac_subst_files |
2252 | do | 2251 | do |
@@ -2260,9 +2259,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
2260 | fi | 2259 | fi |
2261 | 2260 | ||
2262 | if test -s confdefs.h; then | 2261 | if test -s confdefs.h; then |
2263 | $as_echo "## ----------- ## | 2262 | cat <<\_ASBOX |
2263 | ## ----------- ## | ||
2264 | ## confdefs.h. ## | 2264 | ## confdefs.h. ## |
2265 | ## ----------- ##" | 2265 | ## ----------- ## |
2266 | _ASBOX | ||
2266 | echo | 2267 | echo |
2267 | cat confdefs.h | 2268 | cat confdefs.h |
2268 | echo | 2269 | echo |
@@ -2317,12 +2318,7 @@ _ACEOF | |||
2317 | ac_site_file1=NONE | 2318 | ac_site_file1=NONE |
2318 | ac_site_file2=NONE | 2319 | ac_site_file2=NONE |
2319 | if test -n "$CONFIG_SITE"; then | 2320 | if test -n "$CONFIG_SITE"; then |
2320 | # We do not want a PATH search for config.site. | 2321 | ac_site_file1=$CONFIG_SITE |
2321 | case $CONFIG_SITE in #(( | ||
2322 | -*) ac_site_file1=./$CONFIG_SITE;; | ||
2323 | */*) ac_site_file1=$CONFIG_SITE;; | ||
2324 | *) ac_site_file1=./$CONFIG_SITE;; | ||
2325 | esac | ||
2326 | elif test "x$prefix" != xNONE; then | 2322 | elif test "x$prefix" != xNONE; then |
2327 | ac_site_file1=$prefix/share/config.site | 2323 | ac_site_file1=$prefix/share/config.site |
2328 | ac_site_file2=$prefix/etc/config.site | 2324 | ac_site_file2=$prefix/etc/config.site |
@@ -2337,11 +2333,7 @@ do | |||
2337 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 2333 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2338 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 2334 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
2339 | sed 's/^/| /' "$ac_site_file" >&5 | 2335 | sed 's/^/| /' "$ac_site_file" >&5 |
2340 | . "$ac_site_file" \ | 2336 | . "$ac_site_file" |
2341 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
2342 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
2343 | as_fn_error $? "failed to load site script $ac_site_file | ||
2344 | See \`config.log' for more details" "$LINENO" 5 ; } | ||
2345 | fi | 2337 | fi |
2346 | done | 2338 | done |
2347 | 2339 | ||
@@ -2417,7 +2409,7 @@ if $ac_cache_corrupted; then | |||
2417 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2409 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2418 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 2410 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
2419 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 2411 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
2420 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 2412 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
2421 | fi | 2413 | fi |
2422 | ## -------------------- ## | 2414 | ## -------------------- ## |
2423 | ## Main body of script. ## | 2415 | ## Main body of script. ## |
@@ -2443,22 +2435,16 @@ am__api_version='1.11' | |||
2443 | 2435 | ||
2444 | ac_aux_dir= | 2436 | ac_aux_dir= |
2445 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 2437 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
2446 | if test -f "$ac_dir/install-sh"; then | 2438 | for ac_t in install-sh install.sh shtool; do |
2447 | ac_aux_dir=$ac_dir | 2439 | if test -f "$ac_dir/$ac_t"; then |
2448 | ac_install_sh="$ac_aux_dir/install-sh -c" | 2440 | ac_aux_dir=$ac_dir |
2449 | break | 2441 | ac_install_sh="$ac_aux_dir/$ac_t -c" |
2450 | elif test -f "$ac_dir/install.sh"; then | 2442 | break 2 |
2451 | ac_aux_dir=$ac_dir | 2443 | fi |
2452 | ac_install_sh="$ac_aux_dir/install.sh -c" | 2444 | done |
2453 | break | ||
2454 | elif test -f "$ac_dir/shtool"; then | ||
2455 | ac_aux_dir=$ac_dir | ||
2456 | ac_install_sh="$ac_aux_dir/shtool install -c" | ||
2457 | break | ||
2458 | fi | ||
2459 | done | 2445 | done |
2460 | if test -z "$ac_aux_dir"; then | 2446 | if test -z "$ac_aux_dir"; then |
2461 | as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 2447 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
2462 | fi | 2448 | fi |
2463 | 2449 | ||
2464 | # These three variables are undocumented and unsupported, | 2450 | # These three variables are undocumented and unsupported, |
@@ -2574,11 +2560,11 @@ am_lf=' | |||
2574 | ' | 2560 | ' |
2575 | case `pwd` in | 2561 | case `pwd` in |
2576 | *[\\\"\#\$\&\'\`$am_lf]*) | 2562 | *[\\\"\#\$\&\'\`$am_lf]*) |
2577 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; | 2563 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; |
2578 | esac | 2564 | esac |
2579 | case $srcdir in | 2565 | case $srcdir in |
2580 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 2566 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
2581 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; | 2567 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
2582 | esac | 2568 | esac |
2583 | 2569 | ||
2584 | # Do `set' in a subshell so we don't clobber the current shell's | 2570 | # Do `set' in a subshell so we don't clobber the current shell's |
@@ -2600,7 +2586,7 @@ if ( | |||
2600 | # if, for instance, CONFIG_SHELL is bash and it inherits a | 2586 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
2601 | # broken ls alias from the environment. This has actually | 2587 | # broken ls alias from the environment. This has actually |
2602 | # happened. Such a system could not be considered "sane". | 2588 | # happened. Such a system could not be considered "sane". |
2603 | as_fn_error $? "ls -t appears to fail. Make sure there is not a broken | 2589 | as_fn_error "ls -t appears to fail. Make sure there is not a broken |
2604 | alias in your environment" "$LINENO" 5 | 2590 | alias in your environment" "$LINENO" 5 |
2605 | fi | 2591 | fi |
2606 | 2592 | ||
@@ -2610,7 +2596,7 @@ then | |||
2610 | # Ok. | 2596 | # Ok. |
2611 | : | 2597 | : |
2612 | else | 2598 | else |
2613 | as_fn_error $? "newly created file is older than distributed files! | 2599 | as_fn_error "newly created file is older than distributed files! |
2614 | Check your system clock" "$LINENO" 5 | 2600 | Check your system clock" "$LINENO" 5 |
2615 | fi | 2601 | fi |
2616 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 2602 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
@@ -2848,7 +2834,7 @@ done | |||
2848 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 2834 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
2849 | set x ${MAKE-make} | 2835 | set x ${MAKE-make} |
2850 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 2836 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
2851 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : | 2837 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : |
2852 | $as_echo_n "(cached) " >&6 | 2838 | $as_echo_n "(cached) " >&6 |
2853 | else | 2839 | else |
2854 | cat >conftest.make <<\_ACEOF | 2840 | cat >conftest.make <<\_ACEOF |
@@ -2856,7 +2842,7 @@ SHELL = /bin/sh | |||
2856 | all: | 2842 | all: |
2857 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 2843 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
2858 | _ACEOF | 2844 | _ACEOF |
2859 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 2845 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
2860 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 2846 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
2861 | *@@@%%%=?*=@@@%%%*) | 2847 | *@@@%%%=?*=@@@%%%*) |
2862 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 2848 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
@@ -2890,7 +2876,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then | |||
2890 | am__isrc=' -I$(srcdir)' | 2876 | am__isrc=' -I$(srcdir)' |
2891 | # test to see if srcdir already configured | 2877 | # test to see if srcdir already configured |
2892 | if test -f $srcdir/config.status; then | 2878 | if test -f $srcdir/config.status; then |
2893 | as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | 2879 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
2894 | fi | 2880 | fi |
2895 | fi | 2881 | fi |
2896 | 2882 | ||
@@ -2906,7 +2892,7 @@ fi | |||
2906 | 2892 | ||
2907 | # Define the identity of the package. | 2893 | # Define the identity of the package. |
2908 | PACKAGE='eet' | 2894 | PACKAGE='eet' |
2909 | VERSION='1.5.0' | 2895 | VERSION='1.5.99.67344' |
2910 | 2896 | ||
2911 | 2897 | ||
2912 | cat >>confdefs.h <<_ACEOF | 2898 | cat >>confdefs.h <<_ACEOF |
@@ -2961,7 +2947,7 @@ AM_BACKSLASH='\' | |||
2961 | 2947 | ||
2962 | # Make sure we can run config.sub. | 2948 | # Make sure we can run config.sub. |
2963 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 2949 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
2964 | as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | 2950 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
2965 | 2951 | ||
2966 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 2952 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
2967 | $as_echo_n "checking build system type... " >&6; } | 2953 | $as_echo_n "checking build system type... " >&6; } |
@@ -2972,16 +2958,16 @@ else | |||
2972 | test "x$ac_build_alias" = x && | 2958 | test "x$ac_build_alias" = x && |
2973 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 2959 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
2974 | test "x$ac_build_alias" = x && | 2960 | test "x$ac_build_alias" = x && |
2975 | as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 | 2961 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 |
2976 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 2962 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
2977 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | 2963 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
2978 | 2964 | ||
2979 | fi | 2965 | fi |
2980 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | 2966 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
2981 | $as_echo "$ac_cv_build" >&6; } | 2967 | $as_echo "$ac_cv_build" >&6; } |
2982 | case $ac_cv_build in | 2968 | case $ac_cv_build in |
2983 | *-*-*) ;; | 2969 | *-*-*) ;; |
2984 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; | 2970 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; |
2985 | esac | 2971 | esac |
2986 | build=$ac_cv_build | 2972 | build=$ac_cv_build |
2987 | ac_save_IFS=$IFS; IFS='-' | 2973 | ac_save_IFS=$IFS; IFS='-' |
@@ -3006,7 +2992,7 @@ else | |||
3006 | ac_cv_host=$ac_cv_build | 2992 | ac_cv_host=$ac_cv_build |
3007 | else | 2993 | else |
3008 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 2994 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
3009 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | 2995 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
3010 | fi | 2996 | fi |
3011 | 2997 | ||
3012 | fi | 2998 | fi |
@@ -3014,7 +3000,7 @@ fi | |||
3014 | $as_echo "$ac_cv_host" >&6; } | 3000 | $as_echo "$ac_cv_host" >&6; } |
3015 | case $ac_cv_host in | 3001 | case $ac_cv_host in |
3016 | *-*-*) ;; | 3002 | *-*-*) ;; |
3017 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; | 3003 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; |
3018 | esac | 3004 | esac |
3019 | host=$ac_cv_host | 3005 | host=$ac_cv_host |
3020 | ac_save_IFS=$IFS; IFS='-' | 3006 | ac_save_IFS=$IFS; IFS='-' |
@@ -3720,8 +3706,8 @@ fi | |||
3720 | 3706 | ||
3721 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3707 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3722 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3708 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3723 | as_fn_error $? "no acceptable C compiler found in \$PATH | 3709 | as_fn_error "no acceptable C compiler found in \$PATH |
3724 | See \`config.log' for more details" "$LINENO" 5 ; } | 3710 | See \`config.log' for more details." "$LINENO" 5; } |
3725 | 3711 | ||
3726 | # Provide some information about the compiler. | 3712 | # Provide some information about the compiler. |
3727 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 3713 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -3835,8 +3821,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
3835 | 3821 | ||
3836 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3822 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3837 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3823 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3838 | as_fn_error 77 "C compiler cannot create executables | 3824 | { as_fn_set_status 77 |
3839 | See \`config.log' for more details" "$LINENO" 5 ; } | 3825 | as_fn_error "C compiler cannot create executables |
3826 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
3840 | else | 3827 | else |
3841 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3828 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3842 | $as_echo "yes" >&6; } | 3829 | $as_echo "yes" >&6; } |
@@ -3878,8 +3865,8 @@ done | |||
3878 | else | 3865 | else |
3879 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3866 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3880 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3867 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3881 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 3868 | as_fn_error "cannot compute suffix of executables: cannot compile and link |
3882 | See \`config.log' for more details" "$LINENO" 5 ; } | 3869 | See \`config.log' for more details." "$LINENO" 5; } |
3883 | fi | 3870 | fi |
3884 | rm -f conftest conftest$ac_cv_exeext | 3871 | rm -f conftest conftest$ac_cv_exeext |
3885 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 3872 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
@@ -3936,9 +3923,9 @@ $as_echo "$ac_try_echo"; } >&5 | |||
3936 | else | 3923 | else |
3937 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3924 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3938 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3925 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3939 | as_fn_error $? "cannot run C compiled programs. | 3926 | as_fn_error "cannot run C compiled programs. |
3940 | If you meant to cross compile, use \`--host'. | 3927 | If you meant to cross compile, use \`--host'. |
3941 | See \`config.log' for more details" "$LINENO" 5 ; } | 3928 | See \`config.log' for more details." "$LINENO" 5; } |
3942 | fi | 3929 | fi |
3943 | fi | 3930 | fi |
3944 | fi | 3931 | fi |
@@ -3989,8 +3976,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
3989 | 3976 | ||
3990 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3977 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3991 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3978 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3992 | as_fn_error $? "cannot compute suffix of object files: cannot compile | 3979 | as_fn_error "cannot compute suffix of object files: cannot compile |
3993 | See \`config.log' for more details" "$LINENO" 5 ; } | 3980 | See \`config.log' for more details." "$LINENO" 5; } |
3994 | fi | 3981 | fi |
3995 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 3982 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3996 | fi | 3983 | fi |
@@ -4394,7 +4381,7 @@ esac | |||
4394 | done | 4381 | done |
4395 | IFS=$as_save_IFS | 4382 | IFS=$as_save_IFS |
4396 | if test -z "$ac_cv_path_SED"; then | 4383 | if test -z "$ac_cv_path_SED"; then |
4397 | as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 | 4384 | as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 |
4398 | fi | 4385 | fi |
4399 | else | 4386 | else |
4400 | ac_cv_path_SED=$SED | 4387 | ac_cv_path_SED=$SED |
@@ -4470,7 +4457,7 @@ esac | |||
4470 | done | 4457 | done |
4471 | IFS=$as_save_IFS | 4458 | IFS=$as_save_IFS |
4472 | if test -z "$ac_cv_path_GREP"; then | 4459 | if test -z "$ac_cv_path_GREP"; then |
4473 | as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4460 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4474 | fi | 4461 | fi |
4475 | else | 4462 | else |
4476 | ac_cv_path_GREP=$GREP | 4463 | ac_cv_path_GREP=$GREP |
@@ -4536,7 +4523,7 @@ esac | |||
4536 | done | 4523 | done |
4537 | IFS=$as_save_IFS | 4524 | IFS=$as_save_IFS |
4538 | if test -z "$ac_cv_path_EGREP"; then | 4525 | if test -z "$ac_cv_path_EGREP"; then |
4539 | as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4526 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4540 | fi | 4527 | fi |
4541 | else | 4528 | else |
4542 | ac_cv_path_EGREP=$EGREP | 4529 | ac_cv_path_EGREP=$EGREP |
@@ -4603,7 +4590,7 @@ esac | |||
4603 | done | 4590 | done |
4604 | IFS=$as_save_IFS | 4591 | IFS=$as_save_IFS |
4605 | if test -z "$ac_cv_path_FGREP"; then | 4592 | if test -z "$ac_cv_path_FGREP"; then |
4606 | as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4593 | as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4607 | fi | 4594 | fi |
4608 | else | 4595 | else |
4609 | ac_cv_path_FGREP=$FGREP | 4596 | ac_cv_path_FGREP=$FGREP |
@@ -4719,7 +4706,7 @@ else | |||
4719 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 4706 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4720 | $as_echo "no" >&6; } | 4707 | $as_echo "no" >&6; } |
4721 | fi | 4708 | fi |
4722 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 | 4709 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
4723 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | 4710 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
4724 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | 4711 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
4725 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | 4712 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : |
@@ -4921,13 +4908,13 @@ if test "${lt_cv_nm_interface+set}" = set; then : | |||
4921 | else | 4908 | else |
4922 | lt_cv_nm_interface="BSD nm" | 4909 | lt_cv_nm_interface="BSD nm" |
4923 | echo "int some_variable = 0;" > conftest.$ac_ext | 4910 | echo "int some_variable = 0;" > conftest.$ac_ext |
4924 | (eval echo "\"\$as_me:4924: $ac_compile\"" >&5) | 4911 | (eval echo "\"\$as_me:4911: $ac_compile\"" >&5) |
4925 | (eval "$ac_compile" 2>conftest.err) | 4912 | (eval "$ac_compile" 2>conftest.err) |
4926 | cat conftest.err >&5 | 4913 | cat conftest.err >&5 |
4927 | (eval echo "\"\$as_me:4927: $NM \\\"conftest.$ac_objext\\\"\"" >&5) | 4914 | (eval echo "\"\$as_me:4914: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
4928 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) | 4915 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
4929 | cat conftest.err >&5 | 4916 | cat conftest.err >&5 |
4930 | (eval echo "\"\$as_me:4930: output\"" >&5) | 4917 | (eval echo "\"\$as_me:4917: output\"" >&5) |
4931 | cat conftest.out >&5 | 4918 | cat conftest.out >&5 |
4932 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then | 4919 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
4933 | lt_cv_nm_interface="MS dumpbin" | 4920 | lt_cv_nm_interface="MS dumpbin" |
@@ -6130,7 +6117,7 @@ ia64-*-hpux*) | |||
6130 | ;; | 6117 | ;; |
6131 | *-*-irix6*) | 6118 | *-*-irix6*) |
6132 | # Find out which ABI we are using. | 6119 | # Find out which ABI we are using. |
6133 | echo '#line 6133 "configure"' > conftest.$ac_ext | 6120 | echo '#line 6120 "configure"' > conftest.$ac_ext |
6134 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 6121 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
6135 | (eval $ac_compile) 2>&5 | 6122 | (eval $ac_compile) 2>&5 |
6136 | ac_status=$? | 6123 | ac_status=$? |
@@ -6919,7 +6906,7 @@ else | |||
6919 | # Broken: fails on valid input. | 6906 | # Broken: fails on valid input. |
6920 | continue | 6907 | continue |
6921 | fi | 6908 | fi |
6922 | rm -f conftest.err conftest.i conftest.$ac_ext | 6909 | rm -f conftest.err conftest.$ac_ext |
6923 | 6910 | ||
6924 | # OK, works on sane cases. Now check whether nonexistent headers | 6911 | # OK, works on sane cases. Now check whether nonexistent headers |
6925 | # can be detected and how. | 6912 | # can be detected and how. |
@@ -6935,11 +6922,11 @@ else | |||
6935 | ac_preproc_ok=: | 6922 | ac_preproc_ok=: |
6936 | break | 6923 | break |
6937 | fi | 6924 | fi |
6938 | rm -f conftest.err conftest.i conftest.$ac_ext | 6925 | rm -f conftest.err conftest.$ac_ext |
6939 | 6926 | ||
6940 | done | 6927 | done |
6941 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 6928 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
6942 | rm -f conftest.i conftest.err conftest.$ac_ext | 6929 | rm -f conftest.err conftest.$ac_ext |
6943 | if $ac_preproc_ok; then : | 6930 | if $ac_preproc_ok; then : |
6944 | break | 6931 | break |
6945 | fi | 6932 | fi |
@@ -6978,7 +6965,7 @@ else | |||
6978 | # Broken: fails on valid input. | 6965 | # Broken: fails on valid input. |
6979 | continue | 6966 | continue |
6980 | fi | 6967 | fi |
6981 | rm -f conftest.err conftest.i conftest.$ac_ext | 6968 | rm -f conftest.err conftest.$ac_ext |
6982 | 6969 | ||
6983 | # OK, works on sane cases. Now check whether nonexistent headers | 6970 | # OK, works on sane cases. Now check whether nonexistent headers |
6984 | # can be detected and how. | 6971 | # can be detected and how. |
@@ -6994,18 +6981,18 @@ else | |||
6994 | ac_preproc_ok=: | 6981 | ac_preproc_ok=: |
6995 | break | 6982 | break |
6996 | fi | 6983 | fi |
6997 | rm -f conftest.err conftest.i conftest.$ac_ext | 6984 | rm -f conftest.err conftest.$ac_ext |
6998 | 6985 | ||
6999 | done | 6986 | done |
7000 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 6987 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
7001 | rm -f conftest.i conftest.err conftest.$ac_ext | 6988 | rm -f conftest.err conftest.$ac_ext |
7002 | if $ac_preproc_ok; then : | 6989 | if $ac_preproc_ok; then : |
7003 | 6990 | ||
7004 | else | 6991 | else |
7005 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 6992 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
7006 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 6993 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
7007 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 6994 | as_fn_error "C preprocessor \"$CPP\" fails sanity check |
7008 | See \`config.log' for more details" "$LINENO" 5 ; } | 6995 | See \`config.log' for more details." "$LINENO" 5; } |
7009 | fi | 6996 | fi |
7010 | 6997 | ||
7011 | ac_ext=c | 6998 | ac_ext=c |
@@ -7134,7 +7121,8 @@ do : | |||
7134 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 7121 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
7135 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 7122 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
7136 | " | 7123 | " |
7137 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 7124 | eval as_val=\$$as_ac_Header |
7125 | if test "x$as_val" = x""yes; then : | ||
7138 | cat >>confdefs.h <<_ACEOF | 7126 | cat >>confdefs.h <<_ACEOF |
7139 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 7127 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
7140 | _ACEOF | 7128 | _ACEOF |
@@ -7657,11 +7645,11 @@ else | |||
7657 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 7645 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7658 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 7646 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7659 | -e 's:$: $lt_compiler_flag:'` | 7647 | -e 's:$: $lt_compiler_flag:'` |
7660 | (eval echo "\"\$as_me:7660: $lt_compile\"" >&5) | 7648 | (eval echo "\"\$as_me:7648: $lt_compile\"" >&5) |
7661 | (eval "$lt_compile" 2>conftest.err) | 7649 | (eval "$lt_compile" 2>conftest.err) |
7662 | ac_status=$? | 7650 | ac_status=$? |
7663 | cat conftest.err >&5 | 7651 | cat conftest.err >&5 |
7664 | echo "$as_me:7664: \$? = $ac_status" >&5 | 7652 | echo "$as_me:7652: \$? = $ac_status" >&5 |
7665 | if (exit $ac_status) && test -s "$ac_outfile"; then | 7653 | if (exit $ac_status) && test -s "$ac_outfile"; then |
7666 | # The compiler can only warn and ignore the option if not recognized | 7654 | # The compiler can only warn and ignore the option if not recognized |
7667 | # So say no if there are warnings other than the usual output. | 7655 | # So say no if there are warnings other than the usual output. |
@@ -7996,11 +7984,11 @@ else | |||
7996 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 7984 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7997 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 7985 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7998 | -e 's:$: $lt_compiler_flag:'` | 7986 | -e 's:$: $lt_compiler_flag:'` |
7999 | (eval echo "\"\$as_me:7999: $lt_compile\"" >&5) | 7987 | (eval echo "\"\$as_me:7987: $lt_compile\"" >&5) |
8000 | (eval "$lt_compile" 2>conftest.err) | 7988 | (eval "$lt_compile" 2>conftest.err) |
8001 | ac_status=$? | 7989 | ac_status=$? |
8002 | cat conftest.err >&5 | 7990 | cat conftest.err >&5 |
8003 | echo "$as_me:8003: \$? = $ac_status" >&5 | 7991 | echo "$as_me:7991: \$? = $ac_status" >&5 |
8004 | if (exit $ac_status) && test -s "$ac_outfile"; then | 7992 | if (exit $ac_status) && test -s "$ac_outfile"; then |
8005 | # The compiler can only warn and ignore the option if not recognized | 7993 | # The compiler can only warn and ignore the option if not recognized |
8006 | # So say no if there are warnings other than the usual output. | 7994 | # So say no if there are warnings other than the usual output. |
@@ -8101,11 +8089,11 @@ else | |||
8101 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8089 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8102 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8090 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8103 | -e 's:$: $lt_compiler_flag:'` | 8091 | -e 's:$: $lt_compiler_flag:'` |
8104 | (eval echo "\"\$as_me:8104: $lt_compile\"" >&5) | 8092 | (eval echo "\"\$as_me:8092: $lt_compile\"" >&5) |
8105 | (eval "$lt_compile" 2>out/conftest.err) | 8093 | (eval "$lt_compile" 2>out/conftest.err) |
8106 | ac_status=$? | 8094 | ac_status=$? |
8107 | cat out/conftest.err >&5 | 8095 | cat out/conftest.err >&5 |
8108 | echo "$as_me:8108: \$? = $ac_status" >&5 | 8096 | echo "$as_me:8096: \$? = $ac_status" >&5 |
8109 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 8097 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8110 | then | 8098 | then |
8111 | # The compiler can only warn and ignore the option if not recognized | 8099 | # The compiler can only warn and ignore the option if not recognized |
@@ -8156,11 +8144,11 @@ else | |||
8156 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8144 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8157 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8145 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8158 | -e 's:$: $lt_compiler_flag:'` | 8146 | -e 's:$: $lt_compiler_flag:'` |
8159 | (eval echo "\"\$as_me:8159: $lt_compile\"" >&5) | 8147 | (eval echo "\"\$as_me:8147: $lt_compile\"" >&5) |
8160 | (eval "$lt_compile" 2>out/conftest.err) | 8148 | (eval "$lt_compile" 2>out/conftest.err) |
8161 | ac_status=$? | 8149 | ac_status=$? |
8162 | cat out/conftest.err >&5 | 8150 | cat out/conftest.err >&5 |
8163 | echo "$as_me:8163: \$? = $ac_status" >&5 | 8151 | echo "$as_me:8151: \$? = $ac_status" >&5 |
8164 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 8152 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8165 | then | 8153 | then |
8166 | # The compiler can only warn and ignore the option if not recognized | 8154 | # The compiler can only warn and ignore the option if not recognized |
@@ -10540,7 +10528,7 @@ else | |||
10540 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10528 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10541 | lt_status=$lt_dlunknown | 10529 | lt_status=$lt_dlunknown |
10542 | cat > conftest.$ac_ext <<_LT_EOF | 10530 | cat > conftest.$ac_ext <<_LT_EOF |
10543 | #line 10543 "configure" | 10531 | #line 10531 "configure" |
10544 | #include "confdefs.h" | 10532 | #include "confdefs.h" |
10545 | 10533 | ||
10546 | #if HAVE_DLFCN_H | 10534 | #if HAVE_DLFCN_H |
@@ -10636,7 +10624,7 @@ else | |||
10636 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10624 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10637 | lt_status=$lt_dlunknown | 10625 | lt_status=$lt_dlunknown |
10638 | cat > conftest.$ac_ext <<_LT_EOF | 10626 | cat > conftest.$ac_ext <<_LT_EOF |
10639 | #line 10639 "configure" | 10627 | #line 10627 "configure" |
10640 | #include "confdefs.h" | 10628 | #include "confdefs.h" |
10641 | 10629 | ||
10642 | #if HAVE_DLFCN_H | 10630 | #if HAVE_DLFCN_H |
@@ -10880,15 +10868,15 @@ _ACEOF | |||
10880 | 10868 | ||
10881 | 10869 | ||
10882 | cat >>confdefs.h <<_ACEOF | 10870 | cat >>confdefs.h <<_ACEOF |
10883 | #define VMIC 0 | 10871 | #define VMIC 99 |
10884 | _ACEOF | 10872 | _ACEOF |
10885 | 10873 | ||
10886 | 10874 | ||
10887 | cat >>confdefs.h <<_ACEOF | 10875 | cat >>confdefs.h <<_ACEOF |
10888 | #define VREV 0 | 10876 | #define VREV 67344 |
10889 | _ACEOF | 10877 | _ACEOF |
10890 | 10878 | ||
10891 | version_info="6:0:5" | 10879 | version_info="6:99:5" |
10892 | release_info="" | 10880 | release_info="" |
10893 | 10881 | ||
10894 | 10882 | ||
@@ -11182,10 +11170,6 @@ fi | |||
11182 | 11170 | ||
11183 | 11171 | ||
11184 | 11172 | ||
11185 | |||
11186 | |||
11187 | |||
11188 | |||
11189 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 11173 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
11190 | if test -n "$ac_tool_prefix"; then | 11174 | if test -n "$ac_tool_prefix"; then |
11191 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | 11175 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
@@ -11298,6 +11282,7 @@ $as_echo "yes" >&6; } | |||
11298 | $as_echo "no" >&6; } | 11282 | $as_echo "no" >&6; } |
11299 | PKG_CONFIG="" | 11283 | PKG_CONFIG="" |
11300 | fi | 11284 | fi |
11285 | |||
11301 | fi | 11286 | fi |
11302 | 11287 | ||
11303 | 11288 | ||
@@ -11329,10 +11314,11 @@ pkg_failed=no | |||
11329 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHECK" >&5 | 11314 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHECK" >&5 |
11330 | $as_echo_n "checking for CHECK... " >&6; } | 11315 | $as_echo_n "checking for CHECK... " >&6; } |
11331 | 11316 | ||
11332 | if test -n "$CHECK_CFLAGS"; then | 11317 | if test -n "$PKG_CONFIG"; then |
11333 | pkg_cv_CHECK_CFLAGS="$CHECK_CFLAGS" | 11318 | if test -n "$CHECK_CFLAGS"; then |
11334 | elif test -n "$PKG_CONFIG"; then | 11319 | pkg_cv_CHECK_CFLAGS="$CHECK_CFLAGS" |
11335 | if test -n "$PKG_CONFIG" && \ | 11320 | else |
11321 | if test -n "$PKG_CONFIG" && \ | ||
11336 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 | 11322 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 |
11337 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 | 11323 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 |
11338 | ac_status=$? | 11324 | ac_status=$? |
@@ -11342,13 +11328,15 @@ if test -n "$CHECK_CFLAGS"; then | |||
11342 | else | 11328 | else |
11343 | pkg_failed=yes | 11329 | pkg_failed=yes |
11344 | fi | 11330 | fi |
11345 | else | 11331 | fi |
11346 | pkg_failed=untried | 11332 | else |
11333 | pkg_failed=untried | ||
11347 | fi | 11334 | fi |
11348 | if test -n "$CHECK_LIBS"; then | 11335 | if test -n "$PKG_CONFIG"; then |
11349 | pkg_cv_CHECK_LIBS="$CHECK_LIBS" | 11336 | if test -n "$CHECK_LIBS"; then |
11350 | elif test -n "$PKG_CONFIG"; then | 11337 | pkg_cv_CHECK_LIBS="$CHECK_LIBS" |
11351 | if test -n "$PKG_CONFIG" && \ | 11338 | else |
11339 | if test -n "$PKG_CONFIG" && \ | ||
11352 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 | 11340 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"check >= 0.9.5\""; } >&5 |
11353 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 | 11341 | ($PKG_CONFIG --exists --print-errors "check >= 0.9.5") 2>&5 |
11354 | ac_status=$? | 11342 | ac_status=$? |
@@ -11358,15 +11346,14 @@ if test -n "$CHECK_LIBS"; then | |||
11358 | else | 11346 | else |
11359 | pkg_failed=yes | 11347 | pkg_failed=yes |
11360 | fi | 11348 | fi |
11361 | else | 11349 | fi |
11362 | pkg_failed=untried | 11350 | else |
11351 | pkg_failed=untried | ||
11363 | fi | 11352 | fi |
11364 | 11353 | ||
11365 | 11354 | ||
11366 | 11355 | ||
11367 | if test $pkg_failed = yes; then | 11356 | if test $pkg_failed = yes; then |
11368 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
11369 | $as_echo "no" >&6; } | ||
11370 | 11357 | ||
11371 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 11358 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
11372 | _pkg_short_errors_supported=yes | 11359 | _pkg_short_errors_supported=yes |
@@ -11374,17 +11361,17 @@ else | |||
11374 | _pkg_short_errors_supported=no | 11361 | _pkg_short_errors_supported=no |
11375 | fi | 11362 | fi |
11376 | if test $_pkg_short_errors_supported = yes; then | 11363 | if test $_pkg_short_errors_supported = yes; then |
11377 | CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "check >= 0.9.5" 2>&1` | 11364 | CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "check >= 0.9.5"` |
11378 | else | 11365 | else |
11379 | CHECK_PKG_ERRORS=`$PKG_CONFIG --print-errors "check >= 0.9.5" 2>&1` | 11366 | CHECK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "check >= 0.9.5"` |
11380 | fi | 11367 | fi |
11381 | # Put the nasty error message in config.log where it belongs | 11368 | # Put the nasty error message in config.log where it belongs |
11382 | echo "$CHECK_PKG_ERRORS" >&5 | 11369 | echo "$CHECK_PKG_ERRORS" >&5 |
11383 | 11370 | ||
11384 | _efl_enable_tests="no" | 11371 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11385 | elif test $pkg_failed = untried; then | ||
11386 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
11387 | $as_echo "no" >&6; } | 11372 | $as_echo "no" >&6; } |
11373 | _efl_enable_tests="no" | ||
11374 | elif test $pkg_failed = untried; then | ||
11388 | _efl_enable_tests="no" | 11375 | _efl_enable_tests="no" |
11389 | else | 11376 | else |
11390 | CHECK_CFLAGS=$pkg_cv_CHECK_CFLAGS | 11377 | CHECK_CFLAGS=$pkg_cv_CHECK_CFLAGS |
@@ -11821,8 +11808,8 @@ fi | |||
11821 | 11808 | ||
11822 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 11809 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
11823 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 11810 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
11824 | as_fn_error $? "no acceptable C compiler found in \$PATH | 11811 | as_fn_error "no acceptable C compiler found in \$PATH |
11825 | See \`config.log' for more details" "$LINENO" 5 ; } | 11812 | See \`config.log' for more details." "$LINENO" 5; } |
11826 | 11813 | ||
11827 | # Provide some information about the compiler. | 11814 | # Provide some information about the compiler. |
11828 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 11815 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -12192,10 +12179,6 @@ fi | |||
12192 | # pkg-config | 12179 | # pkg-config |
12193 | 12180 | ||
12194 | 12181 | ||
12195 | |||
12196 | |||
12197 | |||
12198 | |||
12199 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 12182 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
12200 | if test -n "$ac_tool_prefix"; then | 12183 | if test -n "$ac_tool_prefix"; then |
12201 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | 12184 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
@@ -12308,6 +12291,7 @@ $as_echo "yes" >&6; } | |||
12308 | $as_echo "no" >&6; } | 12291 | $as_echo "no" >&6; } |
12309 | PKG_CONFIG="" | 12292 | PKG_CONFIG="" |
12310 | fi | 12293 | fi |
12294 | |||
12311 | fi | 12295 | fi |
12312 | 12296 | ||
12313 | # Check whether pkg-config supports Requires.private | 12297 | # Check whether pkg-config supports Requires.private |
@@ -12492,10 +12476,11 @@ pkg_failed=no | |||
12492 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 | 12476 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 |
12493 | $as_echo_n "checking for EVIL... " >&6; } | 12477 | $as_echo_n "checking for EVIL... " >&6; } |
12494 | 12478 | ||
12495 | if test -n "$EVIL_CFLAGS"; then | 12479 | if test -n "$PKG_CONFIG"; then |
12496 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" | 12480 | if test -n "$EVIL_CFLAGS"; then |
12497 | elif test -n "$PKG_CONFIG"; then | 12481 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" |
12498 | if test -n "$PKG_CONFIG" && \ | 12482 | else |
12483 | if test -n "$PKG_CONFIG" && \ | ||
12499 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 12484 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
12500 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 12485 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
12501 | ac_status=$? | 12486 | ac_status=$? |
@@ -12505,13 +12490,15 @@ if test -n "$EVIL_CFLAGS"; then | |||
12505 | else | 12490 | else |
12506 | pkg_failed=yes | 12491 | pkg_failed=yes |
12507 | fi | 12492 | fi |
12508 | else | 12493 | fi |
12509 | pkg_failed=untried | 12494 | else |
12495 | pkg_failed=untried | ||
12510 | fi | 12496 | fi |
12511 | if test -n "$EVIL_LIBS"; then | 12497 | if test -n "$PKG_CONFIG"; then |
12512 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" | 12498 | if test -n "$EVIL_LIBS"; then |
12513 | elif test -n "$PKG_CONFIG"; then | 12499 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" |
12514 | if test -n "$PKG_CONFIG" && \ | 12500 | else |
12501 | if test -n "$PKG_CONFIG" && \ | ||
12515 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 12502 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
12516 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 12503 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
12517 | ac_status=$? | 12504 | ac_status=$? |
@@ -12521,15 +12508,14 @@ if test -n "$EVIL_LIBS"; then | |||
12521 | else | 12508 | else |
12522 | pkg_failed=yes | 12509 | pkg_failed=yes |
12523 | fi | 12510 | fi |
12524 | else | 12511 | fi |
12525 | pkg_failed=untried | 12512 | else |
12513 | pkg_failed=untried | ||
12526 | fi | 12514 | fi |
12527 | 12515 | ||
12528 | 12516 | ||
12529 | 12517 | ||
12530 | if test $pkg_failed = yes; then | 12518 | if test $pkg_failed = yes; then |
12531 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12532 | $as_echo "no" >&6; } | ||
12533 | 12519 | ||
12534 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 12520 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
12535 | _pkg_short_errors_supported=yes | 12521 | _pkg_short_errors_supported=yes |
@@ -12537,14 +12523,14 @@ else | |||
12537 | _pkg_short_errors_supported=no | 12523 | _pkg_short_errors_supported=no |
12538 | fi | 12524 | fi |
12539 | if test $_pkg_short_errors_supported = yes; then | 12525 | if test $_pkg_short_errors_supported = yes; then |
12540 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "evil >= 1.0.0" 2>&1` | 12526 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "evil >= 1.0.0"` |
12541 | else | 12527 | else |
12542 | EVIL_PKG_ERRORS=`$PKG_CONFIG --print-errors "evil >= 1.0.0" 2>&1` | 12528 | EVIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "evil >= 1.0.0"` |
12543 | fi | 12529 | fi |
12544 | # Put the nasty error message in config.log where it belongs | 12530 | # Put the nasty error message in config.log where it belongs |
12545 | echo "$EVIL_PKG_ERRORS" >&5 | 12531 | echo "$EVIL_PKG_ERRORS" >&5 |
12546 | 12532 | ||
12547 | as_fn_error $? "Package requirements (evil >= 1.0.0) were not met: | 12533 | as_fn_error "Package requirements (evil >= 1.0.0) were not met: |
12548 | 12534 | ||
12549 | $EVIL_PKG_ERRORS | 12535 | $EVIL_PKG_ERRORS |
12550 | 12536 | ||
@@ -12553,13 +12539,12 @@ installed software in a non-standard prefix. | |||
12553 | 12539 | ||
12554 | Alternatively, you may set the environment variables EVIL_CFLAGS | 12540 | Alternatively, you may set the environment variables EVIL_CFLAGS |
12555 | and EVIL_LIBS to avoid the need to call pkg-config. | 12541 | and EVIL_LIBS to avoid the need to call pkg-config. |
12556 | See the pkg-config man page for more details." "$LINENO" 5 | 12542 | See the pkg-config man page for more details. |
12543 | " "$LINENO" 5 | ||
12557 | elif test $pkg_failed = untried; then | 12544 | elif test $pkg_failed = untried; then |
12558 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12559 | $as_echo "no" >&6; } | ||
12560 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 12545 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
12561 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 12546 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
12562 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 12547 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
12563 | is in your PATH or set the PKG_CONFIG environment variable to the full | 12548 | is in your PATH or set the PKG_CONFIG environment variable to the full |
12564 | path to pkg-config. | 12549 | path to pkg-config. |
12565 | 12550 | ||
@@ -12568,13 +12553,13 @@ and EVIL_LIBS to avoid the need to call pkg-config. | |||
12568 | See the pkg-config man page for more details. | 12553 | See the pkg-config man page for more details. |
12569 | 12554 | ||
12570 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 12555 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
12571 | See \`config.log' for more details" "$LINENO" 5 ; } | 12556 | See \`config.log' for more details." "$LINENO" 5; } |
12572 | else | 12557 | else |
12573 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS | 12558 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS |
12574 | EVIL_LIBS=$pkg_cv_EVIL_LIBS | 12559 | EVIL_LIBS=$pkg_cv_EVIL_LIBS |
12575 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 12560 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
12576 | $as_echo "yes" >&6; } | 12561 | $as_echo "yes" >&6; } |
12577 | 12562 | : | |
12578 | fi | 12563 | fi |
12579 | 12564 | ||
12580 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h | 12565 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h |
@@ -12603,10 +12588,11 @@ pkg_failed=no | |||
12603 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 | 12588 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 |
12604 | $as_echo_n "checking for EINA... " >&6; } | 12589 | $as_echo_n "checking for EINA... " >&6; } |
12605 | 12590 | ||
12606 | if test -n "$EINA_CFLAGS"; then | 12591 | if test -n "$PKG_CONFIG"; then |
12607 | pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" | 12592 | if test -n "$EINA_CFLAGS"; then |
12608 | elif test -n "$PKG_CONFIG"; then | 12593 | pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" |
12609 | if test -n "$PKG_CONFIG" && \ | 12594 | else |
12595 | if test -n "$PKG_CONFIG" && \ | ||
12610 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 | 12596 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 |
12611 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 | 12597 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 |
12612 | ac_status=$? | 12598 | ac_status=$? |
@@ -12616,13 +12602,15 @@ if test -n "$EINA_CFLAGS"; then | |||
12616 | else | 12602 | else |
12617 | pkg_failed=yes | 12603 | pkg_failed=yes |
12618 | fi | 12604 | fi |
12619 | else | 12605 | fi |
12620 | pkg_failed=untried | 12606 | else |
12607 | pkg_failed=untried | ||
12621 | fi | 12608 | fi |
12622 | if test -n "$EINA_LIBS"; then | 12609 | if test -n "$PKG_CONFIG"; then |
12623 | pkg_cv_EINA_LIBS="$EINA_LIBS" | 12610 | if test -n "$EINA_LIBS"; then |
12624 | elif test -n "$PKG_CONFIG"; then | 12611 | pkg_cv_EINA_LIBS="$EINA_LIBS" |
12625 | if test -n "$PKG_CONFIG" && \ | 12612 | else |
12613 | if test -n "$PKG_CONFIG" && \ | ||
12626 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 | 12614 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 |
12627 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 | 12615 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 |
12628 | ac_status=$? | 12616 | ac_status=$? |
@@ -12632,15 +12620,14 @@ if test -n "$EINA_LIBS"; then | |||
12632 | else | 12620 | else |
12633 | pkg_failed=yes | 12621 | pkg_failed=yes |
12634 | fi | 12622 | fi |
12635 | else | 12623 | fi |
12636 | pkg_failed=untried | 12624 | else |
12625 | pkg_failed=untried | ||
12637 | fi | 12626 | fi |
12638 | 12627 | ||
12639 | 12628 | ||
12640 | 12629 | ||
12641 | if test $pkg_failed = yes; then | 12630 | if test $pkg_failed = yes; then |
12642 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12643 | $as_echo "no" >&6; } | ||
12644 | 12631 | ||
12645 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 12632 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
12646 | _pkg_short_errors_supported=yes | 12633 | _pkg_short_errors_supported=yes |
@@ -12648,14 +12635,14 @@ else | |||
12648 | _pkg_short_errors_supported=no | 12635 | _pkg_short_errors_supported=no |
12649 | fi | 12636 | fi |
12650 | if test $_pkg_short_errors_supported = yes; then | 12637 | if test $_pkg_short_errors_supported = yes; then |
12651 | EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eina >= 1.1.0" 2>&1` | 12638 | EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eina >= 1.1.0"` |
12652 | else | 12639 | else |
12653 | EINA_PKG_ERRORS=`$PKG_CONFIG --print-errors "eina >= 1.1.0" 2>&1` | 12640 | EINA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eina >= 1.1.0"` |
12654 | fi | 12641 | fi |
12655 | # Put the nasty error message in config.log where it belongs | 12642 | # Put the nasty error message in config.log where it belongs |
12656 | echo "$EINA_PKG_ERRORS" >&5 | 12643 | echo "$EINA_PKG_ERRORS" >&5 |
12657 | 12644 | ||
12658 | as_fn_error $? "Package requirements (eina >= 1.1.0) were not met: | 12645 | as_fn_error "Package requirements (eina >= 1.1.0) were not met: |
12659 | 12646 | ||
12660 | $EINA_PKG_ERRORS | 12647 | $EINA_PKG_ERRORS |
12661 | 12648 | ||
@@ -12664,13 +12651,12 @@ installed software in a non-standard prefix. | |||
12664 | 12651 | ||
12665 | Alternatively, you may set the environment variables EINA_CFLAGS | 12652 | Alternatively, you may set the environment variables EINA_CFLAGS |
12666 | and EINA_LIBS to avoid the need to call pkg-config. | 12653 | and EINA_LIBS to avoid the need to call pkg-config. |
12667 | See the pkg-config man page for more details." "$LINENO" 5 | 12654 | See the pkg-config man page for more details. |
12655 | " "$LINENO" 5 | ||
12668 | elif test $pkg_failed = untried; then | 12656 | elif test $pkg_failed = untried; then |
12669 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12670 | $as_echo "no" >&6; } | ||
12671 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 12657 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
12672 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 12658 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
12673 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 12659 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
12674 | is in your PATH or set the PKG_CONFIG environment variable to the full | 12660 | is in your PATH or set the PKG_CONFIG environment variable to the full |
12675 | path to pkg-config. | 12661 | path to pkg-config. |
12676 | 12662 | ||
@@ -12679,13 +12665,13 @@ and EINA_LIBS to avoid the need to call pkg-config. | |||
12679 | See the pkg-config man page for more details. | 12665 | See the pkg-config man page for more details. |
12680 | 12666 | ||
12681 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 12667 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
12682 | See \`config.log' for more details" "$LINENO" 5 ; } | 12668 | See \`config.log' for more details." "$LINENO" 5; } |
12683 | else | 12669 | else |
12684 | EINA_CFLAGS=$pkg_cv_EINA_CFLAGS | 12670 | EINA_CFLAGS=$pkg_cv_EINA_CFLAGS |
12685 | EINA_LIBS=$pkg_cv_EINA_LIBS | 12671 | EINA_LIBS=$pkg_cv_EINA_LIBS |
12686 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 12672 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
12687 | $as_echo "yes" >&6; } | 12673 | $as_echo "yes" >&6; } |
12688 | 12674 | : | |
12689 | fi | 12675 | fi |
12690 | requirement_eet="eina >= 1.1.0 ${requirement_eet}" | 12676 | requirement_eet="eina >= 1.1.0 ${requirement_eet}" |
12691 | 12677 | ||
@@ -12697,10 +12683,11 @@ pkg_failed=no | |||
12697 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNUTLS" >&5 | 12683 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNUTLS" >&5 |
12698 | $as_echo_n "checking for GNUTLS... " >&6; } | 12684 | $as_echo_n "checking for GNUTLS... " >&6; } |
12699 | 12685 | ||
12700 | if test -n "$GNUTLS_CFLAGS"; then | 12686 | if test -n "$PKG_CONFIG"; then |
12701 | pkg_cv_GNUTLS_CFLAGS="$GNUTLS_CFLAGS" | 12687 | if test -n "$GNUTLS_CFLAGS"; then |
12702 | elif test -n "$PKG_CONFIG"; then | 12688 | pkg_cv_GNUTLS_CFLAGS="$GNUTLS_CFLAGS" |
12703 | if test -n "$PKG_CONFIG" && \ | 12689 | else |
12690 | if test -n "$PKG_CONFIG" && \ | ||
12704 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 1.7.6\""; } >&5 | 12691 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 1.7.6\""; } >&5 |
12705 | ($PKG_CONFIG --exists --print-errors "gnutls >= 1.7.6") 2>&5 | 12692 | ($PKG_CONFIG --exists --print-errors "gnutls >= 1.7.6") 2>&5 |
12706 | ac_status=$? | 12693 | ac_status=$? |
@@ -12710,13 +12697,15 @@ if test -n "$GNUTLS_CFLAGS"; then | |||
12710 | else | 12697 | else |
12711 | pkg_failed=yes | 12698 | pkg_failed=yes |
12712 | fi | 12699 | fi |
12713 | else | 12700 | fi |
12714 | pkg_failed=untried | 12701 | else |
12702 | pkg_failed=untried | ||
12715 | fi | 12703 | fi |
12716 | if test -n "$GNUTLS_LIBS"; then | 12704 | if test -n "$PKG_CONFIG"; then |
12717 | pkg_cv_GNUTLS_LIBS="$GNUTLS_LIBS" | 12705 | if test -n "$GNUTLS_LIBS"; then |
12718 | elif test -n "$PKG_CONFIG"; then | 12706 | pkg_cv_GNUTLS_LIBS="$GNUTLS_LIBS" |
12719 | if test -n "$PKG_CONFIG" && \ | 12707 | else |
12708 | if test -n "$PKG_CONFIG" && \ | ||
12720 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 1.7.6\""; } >&5 | 12709 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 1.7.6\""; } >&5 |
12721 | ($PKG_CONFIG --exists --print-errors "gnutls >= 1.7.6") 2>&5 | 12710 | ($PKG_CONFIG --exists --print-errors "gnutls >= 1.7.6") 2>&5 |
12722 | ac_status=$? | 12711 | ac_status=$? |
@@ -12726,15 +12715,14 @@ if test -n "$GNUTLS_LIBS"; then | |||
12726 | else | 12715 | else |
12727 | pkg_failed=yes | 12716 | pkg_failed=yes |
12728 | fi | 12717 | fi |
12729 | else | 12718 | fi |
12730 | pkg_failed=untried | 12719 | else |
12720 | pkg_failed=untried | ||
12731 | fi | 12721 | fi |
12732 | 12722 | ||
12733 | 12723 | ||
12734 | 12724 | ||
12735 | if test $pkg_failed = yes; then | 12725 | if test $pkg_failed = yes; then |
12736 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12737 | $as_echo "no" >&6; } | ||
12738 | 12726 | ||
12739 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 12727 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
12740 | _pkg_short_errors_supported=yes | 12728 | _pkg_short_errors_supported=yes |
@@ -12742,17 +12730,17 @@ else | |||
12742 | _pkg_short_errors_supported=no | 12730 | _pkg_short_errors_supported=no |
12743 | fi | 12731 | fi |
12744 | if test $_pkg_short_errors_supported = yes; then | 12732 | if test $_pkg_short_errors_supported = yes; then |
12745 | GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnutls >= 1.7.6" 2>&1` | 12733 | GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnutls >= 1.7.6"` |
12746 | else | 12734 | else |
12747 | GNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnutls >= 1.7.6" 2>&1` | 12735 | GNUTLS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnutls >= 1.7.6"` |
12748 | fi | 12736 | fi |
12749 | # Put the nasty error message in config.log where it belongs | 12737 | # Put the nasty error message in config.log where it belongs |
12750 | echo "$GNUTLS_PKG_ERRORS" >&5 | 12738 | echo "$GNUTLS_PKG_ERRORS" >&5 |
12751 | 12739 | ||
12752 | have_gnutls="no" | 12740 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12753 | elif test $pkg_failed = untried; then | ||
12754 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12755 | $as_echo "no" >&6; } | 12741 | $as_echo "no" >&6; } |
12742 | have_gnutls="no" | ||
12743 | elif test $pkg_failed = untried; then | ||
12756 | have_gnutls="no" | 12744 | have_gnutls="no" |
12757 | else | 12745 | else |
12758 | GNUTLS_CFLAGS=$pkg_cv_GNUTLS_CFLAGS | 12746 | GNUTLS_CFLAGS=$pkg_cv_GNUTLS_CFLAGS |
@@ -12889,10 +12877,11 @@ pkg_failed=no | |||
12889 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OPENSSL" >&5 | 12877 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OPENSSL" >&5 |
12890 | $as_echo_n "checking for OPENSSL... " >&6; } | 12878 | $as_echo_n "checking for OPENSSL... " >&6; } |
12891 | 12879 | ||
12892 | if test -n "$OPENSSL_CFLAGS"; then | 12880 | if test -n "$PKG_CONFIG"; then |
12893 | pkg_cv_OPENSSL_CFLAGS="$OPENSSL_CFLAGS" | 12881 | if test -n "$OPENSSL_CFLAGS"; then |
12894 | elif test -n "$PKG_CONFIG"; then | 12882 | pkg_cv_OPENSSL_CFLAGS="$OPENSSL_CFLAGS" |
12895 | if test -n "$PKG_CONFIG" && \ | 12883 | else |
12884 | if test -n "$PKG_CONFIG" && \ | ||
12896 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5 | 12885 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5 |
12897 | ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 | 12886 | ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 |
12898 | ac_status=$? | 12887 | ac_status=$? |
@@ -12902,13 +12891,15 @@ if test -n "$OPENSSL_CFLAGS"; then | |||
12902 | else | 12891 | else |
12903 | pkg_failed=yes | 12892 | pkg_failed=yes |
12904 | fi | 12893 | fi |
12905 | else | 12894 | fi |
12906 | pkg_failed=untried | 12895 | else |
12896 | pkg_failed=untried | ||
12907 | fi | 12897 | fi |
12908 | if test -n "$OPENSSL_LIBS"; then | 12898 | if test -n "$PKG_CONFIG"; then |
12909 | pkg_cv_OPENSSL_LIBS="$OPENSSL_LIBS" | 12899 | if test -n "$OPENSSL_LIBS"; then |
12910 | elif test -n "$PKG_CONFIG"; then | 12900 | pkg_cv_OPENSSL_LIBS="$OPENSSL_LIBS" |
12911 | if test -n "$PKG_CONFIG" && \ | 12901 | else |
12902 | if test -n "$PKG_CONFIG" && \ | ||
12912 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5 | 12903 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5 |
12913 | ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 | 12904 | ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 |
12914 | ac_status=$? | 12905 | ac_status=$? |
@@ -12918,15 +12909,14 @@ if test -n "$OPENSSL_LIBS"; then | |||
12918 | else | 12909 | else |
12919 | pkg_failed=yes | 12910 | pkg_failed=yes |
12920 | fi | 12911 | fi |
12921 | else | 12912 | fi |
12922 | pkg_failed=untried | 12913 | else |
12914 | pkg_failed=untried | ||
12923 | fi | 12915 | fi |
12924 | 12916 | ||
12925 | 12917 | ||
12926 | 12918 | ||
12927 | if test $pkg_failed = yes; then | 12919 | if test $pkg_failed = yes; then |
12928 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12929 | $as_echo "no" >&6; } | ||
12930 | 12920 | ||
12931 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 12921 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
12932 | _pkg_short_errors_supported=yes | 12922 | _pkg_short_errors_supported=yes |
@@ -12934,17 +12924,17 @@ else | |||
12934 | _pkg_short_errors_supported=no | 12924 | _pkg_short_errors_supported=no |
12935 | fi | 12925 | fi |
12936 | if test $_pkg_short_errors_supported = yes; then | 12926 | if test $_pkg_short_errors_supported = yes; then |
12937 | OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "openssl" 2>&1` | 12927 | OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "openssl"` |
12938 | else | 12928 | else |
12939 | OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors "openssl" 2>&1` | 12929 | OPENSSL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "openssl"` |
12940 | fi | 12930 | fi |
12941 | # Put the nasty error message in config.log where it belongs | 12931 | # Put the nasty error message in config.log where it belongs |
12942 | echo "$OPENSSL_PKG_ERRORS" >&5 | 12932 | echo "$OPENSSL_PKG_ERRORS" >&5 |
12943 | 12933 | ||
12944 | have_openssl="no" | 12934 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
12945 | elif test $pkg_failed = untried; then | ||
12946 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12947 | $as_echo "no" >&6; } | 12935 | $as_echo "no" >&6; } |
12936 | have_openssl="no" | ||
12937 | elif test $pkg_failed = untried; then | ||
12948 | have_openssl="no" | 12938 | have_openssl="no" |
12949 | else | 12939 | else |
12950 | OPENSSL_CFLAGS=$pkg_cv_OPENSSL_CFLAGS | 12940 | OPENSSL_CFLAGS=$pkg_cv_OPENSSL_CFLAGS |
@@ -13011,7 +13001,7 @@ ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_inclu | |||
13011 | if test "x$ac_cv_header_zlib_h" = x""yes; then : | 13001 | if test "x$ac_cv_header_zlib_h" = x""yes; then : |
13012 | dummy="yes" | 13002 | dummy="yes" |
13013 | else | 13003 | else |
13014 | as_fn_error $? "\"Cannot find zlib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file\"" "$LINENO" 5 | 13004 | as_fn_error "\"Cannot find zlib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file\"" "$LINENO" 5 |
13015 | fi | 13005 | fi |
13016 | 13006 | ||
13017 | 13007 | ||
@@ -13020,7 +13010,7 @@ ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac | |||
13020 | if test "x$ac_cv_header_jpeglib_h" = x""yes; then : | 13010 | if test "x$ac_cv_header_jpeglib_h" = x""yes; then : |
13021 | dummy="yes" | 13011 | dummy="yes" |
13022 | else | 13012 | else |
13023 | as_fn_error $? "\"Cannot find jpeglib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file\"" "$LINENO" 5 | 13013 | as_fn_error "\"Cannot find jpeglib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file\"" "$LINENO" 5 |
13024 | fi | 13014 | fi |
13025 | 13015 | ||
13026 | 13016 | ||
@@ -13029,7 +13019,8 @@ for ac_header in netinet/in.h unistd.h | |||
13029 | do : | 13019 | do : |
13030 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 13020 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
13031 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 13021 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
13032 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 13022 | eval as_val=\$$as_ac_Header |
13023 | if test "x$as_val" = x""yes; then : | ||
13033 | cat >>confdefs.h <<_ACEOF | 13024 | cat >>confdefs.h <<_ACEOF |
13034 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 13025 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
13035 | _ACEOF | 13026 | _ACEOF |
@@ -13106,7 +13097,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; } | |||
13106 | fi | 13097 | fi |
13107 | set dummy $CC; ac_cc=`$as_echo "$2" | | 13098 | set dummy $CC; ac_cc=`$as_echo "$2" | |
13108 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` | 13099 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` |
13109 | if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then : | 13100 | if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : |
13110 | $as_echo_n "(cached) " >&6 | 13101 | $as_echo_n "(cached) " >&6 |
13111 | else | 13102 | else |
13112 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13103 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -14001,7 +13992,8 @@ if test $ac_cv_os_cray = yes; then | |||
14001 | for ac_func in _getb67 GETB67 getb67; do | 13992 | for ac_func in _getb67 GETB67 getb67; do |
14002 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13993 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14003 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 13994 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
14004 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 13995 | eval as_val=\$$as_ac_var |
13996 | if test "x$as_val" = x""yes; then : | ||
14005 | 13997 | ||
14006 | cat >>confdefs.h <<_ACEOF | 13998 | cat >>confdefs.h <<_ACEOF |
14007 | #define CRAY_STACKSEG_END $ac_func | 13999 | #define CRAY_STACKSEG_END $ac_func |
@@ -14068,7 +14060,8 @@ for ac_func in fmemopen open_memstream realpath | |||
14068 | do : | 14060 | do : |
14069 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14061 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
14070 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 14062 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
14071 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 14063 | eval as_val=\$$as_ac_var |
14064 | if test "x$as_val" = x""yes; then : | ||
14072 | cat >>confdefs.h <<_ACEOF | 14065 | cat >>confdefs.h <<_ACEOF |
14073 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 14066 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
14074 | _ACEOF | 14067 | _ACEOF |
@@ -14160,7 +14153,7 @@ fi | |||
14160 | if test "x$_efl_have_fnmatch" = "xyes"; then : | 14153 | if test "x$_efl_have_fnmatch" = "xyes"; then : |
14161 | 14154 | ||
14162 | else | 14155 | else |
14163 | as_fn_error $? "Cannot find fnmatch()" "$LINENO" 5 | 14156 | as_fn_error "Cannot find fnmatch()" "$LINENO" 5 |
14164 | fi | 14157 | fi |
14165 | 14158 | ||
14166 | 14159 | ||
@@ -14253,7 +14246,6 @@ DEFS=-DHAVE_CONFIG_H | |||
14253 | 14246 | ||
14254 | ac_libobjs= | 14247 | ac_libobjs= |
14255 | ac_ltlibobjs= | 14248 | ac_ltlibobjs= |
14256 | U= | ||
14257 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 14249 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
14258 | # 1. Remove the extension, and $U if already installed. | 14250 | # 1. Remove the extension, and $U if already installed. |
14259 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 14251 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
@@ -14277,43 +14269,43 @@ else | |||
14277 | fi | 14269 | fi |
14278 | 14270 | ||
14279 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 14271 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
14280 | as_fn_error $? "conditional \"AMDEP\" was never defined. | 14272 | as_fn_error "conditional \"AMDEP\" was never defined. |
14281 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 14273 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
14282 | fi | 14274 | fi |
14283 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 14275 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
14284 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 14276 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
14285 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 14277 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
14286 | fi | 14278 | fi |
14287 | if test -z "${EET_AMALGAMATION_TRUE}" && test -z "${EET_AMALGAMATION_FALSE}"; then | 14279 | if test -z "${EET_AMALGAMATION_TRUE}" && test -z "${EET_AMALGAMATION_FALSE}"; then |
14288 | as_fn_error $? "conditional \"EET_AMALGAMATION\" was never defined. | 14280 | as_fn_error "conditional \"EET_AMALGAMATION\" was never defined. |
14289 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 14281 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
14290 | fi | 14282 | fi |
14291 | if test -z "${BUILD_EET_TRUE}" && test -z "${BUILD_EET_FALSE}"; then | 14283 | if test -z "${BUILD_EET_TRUE}" && test -z "${BUILD_EET_FALSE}"; then |
14292 | as_fn_error $? "conditional \"BUILD_EET\" was never defined. | 14284 | as_fn_error "conditional \"BUILD_EET\" was never defined. |
14293 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 14285 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
14294 | fi | 14286 | fi |
14295 | if test -z "${INSTALL_EXAMPLES_TRUE}" && test -z "${INSTALL_EXAMPLES_FALSE}"; then | 14287 | if test -z "${INSTALL_EXAMPLES_TRUE}" && test -z "${INSTALL_EXAMPLES_FALSE}"; then |
14296 | as_fn_error $? "conditional \"INSTALL_EXAMPLES\" was never defined. | 14288 | as_fn_error "conditional \"INSTALL_EXAMPLES\" was never defined. |
14297 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 14289 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
14298 | fi | 14290 | fi |
14299 | if test -z "${BUILD_EXAMPLES_TRUE}" && test -z "${BUILD_EXAMPLES_FALSE}"; then | 14291 | if test -z "${BUILD_EXAMPLES_TRUE}" && test -z "${BUILD_EXAMPLES_FALSE}"; then |
14300 | as_fn_error $? "conditional \"BUILD_EXAMPLES\" was never defined. | 14292 | as_fn_error "conditional \"BUILD_EXAMPLES\" was never defined. |
14301 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 14293 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
14302 | fi | 14294 | fi |
14303 | if test -z "${EFL_ENABLE_TESTS_TRUE}" && test -z "${EFL_ENABLE_TESTS_FALSE}"; then | 14295 | if test -z "${EFL_ENABLE_TESTS_TRUE}" && test -z "${EFL_ENABLE_TESTS_FALSE}"; then |
14304 | as_fn_error $? "conditional \"EFL_ENABLE_TESTS\" was never defined. | 14296 | as_fn_error "conditional \"EFL_ENABLE_TESTS\" was never defined. |
14305 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 14297 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
14306 | fi | 14298 | fi |
14307 | if test -z "${EFL_ENABLE_COVERAGE_TRUE}" && test -z "${EFL_ENABLE_COVERAGE_FALSE}"; then | 14299 | if test -z "${EFL_ENABLE_COVERAGE_TRUE}" && test -z "${EFL_ENABLE_COVERAGE_FALSE}"; then |
14308 | as_fn_error $? "conditional \"EFL_ENABLE_COVERAGE\" was never defined. | 14300 | as_fn_error "conditional \"EFL_ENABLE_COVERAGE\" was never defined. |
14309 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 14301 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
14310 | fi | 14302 | fi |
14311 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 14303 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
14312 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 14304 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
14313 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 14305 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
14314 | fi | 14306 | fi |
14315 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then | 14307 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then |
14316 | as_fn_error $? "conditional \"EFL_BUILD_DOC\" was never defined. | 14308 | as_fn_error "conditional \"EFL_BUILD_DOC\" was never defined. |
14317 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 14309 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
14318 | fi | 14310 | fi |
14319 | 14311 | ||
@@ -14463,19 +14455,19 @@ export LANGUAGE | |||
14463 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 14455 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
14464 | 14456 | ||
14465 | 14457 | ||
14466 | # as_fn_error STATUS ERROR [LINENO LOG_FD] | 14458 | # as_fn_error ERROR [LINENO LOG_FD] |
14467 | # ---------------------------------------- | 14459 | # --------------------------------- |
14468 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 14460 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
14469 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 14461 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
14470 | # script with STATUS, using 1 if that was 0. | 14462 | # script with status $?, using 1 if that was 0. |
14471 | as_fn_error () | 14463 | as_fn_error () |
14472 | { | 14464 | { |
14473 | as_status=$1; test $as_status -eq 0 && as_status=1 | 14465 | as_status=$?; test $as_status -eq 0 && as_status=1 |
14474 | if test "$4"; then | 14466 | if test "$3"; then |
14475 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 14467 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
14476 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 14468 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
14477 | fi | 14469 | fi |
14478 | $as_echo "$as_me: error: $2" >&2 | 14470 | $as_echo "$as_me: error: $1" >&2 |
14479 | as_fn_exit $as_status | 14471 | as_fn_exit $as_status |
14480 | } # as_fn_error | 14472 | } # as_fn_error |
14481 | 14473 | ||
@@ -14671,7 +14663,7 @@ $as_echo X"$as_dir" | | |||
14671 | test -d "$as_dir" && break | 14663 | test -d "$as_dir" && break |
14672 | done | 14664 | done |
14673 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 14665 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
14674 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 14666 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
14675 | 14667 | ||
14676 | 14668 | ||
14677 | } # as_fn_mkdir_p | 14669 | } # as_fn_mkdir_p |
@@ -14724,8 +14716,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
14724 | # report actual input values of CONFIG_FILES etc. instead of their | 14716 | # report actual input values of CONFIG_FILES etc. instead of their |
14725 | # values after options handling. | 14717 | # values after options handling. |
14726 | ac_log=" | 14718 | ac_log=" |
14727 | This file was extended by eet $as_me 1.5.0, which was | 14719 | This file was extended by eet $as_me 1.5.99.67344, which was |
14728 | generated by GNU Autoconf 2.67. Invocation command line was | 14720 | generated by GNU Autoconf 2.65. Invocation command line was |
14729 | 14721 | ||
14730 | CONFIG_FILES = $CONFIG_FILES | 14722 | CONFIG_FILES = $CONFIG_FILES |
14731 | CONFIG_HEADERS = $CONFIG_HEADERS | 14723 | CONFIG_HEADERS = $CONFIG_HEADERS |
@@ -14790,11 +14782,11 @@ _ACEOF | |||
14790 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 14782 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
14791 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 14783 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
14792 | ac_cs_version="\\ | 14784 | ac_cs_version="\\ |
14793 | eet config.status 1.5.0 | 14785 | eet config.status 1.5.99.67344 |
14794 | configured by $0, generated by GNU Autoconf 2.67, | 14786 | configured by $0, generated by GNU Autoconf 2.65, |
14795 | with options \\"\$ac_cs_config\\" | 14787 | with options \\"\$ac_cs_config\\" |
14796 | 14788 | ||
14797 | Copyright (C) 2010 Free Software Foundation, Inc. | 14789 | Copyright (C) 2009 Free Software Foundation, Inc. |
14798 | This config.status script is free software; the Free Software Foundation | 14790 | This config.status script is free software; the Free Software Foundation |
14799 | gives unlimited permission to copy, distribute and modify it." | 14791 | gives unlimited permission to copy, distribute and modify it." |
14800 | 14792 | ||
@@ -14812,16 +14804,11 @@ ac_need_defaults=: | |||
14812 | while test $# != 0 | 14804 | while test $# != 0 |
14813 | do | 14805 | do |
14814 | case $1 in | 14806 | case $1 in |
14815 | --*=?*) | 14807 | --*=*) |
14816 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | 14808 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
14817 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 14809 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
14818 | ac_shift=: | 14810 | ac_shift=: |
14819 | ;; | 14811 | ;; |
14820 | --*=) | ||
14821 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
14822 | ac_optarg= | ||
14823 | ac_shift=: | ||
14824 | ;; | ||
14825 | *) | 14812 | *) |
14826 | ac_option=$1 | 14813 | ac_option=$1 |
14827 | ac_optarg=$2 | 14814 | ac_optarg=$2 |
@@ -14843,7 +14830,6 @@ do | |||
14843 | $ac_shift | 14830 | $ac_shift |
14844 | case $ac_optarg in | 14831 | case $ac_optarg in |
14845 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 14832 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
14846 | '') as_fn_error $? "missing file argument" ;; | ||
14847 | esac | 14833 | esac |
14848 | as_fn_append CONFIG_FILES " '$ac_optarg'" | 14834 | as_fn_append CONFIG_FILES " '$ac_optarg'" |
14849 | ac_need_defaults=false;; | 14835 | ac_need_defaults=false;; |
@@ -14856,7 +14842,7 @@ do | |||
14856 | ac_need_defaults=false;; | 14842 | ac_need_defaults=false;; |
14857 | --he | --h) | 14843 | --he | --h) |
14858 | # Conflict between --help and --header | 14844 | # Conflict between --help and --header |
14859 | as_fn_error $? "ambiguous option: \`$1' | 14845 | as_fn_error "ambiguous option: \`$1' |
14860 | Try \`$0 --help' for more information.";; | 14846 | Try \`$0 --help' for more information.";; |
14861 | --help | --hel | -h ) | 14847 | --help | --hel | -h ) |
14862 | $as_echo "$ac_cs_usage"; exit ;; | 14848 | $as_echo "$ac_cs_usage"; exit ;; |
@@ -14865,7 +14851,7 @@ Try \`$0 --help' for more information.";; | |||
14865 | ac_cs_silent=: ;; | 14851 | ac_cs_silent=: ;; |
14866 | 14852 | ||
14867 | # This is an error. | 14853 | # This is an error. |
14868 | -*) as_fn_error $? "unrecognized option: \`$1' | 14854 | -*) as_fn_error "unrecognized option: \`$1' |
14869 | Try \`$0 --help' for more information." ;; | 14855 | Try \`$0 --help' for more information." ;; |
14870 | 14856 | ||
14871 | *) as_fn_append ac_config_targets " $1" | 14857 | *) as_fn_append ac_config_targets " $1" |
@@ -15190,7 +15176,7 @@ do | |||
15190 | "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;; | 15176 | "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;; |
15191 | "eet.spec") CONFIG_FILES="$CONFIG_FILES eet.spec" ;; | 15177 | "eet.spec") CONFIG_FILES="$CONFIG_FILES eet.spec" ;; |
15192 | 15178 | ||
15193 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; | 15179 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
15194 | esac | 15180 | esac |
15195 | done | 15181 | done |
15196 | 15182 | ||
@@ -15228,7 +15214,7 @@ $debug || | |||
15228 | { | 15214 | { |
15229 | tmp=./conf$$-$RANDOM | 15215 | tmp=./conf$$-$RANDOM |
15230 | (umask 077 && mkdir "$tmp") | 15216 | (umask 077 && mkdir "$tmp") |
15231 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 15217 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 |
15232 | 15218 | ||
15233 | # Set up the scripts for CONFIG_FILES section. | 15219 | # Set up the scripts for CONFIG_FILES section. |
15234 | # No need to generate them if there are no CONFIG_FILES. | 15220 | # No need to generate them if there are no CONFIG_FILES. |
@@ -15245,7 +15231,7 @@ if test "x$ac_cr" = x; then | |||
15245 | fi | 15231 | fi |
15246 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 15232 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
15247 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 15233 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
15248 | ac_cs_awk_cr='\\r' | 15234 | ac_cs_awk_cr='\r' |
15249 | else | 15235 | else |
15250 | ac_cs_awk_cr=$ac_cr | 15236 | ac_cs_awk_cr=$ac_cr |
15251 | fi | 15237 | fi |
@@ -15259,18 +15245,18 @@ _ACEOF | |||
15259 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 15245 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
15260 | echo "_ACEOF" | 15246 | echo "_ACEOF" |
15261 | } >conf$$subs.sh || | 15247 | } >conf$$subs.sh || |
15262 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 15248 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
15263 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | 15249 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` |
15264 | ac_delim='%!_!# ' | 15250 | ac_delim='%!_!# ' |
15265 | for ac_last_try in false false false false false :; do | 15251 | for ac_last_try in false false false false false :; do |
15266 | . ./conf$$subs.sh || | 15252 | . ./conf$$subs.sh || |
15267 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 15253 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
15268 | 15254 | ||
15269 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 15255 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
15270 | if test $ac_delim_n = $ac_delim_num; then | 15256 | if test $ac_delim_n = $ac_delim_num; then |
15271 | break | 15257 | break |
15272 | elif $ac_last_try; then | 15258 | elif $ac_last_try; then |
15273 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 15259 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
15274 | else | 15260 | else |
15275 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 15261 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
15276 | fi | 15262 | fi |
@@ -15359,28 +15345,20 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
15359 | else | 15345 | else |
15360 | cat | 15346 | cat |
15361 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 15347 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
15362 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 15348 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 |
15363 | _ACEOF | 15349 | _ACEOF |
15364 | 15350 | ||
15365 | # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 15351 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
15366 | # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 15352 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
15367 | # trailing colons and then remove the whole line if VPATH becomes empty | 15353 | # trailing colons and then remove the whole line if VPATH becomes empty |
15368 | # (actually we leave an empty line to preserve line numbers). | 15354 | # (actually we leave an empty line to preserve line numbers). |
15369 | if test "x$srcdir" = x.; then | 15355 | if test "x$srcdir" = x.; then |
15370 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ | 15356 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
15371 | h | 15357 | s/:*\$(srcdir):*/:/ |
15372 | s/// | 15358 | s/:*\${srcdir}:*/:/ |
15373 | s/^/:/ | 15359 | s/:*@srcdir@:*/:/ |
15374 | s/[ ]*$/:/ | 15360 | s/^\([^=]*=[ ]*\):*/\1/ |
15375 | s/:\$(srcdir):/:/g | ||
15376 | s/:\${srcdir}:/:/g | ||
15377 | s/:@srcdir@:/:/g | ||
15378 | s/^:*// | ||
15379 | s/:*$// | 15361 | s/:*$// |
15380 | x | ||
15381 | s/\(=[ ]*\).*/\1/ | ||
15382 | G | ||
15383 | s/\n// | ||
15384 | s/^[^=]*=[ ]*$// | 15362 | s/^[^=]*=[ ]*$// |
15385 | }' | 15363 | }' |
15386 | fi | 15364 | fi |
@@ -15408,7 +15386,7 @@ for ac_last_try in false false :; do | |||
15408 | if test -z "$ac_t"; then | 15386 | if test -z "$ac_t"; then |
15409 | break | 15387 | break |
15410 | elif $ac_last_try; then | 15388 | elif $ac_last_try; then |
15411 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 | 15389 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 |
15412 | else | 15390 | else |
15413 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 15391 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
15414 | fi | 15392 | fi |
@@ -15493,7 +15471,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
15493 | _ACAWK | 15471 | _ACAWK |
15494 | _ACEOF | 15472 | _ACEOF |
15495 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 15473 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
15496 | as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 | 15474 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 |
15497 | fi # test -n "$CONFIG_HEADERS" | 15475 | fi # test -n "$CONFIG_HEADERS" |
15498 | 15476 | ||
15499 | 15477 | ||
@@ -15506,7 +15484,7 @@ do | |||
15506 | esac | 15484 | esac |
15507 | case $ac_mode$ac_tag in | 15485 | case $ac_mode$ac_tag in |
15508 | :[FHL]*:*);; | 15486 | :[FHL]*:*);; |
15509 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; | 15487 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; |
15510 | :[FH]-) ac_tag=-:-;; | 15488 | :[FH]-) ac_tag=-:-;; |
15511 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 15489 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
15512 | esac | 15490 | esac |
@@ -15534,7 +15512,7 @@ do | |||
15534 | [\\/$]*) false;; | 15512 | [\\/$]*) false;; |
15535 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 15513 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
15536 | esac || | 15514 | esac || |
15537 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; | 15515 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
15538 | esac | 15516 | esac |
15539 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 15517 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
15540 | as_fn_append ac_file_inputs " '$ac_f'" | 15518 | as_fn_append ac_file_inputs " '$ac_f'" |
@@ -15561,7 +15539,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
15561 | 15539 | ||
15562 | case $ac_tag in | 15540 | case $ac_tag in |
15563 | *:-:* | *:-) cat >"$tmp/stdin" \ | 15541 | *:-:* | *:-) cat >"$tmp/stdin" \ |
15564 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 15542 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; |
15565 | esac | 15543 | esac |
15566 | ;; | 15544 | ;; |
15567 | esac | 15545 | esac |
@@ -15698,22 +15676,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t | |||
15698 | $ac_datarootdir_hack | 15676 | $ac_datarootdir_hack |
15699 | " | 15677 | " |
15700 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 15678 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
15701 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 15679 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
15702 | 15680 | ||
15703 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 15681 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
15704 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 15682 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
15705 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 15683 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
15706 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 15684 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
15707 | which seems to be undefined. Please make sure it is defined" >&5 | 15685 | which seems to be undefined. Please make sure it is defined." >&5 |
15708 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 15686 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
15709 | which seems to be undefined. Please make sure it is defined" >&2;} | 15687 | which seems to be undefined. Please make sure it is defined." >&2;} |
15710 | 15688 | ||
15711 | rm -f "$tmp/stdin" | 15689 | rm -f "$tmp/stdin" |
15712 | case $ac_file in | 15690 | case $ac_file in |
15713 | -) cat "$tmp/out" && rm -f "$tmp/out";; | 15691 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
15714 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 15692 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
15715 | esac \ | 15693 | esac \ |
15716 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 15694 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
15717 | ;; | 15695 | ;; |
15718 | :H) | 15696 | :H) |
15719 | # | 15697 | # |
@@ -15724,19 +15702,19 @@ which seems to be undefined. Please make sure it is defined" >&2;} | |||
15724 | $as_echo "/* $configure_input */" \ | 15702 | $as_echo "/* $configure_input */" \ |
15725 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | 15703 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
15726 | } >"$tmp/config.h" \ | 15704 | } >"$tmp/config.h" \ |
15727 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 15705 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
15728 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | 15706 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
15729 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 15707 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
15730 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 15708 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
15731 | else | 15709 | else |
15732 | rm -f "$ac_file" | 15710 | rm -f "$ac_file" |
15733 | mv "$tmp/config.h" "$ac_file" \ | 15711 | mv "$tmp/config.h" "$ac_file" \ |
15734 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 15712 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
15735 | fi | 15713 | fi |
15736 | else | 15714 | else |
15737 | $as_echo "/* $configure_input */" \ | 15715 | $as_echo "/* $configure_input */" \ |
15738 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | 15716 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
15739 | || as_fn_error $? "could not create -" "$LINENO" 5 | 15717 | || as_fn_error "could not create -" "$LINENO" 5 |
15740 | fi | 15718 | fi |
15741 | # Compute "$ac_file"'s index in $config_headers. | 15719 | # Compute "$ac_file"'s index in $config_headers. |
15742 | _am_arg="$ac_file" | 15720 | _am_arg="$ac_file" |
@@ -16527,7 +16505,7 @@ _ACEOF | |||
16527 | ac_clean_files=$ac_clean_files_save | 16505 | ac_clean_files=$ac_clean_files_save |
16528 | 16506 | ||
16529 | test $ac_write_fail = 0 || | 16507 | test $ac_write_fail = 0 || |
16530 | as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 16508 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
16531 | 16509 | ||
16532 | 16510 | ||
16533 | # configure is writing to config.log, and then calls config.status. | 16511 | # configure is writing to config.log, and then calls config.status. |
@@ -16548,7 +16526,7 @@ if test "$no_create" != yes; then | |||
16548 | exec 5>>config.log | 16526 | exec 5>>config.log |
16549 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 16527 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
16550 | # would make configure fail if this is the last instruction. | 16528 | # would make configure fail if this is the last instruction. |
16551 | $ac_cs_success || as_fn_exit 1 | 16529 | $ac_cs_success || as_fn_exit $? |
16552 | fi | 16530 | fi |
16553 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 16531 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
16554 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 16532 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |