diff options
author | David Walter Seikel | 2012-04-22 09:19:23 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-04-22 09:19:23 +1000 |
commit | c963d75dfdeec11f82e79e727062fbf89afa2c04 (patch) | |
tree | 895633dbf641110be46f117c29890c49b3ffc0bd /libraries/embryo/configure | |
parent | Adding the new extantz viewer and grid manager. (diff) | |
download | SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.zip SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.gz SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.bz2 SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.xz |
Update EFL to latest beta.
Diffstat (limited to 'libraries/embryo/configure')
-rwxr-xr-x | libraries/embryo/configure | 700 |
1 files changed, 433 insertions, 267 deletions
diff --git a/libraries/embryo/configure b/libraries/embryo/configure index 88e889b..7f04eec 100755 --- a/libraries/embryo/configure +++ b/libraries/embryo/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.65 for embryo 1.1.99.67344. | 3 | # Generated by GNU Autoconf 2.67 for embryo 1.2.0-alpha. |
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 Free Software Foundation, | 9 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
10 | # Inc. | 10 | # Foundation, 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 ERROR [LINENO LOG_FD] | 362 | # as_fn_error STATUS 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=$?; test $as_status -eq 0 && as_status=1 | 369 | as_status=$1; test $as_status -eq 0 && as_status=1 |
370 | if test "$3"; then | 370 | if test "$4"; then |
371 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 371 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
372 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 372 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
373 | fi | 373 | fi |
374 | $as_echo "$as_me: error: $1" >&2 | 374 | $as_echo "$as_me: error: $2" >&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, Linux) returns a bogus exit status, | 685 | # hostname on some systems (SVR3.2, old GNU/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='embryo' | 702 | PACKAGE_NAME='embryo' |
703 | PACKAGE_TARNAME='embryo' | 703 | PACKAGE_TARNAME='embryo' |
704 | PACKAGE_VERSION='1.1.99.67344' | 704 | PACKAGE_VERSION='1.2.0-alpha' |
705 | PACKAGE_STRING='embryo 1.1.99.67344' | 705 | PACKAGE_STRING='embryo 1.2.0-alpha' |
706 | PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net' | 706 | PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net' |
707 | PACKAGE_URL='' | 707 | PACKAGE_URL='' |
708 | 708 | ||
@@ -754,12 +754,16 @@ ALLOCA | |||
754 | lt_enable_auto_import | 754 | lt_enable_auto_import |
755 | EMBRYO_CFLAGS | 755 | EMBRYO_CFLAGS |
756 | EMBRYO_CPPFLAGS | 756 | EMBRYO_CPPFLAGS |
757 | EXOTIC_LIBS | ||
758 | EXOTIC_CFLAGS | ||
757 | EINA_LIBS | 759 | EINA_LIBS |
758 | EINA_CFLAGS | 760 | EINA_CFLAGS |
759 | EFL_EMBRYO_BUILD | 761 | EFL_EMBRYO_BUILD |
760 | EVIL_LIBS | 762 | EVIL_LIBS |
761 | EVIL_CFLAGS | 763 | EVIL_CFLAGS |
762 | pkgconfig_requires_private | 764 | pkgconfig_requires_private |
765 | PKG_CONFIG_LIBDIR | ||
766 | PKG_CONFIG_PATH | ||
763 | PKG_CONFIG | 767 | PKG_CONFIG |
764 | EFL_BUILD_DOC_FALSE | 768 | EFL_BUILD_DOC_FALSE |
765 | EFL_BUILD_DOC_TRUE | 769 | EFL_BUILD_DOC_TRUE |
@@ -905,10 +909,14 @@ LIBS | |||
905 | CPPFLAGS | 909 | CPPFLAGS |
906 | CPP | 910 | CPP |
907 | PKG_CONFIG | 911 | PKG_CONFIG |
912 | PKG_CONFIG_PATH | ||
913 | PKG_CONFIG_LIBDIR | ||
908 | EVIL_CFLAGS | 914 | EVIL_CFLAGS |
909 | EVIL_LIBS | 915 | EVIL_LIBS |
910 | EINA_CFLAGS | 916 | EINA_CFLAGS |
911 | EINA_LIBS' | 917 | EINA_LIBS |
918 | EXOTIC_CFLAGS | ||
919 | EXOTIC_LIBS' | ||
912 | 920 | ||
913 | 921 | ||
914 | # Initialize some variables set by options. | 922 | # Initialize some variables set by options. |
@@ -971,8 +979,9 @@ do | |||
971 | fi | 979 | fi |
972 | 980 | ||
973 | case $ac_option in | 981 | case $ac_option in |
974 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 982 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
975 | *) ac_optarg=yes ;; | 983 | *=) ac_optarg= ;; |
984 | *) ac_optarg=yes ;; | ||
976 | esac | 985 | esac |
977 | 986 | ||
978 | # Accept the important Cygnus configure options, so we can diagnose typos. | 987 | # Accept the important Cygnus configure options, so we can diagnose typos. |
@@ -1017,7 +1026,7 @@ do | |||
1017 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 1026 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
1018 | # Reject names that are not valid shell variable names. | 1027 | # Reject names that are not valid shell variable names. |
1019 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1028 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1020 | as_fn_error "invalid feature name: $ac_useropt" | 1029 | as_fn_error $? "invalid feature name: $ac_useropt" |
1021 | ac_useropt_orig=$ac_useropt | 1030 | ac_useropt_orig=$ac_useropt |
1022 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1031 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1023 | case $ac_user_opts in | 1032 | case $ac_user_opts in |
@@ -1043,7 +1052,7 @@ do | |||
1043 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 1052 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
1044 | # Reject names that are not valid shell variable names. | 1053 | # Reject names that are not valid shell variable names. |
1045 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1054 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1046 | as_fn_error "invalid feature name: $ac_useropt" | 1055 | as_fn_error $? "invalid feature name: $ac_useropt" |
1047 | ac_useropt_orig=$ac_useropt | 1056 | ac_useropt_orig=$ac_useropt |
1048 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1057 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1049 | case $ac_user_opts in | 1058 | case $ac_user_opts in |
@@ -1247,7 +1256,7 @@ do | |||
1247 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1256 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1248 | # Reject names that are not valid shell variable names. | 1257 | # Reject names that are not valid shell variable names. |
1249 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1258 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1250 | as_fn_error "invalid package name: $ac_useropt" | 1259 | as_fn_error $? "invalid package name: $ac_useropt" |
1251 | ac_useropt_orig=$ac_useropt | 1260 | ac_useropt_orig=$ac_useropt |
1252 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1261 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1253 | case $ac_user_opts in | 1262 | case $ac_user_opts in |
@@ -1263,7 +1272,7 @@ do | |||
1263 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1272 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1264 | # Reject names that are not valid shell variable names. | 1273 | # Reject names that are not valid shell variable names. |
1265 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1274 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1266 | as_fn_error "invalid package name: $ac_useropt" | 1275 | as_fn_error $? "invalid package name: $ac_useropt" |
1267 | ac_useropt_orig=$ac_useropt | 1276 | ac_useropt_orig=$ac_useropt |
1268 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1277 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1269 | case $ac_user_opts in | 1278 | case $ac_user_opts in |
@@ -1293,8 +1302,8 @@ do | |||
1293 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1302 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1294 | x_libraries=$ac_optarg ;; | 1303 | x_libraries=$ac_optarg ;; |
1295 | 1304 | ||
1296 | -*) as_fn_error "unrecognized option: \`$ac_option' | 1305 | -*) as_fn_error $? "unrecognized option: \`$ac_option' |
1297 | Try \`$0 --help' for more information." | 1306 | Try \`$0 --help' for more information" |
1298 | ;; | 1307 | ;; |
1299 | 1308 | ||
1300 | *=*) | 1309 | *=*) |
@@ -1302,7 +1311,7 @@ Try \`$0 --help' for more information." | |||
1302 | # Reject names that are not valid shell variable names. | 1311 | # Reject names that are not valid shell variable names. |
1303 | case $ac_envvar in #( | 1312 | case $ac_envvar in #( |
1304 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1313 | '' | [0-9]* | *[!_$as_cr_alnum]* ) |
1305 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; | 1314 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
1306 | esac | 1315 | esac |
1307 | eval $ac_envvar=\$ac_optarg | 1316 | eval $ac_envvar=\$ac_optarg |
1308 | export $ac_envvar ;; | 1317 | export $ac_envvar ;; |
@@ -1320,13 +1329,13 @@ done | |||
1320 | 1329 | ||
1321 | if test -n "$ac_prev"; then | 1330 | if test -n "$ac_prev"; then |
1322 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1331 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1323 | as_fn_error "missing argument to $ac_option" | 1332 | as_fn_error $? "missing argument to $ac_option" |
1324 | fi | 1333 | fi |
1325 | 1334 | ||
1326 | if test -n "$ac_unrecognized_opts"; then | 1335 | if test -n "$ac_unrecognized_opts"; then |
1327 | case $enable_option_checking in | 1336 | case $enable_option_checking in |
1328 | no) ;; | 1337 | no) ;; |
1329 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | 1338 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
1330 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1339 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
1331 | esac | 1340 | esac |
1332 | fi | 1341 | fi |
@@ -1349,7 +1358,7 @@ do | |||
1349 | [\\/$]* | ?:[\\/]* ) continue;; | 1358 | [\\/$]* | ?:[\\/]* ) continue;; |
1350 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1359 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1351 | esac | 1360 | esac |
1352 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" | 1361 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
1353 | done | 1362 | done |
1354 | 1363 | ||
1355 | # There might be people who depend on the old broken behavior: `$host' | 1364 | # There might be people who depend on the old broken behavior: `$host' |
@@ -1363,8 +1372,8 @@ target=$target_alias | |||
1363 | if test "x$host_alias" != x; then | 1372 | if test "x$host_alias" != x; then |
1364 | if test "x$build_alias" = x; then | 1373 | if test "x$build_alias" = x; then |
1365 | cross_compiling=maybe | 1374 | cross_compiling=maybe |
1366 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | 1375 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
1367 | If a cross compiler is detected then cross compile mode will be used." >&2 | 1376 | If a cross compiler is detected then cross compile mode will be used" >&2 |
1368 | elif test "x$build_alias" != "x$host_alias"; then | 1377 | elif test "x$build_alias" != "x$host_alias"; then |
1369 | cross_compiling=yes | 1378 | cross_compiling=yes |
1370 | fi | 1379 | fi |
@@ -1379,9 +1388,9 @@ test "$silent" = yes && exec 6>/dev/null | |||
1379 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1388 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1380 | ac_ls_di=`ls -di .` && | 1389 | ac_ls_di=`ls -di .` && |
1381 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1390 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1382 | as_fn_error "working directory cannot be determined" | 1391 | as_fn_error $? "working directory cannot be determined" |
1383 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1392 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1384 | as_fn_error "pwd does not report name of working directory" | 1393 | as_fn_error $? "pwd does not report name of working directory" |
1385 | 1394 | ||
1386 | 1395 | ||
1387 | # Find the source files, if location was not specified. | 1396 | # Find the source files, if location was not specified. |
@@ -1420,11 +1429,11 @@ else | |||
1420 | fi | 1429 | fi |
1421 | if test ! -r "$srcdir/$ac_unique_file"; then | 1430 | if test ! -r "$srcdir/$ac_unique_file"; then |
1422 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1431 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1423 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | 1432 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
1424 | fi | 1433 | fi |
1425 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1434 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1426 | ac_abs_confdir=`( | 1435 | ac_abs_confdir=`( |
1427 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | 1436 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
1428 | pwd)` | 1437 | pwd)` |
1429 | # When building in place, set srcdir=. | 1438 | # When building in place, set srcdir=. |
1430 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1439 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
@@ -1450,7 +1459,7 @@ if test "$ac_init_help" = "long"; then | |||
1450 | # Omit some internal or obsolete options to make the list less imposing. | 1459 | # Omit some internal or obsolete options to make the list less imposing. |
1451 | # This message is too long to be a string in the A/UX 3.1 sh. | 1460 | # This message is too long to be a string in the A/UX 3.1 sh. |
1452 | cat <<_ACEOF | 1461 | cat <<_ACEOF |
1453 | \`configure' configures embryo 1.1.99.67344 to adapt to many kinds of systems. | 1462 | \`configure' configures embryo 1.2.0-alpha to adapt to many kinds of systems. |
1454 | 1463 | ||
1455 | Usage: $0 [OPTION]... [VAR=VALUE]... | 1464 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1456 | 1465 | ||
@@ -1464,7 +1473,7 @@ Configuration: | |||
1464 | --help=short display options specific to this package | 1473 | --help=short display options specific to this package |
1465 | --help=recursive display the short help of all the included packages | 1474 | --help=recursive display the short help of all the included packages |
1466 | -V, --version display version information and exit | 1475 | -V, --version display version information and exit |
1467 | -q, --quiet, --silent do not print \`checking...' messages | 1476 | -q, --quiet, --silent do not print \`checking ...' messages |
1468 | --cache-file=FILE cache test results in FILE [disabled] | 1477 | --cache-file=FILE cache test results in FILE [disabled] |
1469 | -C, --config-cache alias for \`--cache-file=config.cache' | 1478 | -C, --config-cache alias for \`--cache-file=config.cache' |
1470 | -n, --no-create do not create output files | 1479 | -n, --no-create do not create output files |
@@ -1520,7 +1529,7 @@ fi | |||
1520 | 1529 | ||
1521 | if test -n "$ac_init_help"; then | 1530 | if test -n "$ac_init_help"; then |
1522 | case $ac_init_help in | 1531 | case $ac_init_help in |
1523 | short | recursive ) echo "Configuration of embryo 1.1.99.67344:";; | 1532 | short | recursive ) echo "Configuration of embryo 1.2.0-alpha:";; |
1524 | esac | 1533 | esac |
1525 | cat <<\_ACEOF | 1534 | cat <<\_ACEOF |
1526 | 1535 | ||
@@ -1558,10 +1567,17 @@ Some influential environment variables: | |||
1558 | you have headers in a nonstandard directory <include dir> | 1567 | you have headers in a nonstandard directory <include dir> |
1559 | CPP C preprocessor | 1568 | CPP C preprocessor |
1560 | PKG_CONFIG path to pkg-config utility | 1569 | PKG_CONFIG path to pkg-config utility |
1570 | PKG_CONFIG_PATH | ||
1571 | directories to add to pkg-config's search path | ||
1572 | PKG_CONFIG_LIBDIR | ||
1573 | path overriding pkg-config's built-in search path | ||
1561 | EVIL_CFLAGS C compiler flags for EVIL, overriding pkg-config | 1574 | EVIL_CFLAGS C compiler flags for EVIL, overriding pkg-config |
1562 | EVIL_LIBS linker flags for EVIL, overriding pkg-config | 1575 | EVIL_LIBS linker flags for EVIL, overriding pkg-config |
1563 | EINA_CFLAGS C compiler flags for EINA, overriding pkg-config | 1576 | EINA_CFLAGS C compiler flags for EINA, overriding pkg-config |
1564 | EINA_LIBS linker flags for EINA, overriding pkg-config | 1577 | EINA_LIBS linker flags for EINA, overriding pkg-config |
1578 | EXOTIC_CFLAGS | ||
1579 | C compiler flags for EXOTIC, overriding pkg-config | ||
1580 | EXOTIC_LIBS linker flags for EXOTIC, overriding pkg-config | ||
1565 | 1581 | ||
1566 | Use these variables to override the choices made by `configure' or to help | 1582 | Use these variables to override the choices made by `configure' or to help |
1567 | it to find libraries and programs with nonstandard names/locations. | 1583 | it to find libraries and programs with nonstandard names/locations. |
@@ -1629,10 +1645,10 @@ fi | |||
1629 | test -n "$ac_init_help" && exit $ac_status | 1645 | test -n "$ac_init_help" && exit $ac_status |
1630 | if $ac_init_version; then | 1646 | if $ac_init_version; then |
1631 | cat <<\_ACEOF | 1647 | cat <<\_ACEOF |
1632 | embryo configure 1.1.99.67344 | 1648 | embryo configure 1.2.0-alpha |
1633 | generated by GNU Autoconf 2.65 | 1649 | generated by GNU Autoconf 2.67 |
1634 | 1650 | ||
1635 | Copyright (C) 2009 Free Software Foundation, Inc. | 1651 | Copyright (C) 2010 Free Software Foundation, Inc. |
1636 | This configure script is free software; the Free Software Foundation | 1652 | This configure script is free software; the Free Software Foundation |
1637 | gives unlimited permission to copy, distribute and modify it. | 1653 | gives unlimited permission to copy, distribute and modify it. |
1638 | _ACEOF | 1654 | _ACEOF |
@@ -1736,7 +1752,7 @@ ac_fn_c_check_header_compile () | |||
1736 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1752 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1737 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1753 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1738 | $as_echo_n "checking for $2... " >&6; } | 1754 | $as_echo_n "checking for $2... " >&6; } |
1739 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1755 | if eval "test \"\${$3+set}\"" = set; then : |
1740 | $as_echo_n "(cached) " >&6 | 1756 | $as_echo_n "(cached) " >&6 |
1741 | else | 1757 | else |
1742 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1758 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -1779,7 +1795,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
1779 | mv -f conftest.er1 conftest.err | 1795 | mv -f conftest.er1 conftest.err |
1780 | fi | 1796 | fi |
1781 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 1797 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1782 | test $ac_status = 0; } >/dev/null && { | 1798 | test $ac_status = 0; } > conftest.i && { |
1783 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 1799 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
1784 | test ! -s conftest.err | 1800 | test ! -s conftest.err |
1785 | }; then : | 1801 | }; then : |
@@ -1845,7 +1861,7 @@ ac_fn_c_check_func () | |||
1845 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1861 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1846 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1862 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1847 | $as_echo_n "checking for $2... " >&6; } | 1863 | $as_echo_n "checking for $2... " >&6; } |
1848 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1864 | if eval "test \"\${$3+set}\"" = set; then : |
1849 | $as_echo_n "(cached) " >&6 | 1865 | $as_echo_n "(cached) " >&6 |
1850 | else | 1866 | else |
1851 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1867 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -1912,10 +1928,10 @@ $as_echo "$ac_res" >&6; } | |||
1912 | ac_fn_c_check_header_mongrel () | 1928 | ac_fn_c_check_header_mongrel () |
1913 | { | 1929 | { |
1914 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1930 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1915 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1931 | if eval "test \"\${$3+set}\"" = set; then : |
1916 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1932 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1917 | $as_echo_n "checking for $2... " >&6; } | 1933 | $as_echo_n "checking for $2... " >&6; } |
1918 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1934 | if eval "test \"\${$3+set}\"" = set; then : |
1919 | $as_echo_n "(cached) " >&6 | 1935 | $as_echo_n "(cached) " >&6 |
1920 | fi | 1936 | fi |
1921 | eval ac_res=\$$3 | 1937 | eval ac_res=\$$3 |
@@ -1951,7 +1967,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
1951 | else | 1967 | else |
1952 | ac_header_preproc=no | 1968 | ac_header_preproc=no |
1953 | fi | 1969 | fi |
1954 | rm -f conftest.err conftest.$ac_ext | 1970 | rm -f conftest.err conftest.i conftest.$ac_ext |
1955 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 1971 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
1956 | $as_echo "$ac_header_preproc" >&6; } | 1972 | $as_echo "$ac_header_preproc" >&6; } |
1957 | 1973 | ||
@@ -1974,17 +1990,15 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |||
1974 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | 1990 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
1975 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | 1991 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
1976 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 1992 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
1977 | ( cat <<\_ASBOX | 1993 | ( $as_echo "## -------------------------------------------------------- ## |
1978 | ## -------------------------------------------------------- ## | ||
1979 | ## Report this to enlightenment-devel@lists.sourceforge.net ## | 1994 | ## Report this to enlightenment-devel@lists.sourceforge.net ## |
1980 | ## -------------------------------------------------------- ## | 1995 | ## -------------------------------------------------------- ##" |
1981 | _ASBOX | ||
1982 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 1996 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
1983 | ;; | 1997 | ;; |
1984 | esac | 1998 | esac |
1985 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1999 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1986 | $as_echo_n "checking for $2... " >&6; } | 2000 | $as_echo_n "checking for $2... " >&6; } |
1987 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2001 | if eval "test \"\${$3+set}\"" = set; then : |
1988 | $as_echo_n "(cached) " >&6 | 2002 | $as_echo_n "(cached) " >&6 |
1989 | else | 2003 | else |
1990 | eval "$3=\$ac_header_compiler" | 2004 | eval "$3=\$ac_header_compiler" |
@@ -2000,8 +2014,8 @@ cat >config.log <<_ACEOF | |||
2000 | This file contains any messages produced by compilers while | 2014 | This file contains any messages produced by compilers while |
2001 | running configure, to aid debugging if configure makes a mistake. | 2015 | running configure, to aid debugging if configure makes a mistake. |
2002 | 2016 | ||
2003 | It was created by embryo $as_me 1.1.99.67344, which was | 2017 | It was created by embryo $as_me 1.2.0-alpha, which was |
2004 | generated by GNU Autoconf 2.65. Invocation command line was | 2018 | generated by GNU Autoconf 2.67. Invocation command line was |
2005 | 2019 | ||
2006 | $ $0 $@ | 2020 | $ $0 $@ |
2007 | 2021 | ||
@@ -2111,11 +2125,9 @@ trap 'exit_status=$? | |||
2111 | { | 2125 | { |
2112 | echo | 2126 | echo |
2113 | 2127 | ||
2114 | cat <<\_ASBOX | 2128 | $as_echo "## ---------------- ## |
2115 | ## ---------------- ## | ||
2116 | ## Cache variables. ## | 2129 | ## Cache variables. ## |
2117 | ## ---------------- ## | 2130 | ## ---------------- ##" |
2118 | _ASBOX | ||
2119 | echo | 2131 | echo |
2120 | # The following way of writing the cache mishandles newlines in values, | 2132 | # The following way of writing the cache mishandles newlines in values, |
2121 | ( | 2133 | ( |
@@ -2149,11 +2161,9 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
2149 | ) | 2161 | ) |
2150 | echo | 2162 | echo |
2151 | 2163 | ||
2152 | cat <<\_ASBOX | 2164 | $as_echo "## ----------------- ## |
2153 | ## ----------------- ## | ||
2154 | ## Output variables. ## | 2165 | ## Output variables. ## |
2155 | ## ----------------- ## | 2166 | ## ----------------- ##" |
2156 | _ASBOX | ||
2157 | echo | 2167 | echo |
2158 | for ac_var in $ac_subst_vars | 2168 | for ac_var in $ac_subst_vars |
2159 | do | 2169 | do |
@@ -2166,11 +2176,9 @@ _ASBOX | |||
2166 | echo | 2176 | echo |
2167 | 2177 | ||
2168 | if test -n "$ac_subst_files"; then | 2178 | if test -n "$ac_subst_files"; then |
2169 | cat <<\_ASBOX | 2179 | $as_echo "## ------------------- ## |
2170 | ## ------------------- ## | ||
2171 | ## File substitutions. ## | 2180 | ## File substitutions. ## |
2172 | ## ------------------- ## | 2181 | ## ------------------- ##" |
2173 | _ASBOX | ||
2174 | echo | 2182 | echo |
2175 | for ac_var in $ac_subst_files | 2183 | for ac_var in $ac_subst_files |
2176 | do | 2184 | do |
@@ -2184,11 +2192,9 @@ _ASBOX | |||
2184 | fi | 2192 | fi |
2185 | 2193 | ||
2186 | if test -s confdefs.h; then | 2194 | if test -s confdefs.h; then |
2187 | cat <<\_ASBOX | 2195 | $as_echo "## ----------- ## |
2188 | ## ----------- ## | ||
2189 | ## confdefs.h. ## | 2196 | ## confdefs.h. ## |
2190 | ## ----------- ## | 2197 | ## ----------- ##" |
2191 | _ASBOX | ||
2192 | echo | 2198 | echo |
2193 | cat confdefs.h | 2199 | cat confdefs.h |
2194 | echo | 2200 | echo |
@@ -2243,7 +2249,12 @@ _ACEOF | |||
2243 | ac_site_file1=NONE | 2249 | ac_site_file1=NONE |
2244 | ac_site_file2=NONE | 2250 | ac_site_file2=NONE |
2245 | if test -n "$CONFIG_SITE"; then | 2251 | if test -n "$CONFIG_SITE"; then |
2246 | ac_site_file1=$CONFIG_SITE | 2252 | # We do not want a PATH search for config.site. |
2253 | case $CONFIG_SITE in #(( | ||
2254 | -*) ac_site_file1=./$CONFIG_SITE;; | ||
2255 | */*) ac_site_file1=$CONFIG_SITE;; | ||
2256 | *) ac_site_file1=./$CONFIG_SITE;; | ||
2257 | esac | ||
2247 | elif test "x$prefix" != xNONE; then | 2258 | elif test "x$prefix" != xNONE; then |
2248 | ac_site_file1=$prefix/share/config.site | 2259 | ac_site_file1=$prefix/share/config.site |
2249 | ac_site_file2=$prefix/etc/config.site | 2260 | ac_site_file2=$prefix/etc/config.site |
@@ -2258,7 +2269,11 @@ do | |||
2258 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 2269 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2259 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 2270 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
2260 | sed 's/^/| /' "$ac_site_file" >&5 | 2271 | sed 's/^/| /' "$ac_site_file" >&5 |
2261 | . "$ac_site_file" | 2272 | . "$ac_site_file" \ |
2273 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
2274 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
2275 | as_fn_error $? "failed to load site script $ac_site_file | ||
2276 | See \`config.log' for more details" "$LINENO" 5 ; } | ||
2262 | fi | 2277 | fi |
2263 | done | 2278 | done |
2264 | 2279 | ||
@@ -2334,7 +2349,7 @@ if $ac_cache_corrupted; then | |||
2334 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2349 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2335 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 2350 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
2336 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 2351 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
2337 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 2352 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
2338 | fi | 2353 | fi |
2339 | ## -------------------- ## | 2354 | ## -------------------- ## |
2340 | ## Main body of script. ## | 2355 | ## Main body of script. ## |
@@ -2360,16 +2375,22 @@ am__api_version='1.11' | |||
2360 | 2375 | ||
2361 | ac_aux_dir= | 2376 | ac_aux_dir= |
2362 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 2377 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
2363 | for ac_t in install-sh install.sh shtool; do | 2378 | if test -f "$ac_dir/install-sh"; then |
2364 | if test -f "$ac_dir/$ac_t"; then | 2379 | ac_aux_dir=$ac_dir |
2365 | ac_aux_dir=$ac_dir | 2380 | ac_install_sh="$ac_aux_dir/install-sh -c" |
2366 | ac_install_sh="$ac_aux_dir/$ac_t -c" | 2381 | break |
2367 | break 2 | 2382 | elif test -f "$ac_dir/install.sh"; then |
2368 | fi | 2383 | ac_aux_dir=$ac_dir |
2369 | done | 2384 | ac_install_sh="$ac_aux_dir/install.sh -c" |
2385 | break | ||
2386 | elif test -f "$ac_dir/shtool"; then | ||
2387 | ac_aux_dir=$ac_dir | ||
2388 | ac_install_sh="$ac_aux_dir/shtool install -c" | ||
2389 | break | ||
2390 | fi | ||
2370 | done | 2391 | done |
2371 | if test -z "$ac_aux_dir"; then | 2392 | if test -z "$ac_aux_dir"; then |
2372 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 2393 | as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
2373 | fi | 2394 | fi |
2374 | 2395 | ||
2375 | # These three variables are undocumented and unsupported, | 2396 | # These three variables are undocumented and unsupported, |
@@ -2485,11 +2506,11 @@ am_lf=' | |||
2485 | ' | 2506 | ' |
2486 | case `pwd` in | 2507 | case `pwd` in |
2487 | *[\\\"\#\$\&\'\`$am_lf]*) | 2508 | *[\\\"\#\$\&\'\`$am_lf]*) |
2488 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; | 2509 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; |
2489 | esac | 2510 | esac |
2490 | case $srcdir in | 2511 | case $srcdir in |
2491 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 2512 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
2492 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; | 2513 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; |
2493 | esac | 2514 | esac |
2494 | 2515 | ||
2495 | # Do `set' in a subshell so we don't clobber the current shell's | 2516 | # Do `set' in a subshell so we don't clobber the current shell's |
@@ -2511,7 +2532,7 @@ if ( | |||
2511 | # if, for instance, CONFIG_SHELL is bash and it inherits a | 2532 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
2512 | # broken ls alias from the environment. This has actually | 2533 | # broken ls alias from the environment. This has actually |
2513 | # happened. Such a system could not be considered "sane". | 2534 | # happened. Such a system could not be considered "sane". |
2514 | as_fn_error "ls -t appears to fail. Make sure there is not a broken | 2535 | as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
2515 | alias in your environment" "$LINENO" 5 | 2536 | alias in your environment" "$LINENO" 5 |
2516 | fi | 2537 | fi |
2517 | 2538 | ||
@@ -2521,7 +2542,7 @@ then | |||
2521 | # Ok. | 2542 | # Ok. |
2522 | : | 2543 | : |
2523 | else | 2544 | else |
2524 | as_fn_error "newly created file is older than distributed files! | 2545 | as_fn_error $? "newly created file is older than distributed files! |
2525 | Check your system clock" "$LINENO" 5 | 2546 | Check your system clock" "$LINENO" 5 |
2526 | fi | 2547 | fi |
2527 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 2548 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
@@ -2759,7 +2780,7 @@ done | |||
2759 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 2780 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
2760 | set x ${MAKE-make} | 2781 | set x ${MAKE-make} |
2761 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 2782 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
2762 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | 2783 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : |
2763 | $as_echo_n "(cached) " >&6 | 2784 | $as_echo_n "(cached) " >&6 |
2764 | else | 2785 | else |
2765 | cat >conftest.make <<\_ACEOF | 2786 | cat >conftest.make <<\_ACEOF |
@@ -2767,7 +2788,7 @@ SHELL = /bin/sh | |||
2767 | all: | 2788 | all: |
2768 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 2789 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
2769 | _ACEOF | 2790 | _ACEOF |
2770 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | 2791 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
2771 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 2792 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
2772 | *@@@%%%=?*=@@@%%%*) | 2793 | *@@@%%%=?*=@@@%%%*) |
2773 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 2794 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
@@ -2801,7 +2822,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then | |||
2801 | am__isrc=' -I$(srcdir)' | 2822 | am__isrc=' -I$(srcdir)' |
2802 | # test to see if srcdir already configured | 2823 | # test to see if srcdir already configured |
2803 | if test -f $srcdir/config.status; then | 2824 | if test -f $srcdir/config.status; then |
2804 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | 2825 | as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
2805 | fi | 2826 | fi |
2806 | fi | 2827 | fi |
2807 | 2828 | ||
@@ -2817,7 +2838,7 @@ fi | |||
2817 | 2838 | ||
2818 | # Define the identity of the package. | 2839 | # Define the identity of the package. |
2819 | PACKAGE='embryo' | 2840 | PACKAGE='embryo' |
2820 | VERSION='1.1.99.67344' | 2841 | VERSION='1.2.0-alpha' |
2821 | 2842 | ||
2822 | 2843 | ||
2823 | cat >>confdefs.h <<_ACEOF | 2844 | cat >>confdefs.h <<_ACEOF |
@@ -2872,7 +2893,7 @@ AM_BACKSLASH='\' | |||
2872 | 2893 | ||
2873 | # Make sure we can run config.sub. | 2894 | # Make sure we can run config.sub. |
2874 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 2895 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
2875 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | 2896 | as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
2876 | 2897 | ||
2877 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 2898 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
2878 | $as_echo_n "checking build system type... " >&6; } | 2899 | $as_echo_n "checking build system type... " >&6; } |
@@ -2883,16 +2904,16 @@ else | |||
2883 | test "x$ac_build_alias" = x && | 2904 | test "x$ac_build_alias" = x && |
2884 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 2905 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
2885 | test "x$ac_build_alias" = x && | 2906 | test "x$ac_build_alias" = x && |
2886 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 | 2907 | as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 |
2887 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 2908 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
2888 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | 2909 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
2889 | 2910 | ||
2890 | fi | 2911 | fi |
2891 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | 2912 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
2892 | $as_echo "$ac_cv_build" >&6; } | 2913 | $as_echo "$ac_cv_build" >&6; } |
2893 | case $ac_cv_build in | 2914 | case $ac_cv_build in |
2894 | *-*-*) ;; | 2915 | *-*-*) ;; |
2895 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; | 2916 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; |
2896 | esac | 2917 | esac |
2897 | build=$ac_cv_build | 2918 | build=$ac_cv_build |
2898 | ac_save_IFS=$IFS; IFS='-' | 2919 | ac_save_IFS=$IFS; IFS='-' |
@@ -2917,7 +2938,7 @@ else | |||
2917 | ac_cv_host=$ac_cv_build | 2938 | ac_cv_host=$ac_cv_build |
2918 | else | 2939 | else |
2919 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 2940 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
2920 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | 2941 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
2921 | fi | 2942 | fi |
2922 | 2943 | ||
2923 | fi | 2944 | fi |
@@ -2925,7 +2946,7 @@ fi | |||
2925 | $as_echo "$ac_cv_host" >&6; } | 2946 | $as_echo "$ac_cv_host" >&6; } |
2926 | case $ac_cv_host in | 2947 | case $ac_cv_host in |
2927 | *-*-*) ;; | 2948 | *-*-*) ;; |
2928 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; | 2949 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; |
2929 | esac | 2950 | esac |
2930 | host=$ac_cv_host | 2951 | host=$ac_cv_host |
2931 | ac_save_IFS=$IFS; IFS='-' | 2952 | ac_save_IFS=$IFS; IFS='-' |
@@ -3631,8 +3652,8 @@ fi | |||
3631 | 3652 | ||
3632 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3653 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3633 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3654 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3634 | as_fn_error "no acceptable C compiler found in \$PATH | 3655 | as_fn_error $? "no acceptable C compiler found in \$PATH |
3635 | See \`config.log' for more details." "$LINENO" 5; } | 3656 | See \`config.log' for more details" "$LINENO" 5 ; } |
3636 | 3657 | ||
3637 | # Provide some information about the compiler. | 3658 | # Provide some information about the compiler. |
3638 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 3659 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -3746,9 +3767,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
3746 | 3767 | ||
3747 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3768 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3748 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3769 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3749 | { as_fn_set_status 77 | 3770 | as_fn_error 77 "C compiler cannot create executables |
3750 | as_fn_error "C compiler cannot create executables | 3771 | See \`config.log' for more details" "$LINENO" 5 ; } |
3751 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
3752 | else | 3772 | else |
3753 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3773 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3754 | $as_echo "yes" >&6; } | 3774 | $as_echo "yes" >&6; } |
@@ -3790,8 +3810,8 @@ done | |||
3790 | else | 3810 | else |
3791 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3811 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3792 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3812 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3793 | as_fn_error "cannot compute suffix of executables: cannot compile and link | 3813 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
3794 | See \`config.log' for more details." "$LINENO" 5; } | 3814 | See \`config.log' for more details" "$LINENO" 5 ; } |
3795 | fi | 3815 | fi |
3796 | rm -f conftest conftest$ac_cv_exeext | 3816 | rm -f conftest conftest$ac_cv_exeext |
3797 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 3817 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
@@ -3848,9 +3868,9 @@ $as_echo "$ac_try_echo"; } >&5 | |||
3848 | else | 3868 | else |
3849 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3869 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3850 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3870 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3851 | as_fn_error "cannot run C compiled programs. | 3871 | as_fn_error $? "cannot run C compiled programs. |
3852 | If you meant to cross compile, use \`--host'. | 3872 | If you meant to cross compile, use \`--host'. |
3853 | See \`config.log' for more details." "$LINENO" 5; } | 3873 | See \`config.log' for more details" "$LINENO" 5 ; } |
3854 | fi | 3874 | fi |
3855 | fi | 3875 | fi |
3856 | fi | 3876 | fi |
@@ -3901,8 +3921,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
3901 | 3921 | ||
3902 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3922 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3903 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3923 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3904 | as_fn_error "cannot compute suffix of object files: cannot compile | 3924 | as_fn_error $? "cannot compute suffix of object files: cannot compile |
3905 | See \`config.log' for more details." "$LINENO" 5; } | 3925 | See \`config.log' for more details" "$LINENO" 5 ; } |
3906 | fi | 3926 | fi |
3907 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 3927 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3908 | fi | 3928 | fi |
@@ -4306,7 +4326,7 @@ esac | |||
4306 | done | 4326 | done |
4307 | IFS=$as_save_IFS | 4327 | IFS=$as_save_IFS |
4308 | if test -z "$ac_cv_path_SED"; then | 4328 | if test -z "$ac_cv_path_SED"; then |
4309 | as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 | 4329 | as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 |
4310 | fi | 4330 | fi |
4311 | else | 4331 | else |
4312 | ac_cv_path_SED=$SED | 4332 | ac_cv_path_SED=$SED |
@@ -4382,7 +4402,7 @@ esac | |||
4382 | done | 4402 | done |
4383 | IFS=$as_save_IFS | 4403 | IFS=$as_save_IFS |
4384 | if test -z "$ac_cv_path_GREP"; then | 4404 | if test -z "$ac_cv_path_GREP"; then |
4385 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4405 | as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4386 | fi | 4406 | fi |
4387 | else | 4407 | else |
4388 | ac_cv_path_GREP=$GREP | 4408 | ac_cv_path_GREP=$GREP |
@@ -4448,7 +4468,7 @@ esac | |||
4448 | done | 4468 | done |
4449 | IFS=$as_save_IFS | 4469 | IFS=$as_save_IFS |
4450 | if test -z "$ac_cv_path_EGREP"; then | 4470 | if test -z "$ac_cv_path_EGREP"; then |
4451 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4471 | as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4452 | fi | 4472 | fi |
4453 | else | 4473 | else |
4454 | ac_cv_path_EGREP=$EGREP | 4474 | ac_cv_path_EGREP=$EGREP |
@@ -4515,7 +4535,7 @@ esac | |||
4515 | done | 4535 | done |
4516 | IFS=$as_save_IFS | 4536 | IFS=$as_save_IFS |
4517 | if test -z "$ac_cv_path_FGREP"; then | 4537 | if test -z "$ac_cv_path_FGREP"; then |
4518 | as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4538 | as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4519 | fi | 4539 | fi |
4520 | else | 4540 | else |
4521 | ac_cv_path_FGREP=$FGREP | 4541 | ac_cv_path_FGREP=$FGREP |
@@ -4631,7 +4651,7 @@ else | |||
4631 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 4651 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4632 | $as_echo "no" >&6; } | 4652 | $as_echo "no" >&6; } |
4633 | fi | 4653 | fi |
4634 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 | 4654 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 |
4635 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | 4655 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
4636 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | 4656 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
4637 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | 4657 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : |
@@ -4833,13 +4853,13 @@ if test "${lt_cv_nm_interface+set}" = set; then : | |||
4833 | else | 4853 | else |
4834 | lt_cv_nm_interface="BSD nm" | 4854 | lt_cv_nm_interface="BSD nm" |
4835 | echo "int some_variable = 0;" > conftest.$ac_ext | 4855 | echo "int some_variable = 0;" > conftest.$ac_ext |
4836 | (eval echo "\"\$as_me:4836: $ac_compile\"" >&5) | 4856 | (eval echo "\"\$as_me:4856: $ac_compile\"" >&5) |
4837 | (eval "$ac_compile" 2>conftest.err) | 4857 | (eval "$ac_compile" 2>conftest.err) |
4838 | cat conftest.err >&5 | 4858 | cat conftest.err >&5 |
4839 | (eval echo "\"\$as_me:4839: $NM \\\"conftest.$ac_objext\\\"\"" >&5) | 4859 | (eval echo "\"\$as_me:4859: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
4840 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) | 4860 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
4841 | cat conftest.err >&5 | 4861 | cat conftest.err >&5 |
4842 | (eval echo "\"\$as_me:4842: output\"" >&5) | 4862 | (eval echo "\"\$as_me:4862: output\"" >&5) |
4843 | cat conftest.out >&5 | 4863 | cat conftest.out >&5 |
4844 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then | 4864 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
4845 | lt_cv_nm_interface="MS dumpbin" | 4865 | lt_cv_nm_interface="MS dumpbin" |
@@ -6042,7 +6062,7 @@ ia64-*-hpux*) | |||
6042 | ;; | 6062 | ;; |
6043 | *-*-irix6*) | 6063 | *-*-irix6*) |
6044 | # Find out which ABI we are using. | 6064 | # Find out which ABI we are using. |
6045 | echo '#line 6045 "configure"' > conftest.$ac_ext | 6065 | echo '#line 6065 "configure"' > conftest.$ac_ext |
6046 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 6066 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
6047 | (eval $ac_compile) 2>&5 | 6067 | (eval $ac_compile) 2>&5 |
6048 | ac_status=$? | 6068 | ac_status=$? |
@@ -6831,7 +6851,7 @@ else | |||
6831 | # Broken: fails on valid input. | 6851 | # Broken: fails on valid input. |
6832 | continue | 6852 | continue |
6833 | fi | 6853 | fi |
6834 | rm -f conftest.err conftest.$ac_ext | 6854 | rm -f conftest.err conftest.i conftest.$ac_ext |
6835 | 6855 | ||
6836 | # OK, works on sane cases. Now check whether nonexistent headers | 6856 | # OK, works on sane cases. Now check whether nonexistent headers |
6837 | # can be detected and how. | 6857 | # can be detected and how. |
@@ -6847,11 +6867,11 @@ else | |||
6847 | ac_preproc_ok=: | 6867 | ac_preproc_ok=: |
6848 | break | 6868 | break |
6849 | fi | 6869 | fi |
6850 | rm -f conftest.err conftest.$ac_ext | 6870 | rm -f conftest.err conftest.i conftest.$ac_ext |
6851 | 6871 | ||
6852 | done | 6872 | done |
6853 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 6873 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
6854 | rm -f conftest.err conftest.$ac_ext | 6874 | rm -f conftest.i conftest.err conftest.$ac_ext |
6855 | if $ac_preproc_ok; then : | 6875 | if $ac_preproc_ok; then : |
6856 | break | 6876 | break |
6857 | fi | 6877 | fi |
@@ -6890,7 +6910,7 @@ else | |||
6890 | # Broken: fails on valid input. | 6910 | # Broken: fails on valid input. |
6891 | continue | 6911 | continue |
6892 | fi | 6912 | fi |
6893 | rm -f conftest.err conftest.$ac_ext | 6913 | rm -f conftest.err conftest.i conftest.$ac_ext |
6894 | 6914 | ||
6895 | # OK, works on sane cases. Now check whether nonexistent headers | 6915 | # OK, works on sane cases. Now check whether nonexistent headers |
6896 | # can be detected and how. | 6916 | # can be detected and how. |
@@ -6906,18 +6926,18 @@ else | |||
6906 | ac_preproc_ok=: | 6926 | ac_preproc_ok=: |
6907 | break | 6927 | break |
6908 | fi | 6928 | fi |
6909 | rm -f conftest.err conftest.$ac_ext | 6929 | rm -f conftest.err conftest.i conftest.$ac_ext |
6910 | 6930 | ||
6911 | done | 6931 | done |
6912 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 6932 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
6913 | rm -f conftest.err conftest.$ac_ext | 6933 | rm -f conftest.i conftest.err conftest.$ac_ext |
6914 | if $ac_preproc_ok; then : | 6934 | if $ac_preproc_ok; then : |
6915 | 6935 | ||
6916 | else | 6936 | else |
6917 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 6937 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
6918 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 6938 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
6919 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | 6939 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
6920 | See \`config.log' for more details." "$LINENO" 5; } | 6940 | See \`config.log' for more details" "$LINENO" 5 ; } |
6921 | fi | 6941 | fi |
6922 | 6942 | ||
6923 | ac_ext=c | 6943 | ac_ext=c |
@@ -7046,8 +7066,7 @@ do : | |||
7046 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 7066 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
7047 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 7067 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
7048 | " | 7068 | " |
7049 | eval as_val=\$$as_ac_Header | 7069 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
7050 | if test "x$as_val" = x""yes; then : | ||
7051 | cat >>confdefs.h <<_ACEOF | 7070 | cat >>confdefs.h <<_ACEOF |
7052 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 7071 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
7053 | _ACEOF | 7072 | _ACEOF |
@@ -7570,11 +7589,11 @@ else | |||
7570 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 7589 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7571 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 7590 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7572 | -e 's:$: $lt_compiler_flag:'` | 7591 | -e 's:$: $lt_compiler_flag:'` |
7573 | (eval echo "\"\$as_me:7573: $lt_compile\"" >&5) | 7592 | (eval echo "\"\$as_me:7592: $lt_compile\"" >&5) |
7574 | (eval "$lt_compile" 2>conftest.err) | 7593 | (eval "$lt_compile" 2>conftest.err) |
7575 | ac_status=$? | 7594 | ac_status=$? |
7576 | cat conftest.err >&5 | 7595 | cat conftest.err >&5 |
7577 | echo "$as_me:7577: \$? = $ac_status" >&5 | 7596 | echo "$as_me:7596: \$? = $ac_status" >&5 |
7578 | if (exit $ac_status) && test -s "$ac_outfile"; then | 7597 | if (exit $ac_status) && test -s "$ac_outfile"; then |
7579 | # The compiler can only warn and ignore the option if not recognized | 7598 | # The compiler can only warn and ignore the option if not recognized |
7580 | # So say no if there are warnings other than the usual output. | 7599 | # So say no if there are warnings other than the usual output. |
@@ -7909,11 +7928,11 @@ else | |||
7909 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 7928 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7910 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 7929 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7911 | -e 's:$: $lt_compiler_flag:'` | 7930 | -e 's:$: $lt_compiler_flag:'` |
7912 | (eval echo "\"\$as_me:7912: $lt_compile\"" >&5) | 7931 | (eval echo "\"\$as_me:7931: $lt_compile\"" >&5) |
7913 | (eval "$lt_compile" 2>conftest.err) | 7932 | (eval "$lt_compile" 2>conftest.err) |
7914 | ac_status=$? | 7933 | ac_status=$? |
7915 | cat conftest.err >&5 | 7934 | cat conftest.err >&5 |
7916 | echo "$as_me:7916: \$? = $ac_status" >&5 | 7935 | echo "$as_me:7935: \$? = $ac_status" >&5 |
7917 | if (exit $ac_status) && test -s "$ac_outfile"; then | 7936 | if (exit $ac_status) && test -s "$ac_outfile"; then |
7918 | # The compiler can only warn and ignore the option if not recognized | 7937 | # The compiler can only warn and ignore the option if not recognized |
7919 | # So say no if there are warnings other than the usual output. | 7938 | # So say no if there are warnings other than the usual output. |
@@ -8014,11 +8033,11 @@ else | |||
8014 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8033 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8015 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8034 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8016 | -e 's:$: $lt_compiler_flag:'` | 8035 | -e 's:$: $lt_compiler_flag:'` |
8017 | (eval echo "\"\$as_me:8017: $lt_compile\"" >&5) | 8036 | (eval echo "\"\$as_me:8036: $lt_compile\"" >&5) |
8018 | (eval "$lt_compile" 2>out/conftest.err) | 8037 | (eval "$lt_compile" 2>out/conftest.err) |
8019 | ac_status=$? | 8038 | ac_status=$? |
8020 | cat out/conftest.err >&5 | 8039 | cat out/conftest.err >&5 |
8021 | echo "$as_me:8021: \$? = $ac_status" >&5 | 8040 | echo "$as_me:8040: \$? = $ac_status" >&5 |
8022 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 8041 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8023 | then | 8042 | then |
8024 | # The compiler can only warn and ignore the option if not recognized | 8043 | # The compiler can only warn and ignore the option if not recognized |
@@ -8069,11 +8088,11 @@ else | |||
8069 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8088 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8070 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8089 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8071 | -e 's:$: $lt_compiler_flag:'` | 8090 | -e 's:$: $lt_compiler_flag:'` |
8072 | (eval echo "\"\$as_me:8072: $lt_compile\"" >&5) | 8091 | (eval echo "\"\$as_me:8091: $lt_compile\"" >&5) |
8073 | (eval "$lt_compile" 2>out/conftest.err) | 8092 | (eval "$lt_compile" 2>out/conftest.err) |
8074 | ac_status=$? | 8093 | ac_status=$? |
8075 | cat out/conftest.err >&5 | 8094 | cat out/conftest.err >&5 |
8076 | echo "$as_me:8076: \$? = $ac_status" >&5 | 8095 | echo "$as_me:8095: \$? = $ac_status" >&5 |
8077 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 8096 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8078 | then | 8097 | then |
8079 | # The compiler can only warn and ignore the option if not recognized | 8098 | # The compiler can only warn and ignore the option if not recognized |
@@ -10453,7 +10472,7 @@ else | |||
10453 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10472 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10454 | lt_status=$lt_dlunknown | 10473 | lt_status=$lt_dlunknown |
10455 | cat > conftest.$ac_ext <<_LT_EOF | 10474 | cat > conftest.$ac_ext <<_LT_EOF |
10456 | #line 10456 "configure" | 10475 | #line 10475 "configure" |
10457 | #include "confdefs.h" | 10476 | #include "confdefs.h" |
10458 | 10477 | ||
10459 | #if HAVE_DLFCN_H | 10478 | #if HAVE_DLFCN_H |
@@ -10549,7 +10568,7 @@ else | |||
10549 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10568 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10550 | lt_status=$lt_dlunknown | 10569 | lt_status=$lt_dlunknown |
10551 | cat > conftest.$ac_ext <<_LT_EOF | 10570 | cat > conftest.$ac_ext <<_LT_EOF |
10552 | #line 10552 "configure" | 10571 | #line 10571 "configure" |
10553 | #include "confdefs.h" | 10572 | #include "confdefs.h" |
10554 | 10573 | ||
10555 | #if HAVE_DLFCN_H | 10574 | #if HAVE_DLFCN_H |
@@ -10788,20 +10807,20 @@ _ACEOF | |||
10788 | 10807 | ||
10789 | 10808 | ||
10790 | cat >>confdefs.h <<_ACEOF | 10809 | cat >>confdefs.h <<_ACEOF |
10791 | #define VMIN 1 | 10810 | #define VMIN 2 |
10792 | _ACEOF | 10811 | _ACEOF |
10793 | 10812 | ||
10794 | 10813 | ||
10795 | cat >>confdefs.h <<_ACEOF | 10814 | cat >>confdefs.h <<_ACEOF |
10796 | #define VMIC 99 | 10815 | #define VMIC 0 |
10797 | _ACEOF | 10816 | _ACEOF |
10798 | 10817 | ||
10799 | 10818 | ||
10800 | cat >>confdefs.h <<_ACEOF | 10819 | cat >>confdefs.h <<_ACEOF |
10801 | #define VREV 67344 | 10820 | #define VREV 0 |
10802 | _ACEOF | 10821 | _ACEOF |
10803 | 10822 | ||
10804 | version_info="2:99:1" | 10823 | version_info="3:0:2" |
10805 | release_info="" | 10824 | release_info="" |
10806 | 10825 | ||
10807 | 10826 | ||
@@ -11167,8 +11186,8 @@ fi | |||
11167 | 11186 | ||
11168 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 11187 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
11169 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 11188 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
11170 | as_fn_error "no acceptable C compiler found in \$PATH | 11189 | as_fn_error $? "no acceptable C compiler found in \$PATH |
11171 | See \`config.log' for more details." "$LINENO" 5; } | 11190 | See \`config.log' for more details" "$LINENO" 5 ; } |
11172 | 11191 | ||
11173 | # Provide some information about the compiler. | 11192 | # Provide some information about the compiler. |
11174 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 11193 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -11699,6 +11718,10 @@ fi | |||
11699 | 11718 | ||
11700 | 11719 | ||
11701 | 11720 | ||
11721 | |||
11722 | |||
11723 | |||
11724 | |||
11702 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 11725 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
11703 | if test -n "$ac_tool_prefix"; then | 11726 | if test -n "$ac_tool_prefix"; then |
11704 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | 11727 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
@@ -11811,7 +11834,6 @@ $as_echo "yes" >&6; } | |||
11811 | $as_echo "no" >&6; } | 11834 | $as_echo "no" >&6; } |
11812 | PKG_CONFIG="" | 11835 | PKG_CONFIG="" |
11813 | fi | 11836 | fi |
11814 | |||
11815 | fi | 11837 | fi |
11816 | 11838 | ||
11817 | # Check whether pkg-config supports Requires.private | 11839 | # Check whether pkg-config supports Requires.private |
@@ -11835,11 +11857,10 @@ pkg_failed=no | |||
11835 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 | 11857 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 |
11836 | $as_echo_n "checking for EVIL... " >&6; } | 11858 | $as_echo_n "checking for EVIL... " >&6; } |
11837 | 11859 | ||
11838 | if test -n "$PKG_CONFIG"; then | 11860 | if test -n "$EVIL_CFLAGS"; then |
11839 | if test -n "$EVIL_CFLAGS"; then | 11861 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" |
11840 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" | 11862 | elif test -n "$PKG_CONFIG"; then |
11841 | else | 11863 | if test -n "$PKG_CONFIG" && \ |
11842 | if test -n "$PKG_CONFIG" && \ | ||
11843 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 11864 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
11844 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 11865 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
11845 | ac_status=$? | 11866 | ac_status=$? |
@@ -11849,15 +11870,13 @@ if test -n "$PKG_CONFIG"; then | |||
11849 | else | 11870 | else |
11850 | pkg_failed=yes | 11871 | pkg_failed=yes |
11851 | fi | 11872 | fi |
11852 | fi | 11873 | else |
11853 | else | 11874 | pkg_failed=untried |
11854 | pkg_failed=untried | ||
11855 | fi | 11875 | fi |
11856 | if test -n "$PKG_CONFIG"; then | 11876 | if test -n "$EVIL_LIBS"; then |
11857 | if test -n "$EVIL_LIBS"; then | 11877 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" |
11858 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" | 11878 | elif test -n "$PKG_CONFIG"; then |
11859 | else | 11879 | if test -n "$PKG_CONFIG" && \ |
11860 | if test -n "$PKG_CONFIG" && \ | ||
11861 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 11880 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
11862 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 11881 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
11863 | ac_status=$? | 11882 | ac_status=$? |
@@ -11867,14 +11886,15 @@ if test -n "$PKG_CONFIG"; then | |||
11867 | else | 11886 | else |
11868 | pkg_failed=yes | 11887 | pkg_failed=yes |
11869 | fi | 11888 | fi |
11870 | fi | 11889 | else |
11871 | else | 11890 | pkg_failed=untried |
11872 | pkg_failed=untried | ||
11873 | fi | 11891 | fi |
11874 | 11892 | ||
11875 | 11893 | ||
11876 | 11894 | ||
11877 | if test $pkg_failed = yes; then | 11895 | if test $pkg_failed = yes; then |
11896 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
11897 | $as_echo "no" >&6; } | ||
11878 | 11898 | ||
11879 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 11899 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
11880 | _pkg_short_errors_supported=yes | 11900 | _pkg_short_errors_supported=yes |
@@ -11882,14 +11902,14 @@ else | |||
11882 | _pkg_short_errors_supported=no | 11902 | _pkg_short_errors_supported=no |
11883 | fi | 11903 | fi |
11884 | if test $_pkg_short_errors_supported = yes; then | 11904 | if test $_pkg_short_errors_supported = yes; then |
11885 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "evil >= 1.0.0"` | 11905 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "evil >= 1.0.0" 2>&1` |
11886 | else | 11906 | else |
11887 | EVIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "evil >= 1.0.0"` | 11907 | EVIL_PKG_ERRORS=`$PKG_CONFIG --print-errors "evil >= 1.0.0" 2>&1` |
11888 | fi | 11908 | fi |
11889 | # Put the nasty error message in config.log where it belongs | 11909 | # Put the nasty error message in config.log where it belongs |
11890 | echo "$EVIL_PKG_ERRORS" >&5 | 11910 | echo "$EVIL_PKG_ERRORS" >&5 |
11891 | 11911 | ||
11892 | as_fn_error "Package requirements (evil >= 1.0.0) were not met: | 11912 | as_fn_error $? "Package requirements (evil >= 1.0.0) were not met: |
11893 | 11913 | ||
11894 | $EVIL_PKG_ERRORS | 11914 | $EVIL_PKG_ERRORS |
11895 | 11915 | ||
@@ -11898,12 +11918,13 @@ installed software in a non-standard prefix. | |||
11898 | 11918 | ||
11899 | Alternatively, you may set the environment variables EVIL_CFLAGS | 11919 | Alternatively, you may set the environment variables EVIL_CFLAGS |
11900 | and EVIL_LIBS to avoid the need to call pkg-config. | 11920 | and EVIL_LIBS to avoid the need to call pkg-config. |
11901 | See the pkg-config man page for more details. | 11921 | See the pkg-config man page for more details." "$LINENO" 5 |
11902 | " "$LINENO" 5 | ||
11903 | elif test $pkg_failed = untried; then | 11922 | elif test $pkg_failed = untried; then |
11923 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
11924 | $as_echo "no" >&6; } | ||
11904 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 11925 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
11905 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 11926 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
11906 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it | 11927 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it |
11907 | is in your PATH or set the PKG_CONFIG environment variable to the full | 11928 | is in your PATH or set the PKG_CONFIG environment variable to the full |
11908 | path to pkg-config. | 11929 | path to pkg-config. |
11909 | 11930 | ||
@@ -11912,13 +11933,13 @@ and EVIL_LIBS to avoid the need to call pkg-config. | |||
11912 | See the pkg-config man page for more details. | 11933 | See the pkg-config man page for more details. |
11913 | 11934 | ||
11914 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 11935 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
11915 | See \`config.log' for more details." "$LINENO" 5; } | 11936 | See \`config.log' for more details" "$LINENO" 5 ; } |
11916 | else | 11937 | else |
11917 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS | 11938 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS |
11918 | EVIL_LIBS=$pkg_cv_EVIL_LIBS | 11939 | EVIL_LIBS=$pkg_cv_EVIL_LIBS |
11919 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 11940 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11920 | $as_echo "yes" >&6; } | 11941 | $as_echo "yes" >&6; } |
11921 | : | 11942 | |
11922 | fi | 11943 | fi |
11923 | 11944 | ||
11924 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h | 11945 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h |
@@ -11935,46 +11956,44 @@ pkg_failed=no | |||
11935 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 | 11956 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 |
11936 | $as_echo_n "checking for EINA... " >&6; } | 11957 | $as_echo_n "checking for EINA... " >&6; } |
11937 | 11958 | ||
11938 | if test -n "$PKG_CONFIG"; then | 11959 | if test -n "$EINA_CFLAGS"; then |
11939 | if test -n "$EINA_CFLAGS"; then | 11960 | pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" |
11940 | pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" | 11961 | elif test -n "$PKG_CONFIG"; then |
11941 | else | 11962 | if test -n "$PKG_CONFIG" && \ |
11942 | if test -n "$PKG_CONFIG" && \ | 11963 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.2.0\""; } >&5 |
11943 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 | 11964 | ($PKG_CONFIG --exists --print-errors "eina >= 1.2.0") 2>&5 |
11944 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 | ||
11945 | ac_status=$? | 11965 | ac_status=$? |
11946 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 11966 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11947 | test $ac_status = 0; }; then | 11967 | test $ac_status = 0; }; then |
11948 | pkg_cv_EINA_CFLAGS=`$PKG_CONFIG --cflags "eina >= 1.1.0" 2>/dev/null` | 11968 | pkg_cv_EINA_CFLAGS=`$PKG_CONFIG --cflags "eina >= 1.2.0" 2>/dev/null` |
11949 | else | 11969 | else |
11950 | pkg_failed=yes | 11970 | pkg_failed=yes |
11951 | fi | 11971 | fi |
11952 | fi | 11972 | else |
11953 | else | 11973 | pkg_failed=untried |
11954 | pkg_failed=untried | ||
11955 | fi | 11974 | fi |
11956 | if test -n "$PKG_CONFIG"; then | 11975 | if test -n "$EINA_LIBS"; then |
11957 | if test -n "$EINA_LIBS"; then | 11976 | pkg_cv_EINA_LIBS="$EINA_LIBS" |
11958 | pkg_cv_EINA_LIBS="$EINA_LIBS" | 11977 | elif test -n "$PKG_CONFIG"; then |
11959 | else | 11978 | if test -n "$PKG_CONFIG" && \ |
11960 | if test -n "$PKG_CONFIG" && \ | 11979 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.2.0\""; } >&5 |
11961 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 | 11980 | ($PKG_CONFIG --exists --print-errors "eina >= 1.2.0") 2>&5 |
11962 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 | ||
11963 | ac_status=$? | 11981 | ac_status=$? |
11964 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 11982 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
11965 | test $ac_status = 0; }; then | 11983 | test $ac_status = 0; }; then |
11966 | pkg_cv_EINA_LIBS=`$PKG_CONFIG --libs "eina >= 1.1.0" 2>/dev/null` | 11984 | pkg_cv_EINA_LIBS=`$PKG_CONFIG --libs "eina >= 1.2.0" 2>/dev/null` |
11967 | else | 11985 | else |
11968 | pkg_failed=yes | 11986 | pkg_failed=yes |
11969 | fi | 11987 | fi |
11970 | fi | 11988 | else |
11971 | else | 11989 | pkg_failed=untried |
11972 | pkg_failed=untried | ||
11973 | fi | 11990 | fi |
11974 | 11991 | ||
11975 | 11992 | ||
11976 | 11993 | ||
11977 | if test $pkg_failed = yes; then | 11994 | if test $pkg_failed = yes; then |
11995 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
11996 | $as_echo "no" >&6; } | ||
11978 | 11997 | ||
11979 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 11998 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
11980 | _pkg_short_errors_supported=yes | 11999 | _pkg_short_errors_supported=yes |
@@ -11982,14 +12001,14 @@ else | |||
11982 | _pkg_short_errors_supported=no | 12001 | _pkg_short_errors_supported=no |
11983 | fi | 12002 | fi |
11984 | if test $_pkg_short_errors_supported = yes; then | 12003 | if test $_pkg_short_errors_supported = yes; then |
11985 | EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eina >= 1.1.0"` | 12004 | EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eina >= 1.2.0" 2>&1` |
11986 | else | 12005 | else |
11987 | EINA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eina >= 1.1.0"` | 12006 | EINA_PKG_ERRORS=`$PKG_CONFIG --print-errors "eina >= 1.2.0" 2>&1` |
11988 | fi | 12007 | fi |
11989 | # Put the nasty error message in config.log where it belongs | 12008 | # Put the nasty error message in config.log where it belongs |
11990 | echo "$EINA_PKG_ERRORS" >&5 | 12009 | echo "$EINA_PKG_ERRORS" >&5 |
11991 | 12010 | ||
11992 | as_fn_error "Package requirements (eina >= 1.1.0) were not met: | 12011 | as_fn_error $? "Package requirements (eina >= 1.2.0) were not met: |
11993 | 12012 | ||
11994 | $EINA_PKG_ERRORS | 12013 | $EINA_PKG_ERRORS |
11995 | 12014 | ||
@@ -11998,12 +12017,13 @@ installed software in a non-standard prefix. | |||
11998 | 12017 | ||
11999 | Alternatively, you may set the environment variables EINA_CFLAGS | 12018 | Alternatively, you may set the environment variables EINA_CFLAGS |
12000 | and EINA_LIBS to avoid the need to call pkg-config. | 12019 | and EINA_LIBS to avoid the need to call pkg-config. |
12001 | See the pkg-config man page for more details. | 12020 | See the pkg-config man page for more details." "$LINENO" 5 |
12002 | " "$LINENO" 5 | ||
12003 | elif test $pkg_failed = untried; then | 12021 | elif test $pkg_failed = untried; then |
12022 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12023 | $as_echo "no" >&6; } | ||
12004 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 12024 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
12005 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 12025 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
12006 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it | 12026 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it |
12007 | is in your PATH or set the PKG_CONFIG environment variable to the full | 12027 | is in your PATH or set the PKG_CONFIG environment variable to the full |
12008 | path to pkg-config. | 12028 | path to pkg-config. |
12009 | 12029 | ||
@@ -12012,13 +12032,93 @@ and EINA_LIBS to avoid the need to call pkg-config. | |||
12012 | See the pkg-config man page for more details. | 12032 | See the pkg-config man page for more details. |
12013 | 12033 | ||
12014 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 12034 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
12015 | See \`config.log' for more details." "$LINENO" 5; } | 12035 | See \`config.log' for more details" "$LINENO" 5 ; } |
12016 | else | 12036 | else |
12017 | EINA_CFLAGS=$pkg_cv_EINA_CFLAGS | 12037 | EINA_CFLAGS=$pkg_cv_EINA_CFLAGS |
12018 | EINA_LIBS=$pkg_cv_EINA_LIBS | 12038 | EINA_LIBS=$pkg_cv_EINA_LIBS |
12019 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 12039 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
12020 | $as_echo "yes" >&6; } | 12040 | $as_echo "yes" >&6; } |
12021 | : | 12041 | |
12042 | fi | ||
12043 | |||
12044 | ### Checks for portability layer | ||
12045 | |||
12046 | |||
12047 | pkg_failed=no | ||
12048 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EXOTIC" >&5 | ||
12049 | $as_echo_n "checking for EXOTIC... " >&6; } | ||
12050 | |||
12051 | if test -n "$EXOTIC_CFLAGS"; then | ||
12052 | pkg_cv_EXOTIC_CFLAGS="$EXOTIC_CFLAGS" | ||
12053 | elif test -n "$PKG_CONFIG"; then | ||
12054 | if test -n "$PKG_CONFIG" && \ | ||
12055 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"exotic\""; } >&5 | ||
12056 | ($PKG_CONFIG --exists --print-errors "exotic") 2>&5 | ||
12057 | ac_status=$? | ||
12058 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
12059 | test $ac_status = 0; }; then | ||
12060 | pkg_cv_EXOTIC_CFLAGS=`$PKG_CONFIG --cflags "exotic" 2>/dev/null` | ||
12061 | else | ||
12062 | pkg_failed=yes | ||
12063 | fi | ||
12064 | else | ||
12065 | pkg_failed=untried | ||
12066 | fi | ||
12067 | if test -n "$EXOTIC_LIBS"; then | ||
12068 | pkg_cv_EXOTIC_LIBS="$EXOTIC_LIBS" | ||
12069 | elif test -n "$PKG_CONFIG"; then | ||
12070 | if test -n "$PKG_CONFIG" && \ | ||
12071 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"exotic\""; } >&5 | ||
12072 | ($PKG_CONFIG --exists --print-errors "exotic") 2>&5 | ||
12073 | ac_status=$? | ||
12074 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | ||
12075 | test $ac_status = 0; }; then | ||
12076 | pkg_cv_EXOTIC_LIBS=`$PKG_CONFIG --libs "exotic" 2>/dev/null` | ||
12077 | else | ||
12078 | pkg_failed=yes | ||
12079 | fi | ||
12080 | else | ||
12081 | pkg_failed=untried | ||
12082 | fi | ||
12083 | |||
12084 | |||
12085 | |||
12086 | if test $pkg_failed = yes; then | ||
12087 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12088 | $as_echo "no" >&6; } | ||
12089 | |||
12090 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | ||
12091 | _pkg_short_errors_supported=yes | ||
12092 | else | ||
12093 | _pkg_short_errors_supported=no | ||
12094 | fi | ||
12095 | if test $_pkg_short_errors_supported = yes; then | ||
12096 | EXOTIC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "exotic" 2>&1` | ||
12097 | else | ||
12098 | EXOTIC_PKG_ERRORS=`$PKG_CONFIG --print-errors "exotic" 2>&1` | ||
12099 | fi | ||
12100 | # Put the nasty error message in config.log where it belongs | ||
12101 | echo "$EXOTIC_PKG_ERRORS" >&5 | ||
12102 | |||
12103 | enable_exotic="no" | ||
12104 | elif test $pkg_failed = untried; then | ||
12105 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12106 | $as_echo "no" >&6; } | ||
12107 | enable_exotic="no" | ||
12108 | else | ||
12109 | EXOTIC_CFLAGS=$pkg_cv_EXOTIC_CFLAGS | ||
12110 | EXOTIC_LIBS=$pkg_cv_EXOTIC_LIBS | ||
12111 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
12112 | $as_echo "yes" >&6; } | ||
12113 | enable_exotic="yes" | ||
12114 | fi | ||
12115 | |||
12116 | if test "x${enable_exotic}" = "xyes"; then | ||
12117 | requirement_embryo="exotic ${requirement_embryo}" | ||
12118 | |||
12119 | |||
12120 | $as_echo "#define HAVE_EXOTIC 1" >>confdefs.h | ||
12121 | |||
12022 | fi | 12122 | fi |
12023 | 12123 | ||
12024 | ### Checks for header files | 12124 | ### Checks for header files |
@@ -12315,8 +12415,8 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
12315 | 12415 | ||
12316 | ;; #( | 12416 | ;; #( |
12317 | *) | 12417 | *) |
12318 | as_fn_error "unknown endianness | 12418 | as_fn_error $? "unknown endianness |
12319 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; | 12419 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; |
12320 | esac | 12420 | esac |
12321 | 12421 | ||
12322 | if test "x$CC" != xcc; then | 12422 | if test "x$CC" != xcc; then |
@@ -12328,7 +12428,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; } | |||
12328 | fi | 12428 | fi |
12329 | set dummy $CC; ac_cc=`$as_echo "$2" | | 12429 | set dummy $CC; ac_cc=`$as_echo "$2" | |
12330 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` | 12430 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` |
12331 | if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : | 12431 | if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then : |
12332 | $as_echo_n "(cached) " >&6 | 12432 | $as_echo_n "(cached) " >&6 |
12333 | else | 12433 | else |
12334 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12434 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -13236,8 +13336,7 @@ if test $ac_cv_os_cray = yes; then | |||
13236 | for ac_func in _getb67 GETB67 getb67; do | 13336 | for ac_func in _getb67 GETB67 getb67; do |
13237 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13337 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13238 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 13338 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
13239 | eval as_val=\$$as_ac_var | 13339 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
13240 | if test "x$as_val" = x""yes; then : | ||
13241 | 13340 | ||
13242 | cat >>confdefs.h <<_ACEOF | 13341 | cat >>confdefs.h <<_ACEOF |
13243 | #define CRAY_STACKSEG_END $ac_func | 13342 | #define CRAY_STACKSEG_END $ac_func |
@@ -13337,7 +13436,7 @@ return fnmatch (); | |||
13337 | return 0; | 13436 | return 0; |
13338 | } | 13437 | } |
13339 | _ACEOF | 13438 | _ACEOF |
13340 | for ac_lib in '' fnmatch evil iberty; do | 13439 | for ac_lib in '' fnmatch evil exotic iberty; do |
13341 | if test -z "$ac_lib"; then | 13440 | if test -z "$ac_lib"; then |
13342 | ac_res="none required" | 13441 | ac_res="none required" |
13343 | else | 13442 | else |
@@ -13384,31 +13483,83 @@ fi | |||
13384 | if test "x$_efl_have_fnmatch" = "xyes"; then : | 13483 | if test "x$_efl_have_fnmatch" = "xyes"; then : |
13385 | 13484 | ||
13386 | else | 13485 | else |
13387 | as_fn_error "Cannot find fnmatch()" "$LINENO" 5 | 13486 | as_fn_error $? "Cannot find fnmatch()" "$LINENO" 5 |
13388 | fi | 13487 | fi |
13389 | 13488 | ||
13390 | 13489 | ||
13391 | 13490 | ||
13392 | case "$host_os" in | 13491 | # gettimeofday |
13393 | mingw*) | ||
13394 | 13492 | ||
13395 | $as_echo "#define HAVE_GETTIMEOFDAY 1" >>confdefs.h | ||
13396 | 13493 | ||
13397 | ;; | 13494 | _efl_have_gettimeofday="no" |
13398 | *) | 13495 | |
13399 | for ac_func in gettimeofday | 13496 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
13400 | do : | 13497 | /* end confdefs.h. */ |
13401 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" | 13498 | |
13402 | if test "x$ac_cv_func_gettimeofday" = x""yes; then : | 13499 | #include <stdlib.h> |
13403 | cat >>confdefs.h <<_ACEOF | 13500 | #include <sys/time.h> |
13404 | #define HAVE_GETTIMEOFDAY 1 | 13501 | |
13502 | int | ||
13503 | main () | ||
13504 | { | ||
13505 | |||
13506 | int res; | ||
13507 | res = gettimeofday(NULL, NULL); | ||
13508 | |||
13509 | ; | ||
13510 | return 0; | ||
13511 | } | ||
13405 | _ACEOF | 13512 | _ACEOF |
13513 | if ac_fn_c_try_link "$LINENO"; then : | ||
13514 | _efl_have_gettimeofday="yes" | ||
13515 | else | ||
13516 | _efl_have_gettimeofday="no" | ||
13517 | fi | ||
13518 | rm -f core conftest.err conftest.$ac_objext \ | ||
13519 | conftest$ac_exeext conftest.$ac_ext | ||
13520 | |||
13521 | if test "x${_efl_have_gettimeofday}" = "xno" -a "x${enable_exotic}" = "xyes"; then | ||
13522 | SAVE_LIBS="${LIBS}" | ||
13523 | SAVE_CFLAGS="${CFLAGS}" | ||
13524 | LIBS="${LIBS} ${EXOTIC_LIBS}" | ||
13525 | CFLAGS="${CFLAGS} ${EXOTIC_CFLAGS}" | ||
13526 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
13527 | /* end confdefs.h. */ | ||
13528 | |||
13529 | #include <Exotic.h> | ||
13406 | 13530 | ||
13531 | int | ||
13532 | main () | ||
13533 | { | ||
13534 | |||
13535 | int res; | ||
13536 | res = gettimeofday(NULL, NULL); | ||
13537 | |||
13538 | ; | ||
13539 | return 0; | ||
13540 | } | ||
13541 | _ACEOF | ||
13542 | if ac_fn_c_try_link "$LINENO"; then : | ||
13543 | _efl_have_gettimeofday="yes" | ||
13544 | else | ||
13545 | _efl_have_gettimeofday="no" | ||
13546 | fi | ||
13547 | rm -f core conftest.err conftest.$ac_objext \ | ||
13548 | conftest$ac_exeext conftest.$ac_ext | ||
13549 | fi | ||
13550 | |||
13551 | if test "x${_efl_have_gettimeofday}" = "xyes"; then | ||
13552 | |||
13553 | $as_echo "#define EFL_HAVE_GETTIMEOFDAY 1" >>confdefs.h | ||
13554 | |||
13555 | fi | ||
13556 | |||
13557 | if test "x${_efl_have_gettimeofday}" = "xyes"; then : | ||
13558 | |||
13559 | else | ||
13560 | as_fn_error $? "Cannot find gettimeofday()" "$LINENO" 5 | ||
13407 | fi | 13561 | fi |
13408 | done | ||
13409 | 13562 | ||
13410 | ;; | ||
13411 | esac | ||
13412 | 13563 | ||
13413 | 13564 | ||
13414 | 13565 | ||
@@ -13499,6 +13650,7 @@ DEFS=-DHAVE_CONFIG_H | |||
13499 | 13650 | ||
13500 | ac_libobjs= | 13651 | ac_libobjs= |
13501 | ac_ltlibobjs= | 13652 | ac_ltlibobjs= |
13653 | U= | ||
13502 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 13654 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
13503 | # 1. Remove the extension, and $U if already installed. | 13655 | # 1. Remove the extension, and $U if already installed. |
13504 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 13656 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
@@ -13522,23 +13674,23 @@ else | |||
13522 | fi | 13674 | fi |
13523 | 13675 | ||
13524 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 13676 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
13525 | as_fn_error "conditional \"AMDEP\" was never defined. | 13677 | as_fn_error $? "conditional \"AMDEP\" was never defined. |
13526 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 13678 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
13527 | fi | 13679 | fi |
13528 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 13680 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
13529 | as_fn_error "conditional \"am__fastdepCC\" was never defined. | 13681 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
13530 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 13682 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
13531 | fi | 13683 | fi |
13532 | if test -z "${BUILD_EMBRYO_CC_TRUE}" && test -z "${BUILD_EMBRYO_CC_FALSE}"; then | 13684 | if test -z "${BUILD_EMBRYO_CC_TRUE}" && test -z "${BUILD_EMBRYO_CC_FALSE}"; then |
13533 | as_fn_error "conditional \"BUILD_EMBRYO_CC\" was never defined. | 13685 | as_fn_error $? "conditional \"BUILD_EMBRYO_CC\" was never defined. |
13534 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 13686 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
13535 | fi | 13687 | fi |
13536 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 13688 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
13537 | as_fn_error "conditional \"am__fastdepCC\" was never defined. | 13689 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
13538 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 13690 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
13539 | fi | 13691 | fi |
13540 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then | 13692 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then |
13541 | as_fn_error "conditional \"EFL_BUILD_DOC\" was never defined. | 13693 | as_fn_error $? "conditional \"EFL_BUILD_DOC\" was never defined. |
13542 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 13694 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
13543 | fi | 13695 | fi |
13544 | 13696 | ||
@@ -13689,19 +13841,19 @@ export LANGUAGE | |||
13689 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 13841 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
13690 | 13842 | ||
13691 | 13843 | ||
13692 | # as_fn_error ERROR [LINENO LOG_FD] | 13844 | # as_fn_error STATUS ERROR [LINENO LOG_FD] |
13693 | # --------------------------------- | 13845 | # ---------------------------------------- |
13694 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 13846 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
13695 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 13847 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
13696 | # script with status $?, using 1 if that was 0. | 13848 | # script with STATUS, using 1 if that was 0. |
13697 | as_fn_error () | 13849 | as_fn_error () |
13698 | { | 13850 | { |
13699 | as_status=$?; test $as_status -eq 0 && as_status=1 | 13851 | as_status=$1; test $as_status -eq 0 && as_status=1 |
13700 | if test "$3"; then | 13852 | if test "$4"; then |
13701 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 13853 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
13702 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 13854 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
13703 | fi | 13855 | fi |
13704 | $as_echo "$as_me: error: $1" >&2 | 13856 | $as_echo "$as_me: error: $2" >&2 |
13705 | as_fn_exit $as_status | 13857 | as_fn_exit $as_status |
13706 | } # as_fn_error | 13858 | } # as_fn_error |
13707 | 13859 | ||
@@ -13897,7 +14049,7 @@ $as_echo X"$as_dir" | | |||
13897 | test -d "$as_dir" && break | 14049 | test -d "$as_dir" && break |
13898 | done | 14050 | done |
13899 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 14051 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
13900 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 14052 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
13901 | 14053 | ||
13902 | 14054 | ||
13903 | } # as_fn_mkdir_p | 14055 | } # as_fn_mkdir_p |
@@ -13950,8 +14102,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
13950 | # report actual input values of CONFIG_FILES etc. instead of their | 14102 | # report actual input values of CONFIG_FILES etc. instead of their |
13951 | # values after options handling. | 14103 | # values after options handling. |
13952 | ac_log=" | 14104 | ac_log=" |
13953 | This file was extended by embryo $as_me 1.1.99.67344, which was | 14105 | This file was extended by embryo $as_me 1.2.0-alpha, which was |
13954 | generated by GNU Autoconf 2.65. Invocation command line was | 14106 | generated by GNU Autoconf 2.67. Invocation command line was |
13955 | 14107 | ||
13956 | CONFIG_FILES = $CONFIG_FILES | 14108 | CONFIG_FILES = $CONFIG_FILES |
13957 | CONFIG_HEADERS = $CONFIG_HEADERS | 14109 | CONFIG_HEADERS = $CONFIG_HEADERS |
@@ -14016,11 +14168,11 @@ _ACEOF | |||
14016 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 14168 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
14017 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 14169 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
14018 | ac_cs_version="\\ | 14170 | ac_cs_version="\\ |
14019 | embryo config.status 1.1.99.67344 | 14171 | embryo config.status 1.2.0-alpha |
14020 | configured by $0, generated by GNU Autoconf 2.65, | 14172 | configured by $0, generated by GNU Autoconf 2.67, |
14021 | with options \\"\$ac_cs_config\\" | 14173 | with options \\"\$ac_cs_config\\" |
14022 | 14174 | ||
14023 | Copyright (C) 2009 Free Software Foundation, Inc. | 14175 | Copyright (C) 2010 Free Software Foundation, Inc. |
14024 | This config.status script is free software; the Free Software Foundation | 14176 | This config.status script is free software; the Free Software Foundation |
14025 | gives unlimited permission to copy, distribute and modify it." | 14177 | gives unlimited permission to copy, distribute and modify it." |
14026 | 14178 | ||
@@ -14038,11 +14190,16 @@ ac_need_defaults=: | |||
14038 | while test $# != 0 | 14190 | while test $# != 0 |
14039 | do | 14191 | do |
14040 | case $1 in | 14192 | case $1 in |
14041 | --*=*) | 14193 | --*=?*) |
14042 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | 14194 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
14043 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 14195 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
14044 | ac_shift=: | 14196 | ac_shift=: |
14045 | ;; | 14197 | ;; |
14198 | --*=) | ||
14199 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
14200 | ac_optarg= | ||
14201 | ac_shift=: | ||
14202 | ;; | ||
14046 | *) | 14203 | *) |
14047 | ac_option=$1 | 14204 | ac_option=$1 |
14048 | ac_optarg=$2 | 14205 | ac_optarg=$2 |
@@ -14064,6 +14221,7 @@ do | |||
14064 | $ac_shift | 14221 | $ac_shift |
14065 | case $ac_optarg in | 14222 | case $ac_optarg in |
14066 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 14223 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
14224 | '') as_fn_error $? "missing file argument" ;; | ||
14067 | esac | 14225 | esac |
14068 | as_fn_append CONFIG_FILES " '$ac_optarg'" | 14226 | as_fn_append CONFIG_FILES " '$ac_optarg'" |
14069 | ac_need_defaults=false;; | 14227 | ac_need_defaults=false;; |
@@ -14076,7 +14234,7 @@ do | |||
14076 | ac_need_defaults=false;; | 14234 | ac_need_defaults=false;; |
14077 | --he | --h) | 14235 | --he | --h) |
14078 | # Conflict between --help and --header | 14236 | # Conflict between --help and --header |
14079 | as_fn_error "ambiguous option: \`$1' | 14237 | as_fn_error $? "ambiguous option: \`$1' |
14080 | Try \`$0 --help' for more information.";; | 14238 | Try \`$0 --help' for more information.";; |
14081 | --help | --hel | -h ) | 14239 | --help | --hel | -h ) |
14082 | $as_echo "$ac_cs_usage"; exit ;; | 14240 | $as_echo "$ac_cs_usage"; exit ;; |
@@ -14085,7 +14243,7 @@ Try \`$0 --help' for more information.";; | |||
14085 | ac_cs_silent=: ;; | 14243 | ac_cs_silent=: ;; |
14086 | 14244 | ||
14087 | # This is an error. | 14245 | # This is an error. |
14088 | -*) as_fn_error "unrecognized option: \`$1' | 14246 | -*) as_fn_error $? "unrecognized option: \`$1' |
14089 | Try \`$0 --help' for more information." ;; | 14247 | Try \`$0 --help' for more information." ;; |
14090 | 14248 | ||
14091 | *) as_fn_append ac_config_targets " $1" | 14249 | *) as_fn_append ac_config_targets " $1" |
@@ -14409,7 +14567,7 @@ do | |||
14409 | "src/bin/Makefile") CONFIG_FILES="$CONFIG_FILES src/bin/Makefile" ;; | 14567 | "src/bin/Makefile") CONFIG_FILES="$CONFIG_FILES src/bin/Makefile" ;; |
14410 | "embryo.spec") CONFIG_FILES="$CONFIG_FILES embryo.spec" ;; | 14568 | "embryo.spec") CONFIG_FILES="$CONFIG_FILES embryo.spec" ;; |
14411 | 14569 | ||
14412 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 14570 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; |
14413 | esac | 14571 | esac |
14414 | done | 14572 | done |
14415 | 14573 | ||
@@ -14447,7 +14605,7 @@ $debug || | |||
14447 | { | 14605 | { |
14448 | tmp=./conf$$-$RANDOM | 14606 | tmp=./conf$$-$RANDOM |
14449 | (umask 077 && mkdir "$tmp") | 14607 | (umask 077 && mkdir "$tmp") |
14450 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | 14608 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
14451 | 14609 | ||
14452 | # Set up the scripts for CONFIG_FILES section. | 14610 | # Set up the scripts for CONFIG_FILES section. |
14453 | # No need to generate them if there are no CONFIG_FILES. | 14611 | # No need to generate them if there are no CONFIG_FILES. |
@@ -14464,7 +14622,7 @@ if test "x$ac_cr" = x; then | |||
14464 | fi | 14622 | fi |
14465 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 14623 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
14466 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 14624 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
14467 | ac_cs_awk_cr='\r' | 14625 | ac_cs_awk_cr='\\r' |
14468 | else | 14626 | else |
14469 | ac_cs_awk_cr=$ac_cr | 14627 | ac_cs_awk_cr=$ac_cr |
14470 | fi | 14628 | fi |
@@ -14478,18 +14636,18 @@ _ACEOF | |||
14478 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 14636 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
14479 | echo "_ACEOF" | 14637 | echo "_ACEOF" |
14480 | } >conf$$subs.sh || | 14638 | } >conf$$subs.sh || |
14481 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 14639 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
14482 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 14640 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
14483 | ac_delim='%!_!# ' | 14641 | ac_delim='%!_!# ' |
14484 | for ac_last_try in false false false false false :; do | 14642 | for ac_last_try in false false false false false :; do |
14485 | . ./conf$$subs.sh || | 14643 | . ./conf$$subs.sh || |
14486 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 14644 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
14487 | 14645 | ||
14488 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 14646 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
14489 | if test $ac_delim_n = $ac_delim_num; then | 14647 | if test $ac_delim_n = $ac_delim_num; then |
14490 | break | 14648 | break |
14491 | elif $ac_last_try; then | 14649 | elif $ac_last_try; then |
14492 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 14650 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
14493 | else | 14651 | else |
14494 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 14652 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
14495 | fi | 14653 | fi |
@@ -14578,20 +14736,28 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
14578 | else | 14736 | else |
14579 | cat | 14737 | cat |
14580 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 14738 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
14581 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 | 14739 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
14582 | _ACEOF | 14740 | _ACEOF |
14583 | 14741 | ||
14584 | # VPATH may cause trouble with some makes, so we remove $(srcdir), | 14742 | # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
14585 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 14743 | # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
14586 | # trailing colons and then remove the whole line if VPATH becomes empty | 14744 | # trailing colons and then remove the whole line if VPATH becomes empty |
14587 | # (actually we leave an empty line to preserve line numbers). | 14745 | # (actually we leave an empty line to preserve line numbers). |
14588 | if test "x$srcdir" = x.; then | 14746 | if test "x$srcdir" = x.; then |
14589 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 14747 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
14590 | s/:*\$(srcdir):*/:/ | 14748 | h |
14591 | s/:*\${srcdir}:*/:/ | 14749 | s/// |
14592 | s/:*@srcdir@:*/:/ | 14750 | s/^/:/ |
14593 | s/^\([^=]*=[ ]*\):*/\1/ | 14751 | s/[ ]*$/:/ |
14752 | s/:\$(srcdir):/:/g | ||
14753 | s/:\${srcdir}:/:/g | ||
14754 | s/:@srcdir@:/:/g | ||
14755 | s/^:*// | ||
14594 | s/:*$// | 14756 | s/:*$// |
14757 | x | ||
14758 | s/\(=[ ]*\).*/\1/ | ||
14759 | G | ||
14760 | s/\n// | ||
14595 | s/^[^=]*=[ ]*$// | 14761 | s/^[^=]*=[ ]*$// |
14596 | }' | 14762 | }' |
14597 | fi | 14763 | fi |
@@ -14619,7 +14785,7 @@ for ac_last_try in false false :; do | |||
14619 | if test -z "$ac_t"; then | 14785 | if test -z "$ac_t"; then |
14620 | break | 14786 | break |
14621 | elif $ac_last_try; then | 14787 | elif $ac_last_try; then |
14622 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 | 14788 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
14623 | else | 14789 | else |
14624 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 14790 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
14625 | fi | 14791 | fi |
@@ -14704,7 +14870,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
14704 | _ACAWK | 14870 | _ACAWK |
14705 | _ACEOF | 14871 | _ACEOF |
14706 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 14872 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
14707 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 | 14873 | as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 |
14708 | fi # test -n "$CONFIG_HEADERS" | 14874 | fi # test -n "$CONFIG_HEADERS" |
14709 | 14875 | ||
14710 | 14876 | ||
@@ -14717,7 +14883,7 @@ do | |||
14717 | esac | 14883 | esac |
14718 | case $ac_mode$ac_tag in | 14884 | case $ac_mode$ac_tag in |
14719 | :[FHL]*:*);; | 14885 | :[FHL]*:*);; |
14720 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | 14886 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; |
14721 | :[FH]-) ac_tag=-:-;; | 14887 | :[FH]-) ac_tag=-:-;; |
14722 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 14888 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
14723 | esac | 14889 | esac |
@@ -14745,7 +14911,7 @@ do | |||
14745 | [\\/$]*) false;; | 14911 | [\\/$]*) false;; |
14746 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 14912 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
14747 | esac || | 14913 | esac || |
14748 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 14914 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; |
14749 | esac | 14915 | esac |
14750 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 14916 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
14751 | as_fn_append ac_file_inputs " '$ac_f'" | 14917 | as_fn_append ac_file_inputs " '$ac_f'" |
@@ -14772,7 +14938,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
14772 | 14938 | ||
14773 | case $ac_tag in | 14939 | case $ac_tag in |
14774 | *:-:* | *:-) cat >"$tmp/stdin" \ | 14940 | *:-:* | *:-) cat >"$tmp/stdin" \ |
14775 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | 14941 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
14776 | esac | 14942 | esac |
14777 | ;; | 14943 | ;; |
14778 | esac | 14944 | esac |
@@ -14909,22 +15075,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t | |||
14909 | $ac_datarootdir_hack | 15075 | $ac_datarootdir_hack |
14910 | " | 15076 | " |
14911 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 15077 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
14912 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 15078 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
14913 | 15079 | ||
14914 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 15080 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
14915 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 15081 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
14916 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 15082 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
14917 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 15083 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
14918 | which seems to be undefined. Please make sure it is defined." >&5 | 15084 | which seems to be undefined. Please make sure it is defined" >&5 |
14919 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 15085 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
14920 | which seems to be undefined. Please make sure it is defined." >&2;} | 15086 | which seems to be undefined. Please make sure it is defined" >&2;} |
14921 | 15087 | ||
14922 | rm -f "$tmp/stdin" | 15088 | rm -f "$tmp/stdin" |
14923 | case $ac_file in | 15089 | case $ac_file in |
14924 | -) cat "$tmp/out" && rm -f "$tmp/out";; | 15090 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
14925 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 15091 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
14926 | esac \ | 15092 | esac \ |
14927 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 15093 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
14928 | ;; | 15094 | ;; |
14929 | :H) | 15095 | :H) |
14930 | # | 15096 | # |
@@ -14935,19 +15101,19 @@ which seems to be undefined. Please make sure it is defined." >&2;} | |||
14935 | $as_echo "/* $configure_input */" \ | 15101 | $as_echo "/* $configure_input */" \ |
14936 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | 15102 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
14937 | } >"$tmp/config.h" \ | 15103 | } >"$tmp/config.h" \ |
14938 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 15104 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
14939 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | 15105 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
14940 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 15106 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
14941 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 15107 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
14942 | else | 15108 | else |
14943 | rm -f "$ac_file" | 15109 | rm -f "$ac_file" |
14944 | mv "$tmp/config.h" "$ac_file" \ | 15110 | mv "$tmp/config.h" "$ac_file" \ |
14945 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 15111 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
14946 | fi | 15112 | fi |
14947 | else | 15113 | else |
14948 | $as_echo "/* $configure_input */" \ | 15114 | $as_echo "/* $configure_input */" \ |
14949 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | 15115 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
14950 | || as_fn_error "could not create -" "$LINENO" 5 | 15116 | || as_fn_error $? "could not create -" "$LINENO" 5 |
14951 | fi | 15117 | fi |
14952 | # Compute "$ac_file"'s index in $config_headers. | 15118 | # Compute "$ac_file"'s index in $config_headers. |
14953 | _am_arg="$ac_file" | 15119 | _am_arg="$ac_file" |
@@ -15738,7 +15904,7 @@ _ACEOF | |||
15738 | ac_clean_files=$ac_clean_files_save | 15904 | ac_clean_files=$ac_clean_files_save |
15739 | 15905 | ||
15740 | test $ac_write_fail = 0 || | 15906 | test $ac_write_fail = 0 || |
15741 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 15907 | as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
15742 | 15908 | ||
15743 | 15909 | ||
15744 | # configure is writing to config.log, and then calls config.status. | 15910 | # configure is writing to config.log, and then calls config.status. |
@@ -15759,7 +15925,7 @@ if test "$no_create" != yes; then | |||
15759 | exec 5>>config.log | 15925 | exec 5>>config.log |
15760 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 15926 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
15761 | # would make configure fail if this is the last instruction. | 15927 | # would make configure fail if this is the last instruction. |
15762 | $ac_cs_success || as_fn_exit $? | 15928 | $ac_cs_success || as_fn_exit 1 |
15763 | fi | 15929 | fi |
15764 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 15930 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
15765 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 15931 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |