Commit 299283a173f9b6ed294f28eddc10dffed3f14865

Authored by oliverhaag
1 parent e78ab7bd

Updated version information

dsoextractfw/aclocal.m4
... ... @@ -13,8 +13,8 @@
13 13  
14 14 m4_ifndef([AC_AUTOCONF_VERSION],
15 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 18 You have another version of autoconf. It may work, but is not guaranteed to.
19 19 If you have problems, you may need to regenerate the build system entirely.
20 20 To do so, use the procedure documented by the package, typically `autoreconf'.])])
... ...
dsoextractfw/configure
1 1 #! /bin/sh
2 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 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 11 # This configure script is free software; the Free Software Foundation
... ... @@ -316,7 +316,7 @@ $as_echo X"$as_dir" |
316 316 test -d "$as_dir" && break
317 317 done
318 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 322 } # as_fn_mkdir_p
... ... @@ -356,19 +356,19 @@ else
356 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 361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
362 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 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 370 fi
371   - $as_echo "$as_me: error: $1" >&2
  371 + $as_echo "$as_me: error: $2" >&2
372 372 as_fn_exit $as_status
373 373 } # as_fn_error
374 374  
... ... @@ -530,7 +530,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null
530 530 exec 6>&1
531 531  
532 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 534 # so uname gets run too.
535 535 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
536 536  
... ... @@ -751,8 +751,9 @@ do
751 751 fi
752 752  
753 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 757 esac
757 758  
758 759 # Accept the important Cygnus configure options, so we can diagnose typos.
... ... @@ -797,7 +798,7 @@ do
797 798 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
798 799 # Reject names that are not valid shell variable names.
799 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 802 ac_useropt_orig=$ac_useropt
802 803 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
803 804 case $ac_user_opts in
... ... @@ -823,7 +824,7 @@ do
823 824 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
824 825 # Reject names that are not valid shell variable names.
825 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 828 ac_useropt_orig=$ac_useropt
828 829 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
829 830 case $ac_user_opts in
... ... @@ -1027,7 +1028,7 @@ do
1027 1028 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1028 1029 # Reject names that are not valid shell variable names.
1029 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 1032 ac_useropt_orig=$ac_useropt
1032 1033 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1033 1034 case $ac_user_opts in
... ... @@ -1043,7 +1044,7 @@ do
1043 1044 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1044 1045 # Reject names that are not valid shell variable names.
1045 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 1048 ac_useropt_orig=$ac_useropt
1048 1049 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1049 1050 case $ac_user_opts in
... ... @@ -1073,8 +1074,8 @@ do
1073 1074 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1074 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 1083 # Reject names that are not valid shell variable names.
1083 1084 case $ac_envvar in #(
1084 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 1087 esac
1087 1088 eval $ac_envvar=\$ac_optarg
1088 1089 export $ac_envvar ;;
... ... @@ -1100,13 +1101,13 @@ done
1100 1101  
1101 1102 if test -n "$ac_prev"; then
1102 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 1105 fi
1105 1106  
1106 1107 if test -n "$ac_unrecognized_opts"; then
1107 1108 case $enable_option_checking in
1108 1109 no) ;;
1109   - fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
  1110 + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1110 1111 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1111 1112 esac
1112 1113 fi
... ... @@ -1129,7 +1130,7 @@ do
1129 1130 [\\/$]* | ?:[\\/]* ) continue;;
1130 1131 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1131 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 1134 done
1134 1135  
1135 1136 # There might be people who depend on the old broken behavior: `$host'
... ... @@ -1143,8 +1144,8 @@ target=$target_alias
1143 1144 if test "x$host_alias" != x; then
1144 1145 if test "x$build_alias" = x; then
1145 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 1149 elif test "x$build_alias" != "x$host_alias"; then
1149 1150 cross_compiling=yes
1150 1151 fi
... ... @@ -1159,9 +1160,9 @@ test "$silent" = yes && exec 6>/dev/null
1159 1160 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1160 1161 ac_ls_di=`ls -di .` &&
1161 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 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 1168 # Find the source files, if location was not specified.
... ... @@ -1200,11 +1201,11 @@ else
1200 1201 fi
1201 1202 if test ! -r "$srcdir/$ac_unique_file"; then
1202 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 1205 fi
1205 1206 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1206 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 1209 pwd)`
1209 1210 # When building in place, set srcdir=.
1210 1211 if test "$ac_abs_confdir" = "$ac_pwd"; then
... ... @@ -1244,7 +1245,7 @@ Configuration:
1244 1245 --help=short display options specific to this package
1245 1246 --help=recursive display the short help of all the included packages
1246 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 1249 --cache-file=FILE cache test results in FILE [disabled]
1249 1250 -C, --config-cache alias for \`--cache-file=config.cache'
1250 1251 -n, --no-create do not create output files
... ... @@ -1382,9 +1383,9 @@ test -n "$ac_init_help" && exit $ac_status
1382 1383 if $ac_init_version; then
1383 1384 cat <<\_ACEOF
1384 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 1389 This configure script is free software; the Free Software Foundation
1389 1390 gives unlimited permission to copy, distribute and modify it.
1390 1391 _ACEOF
... ... @@ -1454,7 +1455,7 @@ $as_echo &quot;$ac_try_echo&quot;; } &gt;&amp;5
1454 1455 mv -f conftest.er1 conftest.err
1455 1456 fi
1456 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 1459 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1459 1460 test ! -s conftest.err
1460 1461 }; then :
... ... @@ -1520,10 +1521,10 @@ fi
1520 1521 ac_fn_c_check_header_mongrel ()
1521 1522 {
1522 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 1525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1525 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 1528 $as_echo_n "(cached) " >&6
1528 1529 fi
1529 1530 eval ac_res=\$$3
... ... @@ -1559,7 +1560,7 @@ if ac_fn_c_try_cpp &quot;$LINENO&quot;; then :
1559 1560 else
1560 1561 ac_header_preproc=no
1561 1562 fi
1562   -rm -f conftest.err conftest.$ac_ext
  1563 +rm -f conftest.err conftest.i conftest.$ac_ext
1563 1564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1564 1565 $as_echo "$ac_header_preproc" >&6; }
1565 1566  
... ... @@ -1586,7 +1587,7 @@ $as_echo &quot;$as_me: WARNING: $2: proceeding with the compiler&#39;s result&quot; &gt;&amp;2;}
1586 1587 esac
1587 1588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1588 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 1591 $as_echo_n "(cached) " >&6
1591 1592 else
1592 1593 eval "$3=\$ac_header_compiler"
... ... @@ -1608,7 +1609,7 @@ ac_fn_c_check_header_compile ()
1608 1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 1610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1610 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 1613 $as_echo_n "(cached) " >&6
1613 1614 else
1614 1615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
... ... @@ -1634,7 +1635,7 @@ This file contains any messages produced by compilers while
1634 1635 running configure, to aid debugging if configure makes a mistake.
1635 1636  
1636 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 1640 $ $0 $@
1640 1641  
... ... @@ -1744,11 +1745,9 @@ trap &#39;exit_status=$?
1744 1745 {
1745 1746 echo
1746 1747  
1747   - cat <<\_ASBOX
1748   -## ---------------- ##
  1748 + $as_echo "## ---------------- ##
1749 1749 ## Cache variables. ##
1750   -## ---------------- ##
1751   -_ASBOX
  1750 +## ---------------- ##"
1752 1751 echo
1753 1752 # The following way of writing the cache mishandles newlines in values,
1754 1753 (
... ... @@ -1782,11 +1781,9 @@ $as_echo &quot;$as_me: WARNING: cache variable $ac_var contains a newline&quot; &gt;&amp;2;} ;;
1782 1781 )
1783 1782 echo
1784 1783  
1785   - cat <<\_ASBOX
1786   -## ----------------- ##
  1784 + $as_echo "## ----------------- ##
1787 1785 ## Output variables. ##
1788   -## ----------------- ##
1789   -_ASBOX
  1786 +## ----------------- ##"
1790 1787 echo
1791 1788 for ac_var in $ac_subst_vars
1792 1789 do
... ... @@ -1799,11 +1796,9 @@ _ASBOX
1799 1796 echo
1800 1797  
1801 1798 if test -n "$ac_subst_files"; then
1802   - cat <<\_ASBOX
1803   -## ------------------- ##
  1799 + $as_echo "## ------------------- ##
1804 1800 ## File substitutions. ##
1805   -## ------------------- ##
1806   -_ASBOX
  1801 +## ------------------- ##"
1807 1802 echo
1808 1803 for ac_var in $ac_subst_files
1809 1804 do
... ... @@ -1817,11 +1812,9 @@ _ASBOX
1817 1812 fi
1818 1813  
1819 1814 if test -s confdefs.h; then
1820   - cat <<\_ASBOX
1821   -## ----------- ##
  1815 + $as_echo "## ----------- ##
1822 1816 ## confdefs.h. ##
1823   -## ----------- ##
1824   -_ASBOX
  1817 +## ----------- ##"
1825 1818 echo
1826 1819 cat confdefs.h
1827 1820 echo
... ... @@ -1876,7 +1869,12 @@ _ACEOF
1876 1869 ac_site_file1=NONE
1877 1870 ac_site_file2=NONE
1878 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 1878 elif test "x$prefix" != xNONE; then
1881 1879 ac_site_file1=$prefix/share/config.site
1882 1880 ac_site_file2=$prefix/etc/config.site
... ... @@ -1891,7 +1889,11 @@ do
1891 1889 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1892 1890 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1893 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 1897 fi
1896 1898 done
1897 1899  
... ... @@ -1967,7 +1969,7 @@ if $ac_cache_corrupted; then
1967 1969 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1968 1970 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1969 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 1973 fi
1972 1974 ## -------------------- ##
1973 1975 ## Main body of script. ##
... ... @@ -1984,16 +1986,22 @@ am__api_version=&#39;1.11&#39;
1984 1986  
1985 1987 ac_aux_dir=
1986 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 2002 done
1995 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 2005 fi
1998 2006  
1999 2007 # These three variables are undocumented and unsupported,
... ... @@ -2109,11 +2117,11 @@ am_lf=&#39;
2109 2117 '
2110 2118 case `pwd` in
2111 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 2121 esac
2114 2122 case $srcdir in
2115 2123 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2116   - as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
  2124 + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2117 2125 esac
2118 2126  
2119 2127 # Do `set' in a subshell so we don't clobber the current shell's
... ... @@ -2135,7 +2143,7 @@ if (
2135 2143 # if, for instance, CONFIG_SHELL is bash and it inherits a
2136 2144 # broken ls alias from the environment. This has actually
2137 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 2147 alias in your environment" "$LINENO" 5
2140 2148 fi
2141 2149  
... ... @@ -2145,7 +2153,7 @@ then
2145 2153 # Ok.
2146 2154 :
2147 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 2157 Check your system clock" "$LINENO" 5
2150 2158 fi
2151 2159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
... ... @@ -2383,7 +2391,7 @@ done
2383 2391 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2384 2392 set x ${MAKE-make}
2385 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 2395 $as_echo_n "(cached) " >&6
2388 2396 else
2389 2397 cat >conftest.make <<\_ACEOF
... ... @@ -2391,7 +2399,7 @@ SHELL = /bin/sh
2391 2399 all:
2392 2400 @echo '@@@%%%=$(MAKE)=@@@%%%'
2393 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 2403 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2396 2404 *@@@%%%=?*=@@@%%%*)
2397 2405 eval ac_cv_prog_make_${ac_make}_set=yes;;
... ... @@ -2425,7 +2433,7 @@ if test &quot;`cd $srcdir &amp;&amp; pwd`&quot; != &quot;`pwd`&quot;; then
2425 2433 am__isrc=' -I$(srcdir)'
2426 2434 # test to see if srcdir already configured
2427 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 2437 fi
2430 2438 fi
2431 2439  
... ... @@ -2441,7 +2449,7 @@ fi
2441 2449  
2442 2450 # Define the identity of the package.
2443 2451 PACKAGE=dsoextractfw
2444   - VERSION=0.6.0
  2452 + VERSION=0.6.2
2445 2453  
2446 2454  
2447 2455 cat >>confdefs.h <<_ACEOF
... ... @@ -2781,8 +2789,8 @@ fi
2781 2789  
2782 2790 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2783 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 2795 # Provide some information about the compiler.
2788 2796 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
... ... @@ -2896,9 +2904,8 @@ sed &#39;s/^/| /&#39; conftest.$ac_ext &gt;&amp;5
2896 2904  
2897 2905 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2898 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 2909 else
2903 2910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2904 2911 $as_echo "yes" >&6; }
... ... @@ -2940,8 +2947,8 @@ done
2940 2947 else
2941 2948 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2942 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 2952 fi
2946 2953 rm -f conftest conftest$ac_cv_exeext
2947 2954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
... ... @@ -2998,9 +3005,9 @@ $as_echo &quot;$ac_try_echo&quot;; } &gt;&amp;5
2998 3005 else
2999 3006 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3000 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 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 3011 fi
3005 3012 fi
3006 3013 fi
... ... @@ -3051,8 +3058,8 @@ sed &#39;s/^/| /&#39; conftest.$ac_ext &gt;&amp;5
3051 3058  
3052 3059 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3053 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 3063 fi
3057 3064 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3058 3065 fi
... ... @@ -3505,7 +3512,7 @@ else
3505 3512 # Broken: fails on valid input.
3506 3513 continue
3507 3514 fi
3508   -rm -f conftest.err conftest.$ac_ext
  3515 +rm -f conftest.err conftest.i conftest.$ac_ext
3509 3516  
3510 3517 # OK, works on sane cases. Now check whether nonexistent headers
3511 3518 # can be detected and how.
... ... @@ -3521,11 +3528,11 @@ else
3521 3528 ac_preproc_ok=:
3522 3529 break
3523 3530 fi
3524   -rm -f conftest.err conftest.$ac_ext
  3531 +rm -f conftest.err conftest.i conftest.$ac_ext
3525 3532  
3526 3533 done
3527 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 3536 if $ac_preproc_ok; then :
3530 3537 break
3531 3538 fi
... ... @@ -3564,7 +3571,7 @@ else
3564 3571 # Broken: fails on valid input.
3565 3572 continue
3566 3573 fi
3567   -rm -f conftest.err conftest.$ac_ext
  3574 +rm -f conftest.err conftest.i conftest.$ac_ext
3568 3575  
3569 3576 # OK, works on sane cases. Now check whether nonexistent headers
3570 3577 # can be detected and how.
... ... @@ -3580,18 +3587,18 @@ else
3580 3587 ac_preproc_ok=:
3581 3588 break
3582 3589 fi
3583   -rm -f conftest.err conftest.$ac_ext
  3590 +rm -f conftest.err conftest.i conftest.$ac_ext
3584 3591  
3585 3592 done
3586 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 3595 if $ac_preproc_ok; then :
3589 3596  
3590 3597 else
3591 3598 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3592 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 3602 fi
3596 3603  
3597 3604 ac_ext=c
... ... @@ -3652,7 +3659,7 @@ esac
3652 3659 done
3653 3660 IFS=$as_save_IFS
3654 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 3663 fi
3657 3664 else
3658 3665 ac_cv_path_GREP=$GREP
... ... @@ -3718,7 +3725,7 @@ esac
3718 3725 done
3719 3726 IFS=$as_save_IFS
3720 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 3729 fi
3723 3730 else
3724 3731 ac_cv_path_EGREP=$EGREP
... ... @@ -3850,8 +3857,7 @@ do :
3850 3857 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3851 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 3861 cat >>confdefs.h <<_ACEOF
3856 3862 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3857 3863 _ACEOF
... ... @@ -3865,8 +3871,7 @@ for ac_header in stdio.h malloc.h string.h bfd.h
3865 3871 do :
3866 3872 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3867 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 3875 cat >>confdefs.h <<_ACEOF
3871 3876 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3872 3877 _ACEOF
... ... @@ -3998,6 +4003,7 @@ DEFS=`sed -n &quot;$ac_script&quot; confdefs.h`
3998 4003  
3999 4004 ac_libobjs=
4000 4005 ac_ltlibobjs=
  4006 +U=
