Commit 299283a173f9b6ed294f28eddc10dffed3f14865
1 parent
e78ab7bd
Updated version information
Showing
3 changed files
with
164 additions
and
144 deletions
dsoextractfw/aclocal.m4
| @@ -13,8 +13,8 @@ | @@ -13,8 +13,8 @@ | ||
| 13 | 13 | ||
| 14 | m4_ifndef([AC_AUTOCONF_VERSION], | 14 | m4_ifndef([AC_AUTOCONF_VERSION], |
| 15 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | 15 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 16 | -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, | ||
| 17 | -[m4_warning([this file was generated for autoconf 2.65. | 16 | +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],, |
| 17 | +[m4_warning([this file was generated for autoconf 2.67. | ||
| 18 | You have another version of autoconf. It may work, but is not guaranteed to. | 18 | You have another version of autoconf. It may work, but is not guaranteed to. |
| 19 | If you have problems, you may need to regenerate the build system entirely. | 19 | If you have problems, you may need to regenerate the build system entirely. |
| 20 | To do so, use the procedure documented by the package, typically `autoreconf'.])]) | 20 | To do so, use the procedure documented by the package, typically `autoreconf'.])]) |
dsoextractfw/configure
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Guess values for system-dependent variables and create Makefiles. | 2 | # Guess values for system-dependent variables and create Makefiles. |
| 3 | -# Generated by GNU Autoconf 2.65. | 3 | +# Generated by GNU Autoconf 2.67. |
| 4 | # | 4 | # |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 6 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 7 | -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | ||
| 8 | -# Inc. | 7 | +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
| 8 | +# Foundation, Inc. | ||
| 9 | # | 9 | # |
| 10 | # | 10 | # |
| 11 | # This configure script is free software; the Free Software Foundation | 11 | # This configure script is free software; the Free Software Foundation |
| @@ -316,7 +316,7 @@ $as_echo X"$as_dir" | | @@ -316,7 +316,7 @@ $as_echo X"$as_dir" | | ||
| 316 | test -d "$as_dir" && break | 316 | test -d "$as_dir" && break |
| 317 | done | 317 | done |
| 318 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 318 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 319 | - } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 319 | + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
| 320 | 320 | ||
| 321 | 321 | ||
| 322 | } # as_fn_mkdir_p | 322 | } # as_fn_mkdir_p |
| @@ -356,19 +356,19 @@ else | @@ -356,19 +356,19 @@ else | ||
| 356 | fi # as_fn_arith | 356 | fi # as_fn_arith |
| 357 | 357 | ||
| 358 | 358 | ||
| 359 | -# as_fn_error ERROR [LINENO LOG_FD] | ||
| 360 | -# --------------------------------- | 359 | +# as_fn_error STATUS ERROR [LINENO LOG_FD] |
| 360 | +# ---------------------------------------- | ||
| 361 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 361 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
| 362 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 362 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
| 363 | -# script with status $?, using 1 if that was 0. | 363 | +# script with STATUS, using 1 if that was 0. |
| 364 | as_fn_error () | 364 | as_fn_error () |
| 365 | { | 365 | { |
| 366 | - as_status=$?; test $as_status -eq 0 && as_status=1 | ||
| 367 | - if test "$3"; then | ||
| 368 | - as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | ||
| 369 | - $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 366 | + as_status=$1; test $as_status -eq 0 && as_status=1 |
| 367 | + if test "$4"; then | ||
| 368 | + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | ||
| 369 | + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | ||
| 370 | fi | 370 | fi |
| 371 | - $as_echo "$as_me: error: $1" >&2 | 371 | + $as_echo "$as_me: error: $2" >&2 |
| 372 | as_fn_exit $as_status | 372 | as_fn_exit $as_status |
| 373 | } # as_fn_error | 373 | } # as_fn_error |
| 374 | 374 | ||
| @@ -530,7 +530,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null | @@ -530,7 +530,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null | ||
| 530 | exec 6>&1 | 530 | exec 6>&1 |
| 531 | 531 | ||
| 532 | # Name of the host. | 532 | # Name of the host. |
| 533 | -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | 533 | +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
| 534 | # so uname gets run too. | 534 | # so uname gets run too. |
| 535 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 535 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
| 536 | 536 | ||
| @@ -751,8 +751,9 @@ do | @@ -751,8 +751,9 @@ do | ||
| 751 | fi | 751 | fi |
| 752 | 752 | ||
| 753 | case $ac_option in | 753 | case $ac_option in |
| 754 | - *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | ||
| 755 | - *) ac_optarg=yes ;; | 754 | + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
| 755 | + *=) ac_optarg= ;; | ||
| 756 | + *) ac_optarg=yes ;; | ||
| 756 | esac | 757 | esac |
| 757 | 758 | ||
| 758 | # Accept the important Cygnus configure options, so we can diagnose typos. | 759 | # Accept the important Cygnus configure options, so we can diagnose typos. |
| @@ -797,7 +798,7 @@ do | @@ -797,7 +798,7 @@ do | ||
| 797 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 798 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
| 798 | # Reject names that are not valid shell variable names. | 799 | # Reject names that are not valid shell variable names. |
| 799 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 800 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 800 | - as_fn_error "invalid feature name: $ac_useropt" | 801 | + as_fn_error $? "invalid feature name: $ac_useropt" |
| 801 | ac_useropt_orig=$ac_useropt | 802 | ac_useropt_orig=$ac_useropt |
| 802 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 803 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 803 | case $ac_user_opts in | 804 | case $ac_user_opts in |
| @@ -823,7 +824,7 @@ do | @@ -823,7 +824,7 @@ do | ||
| 823 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 824 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
| 824 | # Reject names that are not valid shell variable names. | 825 | # Reject names that are not valid shell variable names. |
| 825 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 826 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 826 | - as_fn_error "invalid feature name: $ac_useropt" | 827 | + as_fn_error $? "invalid feature name: $ac_useropt" |
| 827 | ac_useropt_orig=$ac_useropt | 828 | ac_useropt_orig=$ac_useropt |
| 828 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 829 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 829 | case $ac_user_opts in | 830 | case $ac_user_opts in |
| @@ -1027,7 +1028,7 @@ do | @@ -1027,7 +1028,7 @@ do | ||
| 1027 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1028 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
| 1028 | # Reject names that are not valid shell variable names. | 1029 | # Reject names that are not valid shell variable names. |
| 1029 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1030 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1030 | - as_fn_error "invalid package name: $ac_useropt" | 1031 | + as_fn_error $? "invalid package name: $ac_useropt" |
| 1031 | ac_useropt_orig=$ac_useropt | 1032 | ac_useropt_orig=$ac_useropt |
| 1032 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1033 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1033 | case $ac_user_opts in | 1034 | case $ac_user_opts in |
| @@ -1043,7 +1044,7 @@ do | @@ -1043,7 +1044,7 @@ do | ||
| 1043 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1044 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
| 1044 | # Reject names that are not valid shell variable names. | 1045 | # Reject names that are not valid shell variable names. |
| 1045 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1046 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1046 | - as_fn_error "invalid package name: $ac_useropt" | 1047 | + as_fn_error $? "invalid package name: $ac_useropt" |
| 1047 | ac_useropt_orig=$ac_useropt | 1048 | ac_useropt_orig=$ac_useropt |
| 1048 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1049 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1049 | case $ac_user_opts in | 1050 | case $ac_user_opts in |
| @@ -1073,8 +1074,8 @@ do | @@ -1073,8 +1074,8 @@ do | ||
| 1073 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1074 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
| 1074 | x_libraries=$ac_optarg ;; | 1075 | x_libraries=$ac_optarg ;; |
| 1075 | 1076 | ||
| 1076 | - -*) as_fn_error "unrecognized option: \`$ac_option' | ||
| 1077 | -Try \`$0 --help' for more information." | 1077 | + -*) as_fn_error $? "unrecognized option: \`$ac_option' |
| 1078 | +Try \`$0 --help' for more information" | ||
| 1078 | ;; | 1079 | ;; |
| 1079 | 1080 | ||
| 1080 | *=*) | 1081 | *=*) |
| @@ -1082,7 +1083,7 @@ Try \`$0 --help' for more information." | @@ -1082,7 +1083,7 @@ Try \`$0 --help' for more information." | ||
| 1082 | # Reject names that are not valid shell variable names. | 1083 | # Reject names that are not valid shell variable names. |
| 1083 | case $ac_envvar in #( | 1084 | case $ac_envvar in #( |
| 1084 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1085 | '' | [0-9]* | *[!_$as_cr_alnum]* ) |
| 1085 | - as_fn_error "invalid variable name: - as_fn_error $ac_envvar'" ;; | 1086 | + as_fn_error $? "invalid variable name: + as_fn_error $? $ac_envvar'" ;; |
| 1086 | esac | 1087 | esac |
| 1087 | eval $ac_envvar=\$ac_optarg | 1088 | eval $ac_envvar=\$ac_optarg |
| 1088 | export $ac_envvar ;; | 1089 | export $ac_envvar ;; |
| @@ -1100,13 +1101,13 @@ done | @@ -1100,13 +1101,13 @@ done | ||
| 1100 | 1101 | ||
| 1101 | if test -n "$ac_prev"; then | 1102 | if test -n "$ac_prev"; then |
| 1102 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1103 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
| 1103 | - as_fn_error "missing argument to $ac_option" | 1104 | + as_fn_error $? "missing argument to $ac_option" |
| 1104 | fi | 1105 | fi |
| 1105 | 1106 | ||
| 1106 | if test -n "$ac_unrecognized_opts"; then | 1107 | if test -n "$ac_unrecognized_opts"; then |
| 1107 | case $enable_option_checking in | 1108 | case $enable_option_checking in |
| 1108 | no) ;; | 1109 | no) ;; |
| 1109 | - fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | 1110 | + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
| 1110 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1111 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
| 1111 | esac | 1112 | esac |
| 1112 | fi | 1113 | fi |
| @@ -1129,7 +1130,7 @@ do | @@ -1129,7 +1130,7 @@ do | ||
| 1129 | [\\/$]* | ?:[\\/]* ) continue;; | 1130 | [\\/$]* | ?:[\\/]* ) continue;; |
| 1130 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1131 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
| 1131 | esac | 1132 | esac |
| 1132 | - as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" | 1133 | + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
| 1133 | done | 1134 | done |
| 1134 | 1135 | ||
| 1135 | # There might be people who depend on the old broken behavior: `$host' | 1136 | # There might be people who depend on the old broken behavior: `$host' |
| @@ -1143,8 +1144,8 @@ target=$target_alias | @@ -1143,8 +1144,8 @@ target=$target_alias | ||
| 1143 | if test "x$host_alias" != x; then | 1144 | if test "x$host_alias" != x; then |
| 1144 | if test "x$build_alias" = x; then | 1145 | if test "x$build_alias" = x; then |
| 1145 | cross_compiling=maybe | 1146 | cross_compiling=maybe |
| 1146 | - $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | ||
| 1147 | - If a cross compiler is detected then cross compile mode will be used." >&2 | 1147 | + $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
| 1148 | + If a cross compiler is detected then cross compile mode will be used" >&2 | ||
| 1148 | elif test "x$build_alias" != "x$host_alias"; then | 1149 | elif test "x$build_alias" != "x$host_alias"; then |
| 1149 | cross_compiling=yes | 1150 | cross_compiling=yes |
| 1150 | fi | 1151 | fi |
| @@ -1159,9 +1160,9 @@ test "$silent" = yes && exec 6>/dev/null | @@ -1159,9 +1160,9 @@ test "$silent" = yes && exec 6>/dev/null | ||
| 1159 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1160 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
| 1160 | ac_ls_di=`ls -di .` && | 1161 | ac_ls_di=`ls -di .` && |
| 1161 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1162 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
| 1162 | - as_fn_error "working directory cannot be determined" | 1163 | + as_fn_error $? "working directory cannot be determined" |
| 1163 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1164 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
| 1164 | - as_fn_error "pwd does not report name of working directory" | 1165 | + as_fn_error $? "pwd does not report name of working directory" |
| 1165 | 1166 | ||
| 1166 | 1167 | ||
| 1167 | # Find the source files, if location was not specified. | 1168 | # Find the source files, if location was not specified. |
| @@ -1200,11 +1201,11 @@ else | @@ -1200,11 +1201,11 @@ else | ||
| 1200 | fi | 1201 | fi |
| 1201 | if test ! -r "$srcdir/$ac_unique_file"; then | 1202 | if test ! -r "$srcdir/$ac_unique_file"; then |
| 1202 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1203 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
| 1203 | - as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | 1204 | + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
| 1204 | fi | 1205 | fi |
| 1205 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1206 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
| 1206 | ac_abs_confdir=`( | 1207 | ac_abs_confdir=`( |
| 1207 | - cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | 1208 | + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
| 1208 | pwd)` | 1209 | pwd)` |
| 1209 | # When building in place, set srcdir=. | 1210 | # When building in place, set srcdir=. |
| 1210 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1211 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
| @@ -1244,7 +1245,7 @@ Configuration: | @@ -1244,7 +1245,7 @@ Configuration: | ||
| 1244 | --help=short display options specific to this package | 1245 | --help=short display options specific to this package |
| 1245 | --help=recursive display the short help of all the included packages | 1246 | --help=recursive display the short help of all the included packages |
| 1246 | -V, --version display version information and exit | 1247 | -V, --version display version information and exit |
| 1247 | - -q, --quiet, --silent do not print \`checking...' messages | 1248 | + -q, --quiet, --silent do not print \`checking ...' messages |
| 1248 | --cache-file=FILE cache test results in FILE [disabled] | 1249 | --cache-file=FILE cache test results in FILE [disabled] |
| 1249 | -C, --config-cache alias for \`--cache-file=config.cache' | 1250 | -C, --config-cache alias for \`--cache-file=config.cache' |
| 1250 | -n, --no-create do not create output files | 1251 | -n, --no-create do not create output files |
| @@ -1382,9 +1383,9 @@ test -n "$ac_init_help" && exit $ac_status | @@ -1382,9 +1383,9 @@ test -n "$ac_init_help" && exit $ac_status | ||
| 1382 | if $ac_init_version; then | 1383 | if $ac_init_version; then |
| 1383 | cat <<\_ACEOF | 1384 | cat <<\_ACEOF |
| 1384 | configure | 1385 | configure |
| 1385 | -generated by GNU Autoconf 2.65 | 1386 | +generated by GNU Autoconf 2.67 |
| 1386 | 1387 | ||
| 1387 | -Copyright (C) 2009 Free Software Foundation, Inc. | 1388 | +Copyright (C) 2010 Free Software Foundation, Inc. |
| 1388 | This configure script is free software; the Free Software Foundation | 1389 | This configure script is free software; the Free Software Foundation |
| 1389 | gives unlimited permission to copy, distribute and modify it. | 1390 | gives unlimited permission to copy, distribute and modify it. |
| 1390 | _ACEOF | 1391 | _ACEOF |
| @@ -1454,7 +1455,7 @@ $as_echo "$ac_try_echo"; } >&5 | @@ -1454,7 +1455,7 @@ $as_echo "$ac_try_echo"; } >&5 | ||
| 1454 | mv -f conftest.er1 conftest.err | 1455 | mv -f conftest.er1 conftest.err |
| 1455 | fi | 1456 | fi |
| 1456 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 1457 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 1457 | - test $ac_status = 0; } >/dev/null && { | 1458 | + test $ac_status = 0; } > conftest.i && { |
| 1458 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 1459 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
| 1459 | test ! -s conftest.err | 1460 | test ! -s conftest.err |
| 1460 | }; then : | 1461 | }; then : |
| @@ -1520,10 +1521,10 @@ fi | @@ -1520,10 +1521,10 @@ fi | ||
| 1520 | ac_fn_c_check_header_mongrel () | 1521 | ac_fn_c_check_header_mongrel () |
| 1521 | { | 1522 | { |
| 1522 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1523 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1523 | - if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1524 | + if eval "test \"\${$3+set}\"" = set; then : |
| 1524 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1525 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1525 | $as_echo_n "checking for $2... " >&6; } | 1526 | $as_echo_n "checking for $2... " >&6; } |
| 1526 | -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1527 | +if eval "test \"\${$3+set}\"" = set; then : |
| 1527 | $as_echo_n "(cached) " >&6 | 1528 | $as_echo_n "(cached) " >&6 |
| 1528 | fi | 1529 | fi |
| 1529 | eval ac_res=\$$3 | 1530 | eval ac_res=\$$3 |
| @@ -1559,7 +1560,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | @@ -1559,7 +1560,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | ||
| 1559 | else | 1560 | else |
| 1560 | ac_header_preproc=no | 1561 | ac_header_preproc=no |
| 1561 | fi | 1562 | fi |
| 1562 | -rm -f conftest.err conftest.$ac_ext | 1563 | +rm -f conftest.err conftest.i conftest.$ac_ext |
| 1563 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 1564 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
| 1564 | $as_echo "$ac_header_preproc" >&6; } | 1565 | $as_echo "$ac_header_preproc" >&6; } |
| 1565 | 1566 | ||
| @@ -1586,7 +1587,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | @@ -1586,7 +1587,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | ||
| 1586 | esac | 1587 | esac |
| 1587 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1588 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1588 | $as_echo_n "checking for $2... " >&6; } | 1589 | $as_echo_n "checking for $2... " >&6; } |
| 1589 | -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1590 | +if eval "test \"\${$3+set}\"" = set; then : |
| 1590 | $as_echo_n "(cached) " >&6 | 1591 | $as_echo_n "(cached) " >&6 |
| 1591 | else | 1592 | else |
| 1592 | eval "$3=\$ac_header_compiler" | 1593 | eval "$3=\$ac_header_compiler" |
| @@ -1608,7 +1609,7 @@ ac_fn_c_check_header_compile () | @@ -1608,7 +1609,7 @@ ac_fn_c_check_header_compile () | ||
| 1608 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1609 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1609 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1610 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1610 | $as_echo_n "checking for $2... " >&6; } | 1611 | $as_echo_n "checking for $2... " >&6; } |
| 1611 | -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1612 | +if eval "test \"\${$3+set}\"" = set; then : |
| 1612 | $as_echo_n "(cached) " >&6 | 1613 | $as_echo_n "(cached) " >&6 |
| 1613 | else | 1614 | else |
| 1614 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1615 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -1634,7 +1635,7 @@ This file contains any messages produced by compilers while | @@ -1634,7 +1635,7 @@ This file contains any messages produced by compilers while | ||
| 1634 | running configure, to aid debugging if configure makes a mistake. | 1635 | running configure, to aid debugging if configure makes a mistake. |
| 1635 | 1636 | ||
| 1636 | It was created by $as_me, which was | 1637 | It was created by $as_me, which was |
| 1637 | -generated by GNU Autoconf 2.65. Invocation command line was | 1638 | +generated by GNU Autoconf 2.67. Invocation command line was |
| 1638 | 1639 | ||
| 1639 | $ $0 $@ | 1640 | $ $0 $@ |
| 1640 | 1641 | ||
| @@ -1744,11 +1745,9 @@ trap 'exit_status=$? | @@ -1744,11 +1745,9 @@ trap 'exit_status=$? | ||
| 1744 | { | 1745 | { |
| 1745 | echo | 1746 | echo |
| 1746 | 1747 | ||
| 1747 | - cat <<\_ASBOX | ||
| 1748 | -## ---------------- ## | 1748 | + $as_echo "## ---------------- ## |
| 1749 | ## Cache variables. ## | 1749 | ## Cache variables. ## |
| 1750 | -## ---------------- ## | ||
| 1751 | -_ASBOX | 1750 | +## ---------------- ##" |
| 1752 | echo | 1751 | echo |
| 1753 | # The following way of writing the cache mishandles newlines in values, | 1752 | # The following way of writing the cache mishandles newlines in values, |
| 1754 | ( | 1753 | ( |
| @@ -1782,11 +1781,9 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | @@ -1782,11 +1781,9 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | ||
| 1782 | ) | 1781 | ) |
| 1783 | echo | 1782 | echo |
| 1784 | 1783 | ||
| 1785 | - cat <<\_ASBOX | ||
| 1786 | -## ----------------- ## | 1784 | + $as_echo "## ----------------- ## |
| 1787 | ## Output variables. ## | 1785 | ## Output variables. ## |
| 1788 | -## ----------------- ## | ||
| 1789 | -_ASBOX | 1786 | +## ----------------- ##" |
| 1790 | echo | 1787 | echo |
| 1791 | for ac_var in $ac_subst_vars | 1788 | for ac_var in $ac_subst_vars |
| 1792 | do | 1789 | do |
| @@ -1799,11 +1796,9 @@ _ASBOX | @@ -1799,11 +1796,9 @@ _ASBOX | ||
| 1799 | echo | 1796 | echo |
| 1800 | 1797 | ||
| 1801 | if test -n "$ac_subst_files"; then | 1798 | if test -n "$ac_subst_files"; then |
| 1802 | - cat <<\_ASBOX | ||
| 1803 | -## ------------------- ## | 1799 | + $as_echo "## ------------------- ## |
| 1804 | ## File substitutions. ## | 1800 | ## File substitutions. ## |
| 1805 | -## ------------------- ## | ||
| 1806 | -_ASBOX | 1801 | +## ------------------- ##" |
| 1807 | echo | 1802 | echo |
| 1808 | for ac_var in $ac_subst_files | 1803 | for ac_var in $ac_subst_files |
| 1809 | do | 1804 | do |
| @@ -1817,11 +1812,9 @@ _ASBOX | @@ -1817,11 +1812,9 @@ _ASBOX | ||
| 1817 | fi | 1812 | fi |
| 1818 | 1813 | ||
| 1819 | if test -s confdefs.h; then | 1814 | if test -s confdefs.h; then |
| 1820 | - cat <<\_ASBOX | ||
| 1821 | -## ----------- ## | 1815 | + $as_echo "## ----------- ## |
| 1822 | ## confdefs.h. ## | 1816 | ## confdefs.h. ## |
| 1823 | -## ----------- ## | ||
| 1824 | -_ASBOX | 1817 | +## ----------- ##" |
| 1825 | echo | 1818 | echo |
| 1826 | cat confdefs.h | 1819 | cat confdefs.h |
| 1827 | echo | 1820 | echo |
| @@ -1876,7 +1869,12 @@ _ACEOF | @@ -1876,7 +1869,12 @@ _ACEOF | ||
| 1876 | ac_site_file1=NONE | 1869 | ac_site_file1=NONE |
| 1877 | ac_site_file2=NONE | 1870 | ac_site_file2=NONE |
| 1878 | if test -n "$CONFIG_SITE"; then | 1871 | if test -n "$CONFIG_SITE"; then |
| 1879 | - ac_site_file1=$CONFIG_SITE | 1872 | + # We do not want a PATH search for config.site. |
| 1873 | + case $CONFIG_SITE in #(( | ||
| 1874 | + -*) ac_site_file1=./$CONFIG_SITE;; | ||
| 1875 | + */*) ac_site_file1=$CONFIG_SITE;; | ||
| 1876 | + *) ac_site_file1=./$CONFIG_SITE;; | ||
| 1877 | + esac | ||
| 1880 | elif test "x$prefix" != xNONE; then | 1878 | elif test "x$prefix" != xNONE; then |
| 1881 | ac_site_file1=$prefix/share/config.site | 1879 | ac_site_file1=$prefix/share/config.site |
| 1882 | ac_site_file2=$prefix/etc/config.site | 1880 | ac_site_file2=$prefix/etc/config.site |
| @@ -1891,7 +1889,11 @@ do | @@ -1891,7 +1889,11 @@ do | ||
| 1891 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 1889 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
| 1892 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 1890 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
| 1893 | sed 's/^/| /' "$ac_site_file" >&5 | 1891 | sed 's/^/| /' "$ac_site_file" >&5 |
| 1894 | - . "$ac_site_file" | 1892 | + . "$ac_site_file" \ |
| 1893 | + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
| 1894 | +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
| 1895 | +as_fn_error $? "failed to load site script $ac_site_file | ||
| 1896 | +See \`config.log' for more details" "$LINENO" 5 ; } | ||
| 1895 | fi | 1897 | fi |
| 1896 | done | 1898 | done |
| 1897 | 1899 | ||
| @@ -1967,7 +1969,7 @@ if $ac_cache_corrupted; then | @@ -1967,7 +1969,7 @@ if $ac_cache_corrupted; then | ||
| 1967 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 1969 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 1968 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 1970 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
| 1969 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 1971 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
| 1970 | - as_fn_error "run - as_fn_error make distclean' and/or - as_fn_error rm $cache_file' and start over" "$LINENO" 5 | 1972 | + as_fn_error $? "run + as_fn_error $? make distclean' and/or + as_fn_error $? rm $cache_file' and start over" "$LINENO" 5 |
| 1971 | fi | 1973 | fi |
| 1972 | ## -------------------- ## | 1974 | ## -------------------- ## |
| 1973 | ## Main body of script. ## | 1975 | ## Main body of script. ## |
| @@ -1984,16 +1986,22 @@ am__api_version='1.11' | @@ -1984,16 +1986,22 @@ am__api_version='1.11' | ||
| 1984 | 1986 | ||
| 1985 | ac_aux_dir= | 1987 | ac_aux_dir= |
| 1986 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 1988 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 1987 | - for ac_t in install-sh install.sh shtool; do | ||
| 1988 | - if test -f "$ac_dir/$ac_t"; then | ||
| 1989 | - ac_aux_dir=$ac_dir | ||
| 1990 | - ac_install_sh="$ac_aux_dir/$ac_t -c" | ||
| 1991 | - break 2 | ||
| 1992 | - fi | ||
| 1993 | - done | 1989 | + if test -f "$ac_dir/install-sh"; then |
| 1990 | + ac_aux_dir=$ac_dir | ||
| 1991 | + ac_install_sh="$ac_aux_dir/install-sh -c" | ||
| 1992 | + break | ||
| 1993 | + elif test -f "$ac_dir/install.sh"; then | ||
| 1994 | + ac_aux_dir=$ac_dir | ||
| 1995 | + ac_install_sh="$ac_aux_dir/install.sh -c" | ||
| 1996 | + break | ||
| 1997 | + elif test -f "$ac_dir/shtool"; then | ||
| 1998 | + ac_aux_dir=$ac_dir | ||
| 1999 | + ac_install_sh="$ac_aux_dir/shtool install -c" | ||
| 2000 | + break | ||
| 2001 | + fi | ||
| 1994 | done | 2002 | done |
| 1995 | if test -z "$ac_aux_dir"; then | 2003 | if test -z "$ac_aux_dir"; then |
| 1996 | - as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 2004 | + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
| 1997 | fi | 2005 | fi |
| 1998 | 2006 | ||
| 1999 | # These three variables are undocumented and unsupported, | 2007 | # These three variables are undocumented and unsupported, |
| @@ -2109,11 +2117,11 @@ am_lf=' | @@ -2109,11 +2117,11 @@ am_lf=' | ||
| 2109 | ' | 2117 | ' |
| 2110 | case `pwd` in | 2118 | case `pwd` in |
| 2111 | *[\\\"\#\$\&\'\`$am_lf]*) | 2119 | *[\\\"\#\$\&\'\`$am_lf]*) |
| 2112 | - as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; | 2120 | + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; |
| 2113 | esac | 2121 | esac |
| 2114 | case $srcdir in | 2122 | case $srcdir in |
| 2115 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 2123 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 2116 | - as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; | 2124 | + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; |
| 2117 | esac | 2125 | esac |
| 2118 | 2126 | ||
| 2119 | # Do `set' in a subshell so we don't clobber the current shell's | 2127 | # Do `set' in a subshell so we don't clobber the current shell's |
| @@ -2135,7 +2143,7 @@ if ( | @@ -2135,7 +2143,7 @@ if ( | ||
| 2135 | # if, for instance, CONFIG_SHELL is bash and it inherits a | 2143 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
| 2136 | # broken ls alias from the environment. This has actually | 2144 | # broken ls alias from the environment. This has actually |
| 2137 | # happened. Such a system could not be considered "sane". | 2145 | # happened. Such a system could not be considered "sane". |
| 2138 | - as_fn_error "ls -t appears to fail. Make sure there is not a broken | 2146 | + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
| 2139 | alias in your environment" "$LINENO" 5 | 2147 | alias in your environment" "$LINENO" 5 |
| 2140 | fi | 2148 | fi |
| 2141 | 2149 | ||
| @@ -2145,7 +2153,7 @@ then | @@ -2145,7 +2153,7 @@ then | ||
| 2145 | # Ok. | 2153 | # Ok. |
| 2146 | : | 2154 | : |
| 2147 | else | 2155 | else |
| 2148 | - as_fn_error "newly created file is older than distributed files! | 2156 | + as_fn_error $? "newly created file is older than distributed files! |
| 2149 | Check your system clock" "$LINENO" 5 | 2157 | Check your system clock" "$LINENO" 5 |
| 2150 | fi | 2158 | fi |
| 2151 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 2159 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| @@ -2383,7 +2391,7 @@ done | @@ -2383,7 +2391,7 @@ done | ||
| 2383 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 2391 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 2384 | set x ${MAKE-make} | 2392 | set x ${MAKE-make} |
| 2385 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 2393 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 2386 | -if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | 2394 | +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : |
| 2387 | $as_echo_n "(cached) " >&6 | 2395 | $as_echo_n "(cached) " >&6 |
| 2388 | else | 2396 | else |
| 2389 | cat >conftest.make <<\_ACEOF | 2397 | cat >conftest.make <<\_ACEOF |
| @@ -2391,7 +2399,7 @@ SHELL = /bin/sh | @@ -2391,7 +2399,7 @@ SHELL = /bin/sh | ||
| 2391 | all: | 2399 | all: |
| 2392 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 2400 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
| 2393 | _ACEOF | 2401 | _ACEOF |
| 2394 | -# GNU make sometimes prints "make[1]: Entering...", which would confuse us. | 2402 | +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
| 2395 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 2403 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
| 2396 | *@@@%%%=?*=@@@%%%*) | 2404 | *@@@%%%=?*=@@@%%%*) |
| 2397 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 2405 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
| @@ -2425,7 +2433,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then | @@ -2425,7 +2433,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then | ||
| 2425 | am__isrc=' -I$(srcdir)' | 2433 | am__isrc=' -I$(srcdir)' |
| 2426 | # test to see if srcdir already configured | 2434 | # test to see if srcdir already configured |
| 2427 | if test -f $srcdir/config.status; then | 2435 | if test -f $srcdir/config.status; then |
| 2428 | - as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | 2436 | + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
| 2429 | fi | 2437 | fi |
| 2430 | fi | 2438 | fi |
| 2431 | 2439 | ||
| @@ -2441,7 +2449,7 @@ fi | @@ -2441,7 +2449,7 @@ fi | ||
| 2441 | 2449 | ||
| 2442 | # Define the identity of the package. | 2450 | # Define the identity of the package. |
| 2443 | PACKAGE=dsoextractfw | 2451 | PACKAGE=dsoextractfw |
| 2444 | - VERSION=0.6.0 | 2452 | + VERSION=0.6.2 |
| 2445 | 2453 | ||
| 2446 | 2454 | ||
| 2447 | cat >>confdefs.h <<_ACEOF | 2455 | cat >>confdefs.h <<_ACEOF |
| @@ -2781,8 +2789,8 @@ fi | @@ -2781,8 +2789,8 @@ fi | ||
| 2781 | 2789 | ||
| 2782 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2790 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2783 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2791 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2784 | -as_fn_error "no acceptable C compiler found in \$PATH | ||
| 2785 | -See \`config.log' for more details." "$LINENO" 5; } | 2792 | +as_fn_error $? "no acceptable C compiler found in \$PATH |
| 2793 | +See \`config.log' for more details" "$LINENO" 5 ; } | ||
| 2786 | 2794 | ||
| 2787 | # Provide some information about the compiler. | 2795 | # Provide some information about the compiler. |
| 2788 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 2796 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
| @@ -2896,9 +2904,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | @@ -2896,9 +2904,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 2896 | 2904 | ||
| 2897 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2905 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2898 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2906 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2899 | -{ as_fn_set_status 77 | ||
| 2900 | -as_fn_error "C compiler cannot create executables | ||
| 2901 | -See \`config.log' for more details." "$LINENO" 5; }; } | 2907 | +as_fn_error 77 "C compiler cannot create executables |
| 2908 | +See \`config.log' for more details" "$LINENO" 5 ; } | ||
| 2902 | else | 2909 | else |
| 2903 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 2910 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 2904 | $as_echo "yes" >&6; } | 2911 | $as_echo "yes" >&6; } |
| @@ -2940,8 +2947,8 @@ done | @@ -2940,8 +2947,8 @@ done | ||
| 2940 | else | 2947 | else |
| 2941 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2948 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2942 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2949 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2943 | -as_fn_error "cannot compute suffix of executables: cannot compile and link | ||
| 2944 | -See \`config.log' for more details." "$LINENO" 5; } | 2950 | +as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
| 2951 | +See \`config.log' for more details" "$LINENO" 5 ; } | ||
| 2945 | fi | 2952 | fi |
| 2946 | rm -f conftest conftest$ac_cv_exeext | 2953 | rm -f conftest conftest$ac_cv_exeext |
| 2947 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 2954 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
| @@ -2998,9 +3005,9 @@ $as_echo "$ac_try_echo"; } >&5 | @@ -2998,9 +3005,9 @@ $as_echo "$ac_try_echo"; } >&5 | ||
| 2998 | else | 3005 | else |
| 2999 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3006 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3000 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3007 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3001 | -as_fn_error "cannot run C compiled programs. | 3008 | +as_fn_error $? "cannot run C compiled programs. |
| 3002 | If you meant to cross compile, use \`--host'. | 3009 | If you meant to cross compile, use \`--host'. |
| 3003 | -See \`config.log' for more details." "$LINENO" 5; } | 3010 | +See \`config.log' for more details" "$LINENO" 5 ; } |
| 3004 | fi | 3011 | fi |
| 3005 | fi | 3012 | fi |
| 3006 | fi | 3013 | fi |
| @@ -3051,8 +3058,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | @@ -3051,8 +3058,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 3051 | 3058 | ||
| 3052 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3059 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3053 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3060 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3054 | -as_fn_error "cannot compute suffix of object files: cannot compile | ||
| 3055 | -See \`config.log' for more details." "$LINENO" 5; } | 3061 | +as_fn_error $? "cannot compute suffix of object files: cannot compile |
| 3062 | +See \`config.log' for more details" "$LINENO" 5 ; } | ||
| 3056 | fi | 3063 | fi |
| 3057 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 3064 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
| 3058 | fi | 3065 | fi |
| @@ -3505,7 +3512,7 @@ else | @@ -3505,7 +3512,7 @@ else | ||
| 3505 | # Broken: fails on valid input. | 3512 | # Broken: fails on valid input. |
| 3506 | continue | 3513 | continue |
| 3507 | fi | 3514 | fi |
| 3508 | -rm -f conftest.err conftest.$ac_ext | 3515 | +rm -f conftest.err conftest.i conftest.$ac_ext |
| 3509 | 3516 | ||
| 3510 | # OK, works on sane cases. Now check whether nonexistent headers | 3517 | # OK, works on sane cases. Now check whether nonexistent headers |
| 3511 | # can be detected and how. | 3518 | # can be detected and how. |
| @@ -3521,11 +3528,11 @@ else | @@ -3521,11 +3528,11 @@ else | ||
| 3521 | ac_preproc_ok=: | 3528 | ac_preproc_ok=: |
| 3522 | break | 3529 | break |
| 3523 | fi | 3530 | fi |
| 3524 | -rm -f conftest.err conftest.$ac_ext | 3531 | +rm -f conftest.err conftest.i conftest.$ac_ext |
| 3525 | 3532 | ||
| 3526 | done | 3533 | done |
| 3527 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 3534 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 3528 | -rm -f conftest.err conftest.$ac_ext | 3535 | +rm -f conftest.i conftest.err conftest.$ac_ext |
| 3529 | if $ac_preproc_ok; then : | 3536 | if $ac_preproc_ok; then : |
| 3530 | break | 3537 | break |
| 3531 | fi | 3538 | fi |
| @@ -3564,7 +3571,7 @@ else | @@ -3564,7 +3571,7 @@ else | ||
| 3564 | # Broken: fails on valid input. | 3571 | # Broken: fails on valid input. |
| 3565 | continue | 3572 | continue |
| 3566 | fi | 3573 | fi |
| 3567 | -rm -f conftest.err conftest.$ac_ext | 3574 | +rm -f conftest.err conftest.i conftest.$ac_ext |
| 3568 | 3575 | ||
| 3569 | # OK, works on sane cases. Now check whether nonexistent headers | 3576 | # OK, works on sane cases. Now check whether nonexistent headers |
| 3570 | # can be detected and how. | 3577 | # can be detected and how. |
| @@ -3580,18 +3587,18 @@ else | @@ -3580,18 +3587,18 @@ else | ||
| 3580 | ac_preproc_ok=: | 3587 | ac_preproc_ok=: |
| 3581 | break | 3588 | break |
| 3582 | fi | 3589 | fi |
| 3583 | -rm -f conftest.err conftest.$ac_ext | 3590 | +rm -f conftest.err conftest.i conftest.$ac_ext |
| 3584 | 3591 | ||
| 3585 | done | 3592 | done |
| 3586 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 3593 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 3587 | -rm -f conftest.err conftest.$ac_ext | 3594 | +rm -f conftest.i conftest.err conftest.$ac_ext |
| 3588 | if $ac_preproc_ok; then : | 3595 | if $ac_preproc_ok; then : |
| 3589 | 3596 | ||
| 3590 | else | 3597 | else |
| 3591 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3598 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3592 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3599 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3593 | -as_fn_error "C preprocessor \"$CPP\" fails sanity check | ||
| 3594 | -See \`config.log' for more details." "$LINENO" 5; } | 3600 | +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 3601 | +See \`config.log' for more details" "$LINENO" 5 ; } | ||
| 3595 | fi | 3602 | fi |
| 3596 | 3603 | ||
| 3597 | ac_ext=c | 3604 | ac_ext=c |
| @@ -3652,7 +3659,7 @@ esac | @@ -3652,7 +3659,7 @@ esac | ||
| 3652 | done | 3659 | done |
| 3653 | IFS=$as_save_IFS | 3660 | IFS=$as_save_IFS |
| 3654 | if test -z "$ac_cv_path_GREP"; then | 3661 | if test -z "$ac_cv_path_GREP"; then |
| 3655 | - as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 3662 | + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
| 3656 | fi | 3663 | fi |
| 3657 | else | 3664 | else |
| 3658 | ac_cv_path_GREP=$GREP | 3665 | ac_cv_path_GREP=$GREP |
| @@ -3718,7 +3725,7 @@ esac | @@ -3718,7 +3725,7 @@ esac | ||
| 3718 | done | 3725 | done |
| 3719 | IFS=$as_save_IFS | 3726 | IFS=$as_save_IFS |
| 3720 | if test -z "$ac_cv_path_EGREP"; then | 3727 | if test -z "$ac_cv_path_EGREP"; then |
| 3721 | - as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 3728 | + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
| 3722 | fi | 3729 | fi |
| 3723 | else | 3730 | else |
| 3724 | ac_cv_path_EGREP=$EGREP | 3731 | ac_cv_path_EGREP=$EGREP |
| @@ -3850,8 +3857,7 @@ do : | @@ -3850,8 +3857,7 @@ do : | ||
| 3850 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 3857 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 3851 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 3858 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 3852 | " | 3859 | " |
| 3853 | -eval as_val=\$$as_ac_Header | ||
| 3854 | - if test "x$as_val" = x""yes; then : | 3860 | +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 3855 | cat >>confdefs.h <<_ACEOF | 3861 | cat >>confdefs.h <<_ACEOF |
| 3856 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 3862 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 3857 | _ACEOF | 3863 | _ACEOF |
| @@ -3865,8 +3871,7 @@ for ac_header in stdio.h malloc.h string.h bfd.h | @@ -3865,8 +3871,7 @@ for ac_header in stdio.h malloc.h string.h bfd.h | ||
| 3865 | do : | 3871 | do : |
| 3866 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 3872 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 3867 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 3873 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 3868 | -eval as_val=\$$as_ac_Header | ||
| 3869 | - if test "x$as_val" = x""yes; then : | 3874 | +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 3870 | cat >>confdefs.h <<_ACEOF | 3875 | cat >>confdefs.h <<_ACEOF |
| 3871 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 3876 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 3872 | _ACEOF | 3877 | _ACEOF |
| @@ -3998,6 +4003,7 @@ DEFS=`sed -n "$ac_script" confdefs.h` | @@ -3998,6 +4003,7 @@ DEFS=`sed -n "$ac_script" confdefs.h` | ||
| 3998 | 4003 | ||
| 3999 | ac_libobjs= | 4004 | ac_libobjs= |
| 4000 | ac_ltlibobjs= | 4005 | ac_ltlibobjs= |
| 4006 | +U= | ||
| 4001 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 4007 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
| 4002 | # 1. Remove the extension, and $U if already installed. | 4008 | # 1. Remove the extension, and $U if already installed. |
| 4003 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 4009 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
| @@ -4021,11 +4027,11 @@ else | @@ -4021,11 +4027,11 @@ else | ||
| 4021 | fi | 4027 | fi |
| 4022 | 4028 | ||
| 4023 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 4029 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
| 4024 | - as_fn_error "conditional \"AMDEP\" was never defined. | 4030 | + as_fn_error $? "conditional \"AMDEP\" was never defined. |
| 4025 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 4031 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 4026 | fi | 4032 | fi |
| 4027 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 4033 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
| 4028 | - as_fn_error "conditional \"am__fastdepCC\" was never defined. | 4034 | + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
| 4029 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 4035 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 4030 | fi | 4036 | fi |
| 4031 | 4037 | ||
| @@ -4175,19 +4181,19 @@ export LANGUAGE | @@ -4175,19 +4181,19 @@ export LANGUAGE | ||
| 4175 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 4181 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| 4176 | 4182 | ||
| 4177 | 4183 | ||
| 4178 | -# as_fn_error ERROR [LINENO LOG_FD] | ||
| 4179 | -# --------------------------------- | 4184 | +# as_fn_error STATUS ERROR [LINENO LOG_FD] |
| 4185 | +# ---------------------------------------- | ||
| 4180 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 4186 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
| 4181 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 4187 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
| 4182 | -# script with status $?, using 1 if that was 0. | 4188 | +# script with STATUS, using 1 if that was 0. |
| 4183 | as_fn_error () | 4189 | as_fn_error () |
| 4184 | { | 4190 | { |
| 4185 | - as_status=$?; test $as_status -eq 0 && as_status=1 | ||
| 4186 | - if test "$3"; then | ||
| 4187 | - as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | ||
| 4188 | - $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 4191 | + as_status=$1; test $as_status -eq 0 && as_status=1 |
| 4192 | + if test "$4"; then | ||
| 4193 | + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | ||
| 4194 | + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | ||
| 4189 | fi | 4195 | fi |
| 4190 | - $as_echo "$as_me: error: $1" >&2 | 4196 | + $as_echo "$as_me: error: $2" >&2 |
| 4191 | as_fn_exit $as_status | 4197 | as_fn_exit $as_status |
| 4192 | } # as_fn_error | 4198 | } # as_fn_error |
| 4193 | 4199 | ||
| @@ -4383,7 +4389,7 @@ $as_echo X"$as_dir" | | @@ -4383,7 +4389,7 @@ $as_echo X"$as_dir" | | ||
| 4383 | test -d "$as_dir" && break | 4389 | test -d "$as_dir" && break |
| 4384 | done | 4390 | done |
| 4385 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 4391 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 4386 | - } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 4392 | + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
| 4387 | 4393 | ||
| 4388 | 4394 | ||
| 4389 | } # as_fn_mkdir_p | 4395 | } # as_fn_mkdir_p |
| @@ -4437,7 +4443,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | @@ -4437,7 +4443,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
| 4437 | # values after options handling. | 4443 | # values after options handling. |
| 4438 | ac_log=" | 4444 | ac_log=" |
| 4439 | This file was extended by $as_me, which was | 4445 | This file was extended by $as_me, which was |
| 4440 | -generated by GNU Autoconf 2.65. Invocation command line was | 4446 | +generated by GNU Autoconf 2.67. Invocation command line was |
| 4441 | 4447 | ||
| 4442 | CONFIG_FILES = $CONFIG_FILES | 4448 | CONFIG_FILES = $CONFIG_FILES |
| 4443 | CONFIG_HEADERS = $CONFIG_HEADERS | 4449 | CONFIG_HEADERS = $CONFIG_HEADERS |
| @@ -4494,10 +4500,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | @@ -4494,10 +4500,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
| 4494 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 4500 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 4495 | ac_cs_version="\\ | 4501 | ac_cs_version="\\ |
| 4496 | config.status | 4502 | config.status |
| 4497 | -configured by $0, generated by GNU Autoconf 2.65, | 4503 | +configured by $0, generated by GNU Autoconf 2.67, |
| 4498 | with options \\"\$ac_cs_config\\" | 4504 | with options \\"\$ac_cs_config\\" |
| 4499 | 4505 | ||
| 4500 | -Copyright (C) 2009 Free Software Foundation, Inc. | 4506 | +Copyright (C) 2010 Free Software Foundation, Inc. |
| 4501 | This config.status script is free software; the Free Software Foundation | 4507 | This config.status script is free software; the Free Software Foundation |
| 4502 | gives unlimited permission to copy, distribute and modify it." | 4508 | gives unlimited permission to copy, distribute and modify it." |
| 4503 | 4509 | ||
| @@ -4515,11 +4521,16 @@ ac_need_defaults=: | @@ -4515,11 +4521,16 @@ ac_need_defaults=: | ||
| 4515 | while test $# != 0 | 4521 | while test $# != 0 |
| 4516 | do | 4522 | do |
| 4517 | case $1 in | 4523 | case $1 in |
| 4518 | - --*=*) | 4524 | + --*=?*) |
| 4519 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | 4525 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
| 4520 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 4526 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
| 4521 | ac_shift=: | 4527 | ac_shift=: |
| 4522 | ;; | 4528 | ;; |
| 4529 | + --*=) | ||
| 4530 | + ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
| 4531 | + ac_optarg= | ||
| 4532 | + ac_shift=: | ||
| 4533 | + ;; | ||
| 4523 | *) | 4534 | *) |
| 4524 | ac_option=$1 | 4535 | ac_option=$1 |
| 4525 | ac_optarg=$2 | 4536 | ac_optarg=$2 |
| @@ -4541,6 +4552,7 @@ do | @@ -4541,6 +4552,7 @@ do | ||
| 4541 | $ac_shift | 4552 | $ac_shift |
| 4542 | case $ac_optarg in | 4553 | case $ac_optarg in |
| 4543 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 4554 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 4555 | + '') as_fn_error $? "missing file argument" ;; | ||
| 4544 | esac | 4556 | esac |
| 4545 | as_fn_append CONFIG_FILES " '$ac_optarg'" | 4557 | as_fn_append CONFIG_FILES " '$ac_optarg'" |
| 4546 | ac_need_defaults=false;; | 4558 | ac_need_defaults=false;; |
| @@ -4551,7 +4563,7 @@ do | @@ -4551,7 +4563,7 @@ do | ||
| 4551 | ac_cs_silent=: ;; | 4563 | ac_cs_silent=: ;; |
| 4552 | 4564 | ||
| 4553 | # This is an error. | 4565 | # This is an error. |
| 4554 | - -*) as_fn_error "unrecognized option: - -*) as_fn_error $1' | 4566 | + -*) as_fn_error $? "unrecognized option: + -*) as_fn_error $? $1' |
| 4555 | Try \`$0 --help' for more information." ;; | 4567 | Try \`$0 --help' for more information." ;; |
| 4556 | 4568 | ||
| 4557 | *) as_fn_append ac_config_targets " $1" | 4569 | *) as_fn_append ac_config_targets " $1" |
| @@ -4608,7 +4620,7 @@ do | @@ -4608,7 +4620,7 @@ do | ||
| 4608 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | 4620 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
| 4609 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | 4621 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 4610 | 4622 | ||
| 4611 | - *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 4623 | + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; |
| 4612 | esac | 4624 | esac |
| 4613 | done | 4625 | done |
| 4614 | 4626 | ||
| @@ -4645,7 +4657,7 @@ $debug || | @@ -4645,7 +4657,7 @@ $debug || | ||
| 4645 | { | 4657 | { |
| 4646 | tmp=./conf$$-$RANDOM | 4658 | tmp=./conf$$-$RANDOM |
| 4647 | (umask 077 && mkdir "$tmp") | 4659 | (umask 077 && mkdir "$tmp") |
| 4648 | -} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | 4660 | +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
| 4649 | 4661 | ||
| 4650 | # Set up the scripts for CONFIG_FILES section. | 4662 | # Set up the scripts for CONFIG_FILES section. |
| 4651 | # No need to generate them if there are no CONFIG_FILES. | 4663 | # No need to generate them if there are no CONFIG_FILES. |
| @@ -4662,7 +4674,7 @@ if test "x$ac_cr" = x; then | @@ -4662,7 +4674,7 @@ if test "x$ac_cr" = x; then | ||
| 4662 | fi | 4674 | fi |
| 4663 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 4675 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
| 4664 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 4676 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
| 4665 | - ac_cs_awk_cr='\r' | 4677 | + ac_cs_awk_cr='\\r' |
| 4666 | else | 4678 | else |
| 4667 | ac_cs_awk_cr=$ac_cr | 4679 | ac_cs_awk_cr=$ac_cr |
| 4668 | fi | 4680 | fi |
| @@ -4676,18 +4688,18 @@ _ACEOF | @@ -4676,18 +4688,18 @@ _ACEOF | ||
| 4676 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 4688 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
| 4677 | echo "_ACEOF" | 4689 | echo "_ACEOF" |
| 4678 | } >conf$$subs.sh || | 4690 | } >conf$$subs.sh || |
| 4679 | - as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | ||
| 4680 | -ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 4691 | + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 4692 | +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | ||
| 4681 | ac_delim='%!_!# ' | 4693 | ac_delim='%!_!# ' |
| 4682 | for ac_last_try in false false false false false :; do | 4694 | for ac_last_try in false false false false false :; do |
| 4683 | . ./conf$$subs.sh || | 4695 | . ./conf$$subs.sh || |
| 4684 | - as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 4696 | + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 4685 | 4697 | ||
| 4686 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 4698 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
| 4687 | if test $ac_delim_n = $ac_delim_num; then | 4699 | if test $ac_delim_n = $ac_delim_num; then |
| 4688 | break | 4700 | break |
| 4689 | elif $ac_last_try; then | 4701 | elif $ac_last_try; then |
| 4690 | - as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 4702 | + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 4691 | else | 4703 | else |
| 4692 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 4704 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 4693 | fi | 4705 | fi |
| @@ -4776,20 +4788,28 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | @@ -4776,20 +4788,28 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | ||
| 4776 | else | 4788 | else |
| 4777 | cat | 4789 | cat |
| 4778 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 4790 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
| 4779 | - || as_fn_error "could not setup config files machinery" "$LINENO" 5 | 4791 | + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
| 4780 | _ACEOF | 4792 | _ACEOF |
| 4781 | 4793 | ||
| 4782 | -# VPATH may cause trouble with some makes, so we remove $(srcdir), | ||
| 4783 | -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 4794 | +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
| 4795 | +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | ||
| 4784 | # trailing colons and then remove the whole line if VPATH becomes empty | 4796 | # trailing colons and then remove the whole line if VPATH becomes empty |
| 4785 | # (actually we leave an empty line to preserve line numbers). | 4797 | # (actually we leave an empty line to preserve line numbers). |
| 4786 | if test "x$srcdir" = x.; then | 4798 | if test "x$srcdir" = x.; then |
| 4787 | - ac_vpsub='/^[ ]*VPATH[ ]*=/{ | ||
| 4788 | -s/:*\$(srcdir):*/:/ | ||
| 4789 | -s/:*\${srcdir}:*/:/ | ||
| 4790 | -s/:*@srcdir@:*/:/ | ||
| 4791 | -s/^\([^=]*=[ ]*\):*/\1/ | 4799 | + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
| 4800 | +h | ||
| 4801 | +s/// | ||
| 4802 | +s/^/:/ | ||
| 4803 | +s/[ ]*$/:/ | ||
| 4804 | +s/:\$(srcdir):/:/g | ||
| 4805 | +s/:\${srcdir}:/:/g | ||
| 4806 | +s/:@srcdir@:/:/g | ||
| 4807 | +s/^:*// | ||
| 4792 | s/:*$// | 4808 | s/:*$// |
| 4809 | +x | ||
| 4810 | +s/\(=[ ]*\).*/\1/ | ||
| 4811 | +G | ||
| 4812 | +s/\n// | ||
| 4793 | s/^[^=]*=[ ]*$// | 4813 | s/^[^=]*=[ ]*$// |
| 4794 | }' | 4814 | }' |
| 4795 | fi | 4815 | fi |
| @@ -4807,7 +4827,7 @@ do | @@ -4807,7 +4827,7 @@ do | ||
| 4807 | esac | 4827 | esac |
| 4808 | case $ac_mode$ac_tag in | 4828 | case $ac_mode$ac_tag in |
| 4809 | :[FHL]*:*);; | 4829 | :[FHL]*:*);; |
| 4810 | - :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | 4830 | + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; |
| 4811 | :[FH]-) ac_tag=-:-;; | 4831 | :[FH]-) ac_tag=-:-;; |
| 4812 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 4832 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
| 4813 | esac | 4833 | esac |
| @@ -4835,7 +4855,7 @@ do | @@ -4835,7 +4855,7 @@ do | ||
| 4835 | [\\/$]*) false;; | 4855 | [\\/$]*) false;; |
| 4836 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 4856 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
| 4837 | esac || | 4857 | esac || |
| 4838 | - as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 4858 | + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; |
| 4839 | esac | 4859 | esac |
| 4840 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 4860 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
| 4841 | as_fn_append ac_file_inputs " '$ac_f'" | 4861 | as_fn_append ac_file_inputs " '$ac_f'" |
| @@ -4862,7 +4882,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} | @@ -4862,7 +4882,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} | ||
| 4862 | 4882 | ||
| 4863 | case $ac_tag in | 4883 | case $ac_tag in |
| 4864 | *:-:* | *:-) cat >"$tmp/stdin" \ | 4884 | *:-:* | *:-) cat >"$tmp/stdin" \ |
| 4865 | - || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | 4885 | + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
| 4866 | esac | 4886 | esac |
| 4867 | ;; | 4887 | ;; |
| 4868 | esac | 4888 | esac |
| @@ -4999,22 +5019,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t | @@ -4999,22 +5019,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t | ||
| 4999 | $ac_datarootdir_hack | 5019 | $ac_datarootdir_hack |
| 5000 | " | 5020 | " |
| 5001 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 5021 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
| 5002 | - || as_fn_error "could not create $ac_file" "$LINENO" 5 | 5022 | + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 5003 | 5023 | ||
| 5004 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 5024 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 5005 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 5025 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
| 5006 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 5026 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
| 5007 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 5027 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 5008 | -which seems to be undefined. Please make sure it is defined." >&5 | 5028 | +which seems to be undefined. Please make sure it is defined" >&5 |
| 5009 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 5029 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 5010 | -which seems to be undefined. Please make sure it is defined." >&2;} | 5030 | +which seems to be undefined. Please make sure it is defined" >&2;} |
| 5011 | 5031 | ||
| 5012 | rm -f "$tmp/stdin" | 5032 | rm -f "$tmp/stdin" |
| 5013 | case $ac_file in | 5033 | case $ac_file in |
| 5014 | -) cat "$tmp/out" && rm -f "$tmp/out";; | 5034 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
| 5015 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 5035 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
| 5016 | esac \ | 5036 | esac \ |
| 5017 | - || as_fn_error "could not create $ac_file" "$LINENO" 5 | 5037 | + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 5018 | ;; | 5038 | ;; |
| 5019 | 5039 | ||
| 5020 | 5040 | ||
| @@ -5130,7 +5150,7 @@ _ACEOF | @@ -5130,7 +5150,7 @@ _ACEOF | ||
| 5130 | ac_clean_files=$ac_clean_files_save | 5150 | ac_clean_files=$ac_clean_files_save |
| 5131 | 5151 | ||
| 5132 | test $ac_write_fail = 0 || | 5152 | test $ac_write_fail = 0 || |
| 5133 | - as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 5153 | + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
| 5134 | 5154 | ||
| 5135 | 5155 | ||
| 5136 | # configure is writing to config.log, and then calls config.status. | 5156 | # configure is writing to config.log, and then calls config.status. |
| @@ -5151,7 +5171,7 @@ if test "$no_create" != yes; then | @@ -5151,7 +5171,7 @@ if test "$no_create" != yes; then | ||
| 5151 | exec 5>>config.log | 5171 | exec 5>>config.log |
| 5152 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 5172 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 5153 | # would make configure fail if this is the last instruction. | 5173 | # would make configure fail if this is the last instruction. |
| 5154 | - $ac_cs_success || as_fn_exit $? | 5174 | + $ac_cs_success || as_fn_exit 1 |
| 5155 | fi | 5175 | fi |
| 5156 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 5176 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 5157 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 5177 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |