diff options
author | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
commit | 825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch) | |
tree | 75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/embryo/configure | |
parent | Add ability to disable the test harness, or the Lua compile test. (diff) | |
download | SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2 SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz |
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to '')
-rwxr-xr-x | libraries/embryo/configure | 515 | ||||
-rw-r--r-- | libraries/embryo/configure.ac | 6 |
2 files changed, 247 insertions, 274 deletions
diff --git a/libraries/embryo/configure b/libraries/embryo/configure index 466326f..88e889b 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.67 for embryo 1.1.0. | 3 | # Generated by GNU Autoconf 2.65 for embryo 1.1.99.67344. |
4 | # | 4 | # |
5 | # Report bugs to <enlightenment-devel@lists.sourceforge.net>. | 5 | # Report bugs to <enlightenment-devel@lists.sourceforge.net>. |
6 | # | 6 | # |
7 | # | 7 | # |
8 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 8 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
9 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software | 9 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
10 | # Foundation, Inc. | 10 | # Inc. |
11 | # | 11 | # |
12 | # | 12 | # |
13 | # This configure script is free software; the Free Software Foundation | 13 | # This configure script is free software; the Free Software Foundation |
@@ -319,7 +319,7 @@ $as_echo X"$as_dir" | | |||
319 | test -d "$as_dir" && break | 319 | test -d "$as_dir" && break |
320 | done | 320 | done |
321 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 321 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
322 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 322 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
323 | 323 | ||
324 | 324 | ||
325 | } # as_fn_mkdir_p | 325 | } # as_fn_mkdir_p |
@@ -359,19 +359,19 @@ else | |||
359 | fi # as_fn_arith | 359 | fi # as_fn_arith |
360 | 360 | ||
361 | 361 | ||
362 | # as_fn_error STATUS ERROR [LINENO LOG_FD] | 362 | # as_fn_error ERROR [LINENO LOG_FD] |
363 | # ---------------------------------------- | 363 | # --------------------------------- |
364 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 364 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
365 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 365 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
366 | # script with STATUS, using 1 if that was 0. | 366 | # script with status $?, using 1 if that was 0. |
367 | as_fn_error () | 367 | as_fn_error () |
368 | { | 368 | { |
369 | as_status=$1; test $as_status -eq 0 && as_status=1 | 369 | as_status=$?; test $as_status -eq 0 && as_status=1 |
370 | if test "$4"; then | 370 | if test "$3"; then |
371 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 371 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
372 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 372 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
373 | fi | 373 | fi |
374 | $as_echo "$as_me: error: $2" >&2 | 374 | $as_echo "$as_me: error: $1" >&2 |
375 | as_fn_exit $as_status | 375 | as_fn_exit $as_status |
376 | } # as_fn_error | 376 | } # as_fn_error |
377 | 377 | ||
@@ -682,7 +682,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null | |||
682 | exec 6>&1 | 682 | exec 6>&1 |
683 | 683 | ||
684 | # Name of the host. | 684 | # Name of the host. |
685 | # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, | 685 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
686 | # so uname gets run too. | 686 | # so uname gets run too. |
687 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 687 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
688 | 688 | ||
@@ -701,8 +701,8 @@ MAKEFLAGS= | |||
701 | # Identity of this package. | 701 | # Identity of this package. |
702 | PACKAGE_NAME='embryo' | 702 | PACKAGE_NAME='embryo' |
703 | PACKAGE_TARNAME='embryo' | 703 | PACKAGE_TARNAME='embryo' |
704 | PACKAGE_VERSION='1.1.0' | 704 | PACKAGE_VERSION='1.1.99.67344' |
705 | PACKAGE_STRING='embryo 1.1.0' | 705 | PACKAGE_STRING='embryo 1.1.99.67344' |
706 | PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net' | 706 | PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net' |
707 | PACKAGE_URL='' | 707 | PACKAGE_URL='' |
708 | 708 | ||
@@ -760,8 +760,6 @@ EFL_EMBRYO_BUILD | |||
760 | EVIL_LIBS | 760 | EVIL_LIBS |
761 | EVIL_CFLAGS | 761 | EVIL_CFLAGS |
762 | pkgconfig_requires_private | 762 | pkgconfig_requires_private |
763 | PKG_CONFIG_LIBDIR | ||
764 | PKG_CONFIG_PATH | ||
765 | PKG_CONFIG | 763 | PKG_CONFIG |
766 | EFL_BUILD_DOC_FALSE | 764 | EFL_BUILD_DOC_FALSE |
767 | EFL_BUILD_DOC_TRUE | 765 | EFL_BUILD_DOC_TRUE |
@@ -907,8 +905,6 @@ LIBS | |||
907 | CPPFLAGS | 905 | CPPFLAGS |
908 | CPP | 906 | CPP |
909 | PKG_CONFIG | 907 | PKG_CONFIG |
910 | PKG_CONFIG_PATH | ||
911 | PKG_CONFIG_LIBDIR | ||
912 | EVIL_CFLAGS | 908 | EVIL_CFLAGS |
913 | EVIL_LIBS | 909 | EVIL_LIBS |
914 | EINA_CFLAGS | 910 | EINA_CFLAGS |
@@ -975,9 +971,8 @@ do | |||
975 | fi | 971 | fi |
976 | 972 | ||
977 | case $ac_option in | 973 | case $ac_option in |
978 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 974 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
979 | *=) ac_optarg= ;; | 975 | *) ac_optarg=yes ;; |
980 | *) ac_optarg=yes ;; | ||
981 | esac | 976 | esac |
982 | 977 | ||
983 | # Accept the important Cygnus configure options, so we can diagnose typos. | 978 | # Accept the important Cygnus configure options, so we can diagnose typos. |
@@ -1022,7 +1017,7 @@ do | |||
1022 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 1017 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
1023 | # Reject names that are not valid shell variable names. | 1018 | # Reject names that are not valid shell variable names. |
1024 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1019 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1025 | as_fn_error $? "invalid feature name: $ac_useropt" | 1020 | as_fn_error "invalid feature name: $ac_useropt" |
1026 | ac_useropt_orig=$ac_useropt | 1021 | ac_useropt_orig=$ac_useropt |
1027 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1022 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1028 | case $ac_user_opts in | 1023 | case $ac_user_opts in |
@@ -1048,7 +1043,7 @@ do | |||
1048 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 1043 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
1049 | # Reject names that are not valid shell variable names. | 1044 | # Reject names that are not valid shell variable names. |
1050 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1045 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1051 | as_fn_error $? "invalid feature name: $ac_useropt" | 1046 | as_fn_error "invalid feature name: $ac_useropt" |
1052 | ac_useropt_orig=$ac_useropt | 1047 | ac_useropt_orig=$ac_useropt |
1053 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1048 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1054 | case $ac_user_opts in | 1049 | case $ac_user_opts in |
@@ -1252,7 +1247,7 @@ do | |||
1252 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1247 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1253 | # Reject names that are not valid shell variable names. | 1248 | # Reject names that are not valid shell variable names. |
1254 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1249 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1255 | as_fn_error $? "invalid package name: $ac_useropt" | 1250 | as_fn_error "invalid package name: $ac_useropt" |
1256 | ac_useropt_orig=$ac_useropt | 1251 | ac_useropt_orig=$ac_useropt |
1257 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1252 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1258 | case $ac_user_opts in | 1253 | case $ac_user_opts in |
@@ -1268,7 +1263,7 @@ do | |||
1268 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1263 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1269 | # Reject names that are not valid shell variable names. | 1264 | # Reject names that are not valid shell variable names. |
1270 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1265 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1271 | as_fn_error $? "invalid package name: $ac_useropt" | 1266 | as_fn_error "invalid package name: $ac_useropt" |
1272 | ac_useropt_orig=$ac_useropt | 1267 | ac_useropt_orig=$ac_useropt |
1273 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1268 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1274 | case $ac_user_opts in | 1269 | case $ac_user_opts in |
@@ -1298,8 +1293,8 @@ do | |||
1298 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1293 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1299 | x_libraries=$ac_optarg ;; | 1294 | x_libraries=$ac_optarg ;; |
1300 | 1295 | ||
1301 | -*) as_fn_error $? "unrecognized option: \`$ac_option' | 1296 | -*) as_fn_error "unrecognized option: \`$ac_option' |
1302 | Try \`$0 --help' for more information" | 1297 | Try \`$0 --help' for more information." |
1303 | ;; | 1298 | ;; |
1304 | 1299 | ||
1305 | *=*) | 1300 | *=*) |
@@ -1307,7 +1302,7 @@ Try \`$0 --help' for more information" | |||
1307 | # Reject names that are not valid shell variable names. | 1302 | # Reject names that are not valid shell variable names. |
1308 | case $ac_envvar in #( | 1303 | case $ac_envvar in #( |
1309 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1304 | '' | [0-9]* | *[!_$as_cr_alnum]* ) |
1310 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; | 1305 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; |
1311 | esac | 1306 | esac |
1312 | eval $ac_envvar=\$ac_optarg | 1307 | eval $ac_envvar=\$ac_optarg |
1313 | export $ac_envvar ;; | 1308 | export $ac_envvar ;; |
@@ -1325,13 +1320,13 @@ done | |||
1325 | 1320 | ||
1326 | if test -n "$ac_prev"; then | 1321 | if test -n "$ac_prev"; then |
1327 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1322 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1328 | as_fn_error $? "missing argument to $ac_option" | 1323 | as_fn_error "missing argument to $ac_option" |
1329 | fi | 1324 | fi |
1330 | 1325 | ||
1331 | if test -n "$ac_unrecognized_opts"; then | 1326 | if test -n "$ac_unrecognized_opts"; then |
1332 | case $enable_option_checking in | 1327 | case $enable_option_checking in |
1333 | no) ;; | 1328 | no) ;; |
1334 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; | 1329 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; |
1335 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1330 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
1336 | esac | 1331 | esac |
1337 | fi | 1332 | fi |
@@ -1354,7 +1349,7 @@ do | |||
1354 | [\\/$]* | ?:[\\/]* ) continue;; | 1349 | [\\/$]* | ?:[\\/]* ) continue;; |
1355 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1350 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1356 | esac | 1351 | esac |
1357 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" | 1352 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" |
1358 | done | 1353 | done |
1359 | 1354 | ||
1360 | # There might be people who depend on the old broken behavior: `$host' | 1355 | # There might be people who depend on the old broken behavior: `$host' |
@@ -1368,8 +1363,8 @@ target=$target_alias | |||
1368 | if test "x$host_alias" != x; then | 1363 | if test "x$host_alias" != x; then |
1369 | if test "x$build_alias" = x; then | 1364 | if test "x$build_alias" = x; then |
1370 | cross_compiling=maybe | 1365 | cross_compiling=maybe |
1371 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | 1366 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
1372 | If a cross compiler is detected then cross compile mode will be used" >&2 | 1367 | If a cross compiler is detected then cross compile mode will be used." >&2 |
1373 | elif test "x$build_alias" != "x$host_alias"; then | 1368 | elif test "x$build_alias" != "x$host_alias"; then |
1374 | cross_compiling=yes | 1369 | cross_compiling=yes |
1375 | fi | 1370 | fi |
@@ -1384,9 +1379,9 @@ test "$silent" = yes && exec 6>/dev/null | |||
1384 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1379 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1385 | ac_ls_di=`ls -di .` && | 1380 | ac_ls_di=`ls -di .` && |
1386 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1381 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1387 | as_fn_error $? "working directory cannot be determined" | 1382 | as_fn_error "working directory cannot be determined" |
1388 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1383 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1389 | as_fn_error $? "pwd does not report name of working directory" | 1384 | as_fn_error "pwd does not report name of working directory" |
1390 | 1385 | ||
1391 | 1386 | ||
1392 | # Find the source files, if location was not specified. | 1387 | # Find the source files, if location was not specified. |
@@ -1425,11 +1420,11 @@ else | |||
1425 | fi | 1420 | fi |
1426 | if test ! -r "$srcdir/$ac_unique_file"; then | 1421 | if test ! -r "$srcdir/$ac_unique_file"; then |
1427 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1422 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1428 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" | 1423 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" |
1429 | fi | 1424 | fi |
1430 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1425 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1431 | ac_abs_confdir=`( | 1426 | ac_abs_confdir=`( |
1432 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" | 1427 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" |
1433 | pwd)` | 1428 | pwd)` |
1434 | # When building in place, set srcdir=. | 1429 | # When building in place, set srcdir=. |
1435 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1430 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
@@ -1455,7 +1450,7 @@ if test "$ac_init_help" = "long"; then | |||
1455 | # Omit some internal or obsolete options to make the list less imposing. | 1450 | # Omit some internal or obsolete options to make the list less imposing. |
1456 | # This message is too long to be a string in the A/UX 3.1 sh. | 1451 | # This message is too long to be a string in the A/UX 3.1 sh. |
1457 | cat <<_ACEOF | 1452 | cat <<_ACEOF |
1458 | \`configure' configures embryo 1.1.0 to adapt to many kinds of systems. | 1453 | \`configure' configures embryo 1.1.99.67344 to adapt to many kinds of systems. |
1459 | 1454 | ||
1460 | Usage: $0 [OPTION]... [VAR=VALUE]... | 1455 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1461 | 1456 | ||
@@ -1469,7 +1464,7 @@ Configuration: | |||
1469 | --help=short display options specific to this package | 1464 | --help=short display options specific to this package |
1470 | --help=recursive display the short help of all the included packages | 1465 | --help=recursive display the short help of all the included packages |
1471 | -V, --version display version information and exit | 1466 | -V, --version display version information and exit |
1472 | -q, --quiet, --silent do not print \`checking ...' messages | 1467 | -q, --quiet, --silent do not print \`checking...' messages |
1473 | --cache-file=FILE cache test results in FILE [disabled] | 1468 | --cache-file=FILE cache test results in FILE [disabled] |
1474 | -C, --config-cache alias for \`--cache-file=config.cache' | 1469 | -C, --config-cache alias for \`--cache-file=config.cache' |
1475 | -n, --no-create do not create output files | 1470 | -n, --no-create do not create output files |
@@ -1525,7 +1520,7 @@ fi | |||
1525 | 1520 | ||
1526 | if test -n "$ac_init_help"; then | 1521 | if test -n "$ac_init_help"; then |
1527 | case $ac_init_help in | 1522 | case $ac_init_help in |
1528 | short | recursive ) echo "Configuration of embryo 1.1.0:";; | 1523 | short | recursive ) echo "Configuration of embryo 1.1.99.67344:";; |
1529 | esac | 1524 | esac |
1530 | cat <<\_ACEOF | 1525 | cat <<\_ACEOF |
1531 | 1526 | ||
@@ -1563,10 +1558,6 @@ Some influential environment variables: | |||
1563 | you have headers in a nonstandard directory <include dir> | 1558 | you have headers in a nonstandard directory <include dir> |
1564 | CPP C preprocessor | 1559 | CPP C preprocessor |
1565 | PKG_CONFIG path to pkg-config utility | 1560 | PKG_CONFIG path to pkg-config utility |
1566 | PKG_CONFIG_PATH | ||
1567 | directories to add to pkg-config's search path | ||
1568 | PKG_CONFIG_LIBDIR | ||
1569 | path overriding pkg-config's built-in search path | ||
1570 | EVIL_CFLAGS C compiler flags for EVIL, overriding pkg-config | 1561 | EVIL_CFLAGS C compiler flags for EVIL, overriding pkg-config |
1571 | EVIL_LIBS linker flags for EVIL, overriding pkg-config | 1562 | EVIL_LIBS linker flags for EVIL, overriding pkg-config |
1572 | EINA_CFLAGS C compiler flags for EINA, overriding pkg-config | 1563 | EINA_CFLAGS C compiler flags for EINA, overriding pkg-config |
@@ -1638,10 +1629,10 @@ fi | |||
1638 | test -n "$ac_init_help" && exit $ac_status | 1629 | test -n "$ac_init_help" && exit $ac_status |
1639 | if $ac_init_version; then | 1630 | if $ac_init_version; then |
1640 | cat <<\_ACEOF | 1631 | cat <<\_ACEOF |
1641 | embryo configure 1.1.0 | 1632 | embryo configure 1.1.99.67344 |
1642 | generated by GNU Autoconf 2.67 | 1633 | generated by GNU Autoconf 2.65 |
1643 | 1634 | ||
1644 | Copyright (C) 2010 Free Software Foundation, Inc. | 1635 | Copyright (C) 2009 Free Software Foundation, Inc. |
1645 | This configure script is free software; the Free Software Foundation | 1636 | This configure script is free software; the Free Software Foundation |
1646 | gives unlimited permission to copy, distribute and modify it. | 1637 | gives unlimited permission to copy, distribute and modify it. |
1647 | _ACEOF | 1638 | _ACEOF |
@@ -1745,7 +1736,7 @@ ac_fn_c_check_header_compile () | |||
1745 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1736 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1746 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1737 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1747 | $as_echo_n "checking for $2... " >&6; } | 1738 | $as_echo_n "checking for $2... " >&6; } |
1748 | if eval "test \"\${$3+set}\"" = set; then : | 1739 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1749 | $as_echo_n "(cached) " >&6 | 1740 | $as_echo_n "(cached) " >&6 |
1750 | else | 1741 | else |
1751 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1742 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -1788,7 +1779,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
1788 | mv -f conftest.er1 conftest.err | 1779 | mv -f conftest.er1 conftest.err |
1789 | fi | 1780 | fi |
1790 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 1781 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1791 | test $ac_status = 0; } > conftest.i && { | 1782 | test $ac_status = 0; } >/dev/null && { |
1792 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 1783 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
1793 | test ! -s conftest.err | 1784 | test ! -s conftest.err |
1794 | }; then : | 1785 | }; then : |
@@ -1854,7 +1845,7 @@ ac_fn_c_check_func () | |||
1854 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1845 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1855 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1846 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1856 | $as_echo_n "checking for $2... " >&6; } | 1847 | $as_echo_n "checking for $2... " >&6; } |
1857 | if eval "test \"\${$3+set}\"" = set; then : | 1848 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1858 | $as_echo_n "(cached) " >&6 | 1849 | $as_echo_n "(cached) " >&6 |
1859 | else | 1850 | else |
1860 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1851 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -1921,10 +1912,10 @@ $as_echo "$ac_res" >&6; } | |||
1921 | ac_fn_c_check_header_mongrel () | 1912 | ac_fn_c_check_header_mongrel () |
1922 | { | 1913 | { |
1923 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1914 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1924 | if eval "test \"\${$3+set}\"" = set; then : | 1915 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1925 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1916 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1926 | $as_echo_n "checking for $2... " >&6; } | 1917 | $as_echo_n "checking for $2... " >&6; } |
1927 | if eval "test \"\${$3+set}\"" = set; then : | 1918 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1928 | $as_echo_n "(cached) " >&6 | 1919 | $as_echo_n "(cached) " >&6 |
1929 | fi | 1920 | fi |
1930 | eval ac_res=\$$3 | 1921 | eval ac_res=\$$3 |
@@ -1960,7 +1951,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
1960 | else | 1951 | else |
1961 | ac_header_preproc=no | 1952 | ac_header_preproc=no |
1962 | fi | 1953 | fi |
1963 | rm -f conftest.err conftest.i conftest.$ac_ext | 1954 | rm -f conftest.err conftest.$ac_ext |
1964 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 1955 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
1965 | $as_echo "$ac_header_preproc" >&6; } | 1956 | $as_echo "$ac_header_preproc" >&6; } |
1966 | 1957 | ||
@@ -1983,15 +1974,17 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |||
1983 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | 1974 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
1984 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | 1975 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
1985 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 1976 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
1986 | ( $as_echo "## -------------------------------------------------------- ## | 1977 | ( cat <<\_ASBOX |
1978 | ## -------------------------------------------------------- ## | ||
1987 | ## Report this to enlightenment-devel@lists.sourceforge.net ## | 1979 | ## Report this to enlightenment-devel@lists.sourceforge.net ## |
1988 | ## -------------------------------------------------------- ##" | 1980 | ## -------------------------------------------------------- ## |
1981 | _ASBOX | ||
1989 | ) | sed "s/^/$as_me: WARNING: /" >&2 | 1982 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
1990 | ;; | 1983 | ;; |
1991 | esac | 1984 | esac |
1992 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1985 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1993 | $as_echo_n "checking for $2... " >&6; } | 1986 | $as_echo_n "checking for $2... " >&6; } |
1994 | if eval "test \"\${$3+set}\"" = set; then : | 1987 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1995 | $as_echo_n "(cached) " >&6 | 1988 | $as_echo_n "(cached) " >&6 |
1996 | else | 1989 | else |
1997 | eval "$3=\$ac_header_compiler" | 1990 | eval "$3=\$ac_header_compiler" |
@@ -2007,8 +2000,8 @@ cat >config.log <<_ACEOF | |||
2007 | This file contains any messages produced by compilers while | 2000 | This file contains any messages produced by compilers while |
2008 | running configure, to aid debugging if configure makes a mistake. | 2001 | running configure, to aid debugging if configure makes a mistake. |
2009 | 2002 | ||
2010 | It was created by embryo $as_me 1.1.0, which was | 2003 | It was created by embryo $as_me 1.1.99.67344, which was |
2011 | generated by GNU Autoconf 2.67. Invocation command line was | 2004 | generated by GNU Autoconf 2.65. Invocation command line was |
2012 | 2005 | ||
2013 | $ $0 $@ | 2006 | $ $0 $@ |
2014 | 2007 | ||
@@ -2118,9 +2111,11 @@ trap 'exit_status=$? | |||
2118 | { | 2111 | { |
2119 | echo | 2112 | echo |
2120 | 2113 | ||
2121 | $as_echo "## ---------------- ## | 2114 | cat <<\_ASBOX |
2115 | ## ---------------- ## | ||
2122 | ## Cache variables. ## | 2116 | ## Cache variables. ## |
2123 | ## ---------------- ##" | 2117 | ## ---------------- ## |
2118 | _ASBOX | ||
2124 | echo | 2119 | echo |
2125 | # The following way of writing the cache mishandles newlines in values, | 2120 | # The following way of writing the cache mishandles newlines in values, |
2126 | ( | 2121 | ( |
@@ -2154,9 +2149,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
2154 | ) | 2149 | ) |
2155 | echo | 2150 | echo |
2156 | 2151 | ||
2157 | $as_echo "## ----------------- ## | 2152 | cat <<\_ASBOX |
2153 | ## ----------------- ## | ||
2158 | ## Output variables. ## | 2154 | ## Output variables. ## |
2159 | ## ----------------- ##" | 2155 | ## ----------------- ## |
2156 | _ASBOX | ||
2160 | echo | 2157 | echo |
2161 | for ac_var in $ac_subst_vars | 2158 | for ac_var in $ac_subst_vars |
2162 | do | 2159 | do |
@@ -2169,9 +2166,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
2169 | echo | 2166 | echo |
2170 | 2167 | ||
2171 | if test -n "$ac_subst_files"; then | 2168 | if test -n "$ac_subst_files"; then |
2172 | $as_echo "## ------------------- ## | 2169 | cat <<\_ASBOX |
2170 | ## ------------------- ## | ||
2173 | ## File substitutions. ## | 2171 | ## File substitutions. ## |
2174 | ## ------------------- ##" | 2172 | ## ------------------- ## |
2173 | _ASBOX | ||
2175 | echo | 2174 | echo |
2176 | for ac_var in $ac_subst_files | 2175 | for ac_var in $ac_subst_files |
2177 | do | 2176 | do |
@@ -2185,9 +2184,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
2185 | fi | 2184 | fi |
2186 | 2185 | ||
2187 | if test -s confdefs.h; then | 2186 | if test -s confdefs.h; then |
2188 | $as_echo "## ----------- ## | 2187 | cat <<\_ASBOX |
2188 | ## ----------- ## | ||
2189 | ## confdefs.h. ## | 2189 | ## confdefs.h. ## |
2190 | ## ----------- ##" | 2190 | ## ----------- ## |
2191 | _ASBOX | ||
2191 | echo | 2192 | echo |
2192 | cat confdefs.h | 2193 | cat confdefs.h |
2193 | echo | 2194 | echo |
@@ -2242,12 +2243,7 @@ _ACEOF | |||
2242 | ac_site_file1=NONE | 2243 | ac_site_file1=NONE |
2243 | ac_site_file2=NONE | 2244 | ac_site_file2=NONE |
2244 | if test -n "$CONFIG_SITE"; then | 2245 | if test -n "$CONFIG_SITE"; then |
2245 | # We do not want a PATH search for config.site. | 2246 | ac_site_file1=$CONFIG_SITE |
2246 | case $CONFIG_SITE in #(( | ||
2247 | -*) ac_site_file1=./$CONFIG_SITE;; | ||
2248 | */*) ac_site_file1=$CONFIG_SITE;; | ||
2249 | *) ac_site_file1=./$CONFIG_SITE;; | ||
2250 | esac | ||
2251 | elif test "x$prefix" != xNONE; then | 2247 | elif test "x$prefix" != xNONE; then |
2252 | ac_site_file1=$prefix/share/config.site | 2248 | ac_site_file1=$prefix/share/config.site |
2253 | ac_site_file2=$prefix/etc/config.site | 2249 | ac_site_file2=$prefix/etc/config.site |
@@ -2262,11 +2258,7 @@ do | |||
2262 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 2258 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2263 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 2259 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
2264 | sed 's/^/| /' "$ac_site_file" >&5 | 2260 | sed 's/^/| /' "$ac_site_file" >&5 |
2265 | . "$ac_site_file" \ | 2261 | . "$ac_site_file" |
2266 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
2267 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
2268 | as_fn_error $? "failed to load site script $ac_site_file | ||
2269 | See \`config.log' for more details" "$LINENO" 5 ; } | ||
2270 | fi | 2262 | fi |
2271 | done | 2263 | done |
2272 | 2264 | ||
@@ -2342,7 +2334,7 @@ if $ac_cache_corrupted; then | |||
2342 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2334 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2343 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 2335 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
2344 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 2336 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
2345 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 2337 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
2346 | fi | 2338 | fi |
2347 | ## -------------------- ## | 2339 | ## -------------------- ## |
2348 | ## Main body of script. ## | 2340 | ## Main body of script. ## |
@@ -2368,22 +2360,16 @@ am__api_version='1.11' | |||
2368 | 2360 | ||
2369 | ac_aux_dir= | 2361 | ac_aux_dir= |
2370 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 2362 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
2371 | if test -f "$ac_dir/install-sh"; then | 2363 | for ac_t in install-sh install.sh shtool; do |
2372 | ac_aux_dir=$ac_dir | 2364 | if test -f "$ac_dir/$ac_t"; then |
2373 | ac_install_sh="$ac_aux_dir/install-sh -c" | 2365 | ac_aux_dir=$ac_dir |
2374 | break | 2366 | ac_install_sh="$ac_aux_dir/$ac_t -c" |
2375 | elif test -f "$ac_dir/install.sh"; then | 2367 | break 2 |
2376 | ac_aux_dir=$ac_dir | 2368 | fi |
2377 | ac_install_sh="$ac_aux_dir/install.sh -c" | 2369 | done |
2378 | break | ||
2379 | elif test -f "$ac_dir/shtool"; then | ||
2380 | ac_aux_dir=$ac_dir | ||
2381 | ac_install_sh="$ac_aux_dir/shtool install -c" | ||
2382 | break | ||
2383 | fi | ||
2384 | done | 2370 | done |
2385 | if test -z "$ac_aux_dir"; then | 2371 | if test -z "$ac_aux_dir"; then |
2386 | as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 2372 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
2387 | fi | 2373 | fi |
2388 | 2374 | ||
2389 | # These three variables are undocumented and unsupported, | 2375 | # These three variables are undocumented and unsupported, |
@@ -2499,11 +2485,11 @@ am_lf=' | |||
2499 | ' | 2485 | ' |
2500 | case `pwd` in | 2486 | case `pwd` in |
2501 | *[\\\"\#\$\&\'\`$am_lf]*) | 2487 | *[\\\"\#\$\&\'\`$am_lf]*) |
2502 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; | 2488 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; |
2503 | esac | 2489 | esac |
2504 | case $srcdir in | 2490 | case $srcdir in |
2505 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 2491 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
2506 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; | 2492 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
2507 | esac | 2493 | esac |
2508 | 2494 | ||
2509 | # Do `set' in a subshell so we don't clobber the current shell's | 2495 | # Do `set' in a subshell so we don't clobber the current shell's |
@@ -2525,7 +2511,7 @@ if ( | |||
2525 | # if, for instance, CONFIG_SHELL is bash and it inherits a | 2511 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
2526 | # broken ls alias from the environment. This has actually | 2512 | # broken ls alias from the environment. This has actually |
2527 | # happened. Such a system could not be considered "sane". | 2513 | # happened. Such a system could not be considered "sane". |
2528 | as_fn_error $? "ls -t appears to fail. Make sure there is not a broken | 2514 | as_fn_error "ls -t appears to fail. Make sure there is not a broken |
2529 | alias in your environment" "$LINENO" 5 | 2515 | alias in your environment" "$LINENO" 5 |
2530 | fi | 2516 | fi |
2531 | 2517 | ||
@@ -2535,7 +2521,7 @@ then | |||
2535 | # Ok. | 2521 | # Ok. |
2536 | : | 2522 | : |
2537 | else | 2523 | else |
2538 | as_fn_error $? "newly created file is older than distributed files! | 2524 | as_fn_error "newly created file is older than distributed files! |
2539 | Check your system clock" "$LINENO" 5 | 2525 | Check your system clock" "$LINENO" 5 |
2540 | fi | 2526 | fi |
2541 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 2527 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
@@ -2773,7 +2759,7 @@ done | |||
2773 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 2759 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
2774 | set x ${MAKE-make} | 2760 | set x ${MAKE-make} |
2775 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 2761 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
2776 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : | 2762 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : |
2777 | $as_echo_n "(cached) " >&6 | 2763 | $as_echo_n "(cached) " >&6 |
2778 | else | 2764 | else |
2779 | cat >conftest.make <<\_ACEOF | 2765 | cat >conftest.make <<\_ACEOF |
@@ -2781,7 +2767,7 @@ SHELL = /bin/sh | |||
2781 | all: | 2767 | all: |
2782 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 2768 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
2783 | _ACEOF | 2769 | _ACEOF |
2784 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 2770 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
2785 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 2771 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
2786 | *@@@%%%=?*=@@@%%%*) | 2772 | *@@@%%%=?*=@@@%%%*) |
2787 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 2773 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
@@ -2815,7 +2801,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then | |||
2815 | am__isrc=' -I$(srcdir)' | 2801 | am__isrc=' -I$(srcdir)' |
2816 | # test to see if srcdir already configured | 2802 | # test to see if srcdir already configured |
2817 | if test -f $srcdir/config.status; then | 2803 | if test -f $srcdir/config.status; then |
2818 | as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | 2804 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
2819 | fi | 2805 | fi |
2820 | fi | 2806 | fi |
2821 | 2807 | ||
@@ -2831,7 +2817,7 @@ fi | |||
2831 | 2817 | ||
2832 | # Define the identity of the package. | 2818 | # Define the identity of the package. |
2833 | PACKAGE='embryo' | 2819 | PACKAGE='embryo' |
2834 | VERSION='1.1.0' | 2820 | VERSION='1.1.99.67344' |
2835 | 2821 | ||
2836 | 2822 | ||
2837 | cat >>confdefs.h <<_ACEOF | 2823 | cat >>confdefs.h <<_ACEOF |
@@ -2886,7 +2872,7 @@ AM_BACKSLASH='\' | |||
2886 | 2872 | ||
2887 | # Make sure we can run config.sub. | 2873 | # Make sure we can run config.sub. |
2888 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 2874 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
2889 | as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | 2875 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
2890 | 2876 | ||
2891 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 2877 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
2892 | $as_echo_n "checking build system type... " >&6; } | 2878 | $as_echo_n "checking build system type... " >&6; } |
@@ -2897,16 +2883,16 @@ else | |||
2897 | test "x$ac_build_alias" = x && | 2883 | test "x$ac_build_alias" = x && |
2898 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 2884 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
2899 | test "x$ac_build_alias" = x && | 2885 | test "x$ac_build_alias" = x && |
2900 | as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 | 2886 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 |
2901 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 2887 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
2902 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | 2888 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
2903 | 2889 | ||
2904 | fi | 2890 | fi |
2905 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | 2891 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
2906 | $as_echo "$ac_cv_build" >&6; } | 2892 | $as_echo "$ac_cv_build" >&6; } |
2907 | case $ac_cv_build in | 2893 | case $ac_cv_build in |
2908 | *-*-*) ;; | 2894 | *-*-*) ;; |
2909 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; | 2895 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; |
2910 | esac | 2896 | esac |
2911 | build=$ac_cv_build | 2897 | build=$ac_cv_build |
2912 | ac_save_IFS=$IFS; IFS='-' | 2898 | ac_save_IFS=$IFS; IFS='-' |
@@ -2931,7 +2917,7 @@ else | |||
2931 | ac_cv_host=$ac_cv_build | 2917 | ac_cv_host=$ac_cv_build |
2932 | else | 2918 | else |
2933 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 2919 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
2934 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | 2920 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
2935 | fi | 2921 | fi |
2936 | 2922 | ||
2937 | fi | 2923 | fi |
@@ -2939,7 +2925,7 @@ fi | |||
2939 | $as_echo "$ac_cv_host" >&6; } | 2925 | $as_echo "$ac_cv_host" >&6; } |
2940 | case $ac_cv_host in | 2926 | case $ac_cv_host in |
2941 | *-*-*) ;; | 2927 | *-*-*) ;; |
2942 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; | 2928 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; |
2943 | esac | 2929 | esac |
2944 | host=$ac_cv_host | 2930 | host=$ac_cv_host |
2945 | ac_save_IFS=$IFS; IFS='-' | 2931 | ac_save_IFS=$IFS; IFS='-' |
@@ -3645,8 +3631,8 @@ fi | |||
3645 | 3631 | ||
3646 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3632 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3647 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3633 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3648 | as_fn_error $? "no acceptable C compiler found in \$PATH | 3634 | as_fn_error "no acceptable C compiler found in \$PATH |
3649 | See \`config.log' for more details" "$LINENO" 5 ; } | 3635 | See \`config.log' for more details." "$LINENO" 5; } |
3650 | 3636 | ||
3651 | # Provide some information about the compiler. | 3637 | # Provide some information about the compiler. |
3652 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 3638 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -3760,8 +3746,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
3760 | 3746 | ||
3761 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3747 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3762 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3748 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3763 | as_fn_error 77 "C compiler cannot create executables | 3749 | { as_fn_set_status 77 |
3764 | See \`config.log' for more details" "$LINENO" 5 ; } | 3750 | as_fn_error "C compiler cannot create executables |
3751 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
3765 | else | 3752 | else |
3766 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3753 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3767 | $as_echo "yes" >&6; } | 3754 | $as_echo "yes" >&6; } |
@@ -3803,8 +3790,8 @@ done | |||
3803 | else | 3790 | else |
3804 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3791 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3805 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3792 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3806 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 3793 | as_fn_error "cannot compute suffix of executables: cannot compile and link |
3807 | See \`config.log' for more details" "$LINENO" 5 ; } | 3794 | See \`config.log' for more details." "$LINENO" 5; } |
3808 | fi | 3795 | fi |
3809 | rm -f conftest conftest$ac_cv_exeext | 3796 | rm -f conftest conftest$ac_cv_exeext |
3810 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 3797 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
@@ -3861,9 +3848,9 @@ $as_echo "$ac_try_echo"; } >&5 | |||
3861 | else | 3848 | else |
3862 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3849 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3863 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3850 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3864 | as_fn_error $? "cannot run C compiled programs. | 3851 | as_fn_error "cannot run C compiled programs. |
3865 | If you meant to cross compile, use \`--host'. | 3852 | If you meant to cross compile, use \`--host'. |
3866 | See \`config.log' for more details" "$LINENO" 5 ; } | 3853 | See \`config.log' for more details." "$LINENO" 5; } |
3867 | fi | 3854 | fi |
3868 | fi | 3855 | fi |
3869 | fi | 3856 | fi |
@@ -3914,8 +3901,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
3914 | 3901 | ||
3915 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3902 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3916 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3903 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3917 | as_fn_error $? "cannot compute suffix of object files: cannot compile | 3904 | as_fn_error "cannot compute suffix of object files: cannot compile |
3918 | See \`config.log' for more details" "$LINENO" 5 ; } | 3905 | See \`config.log' for more details." "$LINENO" 5; } |
3919 | fi | 3906 | fi |
3920 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 3907 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3921 | fi | 3908 | fi |
@@ -4319,7 +4306,7 @@ esac | |||
4319 | done | 4306 | done |
4320 | IFS=$as_save_IFS | 4307 | IFS=$as_save_IFS |
4321 | if test -z "$ac_cv_path_SED"; then | 4308 | if test -z "$ac_cv_path_SED"; then |
4322 | as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 | 4309 | as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 |
4323 | fi | 4310 | fi |
4324 | else | 4311 | else |
4325 | ac_cv_path_SED=$SED | 4312 | ac_cv_path_SED=$SED |
@@ -4395,7 +4382,7 @@ esac | |||
4395 | done | 4382 | done |
4396 | IFS=$as_save_IFS | 4383 | IFS=$as_save_IFS |
4397 | if test -z "$ac_cv_path_GREP"; then | 4384 | if test -z "$ac_cv_path_GREP"; then |
4398 | as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4385 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4399 | fi | 4386 | fi |
4400 | else | 4387 | else |
4401 | ac_cv_path_GREP=$GREP | 4388 | ac_cv_path_GREP=$GREP |
@@ -4461,7 +4448,7 @@ esac | |||
4461 | done | 4448 | done |
4462 | IFS=$as_save_IFS | 4449 | IFS=$as_save_IFS |
4463 | if test -z "$ac_cv_path_EGREP"; then | 4450 | if test -z "$ac_cv_path_EGREP"; then |
4464 | as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4451 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4465 | fi | 4452 | fi |
4466 | else | 4453 | else |
4467 | ac_cv_path_EGREP=$EGREP | 4454 | ac_cv_path_EGREP=$EGREP |
@@ -4528,7 +4515,7 @@ esac | |||
4528 | done | 4515 | done |
4529 | IFS=$as_save_IFS | 4516 | IFS=$as_save_IFS |
4530 | if test -z "$ac_cv_path_FGREP"; then | 4517 | if test -z "$ac_cv_path_FGREP"; then |
4531 | as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4518 | as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4532 | fi | 4519 | fi |
4533 | else | 4520 | else |
4534 | ac_cv_path_FGREP=$FGREP | 4521 | ac_cv_path_FGREP=$FGREP |
@@ -4644,7 +4631,7 @@ else | |||
4644 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 4631 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4645 | $as_echo "no" >&6; } | 4632 | $as_echo "no" >&6; } |
4646 | fi | 4633 | fi |
4647 | test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 | 4634 | test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 |
4648 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | 4635 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
4649 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | 4636 | $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
4650 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : | 4637 | if test "${lt_cv_prog_gnu_ld+set}" = set; then : |
@@ -4846,13 +4833,13 @@ if test "${lt_cv_nm_interface+set}" = set; then : | |||
4846 | else | 4833 | else |
4847 | lt_cv_nm_interface="BSD nm" | 4834 | lt_cv_nm_interface="BSD nm" |
4848 | echo "int some_variable = 0;" > conftest.$ac_ext | 4835 | echo "int some_variable = 0;" > conftest.$ac_ext |
4849 | (eval echo "\"\$as_me:4849: $ac_compile\"" >&5) | 4836 | (eval echo "\"\$as_me:4836: $ac_compile\"" >&5) |
4850 | (eval "$ac_compile" 2>conftest.err) | 4837 | (eval "$ac_compile" 2>conftest.err) |
4851 | cat conftest.err >&5 | 4838 | cat conftest.err >&5 |
4852 | (eval echo "\"\$as_me:4852: $NM \\\"conftest.$ac_objext\\\"\"" >&5) | 4839 | (eval echo "\"\$as_me:4839: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
4853 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) | 4840 | (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
4854 | cat conftest.err >&5 | 4841 | cat conftest.err >&5 |
4855 | (eval echo "\"\$as_me:4855: output\"" >&5) | 4842 | (eval echo "\"\$as_me:4842: output\"" >&5) |
4856 | cat conftest.out >&5 | 4843 | cat conftest.out >&5 |
4857 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then | 4844 | if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
4858 | lt_cv_nm_interface="MS dumpbin" | 4845 | lt_cv_nm_interface="MS dumpbin" |
@@ -6055,7 +6042,7 @@ ia64-*-hpux*) | |||
6055 | ;; | 6042 | ;; |
6056 | *-*-irix6*) | 6043 | *-*-irix6*) |
6057 | # Find out which ABI we are using. | 6044 | # Find out which ABI we are using. |
6058 | echo '#line 6058 "configure"' > conftest.$ac_ext | 6045 | echo '#line 6045 "configure"' > conftest.$ac_ext |
6059 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 6046 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
6060 | (eval $ac_compile) 2>&5 | 6047 | (eval $ac_compile) 2>&5 |
6061 | ac_status=$? | 6048 | ac_status=$? |
@@ -6844,7 +6831,7 @@ else | |||
6844 | # Broken: fails on valid input. | 6831 | # Broken: fails on valid input. |
6845 | continue | 6832 | continue |
6846 | fi | 6833 | fi |
6847 | rm -f conftest.err conftest.i conftest.$ac_ext | 6834 | rm -f conftest.err conftest.$ac_ext |
6848 | 6835 | ||
6849 | # OK, works on sane cases. Now check whether nonexistent headers | 6836 | # OK, works on sane cases. Now check whether nonexistent headers |
6850 | # can be detected and how. | 6837 | # can be detected and how. |
@@ -6860,11 +6847,11 @@ else | |||
6860 | ac_preproc_ok=: | 6847 | ac_preproc_ok=: |
6861 | break | 6848 | break |
6862 | fi | 6849 | fi |
6863 | rm -f conftest.err conftest.i conftest.$ac_ext | 6850 | rm -f conftest.err conftest.$ac_ext |
6864 | 6851 | ||
6865 | done | 6852 | done |
6866 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 6853 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
6867 | rm -f conftest.i conftest.err conftest.$ac_ext | 6854 | rm -f conftest.err conftest.$ac_ext |
6868 | if $ac_preproc_ok; then : | 6855 | if $ac_preproc_ok; then : |
6869 | break | 6856 | break |
6870 | fi | 6857 | fi |
@@ -6903,7 +6890,7 @@ else | |||
6903 | # Broken: fails on valid input. | 6890 | # Broken: fails on valid input. |
6904 | continue | 6891 | continue |
6905 | fi | 6892 | fi |
6906 | rm -f conftest.err conftest.i conftest.$ac_ext | 6893 | rm -f conftest.err conftest.$ac_ext |
6907 | 6894 | ||
6908 | # OK, works on sane cases. Now check whether nonexistent headers | 6895 | # OK, works on sane cases. Now check whether nonexistent headers |
6909 | # can be detected and how. | 6896 | # can be detected and how. |
@@ -6919,18 +6906,18 @@ else | |||
6919 | ac_preproc_ok=: | 6906 | ac_preproc_ok=: |
6920 | break | 6907 | break |
6921 | fi | 6908 | fi |
6922 | rm -f conftest.err conftest.i conftest.$ac_ext | 6909 | rm -f conftest.err conftest.$ac_ext |
6923 | 6910 | ||
6924 | done | 6911 | done |
6925 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 6912 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
6926 | rm -f conftest.i conftest.err conftest.$ac_ext | 6913 | rm -f conftest.err conftest.$ac_ext |
6927 | if $ac_preproc_ok; then : | 6914 | if $ac_preproc_ok; then : |
6928 | 6915 | ||
6929 | else | 6916 | else |
6930 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 6917 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
6931 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 6918 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
6932 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 6919 | as_fn_error "C preprocessor \"$CPP\" fails sanity check |
6933 | See \`config.log' for more details" "$LINENO" 5 ; } | 6920 | See \`config.log' for more details." "$LINENO" 5; } |
6934 | fi | 6921 | fi |
6935 | 6922 | ||
6936 | ac_ext=c | 6923 | ac_ext=c |
@@ -7059,7 +7046,8 @@ do : | |||
7059 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 7046 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
7060 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 7047 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
7061 | " | 7048 | " |
7062 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 7049 | eval as_val=\$$as_ac_Header |
7050 | if test "x$as_val" = x""yes; then : | ||
7063 | cat >>confdefs.h <<_ACEOF | 7051 | cat >>confdefs.h <<_ACEOF |
7064 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 7052 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
7065 | _ACEOF | 7053 | _ACEOF |
@@ -7582,11 +7570,11 @@ else | |||
7582 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 7570 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7583 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 7571 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7584 | -e 's:$: $lt_compiler_flag:'` | 7572 | -e 's:$: $lt_compiler_flag:'` |
7585 | (eval echo "\"\$as_me:7585: $lt_compile\"" >&5) | 7573 | (eval echo "\"\$as_me:7573: $lt_compile\"" >&5) |
7586 | (eval "$lt_compile" 2>conftest.err) | 7574 | (eval "$lt_compile" 2>conftest.err) |
7587 | ac_status=$? | 7575 | ac_status=$? |
7588 | cat conftest.err >&5 | 7576 | cat conftest.err >&5 |
7589 | echo "$as_me:7589: \$? = $ac_status" >&5 | 7577 | echo "$as_me:7577: \$? = $ac_status" >&5 |
7590 | if (exit $ac_status) && test -s "$ac_outfile"; then | 7578 | if (exit $ac_status) && test -s "$ac_outfile"; then |
7591 | # The compiler can only warn and ignore the option if not recognized | 7579 | # The compiler can only warn and ignore the option if not recognized |
7592 | # So say no if there are warnings other than the usual output. | 7580 | # So say no if there are warnings other than the usual output. |
@@ -7921,11 +7909,11 @@ else | |||
7921 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 7909 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7922 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 7910 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7923 | -e 's:$: $lt_compiler_flag:'` | 7911 | -e 's:$: $lt_compiler_flag:'` |
7924 | (eval echo "\"\$as_me:7924: $lt_compile\"" >&5) | 7912 | (eval echo "\"\$as_me:7912: $lt_compile\"" >&5) |
7925 | (eval "$lt_compile" 2>conftest.err) | 7913 | (eval "$lt_compile" 2>conftest.err) |
7926 | ac_status=$? | 7914 | ac_status=$? |
7927 | cat conftest.err >&5 | 7915 | cat conftest.err >&5 |
7928 | echo "$as_me:7928: \$? = $ac_status" >&5 | 7916 | echo "$as_me:7916: \$? = $ac_status" >&5 |
7929 | if (exit $ac_status) && test -s "$ac_outfile"; then | 7917 | if (exit $ac_status) && test -s "$ac_outfile"; then |
7930 | # The compiler can only warn and ignore the option if not recognized | 7918 | # The compiler can only warn and ignore the option if not recognized |
7931 | # So say no if there are warnings other than the usual output. | 7919 | # So say no if there are warnings other than the usual output. |
@@ -8026,11 +8014,11 @@ else | |||
8026 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8014 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8027 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8015 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8028 | -e 's:$: $lt_compiler_flag:'` | 8016 | -e 's:$: $lt_compiler_flag:'` |
8029 | (eval echo "\"\$as_me:8029: $lt_compile\"" >&5) | 8017 | (eval echo "\"\$as_me:8017: $lt_compile\"" >&5) |
8030 | (eval "$lt_compile" 2>out/conftest.err) | 8018 | (eval "$lt_compile" 2>out/conftest.err) |
8031 | ac_status=$? | 8019 | ac_status=$? |
8032 | cat out/conftest.err >&5 | 8020 | cat out/conftest.err >&5 |
8033 | echo "$as_me:8033: \$? = $ac_status" >&5 | 8021 | echo "$as_me:8021: \$? = $ac_status" >&5 |
8034 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 8022 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8035 | then | 8023 | then |
8036 | # The compiler can only warn and ignore the option if not recognized | 8024 | # The compiler can only warn and ignore the option if not recognized |
@@ -8081,11 +8069,11 @@ else | |||
8081 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8069 | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8082 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8070 | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8083 | -e 's:$: $lt_compiler_flag:'` | 8071 | -e 's:$: $lt_compiler_flag:'` |
8084 | (eval echo "\"\$as_me:8084: $lt_compile\"" >&5) | 8072 | (eval echo "\"\$as_me:8072: $lt_compile\"" >&5) |
8085 | (eval "$lt_compile" 2>out/conftest.err) | 8073 | (eval "$lt_compile" 2>out/conftest.err) |
8086 | ac_status=$? | 8074 | ac_status=$? |
8087 | cat out/conftest.err >&5 | 8075 | cat out/conftest.err >&5 |
8088 | echo "$as_me:8088: \$? = $ac_status" >&5 | 8076 | echo "$as_me:8076: \$? = $ac_status" >&5 |
8089 | if (exit $ac_status) && test -s out/conftest2.$ac_objext | 8077 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8090 | then | 8078 | then |
8091 | # The compiler can only warn and ignore the option if not recognized | 8079 | # The compiler can only warn and ignore the option if not recognized |
@@ -10465,7 +10453,7 @@ else | |||
10465 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10453 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10466 | lt_status=$lt_dlunknown | 10454 | lt_status=$lt_dlunknown |
10467 | cat > conftest.$ac_ext <<_LT_EOF | 10455 | cat > conftest.$ac_ext <<_LT_EOF |
10468 | #line 10468 "configure" | 10456 | #line 10456 "configure" |
10469 | #include "confdefs.h" | 10457 | #include "confdefs.h" |
10470 | 10458 | ||
10471 | #if HAVE_DLFCN_H | 10459 | #if HAVE_DLFCN_H |
@@ -10561,7 +10549,7 @@ else | |||
10561 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10549 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10562 | lt_status=$lt_dlunknown | 10550 | lt_status=$lt_dlunknown |
10563 | cat > conftest.$ac_ext <<_LT_EOF | 10551 | cat > conftest.$ac_ext <<_LT_EOF |
10564 | #line 10564 "configure" | 10552 | #line 10552 "configure" |
10565 | #include "confdefs.h" | 10553 | #include "confdefs.h" |
10566 | 10554 | ||
10567 | #if HAVE_DLFCN_H | 10555 | #if HAVE_DLFCN_H |
@@ -10805,15 +10793,15 @@ _ACEOF | |||
10805 | 10793 | ||
10806 | 10794 | ||
10807 | cat >>confdefs.h <<_ACEOF | 10795 | cat >>confdefs.h <<_ACEOF |
10808 | #define VMIC 0 | 10796 | #define VMIC 99 |
10809 | _ACEOF | 10797 | _ACEOF |
10810 | 10798 | ||
10811 | 10799 | ||
10812 | cat >>confdefs.h <<_ACEOF | 10800 | cat >>confdefs.h <<_ACEOF |
10813 | #define VREV 0 | 10801 | #define VREV 67344 |
10814 | _ACEOF | 10802 | _ACEOF |
10815 | 10803 | ||
10816 | version_info="2:0:1" | 10804 | version_info="2:99:1" |
10817 | release_info="" | 10805 | release_info="" |
10818 | 10806 | ||
10819 | 10807 | ||
@@ -11179,8 +11167,8 @@ fi | |||
11179 | 11167 | ||
11180 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 11168 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
11181 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 11169 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
11182 | as_fn_error $? "no acceptable C compiler found in \$PATH | 11170 | as_fn_error "no acceptable C compiler found in \$PATH |
11183 | See \`config.log' for more details" "$LINENO" 5 ; } | 11171 | See \`config.log' for more details." "$LINENO" 5; } |
11184 | 11172 | ||
11185 | # Provide some information about the compiler. | 11173 | # Provide some information about the compiler. |
11186 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 11174 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
@@ -11711,10 +11699,6 @@ fi | |||
11711 | 11699 | ||
11712 | 11700 | ||
11713 | 11701 | ||
11714 | |||
11715 | |||
11716 | |||
11717 | |||
11718 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then | 11702 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
11719 | if test -n "$ac_tool_prefix"; then | 11703 | if test -n "$ac_tool_prefix"; then |
11720 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | 11704 | # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. |
@@ -11827,6 +11811,7 @@ $as_echo "yes" >&6; } | |||
11827 | $as_echo "no" >&6; } | 11811 | $as_echo "no" >&6; } |
11828 | PKG_CONFIG="" | 11812 | PKG_CONFIG="" |
11829 | fi | 11813 | fi |
11814 | |||
11830 | fi | 11815 | fi |
11831 | 11816 | ||
11832 | # Check whether pkg-config supports Requires.private | 11817 | # Check whether pkg-config supports Requires.private |
@@ -11850,10 +11835,11 @@ pkg_failed=no | |||
11850 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 | 11835 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVIL" >&5 |
11851 | $as_echo_n "checking for EVIL... " >&6; } | 11836 | $as_echo_n "checking for EVIL... " >&6; } |
11852 | 11837 | ||
11853 | if test -n "$EVIL_CFLAGS"; then | 11838 | if test -n "$PKG_CONFIG"; then |
11854 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" | 11839 | if test -n "$EVIL_CFLAGS"; then |
11855 | elif test -n "$PKG_CONFIG"; then | 11840 | pkg_cv_EVIL_CFLAGS="$EVIL_CFLAGS" |
11856 | if test -n "$PKG_CONFIG" && \ | 11841 | else |
11842 | if test -n "$PKG_CONFIG" && \ | ||
11857 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 11843 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
11858 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 11844 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
11859 | ac_status=$? | 11845 | ac_status=$? |
@@ -11863,13 +11849,15 @@ if test -n "$EVIL_CFLAGS"; then | |||
11863 | else | 11849 | else |
11864 | pkg_failed=yes | 11850 | pkg_failed=yes |
11865 | fi | 11851 | fi |
11866 | else | 11852 | fi |
11867 | pkg_failed=untried | 11853 | else |
11854 | pkg_failed=untried | ||
11868 | fi | 11855 | fi |
11869 | if test -n "$EVIL_LIBS"; then | 11856 | if test -n "$PKG_CONFIG"; then |
11870 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" | 11857 | if test -n "$EVIL_LIBS"; then |
11871 | elif test -n "$PKG_CONFIG"; then | 11858 | pkg_cv_EVIL_LIBS="$EVIL_LIBS" |
11872 | if test -n "$PKG_CONFIG" && \ | 11859 | else |
11860 | if test -n "$PKG_CONFIG" && \ | ||
11873 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 | 11861 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"evil >= 1.0.0\""; } >&5 |
11874 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 | 11862 | ($PKG_CONFIG --exists --print-errors "evil >= 1.0.0") 2>&5 |
11875 | ac_status=$? | 11863 | ac_status=$? |
@@ -11879,15 +11867,14 @@ if test -n "$EVIL_LIBS"; then | |||
11879 | else | 11867 | else |
11880 | pkg_failed=yes | 11868 | pkg_failed=yes |
11881 | fi | 11869 | fi |
11882 | else | 11870 | fi |
11883 | pkg_failed=untried | 11871 | else |
11872 | pkg_failed=untried | ||
11884 | fi | 11873 | fi |
11885 | 11874 | ||
11886 | 11875 | ||
11887 | 11876 | ||
11888 | if test $pkg_failed = yes; then | 11877 | if test $pkg_failed = yes; then |
11889 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
11890 | $as_echo "no" >&6; } | ||
11891 | 11878 | ||
11892 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 11879 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
11893 | _pkg_short_errors_supported=yes | 11880 | _pkg_short_errors_supported=yes |
@@ -11895,14 +11882,14 @@ else | |||
11895 | _pkg_short_errors_supported=no | 11882 | _pkg_short_errors_supported=no |
11896 | fi | 11883 | fi |
11897 | if test $_pkg_short_errors_supported = yes; then | 11884 | if test $_pkg_short_errors_supported = yes; then |
11898 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "evil >= 1.0.0" 2>&1` | 11885 | EVIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "evil >= 1.0.0"` |
11899 | else | 11886 | else |
11900 | EVIL_PKG_ERRORS=`$PKG_CONFIG --print-errors "evil >= 1.0.0" 2>&1` | 11887 | EVIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "evil >= 1.0.0"` |
11901 | fi | 11888 | fi |
11902 | # Put the nasty error message in config.log where it belongs | 11889 | # Put the nasty error message in config.log where it belongs |
11903 | echo "$EVIL_PKG_ERRORS" >&5 | 11890 | echo "$EVIL_PKG_ERRORS" >&5 |
11904 | 11891 | ||
11905 | as_fn_error $? "Package requirements (evil >= 1.0.0) were not met: | 11892 | as_fn_error "Package requirements (evil >= 1.0.0) were not met: |
11906 | 11893 | ||
11907 | $EVIL_PKG_ERRORS | 11894 | $EVIL_PKG_ERRORS |
11908 | 11895 | ||
@@ -11911,13 +11898,12 @@ installed software in a non-standard prefix. | |||
11911 | 11898 | ||
11912 | Alternatively, you may set the environment variables EVIL_CFLAGS | 11899 | Alternatively, you may set the environment variables EVIL_CFLAGS |
11913 | and EVIL_LIBS to avoid the need to call pkg-config. | 11900 | and EVIL_LIBS to avoid the need to call pkg-config. |
11914 | See the pkg-config man page for more details." "$LINENO" 5 | 11901 | See the pkg-config man page for more details. |
11902 | " "$LINENO" 5 | ||
11915 | elif test $pkg_failed = untried; then | 11903 | elif test $pkg_failed = untried; then |
11916 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
11917 | $as_echo "no" >&6; } | ||
11918 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 11904 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
11919 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 11905 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
11920 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 11906 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
11921 | is in your PATH or set the PKG_CONFIG environment variable to the full | 11907 | is in your PATH or set the PKG_CONFIG environment variable to the full |
11922 | path to pkg-config. | 11908 | path to pkg-config. |
11923 | 11909 | ||
@@ -11926,13 +11912,13 @@ and EVIL_LIBS to avoid the need to call pkg-config. | |||
11926 | See the pkg-config man page for more details. | 11912 | See the pkg-config man page for more details. |
11927 | 11913 | ||
11928 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 11914 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
11929 | See \`config.log' for more details" "$LINENO" 5 ; } | 11915 | See \`config.log' for more details." "$LINENO" 5; } |
11930 | else | 11916 | else |
11931 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS | 11917 | EVIL_CFLAGS=$pkg_cv_EVIL_CFLAGS |
11932 | EVIL_LIBS=$pkg_cv_EVIL_LIBS | 11918 | EVIL_LIBS=$pkg_cv_EVIL_LIBS |
11933 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 11919 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
11934 | $as_echo "yes" >&6; } | 11920 | $as_echo "yes" >&6; } |
11935 | 11921 | : | |
11936 | fi | 11922 | fi |
11937 | 11923 | ||
11938 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h | 11924 | $as_echo "#define HAVE_EVIL 1" >>confdefs.h |
@@ -11949,10 +11935,11 @@ pkg_failed=no | |||
11949 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 | 11935 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EINA" >&5 |
11950 | $as_echo_n "checking for EINA... " >&6; } | 11936 | $as_echo_n "checking for EINA... " >&6; } |
11951 | 11937 | ||
11952 | if test -n "$EINA_CFLAGS"; then | 11938 | if test -n "$PKG_CONFIG"; then |
11953 | pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" | 11939 | if test -n "$EINA_CFLAGS"; then |
11954 | elif test -n "$PKG_CONFIG"; then | 11940 | pkg_cv_EINA_CFLAGS="$EINA_CFLAGS" |
11955 | if test -n "$PKG_CONFIG" && \ | 11941 | else |
11942 | if test -n "$PKG_CONFIG" && \ | ||
11956 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 | 11943 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 |
11957 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 | 11944 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 |
11958 | ac_status=$? | 11945 | ac_status=$? |
@@ -11962,13 +11949,15 @@ if test -n "$EINA_CFLAGS"; then | |||
11962 | else | 11949 | else |
11963 | pkg_failed=yes | 11950 | pkg_failed=yes |
11964 | fi | 11951 | fi |
11965 | else | 11952 | fi |
11966 | pkg_failed=untried | 11953 | else |
11954 | pkg_failed=untried | ||
11967 | fi | 11955 | fi |
11968 | if test -n "$EINA_LIBS"; then | 11956 | if test -n "$PKG_CONFIG"; then |
11969 | pkg_cv_EINA_LIBS="$EINA_LIBS" | 11957 | if test -n "$EINA_LIBS"; then |
11970 | elif test -n "$PKG_CONFIG"; then | 11958 | pkg_cv_EINA_LIBS="$EINA_LIBS" |
11971 | if test -n "$PKG_CONFIG" && \ | 11959 | else |
11960 | if test -n "$PKG_CONFIG" && \ | ||
11972 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 | 11961 | { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eina >= 1.1.0\""; } >&5 |
11973 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 | 11962 | ($PKG_CONFIG --exists --print-errors "eina >= 1.1.0") 2>&5 |
11974 | ac_status=$? | 11963 | ac_status=$? |
@@ -11978,15 +11967,14 @@ if test -n "$EINA_LIBS"; then | |||
11978 | else | 11967 | else |
11979 | pkg_failed=yes | 11968 | pkg_failed=yes |
11980 | fi | 11969 | fi |
11981 | else | 11970 | fi |
11982 | pkg_failed=untried | 11971 | else |
11972 | pkg_failed=untried | ||
11983 | fi | 11973 | fi |
11984 | 11974 | ||
11985 | 11975 | ||
11986 | 11976 | ||
11987 | if test $pkg_failed = yes; then | 11977 | if test $pkg_failed = yes; then |
11988 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
11989 | $as_echo "no" >&6; } | ||
11990 | 11978 | ||
11991 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | 11979 | if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
11992 | _pkg_short_errors_supported=yes | 11980 | _pkg_short_errors_supported=yes |
@@ -11994,14 +11982,14 @@ else | |||
11994 | _pkg_short_errors_supported=no | 11982 | _pkg_short_errors_supported=no |
11995 | fi | 11983 | fi |
11996 | if test $_pkg_short_errors_supported = yes; then | 11984 | if test $_pkg_short_errors_supported = yes; then |
11997 | EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "eina >= 1.1.0" 2>&1` | 11985 | EINA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eina >= 1.1.0"` |
11998 | else | 11986 | else |
11999 | EINA_PKG_ERRORS=`$PKG_CONFIG --print-errors "eina >= 1.1.0" 2>&1` | 11987 | EINA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eina >= 1.1.0"` |
12000 | fi | 11988 | fi |
12001 | # Put the nasty error message in config.log where it belongs | 11989 | # Put the nasty error message in config.log where it belongs |
12002 | echo "$EINA_PKG_ERRORS" >&5 | 11990 | echo "$EINA_PKG_ERRORS" >&5 |
12003 | 11991 | ||
12004 | as_fn_error $? "Package requirements (eina >= 1.1.0) were not met: | 11992 | as_fn_error "Package requirements (eina >= 1.1.0) were not met: |
12005 | 11993 | ||
12006 | $EINA_PKG_ERRORS | 11994 | $EINA_PKG_ERRORS |
12007 | 11995 | ||
@@ -12010,13 +11998,12 @@ installed software in a non-standard prefix. | |||
12010 | 11998 | ||
12011 | Alternatively, you may set the environment variables EINA_CFLAGS | 11999 | Alternatively, you may set the environment variables EINA_CFLAGS |
12012 | and EINA_LIBS to avoid the need to call pkg-config. | 12000 | and EINA_LIBS to avoid the need to call pkg-config. |
12013 | See the pkg-config man page for more details." "$LINENO" 5 | 12001 | See the pkg-config man page for more details. |
12002 | " "$LINENO" 5 | ||
12014 | elif test $pkg_failed = untried; then | 12003 | elif test $pkg_failed = untried; then |
12015 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
12016 | $as_echo "no" >&6; } | ||
12017 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 12004 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
12018 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 12005 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
12019 | as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it | 12006 | as_fn_error "The pkg-config script could not be found or is too old. Make sure it |
12020 | is in your PATH or set the PKG_CONFIG environment variable to the full | 12007 | is in your PATH or set the PKG_CONFIG environment variable to the full |
12021 | path to pkg-config. | 12008 | path to pkg-config. |
12022 | 12009 | ||
@@ -12025,13 +12012,13 @@ and EINA_LIBS to avoid the need to call pkg-config. | |||
12025 | See the pkg-config man page for more details. | 12012 | See the pkg-config man page for more details. |
12026 | 12013 | ||
12027 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. | 12014 | To get pkg-config, see <http://pkg-config.freedesktop.org/>. |
12028 | See \`config.log' for more details" "$LINENO" 5 ; } | 12015 | See \`config.log' for more details." "$LINENO" 5; } |
12029 | else | 12016 | else |
12030 | EINA_CFLAGS=$pkg_cv_EINA_CFLAGS | 12017 | EINA_CFLAGS=$pkg_cv_EINA_CFLAGS |
12031 | EINA_LIBS=$pkg_cv_EINA_LIBS | 12018 | EINA_LIBS=$pkg_cv_EINA_LIBS |
12032 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 12019 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
12033 | $as_echo "yes" >&6; } | 12020 | $as_echo "yes" >&6; } |
12034 | 12021 | : | |
12035 | fi | 12022 | fi |
12036 | 12023 | ||
12037 | ### Checks for header files | 12024 | ### Checks for header files |
@@ -12328,8 +12315,8 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
12328 | 12315 | ||
12329 | ;; #( | 12316 | ;; #( |
12330 | *) | 12317 | *) |
12331 | as_fn_error $? "unknown endianness | 12318 | as_fn_error "unknown endianness |
12332 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; | 12319 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; |
12333 | esac | 12320 | esac |
12334 | 12321 | ||
12335 | if test "x$CC" != xcc; then | 12322 | if test "x$CC" != xcc; then |
@@ -12341,7 +12328,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; } | |||
12341 | fi | 12328 | fi |
12342 | set dummy $CC; ac_cc=`$as_echo "$2" | | 12329 | set dummy $CC; ac_cc=`$as_echo "$2" | |
12343 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` | 12330 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` |
12344 | if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then : | 12331 | if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : |
12345 | $as_echo_n "(cached) " >&6 | 12332 | $as_echo_n "(cached) " >&6 |
12346 | else | 12333 | else |
12347 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12334 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
@@ -13249,7 +13236,8 @@ if test $ac_cv_os_cray = yes; then | |||
13249 | for ac_func in _getb67 GETB67 getb67; do | 13236 | for ac_func in _getb67 GETB67 getb67; do |
13250 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13237 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
13251 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 13238 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
13252 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 13239 | eval as_val=\$$as_ac_var |
13240 | if test "x$as_val" = x""yes; then : | ||
13253 | 13241 | ||
13254 | cat >>confdefs.h <<_ACEOF | 13242 | cat >>confdefs.h <<_ACEOF |
13255 | #define CRAY_STACKSEG_END $ac_func | 13243 | #define CRAY_STACKSEG_END $ac_func |
@@ -13396,7 +13384,7 @@ fi | |||
13396 | if test "x$_efl_have_fnmatch" = "xyes"; then : | 13384 | if test "x$_efl_have_fnmatch" = "xyes"; then : |
13397 | 13385 | ||
13398 | else | 13386 | else |
13399 | as_fn_error $? "Cannot find fnmatch()" "$LINENO" 5 | 13387 | as_fn_error "Cannot find fnmatch()" "$LINENO" 5 |
13400 | fi | 13388 | fi |
13401 | 13389 | ||
13402 | 13390 | ||
@@ -13511,7 +13499,6 @@ DEFS=-DHAVE_CONFIG_H | |||
13511 | 13499 | ||
13512 | ac_libobjs= | 13500 | ac_libobjs= |
13513 | ac_ltlibobjs= | 13501 | ac_ltlibobjs= |
13514 | U= | ||
13515 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 13502 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
13516 | # 1. Remove the extension, and $U if already installed. | 13503 | # 1. Remove the extension, and $U if already installed. |
13517 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 13504 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
@@ -13535,23 +13522,23 @@ else | |||
13535 | fi | 13522 | fi |
13536 | 13523 | ||
13537 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 13524 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
13538 | as_fn_error $? "conditional \"AMDEP\" was never defined. | 13525 | as_fn_error "conditional \"AMDEP\" was never defined. |
13539 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 13526 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
13540 | fi | 13527 | fi |
13541 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 13528 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
13542 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 13529 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
13543 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 13530 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
13544 | fi | 13531 | fi |
13545 | if test -z "${BUILD_EMBRYO_CC_TRUE}" && test -z "${BUILD_EMBRYO_CC_FALSE}"; then | 13532 | if test -z "${BUILD_EMBRYO_CC_TRUE}" && test -z "${BUILD_EMBRYO_CC_FALSE}"; then |
13546 | as_fn_error $? "conditional \"BUILD_EMBRYO_CC\" was never defined. | 13533 | as_fn_error "conditional \"BUILD_EMBRYO_CC\" was never defined. |
13547 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 13534 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
13548 | fi | 13535 | fi |
13549 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 13536 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
13550 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 13537 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
13551 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 13538 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
13552 | fi | 13539 | fi |
13553 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then | 13540 | if test -z "${EFL_BUILD_DOC_TRUE}" && test -z "${EFL_BUILD_DOC_FALSE}"; then |
13554 | as_fn_error $? "conditional \"EFL_BUILD_DOC\" was never defined. | 13541 | as_fn_error "conditional \"EFL_BUILD_DOC\" was never defined. |
13555 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 13542 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
13556 | fi | 13543 | fi |
13557 | 13544 | ||
@@ -13702,19 +13689,19 @@ export LANGUAGE | |||
13702 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 13689 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
13703 | 13690 | ||
13704 | 13691 | ||
13705 | # as_fn_error STATUS ERROR [LINENO LOG_FD] | 13692 | # as_fn_error ERROR [LINENO LOG_FD] |
13706 | # ---------------------------------------- | 13693 | # --------------------------------- |
13707 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 13694 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
13708 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 13695 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
13709 | # script with STATUS, using 1 if that was 0. | 13696 | # script with status $?, using 1 if that was 0. |
13710 | as_fn_error () | 13697 | as_fn_error () |
13711 | { | 13698 | { |
13712 | as_status=$1; test $as_status -eq 0 && as_status=1 | 13699 | as_status=$?; test $as_status -eq 0 && as_status=1 |
13713 | if test "$4"; then | 13700 | if test "$3"; then |
13714 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 13701 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
13715 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 13702 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
13716 | fi | 13703 | fi |
13717 | $as_echo "$as_me: error: $2" >&2 | 13704 | $as_echo "$as_me: error: $1" >&2 |
13718 | as_fn_exit $as_status | 13705 | as_fn_exit $as_status |
13719 | } # as_fn_error | 13706 | } # as_fn_error |
13720 | 13707 | ||
@@ -13910,7 +13897,7 @@ $as_echo X"$as_dir" | | |||
13910 | test -d "$as_dir" && break | 13897 | test -d "$as_dir" && break |
13911 | done | 13898 | done |
13912 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 13899 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
13913 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 13900 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
13914 | 13901 | ||
13915 | 13902 | ||
13916 | } # as_fn_mkdir_p | 13903 | } # as_fn_mkdir_p |
@@ -13963,8 +13950,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
13963 | # report actual input values of CONFIG_FILES etc. instead of their | 13950 | # report actual input values of CONFIG_FILES etc. instead of their |
13964 | # values after options handling. | 13951 | # values after options handling. |
13965 | ac_log=" | 13952 | ac_log=" |
13966 | This file was extended by embryo $as_me 1.1.0, which was | 13953 | This file was extended by embryo $as_me 1.1.99.67344, which was |
13967 | generated by GNU Autoconf 2.67. Invocation command line was | 13954 | generated by GNU Autoconf 2.65. Invocation command line was |
13968 | 13955 | ||
13969 | CONFIG_FILES = $CONFIG_FILES | 13956 | CONFIG_FILES = $CONFIG_FILES |
13970 | CONFIG_HEADERS = $CONFIG_HEADERS | 13957 | CONFIG_HEADERS = $CONFIG_HEADERS |
@@ -14029,11 +14016,11 @@ _ACEOF | |||
14029 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 14016 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
14030 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 14017 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
14031 | ac_cs_version="\\ | 14018 | ac_cs_version="\\ |
14032 | embryo config.status 1.1.0 | 14019 | embryo config.status 1.1.99.67344 |
14033 | configured by $0, generated by GNU Autoconf 2.67, | 14020 | configured by $0, generated by GNU Autoconf 2.65, |
14034 | with options \\"\$ac_cs_config\\" | 14021 | with options \\"\$ac_cs_config\\" |
14035 | 14022 | ||
14036 | Copyright (C) 2010 Free Software Foundation, Inc. | 14023 | Copyright (C) 2009 Free Software Foundation, Inc. |
14037 | This config.status script is free software; the Free Software Foundation | 14024 | This config.status script is free software; the Free Software Foundation |
14038 | gives unlimited permission to copy, distribute and modify it." | 14025 | gives unlimited permission to copy, distribute and modify it." |
14039 | 14026 | ||
@@ -14051,16 +14038,11 @@ ac_need_defaults=: | |||
14051 | while test $# != 0 | 14038 | while test $# != 0 |
14052 | do | 14039 | do |
14053 | case $1 in | 14040 | case $1 in |
14054 | --*=?*) | 14041 | --*=*) |
14055 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | 14042 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
14056 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 14043 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
14057 | ac_shift=: | 14044 | ac_shift=: |
14058 | ;; | 14045 | ;; |
14059 | --*=) | ||
14060 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
14061 | ac_optarg= | ||
14062 | ac_shift=: | ||
14063 | ;; | ||
14064 | *) | 14046 | *) |
14065 | ac_option=$1 | 14047 | ac_option=$1 |
14066 | ac_optarg=$2 | 14048 | ac_optarg=$2 |
@@ -14082,7 +14064,6 @@ do | |||
14082 | $ac_shift | 14064 | $ac_shift |
14083 | case $ac_optarg in | 14065 | case $ac_optarg in |
14084 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 14066 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
14085 | '') as_fn_error $? "missing file argument" ;; | ||
14086 | esac | 14067 | esac |
14087 | as_fn_append CONFIG_FILES " '$ac_optarg'" | 14068 | as_fn_append CONFIG_FILES " '$ac_optarg'" |
14088 | ac_need_defaults=false;; | 14069 | ac_need_defaults=false;; |
@@ -14095,7 +14076,7 @@ do | |||
14095 | ac_need_defaults=false;; | 14076 | ac_need_defaults=false;; |
14096 | --he | --h) | 14077 | --he | --h) |
14097 | # Conflict between --help and --header | 14078 | # Conflict between --help and --header |
14098 | as_fn_error $? "ambiguous option: \`$1' | 14079 | as_fn_error "ambiguous option: \`$1' |
14099 | Try \`$0 --help' for more information.";; | 14080 | Try \`$0 --help' for more information.";; |
14100 | --help | --hel | -h ) | 14081 | --help | --hel | -h ) |
14101 | $as_echo "$ac_cs_usage"; exit ;; | 14082 | $as_echo "$ac_cs_usage"; exit ;; |
@@ -14104,7 +14085,7 @@ Try \`$0 --help' for more information.";; | |||
14104 | ac_cs_silent=: ;; | 14085 | ac_cs_silent=: ;; |
14105 | 14086 | ||
14106 | # This is an error. | 14087 | # This is an error. |
14107 | -*) as_fn_error $? "unrecognized option: \`$1' | 14088 | -*) as_fn_error "unrecognized option: \`$1' |
14108 | Try \`$0 --help' for more information." ;; | 14089 | Try \`$0 --help' for more information." ;; |
14109 | 14090 | ||
14110 | *) as_fn_append ac_config_targets " $1" | 14091 | *) as_fn_append ac_config_targets " $1" |
@@ -14428,7 +14409,7 @@ do | |||
14428 | "src/bin/Makefile") CONFIG_FILES="$CONFIG_FILES src/bin/Makefile" ;; | 14409 | "src/bin/Makefile") CONFIG_FILES="$CONFIG_FILES src/bin/Makefile" ;; |
14429 | "embryo.spec") CONFIG_FILES="$CONFIG_FILES embryo.spec" ;; | 14410 | "embryo.spec") CONFIG_FILES="$CONFIG_FILES embryo.spec" ;; |
14430 | 14411 | ||
14431 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; | 14412 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
14432 | esac | 14413 | esac |
14433 | done | 14414 | done |
14434 | 14415 | ||
@@ -14466,7 +14447,7 @@ $debug || | |||
14466 | { | 14447 | { |
14467 | tmp=./conf$$-$RANDOM | 14448 | tmp=./conf$$-$RANDOM |
14468 | (umask 077 && mkdir "$tmp") | 14449 | (umask 077 && mkdir "$tmp") |
14469 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 14450 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 |
14470 | 14451 | ||
14471 | # Set up the scripts for CONFIG_FILES section. | 14452 | # Set up the scripts for CONFIG_FILES section. |
14472 | # No need to generate them if there are no CONFIG_FILES. | 14453 | # No need to generate them if there are no CONFIG_FILES. |
@@ -14483,7 +14464,7 @@ if test "x$ac_cr" = x; then | |||
14483 | fi | 14464 | fi |
14484 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 14465 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
14485 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 14466 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
14486 | ac_cs_awk_cr='\\r' | 14467 | ac_cs_awk_cr='\r' |
14487 | else | 14468 | else |
14488 | ac_cs_awk_cr=$ac_cr | 14469 | ac_cs_awk_cr=$ac_cr |
14489 | fi | 14470 | fi |
@@ -14497,18 +14478,18 @@ _ACEOF | |||
14497 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 14478 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
14498 | echo "_ACEOF" | 14479 | echo "_ACEOF" |
14499 | } >conf$$subs.sh || | 14480 | } >conf$$subs.sh || |
14500 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 14481 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
14501 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | 14482 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` |
14502 | ac_delim='%!_!# ' | 14483 | ac_delim='%!_!# ' |
14503 | for ac_last_try in false false false false false :; do | 14484 | for ac_last_try in false false false false false :; do |
14504 | . ./conf$$subs.sh || | 14485 | . ./conf$$subs.sh || |
14505 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 14486 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
14506 | 14487 | ||
14507 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 14488 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
14508 | if test $ac_delim_n = $ac_delim_num; then | 14489 | if test $ac_delim_n = $ac_delim_num; then |
14509 | break | 14490 | break |
14510 | elif $ac_last_try; then | 14491 | elif $ac_last_try; then |
14511 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 14492 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
14512 | else | 14493 | else |
14513 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 14494 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
14514 | fi | 14495 | fi |
@@ -14597,28 +14578,20 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
14597 | else | 14578 | else |
14598 | cat | 14579 | cat |
14599 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 14580 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
14600 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 14581 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 |
14601 | _ACEOF | 14582 | _ACEOF |
14602 | 14583 | ||
14603 | # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 14584 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
14604 | # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 14585 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
14605 | # trailing colons and then remove the whole line if VPATH becomes empty | 14586 | # trailing colons and then remove the whole line if VPATH becomes empty |
14606 | # (actually we leave an empty line to preserve line numbers). | 14587 | # (actually we leave an empty line to preserve line numbers). |
14607 | if test "x$srcdir" = x.; then | 14588 | if test "x$srcdir" = x.; then |
14608 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ | 14589 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
14609 | h | 14590 | s/:*\$(srcdir):*/:/ |
14610 | s/// | 14591 | s/:*\${srcdir}:*/:/ |
14611 | s/^/:/ | 14592 | s/:*@srcdir@:*/:/ |
14612 | s/[ ]*$/:/ | 14593 | s/^\([^=]*=[ ]*\):*/\1/ |
14613 | s/:\$(srcdir):/:/g | ||
14614 | s/:\${srcdir}:/:/g | ||
14615 | s/:@srcdir@:/:/g | ||
14616 | s/^:*// | ||
14617 | s/:*$// | 14594 | s/:*$// |
14618 | x | ||
14619 | s/\(=[ ]*\).*/\1/ | ||
14620 | G | ||
14621 | s/\n// | ||
14622 | s/^[^=]*=[ ]*$// | 14595 | s/^[^=]*=[ ]*$// |
14623 | }' | 14596 | }' |
14624 | fi | 14597 | fi |
@@ -14646,7 +14619,7 @@ for ac_last_try in false false :; do | |||
14646 | if test -z "$ac_t"; then | 14619 | if test -z "$ac_t"; then |
14647 | break | 14620 | break |
14648 | elif $ac_last_try; then | 14621 | elif $ac_last_try; then |
14649 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 | 14622 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 |
14650 | else | 14623 | else |
14651 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 14624 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
14652 | fi | 14625 | fi |
@@ -14731,7 +14704,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
14731 | _ACAWK | 14704 | _ACAWK |
14732 | _ACEOF | 14705 | _ACEOF |
14733 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 14706 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
14734 | as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 | 14707 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 |
14735 | fi # test -n "$CONFIG_HEADERS" | 14708 | fi # test -n "$CONFIG_HEADERS" |
14736 | 14709 | ||
14737 | 14710 | ||
@@ -14744,7 +14717,7 @@ do | |||
14744 | esac | 14717 | esac |
14745 | case $ac_mode$ac_tag in | 14718 | case $ac_mode$ac_tag in |
14746 | :[FHL]*:*);; | 14719 | :[FHL]*:*);; |
14747 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; | 14720 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; |
14748 | :[FH]-) ac_tag=-:-;; | 14721 | :[FH]-) ac_tag=-:-;; |
14749 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 14722 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
14750 | esac | 14723 | esac |
@@ -14772,7 +14745,7 @@ do | |||
14772 | [\\/$]*) false;; | 14745 | [\\/$]*) false;; |
14773 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 14746 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
14774 | esac || | 14747 | esac || |
14775 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; | 14748 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
14776 | esac | 14749 | esac |
14777 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 14750 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
14778 | as_fn_append ac_file_inputs " '$ac_f'" | 14751 | as_fn_append ac_file_inputs " '$ac_f'" |
@@ -14799,7 +14772,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
14799 | 14772 | ||
14800 | case $ac_tag in | 14773 | case $ac_tag in |
14801 | *:-:* | *:-) cat >"$tmp/stdin" \ | 14774 | *:-:* | *:-) cat >"$tmp/stdin" \ |
14802 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 14775 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; |
14803 | esac | 14776 | esac |
14804 | ;; | 14777 | ;; |
14805 | esac | 14778 | esac |
@@ -14936,22 +14909,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t | |||
14936 | $ac_datarootdir_hack | 14909 | $ac_datarootdir_hack |
14937 | " | 14910 | " |
14938 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 14911 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
14939 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 14912 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
14940 | 14913 | ||
14941 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 14914 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
14942 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 14915 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
14943 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 14916 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
14944 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 14917 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
14945 | which seems to be undefined. Please make sure it is defined" >&5 | 14918 | which seems to be undefined. Please make sure it is defined." >&5 |
14946 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 14919 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
14947 | which seems to be undefined. Please make sure it is defined" >&2;} | 14920 | which seems to be undefined. Please make sure it is defined." >&2;} |
14948 | 14921 | ||
14949 | rm -f "$tmp/stdin" | 14922 | rm -f "$tmp/stdin" |
14950 | case $ac_file in | 14923 | case $ac_file in |
14951 | -) cat "$tmp/out" && rm -f "$tmp/out";; | 14924 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
14952 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 14925 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
14953 | esac \ | 14926 | esac \ |
14954 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 14927 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
14955 | ;; | 14928 | ;; |
14956 | :H) | 14929 | :H) |
14957 | # | 14930 | # |
@@ -14962,19 +14935,19 @@ which seems to be undefined. Please make sure it is defined" >&2;} | |||
14962 | $as_echo "/* $configure_input */" \ | 14935 | $as_echo "/* $configure_input */" \ |
14963 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | 14936 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
14964 | } >"$tmp/config.h" \ | 14937 | } >"$tmp/config.h" \ |
14965 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 14938 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
14966 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | 14939 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
14967 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 14940 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
14968 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 14941 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
14969 | else | 14942 | else |
14970 | rm -f "$ac_file" | 14943 | rm -f "$ac_file" |
14971 | mv "$tmp/config.h" "$ac_file" \ | 14944 | mv "$tmp/config.h" "$ac_file" \ |
14972 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 14945 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
14973 | fi | 14946 | fi |
14974 | else | 14947 | else |
14975 | $as_echo "/* $configure_input */" \ | 14948 | $as_echo "/* $configure_input */" \ |
14976 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | 14949 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
14977 | || as_fn_error $? "could not create -" "$LINENO" 5 | 14950 | || as_fn_error "could not create -" "$LINENO" 5 |
14978 | fi | 14951 | fi |
14979 | # Compute "$ac_file"'s index in $config_headers. | 14952 | # Compute "$ac_file"'s index in $config_headers. |
14980 | _am_arg="$ac_file" | 14953 | _am_arg="$ac_file" |
@@ -15765,7 +15738,7 @@ _ACEOF | |||
15765 | ac_clean_files=$ac_clean_files_save | 15738 | ac_clean_files=$ac_clean_files_save |
15766 | 15739 | ||
15767 | test $ac_write_fail = 0 || | 15740 | test $ac_write_fail = 0 || |
15768 | as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 15741 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
15769 | 15742 | ||
15770 | 15743 | ||
15771 | # configure is writing to config.log, and then calls config.status. | 15744 | # configure is writing to config.log, and then calls config.status. |
@@ -15786,7 +15759,7 @@ if test "$no_create" != yes; then | |||
15786 | exec 5>>config.log | 15759 | exec 5>>config.log |
15787 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 15760 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
15788 | # would make configure fail if this is the last instruction. | 15761 | # would make configure fail if this is the last instruction. |
15789 | $ac_cs_success || as_fn_exit 1 | 15762 | $ac_cs_success || as_fn_exit $? |
15790 | fi | 15763 | fi |
15791 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 15764 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
15792 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 15765 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
diff --git a/libraries/embryo/configure.ac b/libraries/embryo/configure.ac index 721a9c1..61c50b8 100644 --- a/libraries/embryo/configure.ac +++ b/libraries/embryo/configure.ac | |||
@@ -2,11 +2,11 @@ | |||
2 | ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## | 2 | ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## |
3 | m4_define([v_maj], [1]) | 3 | m4_define([v_maj], [1]) |
4 | m4_define([v_min], [1]) | 4 | m4_define([v_min], [1]) |
5 | m4_define([v_mic], [0]) | 5 | m4_define([v_mic], [99]) |
6 | m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v export || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) | 6 | m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) |
7 | m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))]) | 7 | m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))]) |
8 | ##-- When released, remove the dnl on the below line | 8 | ##-- When released, remove the dnl on the below line |
9 | m4_undefine([v_rev]) | 9 | dnl m4_undefine([v_rev]) |
10 | ##-- When doing snapshots - change soname. remove dnl on below line | 10 | ##-- When doing snapshots - change soname. remove dnl on below line |
11 | dnl m4_define([relname], [ver-pre-svn-07]) | 11 | dnl m4_define([relname], [ver-pre-svn-07]) |
12 | dnl m4_define([v_rel], [-release ver-pre-svn-07]) | 12 | dnl m4_define([v_rel], [-release ver-pre-svn-07]) |