4001 4007 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4002 4008 # 1. Remove the extension, and $U if already installed.
4003 4009 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
... ... @@ -4021,11 +4027,11 @@ else
4021 4027 fi
4022 4028  
4023 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 4031 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4026 4032 fi
4027 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 4035 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4030 4036 fi
4031 4037  
... ... @@ -4175,19 +4181,19 @@ export LANGUAGE
4175 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 4186 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4181 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 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 4195 fi
4190   - $as_echo "$as_me: error: $1" >&2
  4196 + $as_echo "$as_me: error: $2" >&2
4191 4197 as_fn_exit $as_status
4192 4198 } # as_fn_error
4193 4199  
... ... @@ -4383,7 +4389,7 @@ $as_echo X&quot;$as_dir&quot; |
4383 4389 test -d "$as_dir" && break
4384 4390 done
4385 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 4395 } # as_fn_mkdir_p
... ... @@ -4437,7 +4443,7 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
4437 4443 # values after options handling.
4438 4444 ac_log="
4439 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 4448 CONFIG_FILES = $CONFIG_FILES
4443 4449 CONFIG_HEADERS = $CONFIG_HEADERS
... ... @@ -4494,10 +4500,10 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
4494 4500 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4495 4501 ac_cs_version="\\
4496 4502 config.status
4497   -configured by $0, generated by GNU Autoconf 2.65,
  4503 +configured by $0, generated by GNU Autoconf 2.67,
4498 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 4507 This config.status script is free software; the Free Software Foundation
4502 4508 gives unlimited permission to copy, distribute and modify it."
4503 4509  
... ... @@ -4515,11 +4521,16 @@ ac_need_defaults=:
4515 4521 while test $# != 0
4516 4522 do
4517 4523 case $1 in
4518   - --*=*)
  4524 + --*=?*)
4519 4525 ac_option=`expr "X$1" : 'X\([^=]*\)='`
4520 4526 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4521 4527 ac_shift=:
4522 4528 ;;
  4529 + --*=)
  4530 + ac_option=`expr "X$1" : 'X\([^=]*\)='`
  4531 + ac_optarg=
  4532 + ac_shift=:
  4533 + ;;
4523 4534 *)
4524 4535 ac_option=$1
4525 4536 ac_optarg=$2
... ... @@ -4541,6 +4552,7 @@ do
4541 4552 $ac_shift
4542 4553 case $ac_optarg in
4543 4554 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  4555 + '') as_fn_error $? "missing file argument" ;;
4544 4556 esac
4545 4557 as_fn_append CONFIG_FILES " '$ac_optarg'"
4546 4558 ac_need_defaults=false;;
... ... @@ -4551,7 +4563,7 @@ do
4551 4563 ac_cs_silent=: ;;
4552 4564  
4553 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 4567 Try \`$0 --help' for more information." ;;
4556 4568  
4557 4569 *) as_fn_append ac_config_targets " $1"
... ... @@ -4608,7 +4620,7 @@ do
4608 4620 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
4609 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 4624 esac
4613 4625 done
4614 4626  
... ... @@ -4645,7 +4657,7 @@ $debug ||
4645 4657 {
4646 4658 tmp=./conf$$-$RANDOM
4647 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 4662 # Set up the scripts for CONFIG_FILES section.
4651 4663 # No need to generate them if there are no CONFIG_FILES.
... ... @@ -4662,7 +4674,7 @@ if test &quot;x$ac_cr&quot; = x; then
4662 4674 fi
4663 4675 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4664 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 4678 else
4667 4679 ac_cs_awk_cr=$ac_cr
4668 4680 fi
... ... @@ -4676,18 +4688,18 @@ _ACEOF
4676 4688 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4677 4689 echo "_ACEOF"
4678 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 4693 ac_delim='%!_!# '
4682 4694 for ac_last_try in false false false false false :; do
4683 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 4698 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4687 4699 if test $ac_delim_n = $ac_delim_num; then
4688 4700 break
4689 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 4703 else
4692 4704 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4693 4705 fi
... ... @@ -4776,20 +4788,28 @@ if sed &quot;s/$ac_cr//&quot; &lt; /dev/null &gt; /dev/null 2&gt;&amp;1; then
4776 4788 else
4777 4789 cat
4778 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 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 4796 # trailing colons and then remove the whole line if VPATH becomes empty
4785 4797 # (actually we leave an empty line to preserve line numbers).
4786 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 4808 s/:*$//
  4809 +x
  4810 +s/\(=[ ]*\).*/\1/
  4811 +G
  4812 +s/\n//
4793 4813 s/^[^=]*=[ ]*$//
4794 4814 }'
4795 4815 fi
... ... @@ -4807,7 +4827,7 @@ do
4807 4827 esac
4808 4828 case $ac_mode$ac_tag in
4809 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 4831 :[FH]-) ac_tag=-:-;;
4812 4832 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4813 4833 esac
... ... @@ -4835,7 +4855,7 @@ do
4835 4855 [\\/$]*) false;;
4836 4856 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4837 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 4859 esac
4840 4860 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4841 4861 as_fn_append ac_file_inputs " '$ac_f'"
... ... @@ -4862,7 +4882,7 @@ $as_echo &quot;$as_me: creating $ac_file&quot; &gt;&amp;6;}
4862 4882  
4863 4883 case $ac_tag in
4864 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 4886 esac
4867 4887 ;;
4868 4888 esac
... ... @@ -4999,22 +5019,22 @@ s&amp;@MKDIR_P@&amp;$ac_MKDIR_P&amp;;t t
4999 5019 $ac_datarootdir_hack
5000 5020 "
5001 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 5024 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5005 5025 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5006 5026 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5007 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 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 5032 rm -f "$tmp/stdin"
5013 5033 case $ac_file in
5014 5034 -) cat "$tmp/out" && rm -f "$tmp/out";;
5015 5035 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
5016 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 5150 ac_clean_files=$ac_clean_files_save
5131 5151  
5132 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 5156 # configure is writing to config.log, and then calls config.status.
... ... @@ -5151,7 +5171,7 @@ if test &quot;$no_create&quot; != yes; then
5151 5171 exec 5>>config.log
5152 5172 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5153 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 5175 fi
5156 5176 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5157 5177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
... ...
dsoextractfw/configure.in
1 1 AC_INIT(dsoextractfw.c)
2   -AM_INIT_AUTOMAKE([dsoextractfw], [0.6.0])
  2 +AM_INIT_AUTOMAKE([dsoextractfw], [0.6.2])
3 3 AC_PROG_CC
4 4 AC_PROG_INSTALL
5 5 AC_HEADER_STDC
... ...