Index: configure |
=================================================================== |
--- a/configure |
+++ b/configure |
@@ -1,18 +1,18 @@ |
#! /bin/sh |
# Guess values for system-dependent variables and create Makefiles. |
-# Generated by GNU Autoconf 2.65 for breakpad 0.1. |
+# Generated by GNU Autoconf 2.68 for breakpad 0.1. |
# |
# Report bugs to <google-breakpad-dev@googlegroups.com>. |
# |
# |
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
-# Inc. |
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
+# Foundation, Inc. |
# |
# |
# This configure script is free software; the Free Software Foundation |
# gives unlimited permission to copy, distribute and modify it. |
## -------------------- ## |
## M4sh Initialization. ## |
## -------------------- ## |
@@ -86,16 +86,17 @@ fi |
# IFS |
# We need space, tab and new line, in precisely that order. Quoting is |
# there to prevent editors from complaining about space-tab. |
# (If _AS_PATH_WALK were called with IFS unset, it would disable word |
# splitting by setting IFS to empty value.) |
IFS=" "" $as_nl" |
# Find who we are. Look in the path if we contain no directory separator. |
+as_myself= |
case $0 in #(( |
*[\\/]* ) as_myself=$0 ;; |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
@@ -211,21 +212,28 @@ done |
fi; } |
IFS=$as_save_IFS |
if test "x$CONFIG_SHELL" != x; then : |
# We cannot yet assume a decent shell, so we have to provide a |
# neutralization value for shells without unset; and this also |
# works around shells that cannot unset nonexistent variables. |
+ # Preserve -v and -x to the replacement shell. |
BASH_ENV=/dev/null |
ENV=/dev/null |
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
export CONFIG_SHELL |
- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
+ case $- in # (((( |
+ *v*x* | *x*v* ) as_opts=-vx ;; |
+ *v* ) as_opts=-v ;; |
+ *x* ) as_opts=-x ;; |
+ * ) as_opts= ;; |
+ esac |
+ exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} |
fi |
if test x$as_have_required = xno; then : |
$as_echo "$0: This script requires a shell more modern than all" |
$as_echo "$0: the shells that I found on your system." |
if test x${ZSH_VERSION+set} = xset ; then |
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" |
$as_echo "$0: be upgraded to zsh 4.3.4 or later." |
@@ -314,17 +322,17 @@ as_fn_mkdir_p () |
/^X\(\/\).*/{ |
s//\1/ |
q |
} |
s/.*/./; q'` |
test -d "$as_dir" && break |
done |
test -z "$as_dirs" || eval "mkdir $as_dirs" |
- } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
} # as_fn_mkdir_p |
# as_fn_append VAR VALUE |
# ---------------------- |
# Append the text in VALUE to the end of the definition contained in VAR. Take |
# advantage of any shell optimizations that allow amortized linear growth over |
# repeated appends, instead of the typical quadratic growth present in naive |
@@ -354,29 +362,29 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/de |
else |
as_fn_arith () |
{ |
as_val=`expr "$@" || test $? -eq 1` |
} |
fi # as_fn_arith |
-# as_fn_error ERROR [LINENO LOG_FD] |
-# --------------------------------- |
+# as_fn_error STATUS ERROR [LINENO LOG_FD] |
+# ---------------------------------------- |
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
-# script with status $?, using 1 if that was 0. |
+# script with STATUS, using 1 if that was 0. |
as_fn_error () |
{ |
- as_status=$?; test $as_status -eq 0 && as_status=1 |
- if test "$3"; then |
- as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
- $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
+ as_status=$1; test $as_status -eq 0 && as_status=1 |
+ if test "$4"; then |
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
fi |
- $as_echo "$as_me: error: $1" >&2 |
+ $as_echo "$as_me: error: $2" >&2 |
as_fn_exit $as_status |
} # as_fn_error |
if expr a : '\(a\)' >/dev/null 2>&1 && |
test "X`expr 00001 : '.*\(...\)'`" = X001; then |
as_expr=expr |
else |
as_expr=false |
@@ -528,17 +536,17 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P |
# Sed expression to map a string onto a valid variable name. |
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
test -n "$DJDIR" || exec 7<&0 </dev/null |
exec 6>&1 |
# Name of the host. |
-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
# so uname gets run too. |
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
# |
# Initializations. |
# |
ac_default_prefix=/usr/local |
ac_clean_files= |
@@ -627,16 +635,17 @@ CPP |
am__fastdepCCAS_FALSE |
am__fastdepCCAS_TRUE |
CCASDEPMODE |
CCASFLAGS |
CCAS |
am__fastdepCC_FALSE |
am__fastdepCC_TRUE |
CCDEPMODE |
+am__nodep |
AMDEPBACKSLASH |
AMDEP_FALSE |
AMDEP_TRUE |
am__quote |
am__include |
DEPDIR |
OBJEXT |
EXEEXT |
@@ -794,18 +803,19 @@ do |
# If the previous option needs an argument, assign it. |
if test -n "$ac_prev"; then |
eval $ac_prev=\$ac_option |
ac_prev= |
continue |
fi |
case $ac_option in |
- *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
- *) ac_optarg=yes ;; |
+ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
+ *=) ac_optarg= ;; |
+ *) ac_optarg=yes ;; |
esac |
# Accept the important Cygnus configure options, so we can diagnose typos. |
case $ac_dashdash$ac_option in |
--) |
ac_dashdash=yes ;; |
@@ -840,17 +850,17 @@ do |
-datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ |
| --dataroot=* | --dataroo=* | --dataro=* | --datar=*) |
datarootdir=$ac_optarg ;; |
-disable-* | --disable-*) |
ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
# Reject names that are not valid shell variable names. |
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
- as_fn_error "invalid feature name: $ac_useropt" |
+ as_fn_error $? "invalid feature name: $ac_useropt" |
ac_useropt_orig=$ac_useropt |
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
case $ac_user_opts in |
*" |
"enable_$ac_useropt" |
"*) ;; |
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" |
ac_unrecognized_sep=', ';; |
@@ -866,17 +876,17 @@ do |
ac_prev=dvidir ;; |
-dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) |
dvidir=$ac_optarg ;; |
-enable-* | --enable-*) |
ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
# Reject names that are not valid shell variable names. |
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
- as_fn_error "invalid feature name: $ac_useropt" |
+ as_fn_error $? "invalid feature name: $ac_useropt" |
ac_useropt_orig=$ac_useropt |
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
case $ac_user_opts in |
*" |
"enable_$ac_useropt" |
"*) ;; |
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" |
ac_unrecognized_sep=', ';; |
@@ -1070,33 +1080,33 @@ do |
-version | --version | --versio | --versi | --vers | -V) |
ac_init_version=: ;; |
-with-* | --with-*) |
ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
# Reject names that are not valid shell variable names. |
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
- as_fn_error "invalid package name: $ac_useropt" |
+ as_fn_error $? "invalid package name: $ac_useropt" |
ac_useropt_orig=$ac_useropt |
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
case $ac_user_opts in |
*" |
"with_$ac_useropt" |
"*) ;; |
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" |
ac_unrecognized_sep=', ';; |
esac |
eval with_$ac_useropt=\$ac_optarg ;; |
-without-* | --without-*) |
ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
# Reject names that are not valid shell variable names. |
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
- as_fn_error "invalid package name: $ac_useropt" |
+ as_fn_error $? "invalid package name: $ac_useropt" |
ac_useropt_orig=$ac_useropt |
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
case $ac_user_opts in |
*" |
"with_$ac_useropt" |
"*) ;; |
*) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" |
ac_unrecognized_sep=', ';; |
@@ -1116,50 +1126,50 @@ do |
-x-libraries | --x-libraries | --x-librarie | --x-librari \ |
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) |
ac_prev=x_libraries ;; |
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
x_libraries=$ac_optarg ;; |
- -*) as_fn_error "unrecognized option: \`$ac_option' |
-Try \`$0 --help' for more information." |
+ -*) as_fn_error $? "unrecognized option: \`$ac_option' |
+Try \`$0 --help' for more information" |
;; |
*=*) |
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
# Reject names that are not valid shell variable names. |
case $ac_envvar in #( |
'' | [0-9]* | *[!_$as_cr_alnum]* ) |
- as_fn_error "invalid variable name: \`$ac_envvar'" ;; |
+ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
esac |
eval $ac_envvar=\$ac_optarg |
export $ac_envvar ;; |
*) |
# FIXME: should be removed in autoconf 3.0. |
$as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
$as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
- : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
+ : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
;; |
esac |
done |
if test -n "$ac_prev"; then |
ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
- as_fn_error "missing argument to $ac_option" |
+ as_fn_error $? "missing argument to $ac_option" |
fi |
if test -n "$ac_unrecognized_opts"; then |
case $enable_option_checking in |
no) ;; |
- fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; |
+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
*) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
esac |
fi |
# Check all directory arguments for consistency. |
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
datadir sysconfdir sharedstatedir localstatedir includedir \ |
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
@@ -1172,49 +1182,49 @@ do |
ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` |
eval $ac_var=\$ac_val;; |
esac |
# Be sure to have absolute directory names. |
case $ac_val in |
[\\/$]* | ?:[\\/]* ) continue;; |
NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
esac |
- as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" |
+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
done |
# There might be people who depend on the old broken behavior: `$host' |
# used to hold the argument of --host etc. |
# FIXME: To remove some day. |
build=$build_alias |
host=$host_alias |
target=$target_alias |
# FIXME: To remove some day. |
if test "x$host_alias" != x; then |
if test "x$build_alias" = x; then |
cross_compiling=maybe |
- $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
- If a cross compiler is detected then cross compile mode will be used." >&2 |
+ $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
+ If a cross compiler is detected then cross compile mode will be used" >&2 |
elif test "x$build_alias" != "x$host_alias"; then |
cross_compiling=yes |
fi |
fi |
ac_tool_prefix= |
test -n "$host_alias" && ac_tool_prefix=$host_alias- |
test "$silent" = yes && exec 6>/dev/null |
ac_pwd=`pwd` && test -n "$ac_pwd" && |
ac_ls_di=`ls -di .` && |
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
- as_fn_error "working directory cannot be determined" |
+ as_fn_error $? "working directory cannot be determined" |
test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
- as_fn_error "pwd does not report name of working directory" |
+ as_fn_error $? "pwd does not report name of working directory" |
# Find the source files, if location was not specified. |
if test -z "$srcdir"; then |
ac_srcdir_defaulted=yes |
# Try the directory containing this script, then the parent directory. |
ac_confdir=`$as_dirname -- "$as_myself" || |
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
@@ -1243,21 +1253,21 @@ if test -z "$srcdir"; then |
if test ! -r "$srcdir/$ac_unique_file"; then |
srcdir=.. |
fi |
else |
ac_srcdir_defaulted=no |
fi |
if test ! -r "$srcdir/$ac_unique_file"; then |
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
- as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" |
+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
fi |
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
ac_abs_confdir=`( |
- cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" |
+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
pwd)` |
# When building in place, set srcdir=. |
if test "$ac_abs_confdir" = "$ac_pwd"; then |
srcdir=. |
fi |
# Remove unnecessary trailing slashes from srcdir. |
# Double slashes in file names in object file debugging info |
# mess up M-x gdb in Emacs. |
@@ -1287,17 +1297,17 @@ VAR=VALUE. See below for descriptions o |
Defaults for the options are specified in brackets. |
Configuration: |
-h, --help display this help and exit |
--help=short display options specific to this package |
--help=recursive display the short help of all the included packages |
-V, --version display version information and exit |
- -q, --quiet, --silent do not print \`checking...' messages |
+ -q, --quiet, --silent do not print \`checking ...' messages |
--cache-file=FILE cache test results in FILE [disabled] |
-C, --config-cache alias for \`--cache-file=config.cache' |
-n, --no-create do not create output files |
--srcdir=DIR find the sources in DIR [configure dir or \`..'] |
Installation directories: |
--prefix=PREFIX install architecture-independent files in PREFIX |
[$ac_default_prefix] |
@@ -1440,19 +1450,19 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ |
cd "$ac_pwd" || { ac_status=$?; break; } |
done |
fi |
test -n "$ac_init_help" && exit $ac_status |
if $ac_init_version; then |
cat <<\_ACEOF |
breakpad configure 0.1 |
-generated by GNU Autoconf 2.65 |
- |
-Copyright (C) 2009 Free Software Foundation, Inc. |
+generated by GNU Autoconf 2.68 |
+ |
+Copyright (C) 2010 Free Software Foundation, Inc. |
This configure script is free software; the Free Software Foundation |
gives unlimited permission to copy, distribute and modify it. |
_ACEOF |
exit |
fi |
## ------------------------ ## |
## Autoconf initialization. ## |
@@ -1486,17 +1496,17 @@ eval ac_try_echo="\"\$as_me:${as_lineno- |
} && test -s conftest.$ac_objext; then : |
ac_retval=0 |
else |
$as_echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 |
ac_retval=1 |
fi |
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
as_fn_set_status $ac_retval |
} # ac_fn_c_try_compile |
# ac_fn_c_try_cpp LINENO |
# ---------------------- |
# Try to preprocess conftest.$ac_ext, and return whether this succeeded. |
ac_fn_c_try_cpp () |
@@ -1512,28 +1522,28 @@ eval ac_try_echo="\"\$as_me:${as_lineno- |
(eval "$ac_cpp conftest.$ac_ext") 2>conftest.err |
ac_status=$? |
if test -s conftest.err; then |
grep -v '^ *+' conftest.err >conftest.er1 |
cat conftest.er1 >&5 |
mv -f conftest.er1 conftest.err |
fi |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
- test $ac_status = 0; } >/dev/null && { |
+ test $ac_status = 0; } > conftest.i && { |
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
test ! -s conftest.err |
}; then : |
ac_retval=0 |
else |
$as_echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 |
ac_retval=1 |
fi |
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
as_fn_set_status $ac_retval |
} # ac_fn_c_try_cpp |
# ac_fn_cxx_try_compile LINENO |
# ---------------------------- |
# Try to compile conftest.$ac_ext, and return whether this succeeded. |
ac_fn_cxx_try_compile () |
@@ -1561,17 +1571,17 @@ eval ac_try_echo="\"\$as_me:${as_lineno- |
} && test -s conftest.$ac_objext; then : |
ac_retval=0 |
else |
$as_echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 |
ac_retval=1 |
fi |
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
as_fn_set_status $ac_retval |
} # ac_fn_cxx_try_compile |
# ac_fn_c_try_run LINENO |
# ---------------------- |
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes |
# that executables *can* be run. |
@@ -1603,17 +1613,17 @@ eval ac_try_echo="\"\$as_me:${as_lineno- |
else |
$as_echo "$as_me: program exited with status $ac_status" >&5 |
$as_echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 |
ac_retval=$ac_status |
fi |
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
as_fn_set_status $ac_retval |
} # ac_fn_c_try_run |
# ac_fn_c_try_link LINENO |
# ----------------------- |
# Try to link conftest.$ac_ext, and return whether this succeeded. |
ac_fn_c_try_link () |
@@ -1649,33 +1659,33 @@ sed 's/^/| /' conftest.$ac_ext >&5 |
ac_retval=1 |
fi |
# Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information |
# created by the PGI compiler (conftest_ipa8_conftest.oo), as it would |
# interfere with the next link command; also delete a directory that is |
# left behind by Apple's compiler. We do this before executing the actions. |
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
as_fn_set_status $ac_retval |
} # ac_fn_c_try_link |
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES |
# ------------------------------------------------------- |
# Tests whether HEADER exists, giving a warning if it cannot be compiled using |
# the include files in INCLUDES and setting the cache variable VAR |
# accordingly. |
ac_fn_c_check_header_mongrel () |
{ |
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
- if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
+ if eval \${$3+:} false; then : |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
$as_echo_n "checking for $2... " >&6; } |
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
+if eval \${$3+:} false; then : |
$as_echo_n "(cached) " >&6 |
fi |
eval ac_res=\$$3 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
$as_echo "$ac_res" >&6; } |
else |
# Is the header compilable? |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 |
@@ -1701,17 +1711,17 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ |
/* end confdefs.h. */ |
#include <$2> |
_ACEOF |
if ac_fn_c_try_cpp "$LINENO"; then : |
ac_header_preproc=yes |
else |
ac_header_preproc=no |
fi |
-rm -f conftest.err conftest.$ac_ext |
+rm -f conftest.err conftest.i conftest.$ac_ext |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
$as_echo "$ac_header_preproc" >&6; } |
# So? What about this header? |
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( |
yes:no: ) |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 |
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} |
@@ -1724,49 +1734,47 @@ case $ac_header_compiler:$ac_header_prep |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 |
$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 |
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 |
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
-( cat <<\_ASBOX |
-## --------------------------------------------------- ## |
+( $as_echo "## --------------------------------------------------- ## |
## Report this to google-breakpad-dev@googlegroups.com ## |
-## --------------------------------------------------- ## |
-_ASBOX |
+## --------------------------------------------------- ##" |
) | sed "s/^/$as_me: WARNING: /" >&2 |
;; |
esac |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
$as_echo_n "checking for $2... " >&6; } |
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
+if eval \${$3+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
eval "$3=\$ac_header_compiler" |
fi |
eval ac_res=\$$3 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
$as_echo "$ac_res" >&6; } |
fi |
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
} # ac_fn_c_check_header_mongrel |
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES |
# ------------------------------------------------------- |
# Tests whether HEADER exists and can be compiled using the include files in |
# INCLUDES, setting the cache variable VAR accordingly. |
ac_fn_c_check_header_compile () |
{ |
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
$as_echo_n "checking for $2... " >&6; } |
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
+if eval \${$3+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
$4 |
#include <$2> |
_ACEOF |
if ac_fn_c_try_compile "$LINENO"; then : |
@@ -1774,25 +1782,25 @@ if ac_fn_c_try_compile "$LINENO"; then : |
else |
eval "$3=no" |
fi |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
fi |
eval ac_res=\$$3 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
$as_echo "$ac_res" >&6; } |
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
} # ac_fn_c_check_header_compile |
cat >config.log <<_ACEOF |
This file contains any messages produced by compilers while |
running configure, to aid debugging if configure makes a mistake. |
It was created by breakpad $as_me 0.1, which was |
-generated by GNU Autoconf 2.65. Invocation command line was |
+generated by GNU Autoconf 2.68. Invocation command line was |
$ $0 $@ |
_ACEOF |
exec 5>>config.log |
{ |
cat <<_ASUNAME |
## --------- ## |
@@ -1892,21 +1900,19 @@ done |
# would cause problems or look ugly. |
# WARNING: Use '\'' to represent an apostrophe within the trap. |
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. |
trap 'exit_status=$? |
# Save into config.log some information that might help in debugging. |
{ |
echo |
- cat <<\_ASBOX |
-## ---------------- ## |
+ $as_echo "## ---------------- ## |
## Cache variables. ## |
-## ---------------- ## |
-_ASBOX |
+## ---------------- ##" |
echo |
# The following way of writing the cache mishandles newlines in values, |
( |
for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do |
eval ac_val=\$$ac_var |
case $ac_val in #( |
*${as_nl}*) |
case $ac_var in #( |
@@ -1930,56 +1936,50 @@ trap 'exit_status=$? |
*) |
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
;; |
esac | |
sort |
) |
echo |
- cat <<\_ASBOX |
-## ----------------- ## |
+ $as_echo "## ----------------- ## |
## Output variables. ## |
-## ----------------- ## |
-_ASBOX |
+## ----------------- ##" |
echo |
for ac_var in $ac_subst_vars |
do |
eval ac_val=\$$ac_var |
case $ac_val in |
*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
esac |
$as_echo "$ac_var='\''$ac_val'\''" |
done | sort |
echo |
if test -n "$ac_subst_files"; then |
- cat <<\_ASBOX |
-## ------------------- ## |
+ $as_echo "## ------------------- ## |
## File substitutions. ## |
-## ------------------- ## |
-_ASBOX |
+## ------------------- ##" |
echo |
for ac_var in $ac_subst_files |
do |
eval ac_val=\$$ac_var |
case $ac_val in |
*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
esac |
$as_echo "$ac_var='\''$ac_val'\''" |
done | sort |
echo |
fi |
if test -s confdefs.h; then |
- cat <<\_ASBOX |
-## ----------- ## |
+ $as_echo "## ----------- ## |
## confdefs.h. ## |
-## ----------- ## |
-_ASBOX |
+## ----------- ##" |
echo |
cat confdefs.h |
echo |
fi |
test "$ac_signal" != 0 && |
$as_echo "$as_me: caught signal $ac_signal" |
$as_echo "$as_me: exit $exit_status" |
} >&5 |
@@ -2024,32 +2024,41 @@ cat >>confdefs.h <<_ACEOF |
_ACEOF |
# Let the site file select an alternate cache file if it wants to. |
# Prefer an explicitly selected file to automatically selected ones. |
ac_site_file1=NONE |
ac_site_file2=NONE |
if test -n "$CONFIG_SITE"; then |
- ac_site_file1=$CONFIG_SITE |
+ # We do not want a PATH search for config.site. |
+ case $CONFIG_SITE in #(( |
+ -*) ac_site_file1=./$CONFIG_SITE;; |
+ */*) ac_site_file1=$CONFIG_SITE;; |
+ *) ac_site_file1=./$CONFIG_SITE;; |
+ esac |
elif test "x$prefix" != xNONE; then |
ac_site_file1=$prefix/share/config.site |
ac_site_file2=$prefix/etc/config.site |
else |
ac_site_file1=$ac_default_prefix/share/config.site |
ac_site_file2=$ac_default_prefix/etc/config.site |
fi |
for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
do |
test "x$ac_site_file" = xNONE && continue |
if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
$as_echo "$as_me: loading site script $ac_site_file" >&6;} |
sed 's/^/| /' "$ac_site_file" >&5 |
- . "$ac_site_file" |
+ . "$ac_site_file" \ |
+ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
+as_fn_error $? "failed to load site script $ac_site_file |
+See \`config.log' for more details" "$LINENO" 5; } |
fi |
done |
if test -r "$cache_file"; then |
# Some versions of bash will fail to source /dev/null (special files |
# actually), so we avoid doing that. DJGPP emulates it as a regular file. |
if test /dev/null != "$cache_file" && test -f "$cache_file"; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
@@ -2115,77 +2124,83 @@ for ac_var in $ac_precious_vars; do |
esac |
fi |
done |
if $ac_cache_corrupted; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
- as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
+ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
fi |
## -------------------- ## |
## Main body of script. ## |
## -------------------- ## |
ac_ext=c |
ac_cpp='$CPP $CPPFLAGS' |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
ac_aux_dir= |
for ac_dir in autotools "$srcdir"/autotools; do |
- for ac_t in install-sh install.sh shtool; do |
- if test -f "$ac_dir/$ac_t"; then |
- ac_aux_dir=$ac_dir |
- ac_install_sh="$ac_aux_dir/$ac_t -c" |
- break 2 |
- fi |
- done |
+ if test -f "$ac_dir/install-sh"; then |
+ ac_aux_dir=$ac_dir |
+ ac_install_sh="$ac_aux_dir/install-sh -c" |
+ break |
+ elif test -f "$ac_dir/install.sh"; then |
+ ac_aux_dir=$ac_dir |
+ ac_install_sh="$ac_aux_dir/install.sh -c" |
+ break |
+ elif test -f "$ac_dir/shtool"; then |
+ ac_aux_dir=$ac_dir |
+ ac_install_sh="$ac_aux_dir/shtool install -c" |
+ break |
+ fi |
done |
if test -z "$ac_aux_dir"; then |
- as_fn_error "cannot find install-sh, install.sh, or shtool in autotools \"$srcdir\"/autotools" "$LINENO" 5 |
+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in autotools \"$srcdir\"/autotools" "$LINENO" 5 |
fi |
# These three variables are undocumented and unsupported, |
# and are intended to be withdrawn in a future Autoconf release. |
# They can cause serious problems if a builder's source tree is in a directory |
# whose full name contains unusual characters. |
ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. |
ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. |
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. |
# Make sure we can run config.sub. |
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
- as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
+ as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
$as_echo_n "checking build system type... " >&6; } |
-if test "${ac_cv_build+set}" = set; then : |
+if ${ac_cv_build+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
ac_build_alias=$build_alias |
test "x$ac_build_alias" = x && |
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
test "x$ac_build_alias" = x && |
- as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 |
+ as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 |
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
- as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
$as_echo "$ac_cv_build" >&6; } |
case $ac_cv_build in |
*-*-*) ;; |
-*) as_fn_error "invalid value of canonical build" "$LINENO" 5;; |
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; |
esac |
build=$ac_cv_build |
ac_save_IFS=$IFS; IFS='-' |
set x $ac_cv_build |
shift |
build_cpu=$1 |
build_vendor=$2 |
shift; shift |
@@ -2193,32 +2208,32 @@ shift; shift |
# except with old shells: |
build_os=$* |
IFS=$ac_save_IFS |
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
$as_echo_n "checking host system type... " >&6; } |
-if test "${ac_cv_host+set}" = set; then : |
+if ${ac_cv_host+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test "x$host_alias" = x; then |
ac_cv_host=$ac_cv_build |
else |
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
- as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 |
$as_echo "$ac_cv_host" >&6; } |
case $ac_cv_host in |
*-*-*) ;; |
-*) as_fn_error "invalid value of canonical host" "$LINENO" 5;; |
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; |
esac |
host=$ac_cv_host |
ac_save_IFS=$IFS; IFS='-' |
set x $ac_cv_host |
shift |
host_cpu=$1 |
host_vendor=$2 |
shift; shift |
@@ -2244,17 +2259,17 @@ am__api_version='1.11' |
# AFS /usr/afsws/bin/install, which mishandles nonexistent args |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
# OS/2's system install, which has a completely different semantic |
# ./install, which can be erroneously created by make from ./install.sh. |
# Reject install programs that cannot install multiple files. |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
$as_echo_n "checking for a BSD-compatible install... " >&6; } |
if test -z "$INSTALL"; then |
-if test "${ac_cv_path_install+set}" = set; then : |
+if ${ac_cv_path_install+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
# Account for people who put trailing slashes in PATH elements. |
@@ -2331,21 +2346,21 @@ test -z "$INSTALL_DATA" && INSTALL_DATA= |
sleep 1 |
echo timestamp > conftest.file |
# Reject unsafe characters in $srcdir or the absolute working directory |
# name. Accept space and tab only in the latter. |
am_lf=' |
' |
case `pwd` in |
*[\\\"\#\$\&\'\`$am_lf]*) |
- as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; |
+ as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; |
esac |
case $srcdir in |
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
- as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
+ as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
esac |
# Do `set' in a subshell so we don't clobber the current shell's |
# arguments. Must try -L first in case configure is actually a |
# symlink; some systems play weird games with the mod time of symlinks |
# (eg FreeBSD returns the mod time of the symlink's containing |
# directory). |
if ( |
@@ -2357,27 +2372,27 @@ if ( |
rm -f conftest.file |
if test "$*" != "X $srcdir/configure conftest.file" \ |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
# If neither matched, then we have a broken ls. This can happen |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
# broken ls alias from the environment. This has actually |
# happened. Such a system could not be considered "sane". |
- as_fn_error "ls -t appears to fail. Make sure there is not a broken |
+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
alias in your environment" "$LINENO" 5 |
fi |
test "$2" = conftest.file |
) |
then |
# Ok. |
: |
else |
- as_fn_error "newly created file is older than distributed files! |
+ as_fn_error $? "newly created file is older than distributed files! |
Check your system clock" "$LINENO" 5 |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
$as_echo "yes" >&6; } |
test "$program_prefix" != NONE && |
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
# Use a double $ so make ignores it. |
test "$program_suffix" != NONE && |
@@ -2421,17 +2436,17 @@ fi |
# tool to use in cross-compilation environments, therefore Automake |
# will honor the `STRIP' environment variable to overrule this program. |
if test "$cross_compiling" != no; then |
if test -n "$ac_tool_prefix"; then |
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
set dummy ${ac_tool_prefix}strip; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_STRIP+set}" = set; then : |
+if ${ac_cv_prog_STRIP+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$STRIP"; then |
ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -2461,17 +2476,17 @@ fi |
fi |
if test -z "$ac_cv_prog_STRIP"; then |
ac_ct_STRIP=$STRIP |
# Extract the first word of "strip", so it can be a program name with args. |
set dummy strip; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : |
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$ac_ct_STRIP"; then |
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -2514,17 +2529,17 @@ else |
fi |
fi |
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 |
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
if test -z "$MKDIR_P"; then |
- if test "${ac_cv_path_mkdir+set}" = set; then : |
+ if ${ac_cv_path_mkdir+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin |
do |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
for ac_prog in mkdir gmkdir; do |
@@ -2565,17 +2580,17 @@ case $mkdir_p in |
esac |
for ac_prog in gawk mawk nawk awk |
do |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
set dummy $ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_AWK+set}" = set; then : |
+if ${ac_cv_prog_AWK+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$AWK"; then |
ac_cv_prog_AWK="$AWK" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -2605,25 +2620,25 @@ fi |
test -n "$AWK" && break |
done |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
set x ${MAKE-make} |
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : |
+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
cat >conftest.make <<\_ACEOF |
SHELL = /bin/sh |
all: |
@echo '@@@%%%=$(MAKE)=@@@%%%' |
_ACEOF |
-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
case `${MAKE-make} -f conftest.make 2>/dev/null` in |
*@@@%%%=?*=@@@%%%*) |
eval ac_cv_prog_make_${ac_make}_set=yes;; |
*) |
eval ac_cv_prog_make_${ac_make}_set=no;; |
esac |
rm -f conftest.make |
fi |
@@ -2647,17 +2662,17 @@ fi |
rmdir .tst 2>/dev/null |
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
# is not polluted with repeated "-I." |
am__isrc=' -I$(srcdir)' |
# test to see if srcdir already configured |
if test -f $srcdir/config.status; then |
- as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
+ as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
fi |
fi |
# test whether we have cygpath |
if test -z "$CYGPATH_W"; then |
if (cygpath --version) >/dev/null 2>/dev/null; then |
CYGPATH_W='cygpath -w' |
else |
@@ -2693,19 +2708,19 @@ AUTOMAKE=${AUTOMAKE-"${am_missing_run}au |
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} |
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
# We need awk for the "check" target. The system "awk" is bad on |
# some platforms. |
-# Always define AMTAR for backward compatibility. |
- |
-AMTAR=${AMTAR-"${am_missing_run}tar"} |
+# Always define AMTAR for backward compatibility. Yes, it's still used |
+# in the wild :-( We should find a proper way to deprecate it ... |
+AMTAR='$${TAR-tar}' |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 |
$as_echo_n "checking how to create a ustar tar archive... " >&6; } |
# Loop over all known methods to create a tar archive until one works. |
_am_tools='gnutar plaintar pax cpio none' |
_am_tools=${am_cv_prog_tar_ustar-$_am_tools} |
# Do not fold the above two line into one, because Tru64 sh and |
@@ -2771,17 +2786,17 @@ do |
ac_status=$? |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
(exit $ac_status); } |
grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
fi |
done |
rm -rf conftest.dir |
-if test "${am_cv_prog_tar_ustar+set}" = set; then : |
+if ${am_cv_prog_tar_ustar+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
am_cv_prog_tar_ustar=$_am_tool |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 |
$as_echo "$am_cv_prog_tar_ustar" >&6; } |
@@ -2839,16 +2854,17 @@ rm -f confinc confmf |
# Check whether --enable-dependency-tracking was given. |
if test "${enable_dependency_tracking+set}" = set; then : |
enableval=$enable_dependency_tracking; |
fi |
if test "x$enable_dependency_tracking" != xno; then |
am_depcomp="$ac_aux_dir/depcomp" |
AMDEPBACKSLASH='\' |
+ am__nodep='_no' |
fi |
if test "x$enable_dependency_tracking" != xno; then |
AMDEP_TRUE= |
AMDEP_FALSE='#' |
else |
AMDEP_TRUE='#' |
AMDEP_FALSE= |
fi |
@@ -2859,17 +2875,17 @@ ac_cpp='$CPP $CPPFLAGS' |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
if test -n "$ac_tool_prefix"; then |
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_CC+set}" = set; then : |
+if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$CC"; then |
ac_cv_prog_CC="$CC" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -2899,17 +2915,17 @@ fi |
fi |
if test -z "$ac_cv_prog_CC"; then |
ac_ct_CC=$CC |
# Extract the first word of "gcc", so it can be a program name with args. |
set dummy gcc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
+if ${ac_cv_prog_ac_ct_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$ac_ct_CC"; then |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -2952,17 +2968,17 @@ else |
fi |
if test -z "$CC"; then |
if test -n "$ac_tool_prefix"; then |
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
set dummy ${ac_tool_prefix}cc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_CC+set}" = set; then : |
+if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$CC"; then |
ac_cv_prog_CC="$CC" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -2992,17 +3008,17 @@ fi |
fi |
fi |
if test -z "$CC"; then |
# Extract the first word of "cc", so it can be a program name with args. |
set dummy cc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_CC+set}" = set; then : |
+if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$CC"; then |
ac_cv_prog_CC="$CC" # Let the user override the test. |
else |
ac_prog_rejected=no |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
@@ -3051,17 +3067,17 @@ fi |
if test -z "$CC"; then |
if test -n "$ac_tool_prefix"; then |
for ac_prog in cl.exe |
do |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_CC+set}" = set; then : |
+if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$CC"; then |
ac_cv_prog_CC="$CC" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -3095,17 +3111,17 @@ fi |
if test -z "$CC"; then |
ac_ct_CC=$CC |
for ac_prog in cl.exe |
do |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
set dummy $ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
+if ${ac_cv_prog_ac_ct_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$ac_ct_CC"; then |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -3149,18 +3165,18 @@ esac |
fi |
fi |
fi |
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
-as_fn_error "no acceptable C compiler found in \$PATH |
-See \`config.log' for more details." "$LINENO" 5; } |
+as_fn_error $? "no acceptable C compiler found in \$PATH |
+See \`config.log' for more details" "$LINENO" 5; } |
# Provide some information about the compiler. |
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
set X $ac_compile |
ac_compiler=$2 |
for ac_option in --version -v -V -qversion; do |
{ { ac_try="$ac_compiler $ac_option >&5" |
case "(($ac_try" in |
@@ -3264,19 +3280,18 @@ fi |
if test -z "$ac_file"; then : |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
$as_echo "no" >&6; } |
$as_echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
-{ as_fn_set_status 77 |
-as_fn_error "C compiler cannot create executables |
-See \`config.log' for more details." "$LINENO" 5; }; } |
+as_fn_error 77 "C compiler cannot create executables |
+See \`config.log' for more details" "$LINENO" 5; } |
else |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
$as_echo "yes" >&6; } |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
$as_echo_n "checking for C compiler default output file name... " >&6; } |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 |
$as_echo "$ac_file" >&6; } |
@@ -3308,18 +3323,18 @@ for ac_file in conftest.exe conftest con |
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
break;; |
* ) break;; |
esac |
done |
else |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
-as_fn_error "cannot compute suffix of executables: cannot compile and link |
-See \`config.log' for more details." "$LINENO" 5; } |
+as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
+See \`config.log' for more details" "$LINENO" 5; } |
fi |
rm -f conftest conftest$ac_cv_exeext |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
$as_echo "$ac_cv_exeext" >&6; } |
rm -f conftest.$ac_ext |
EXEEXT=$ac_cv_exeext |
ac_exeext=$EXEEXT |
@@ -3366,30 +3381,30 @@ eval ac_try_echo="\"\$as_me:${as_lineno- |
test $ac_status = 0; }; }; then |
cross_compiling=no |
else |
if test "$cross_compiling" = maybe; then |
cross_compiling=yes |
else |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
-as_fn_error "cannot run C compiled programs. |
+as_fn_error $? "cannot run C compiled programs. |
If you meant to cross compile, use \`--host'. |
-See \`config.log' for more details." "$LINENO" 5; } |
+See \`config.log' for more details" "$LINENO" 5; } |
fi |
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
$as_echo "$cross_compiling" >&6; } |
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out |
ac_clean_files=$ac_clean_files_save |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
$as_echo_n "checking for suffix of object files... " >&6; } |
-if test "${ac_cv_objext+set}" = set; then : |
+if ${ac_cv_objext+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
int |
main () |
{ |
@@ -3419,28 +3434,28 @@ eval ac_try_echo="\"\$as_me:${as_lineno- |
esac |
done |
else |
$as_echo "$as_me: failed program was:" >&5 |
sed 's/^/| /' conftest.$ac_ext >&5 |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
-as_fn_error "cannot compute suffix of object files: cannot compile |
-See \`config.log' for more details." "$LINENO" 5; } |
+as_fn_error $? "cannot compute suffix of object files: cannot compile |
+See \`config.log' for more details" "$LINENO" 5; } |
fi |
rm -f conftest.$ac_cv_objext conftest.$ac_ext |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
$as_echo "$ac_cv_objext" >&6; } |
OBJEXT=$ac_cv_objext |
ac_objext=$OBJEXT |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
-if test "${ac_cv_c_compiler_gnu+set}" = set; then : |
+if ${ac_cv_c_compiler_gnu+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
int |
main () |
{ |
@@ -3467,17 +3482,17 @@ if test $ac_compiler_gnu = yes; then |
GCC=yes |
else |
GCC= |
fi |
ac_test_CFLAGS=${CFLAGS+set} |
ac_save_CFLAGS=$CFLAGS |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
$as_echo_n "checking whether $CC accepts -g... " >&6; } |
-if test "${ac_cv_prog_cc_g+set}" = set; then : |
+if ${ac_cv_prog_cc_g+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
ac_save_c_werror_flag=$ac_c_werror_flag |
ac_c_werror_flag=yes |
ac_cv_prog_cc_g=no |
CFLAGS="-g" |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
@@ -3545,17 +3560,17 @@ else |
if test "$GCC" = yes; then |
CFLAGS="-O2" |
else |
CFLAGS= |
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
-if test "${ac_cv_prog_cc_c89+set}" = set; then : |
+if ${ac_cv_prog_cc_c89+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
ac_cv_prog_cc_c89=no |
ac_save_CC=$CC |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
#include <stdarg.h> |
#include <stdio.h> |
@@ -3644,25 +3659,26 @@ ac_cpp='$CPP $CPPFLAGS' |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
depcc="$CC" am_compiler_list= |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
$as_echo_n "checking dependency style of $depcc... " >&6; } |
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : |
+if ${am_cv_CC_dependencies_compiler_type+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
# We make a subdir and do the tests there. Otherwise we can end up |
# making bogus files that we don't know about and never remove. For |
# instance it was reported that on HP-UX the gcc test will end up |
# making a dummy file named `D' -- because `-MD' means `put the output |
# in D'. |
+ rm -rf conftest.dir |
mkdir conftest.dir |
# Copy depcomp to subdir because otherwise we won't find it if we're |
# using a relative directory. |
cp "$am_depcomp" conftest.dir |
cd conftest.dir |
# We will build objects and dependencies in a subdirectory because |
# it helps to detect inapplicable dependency modes. For instance |
# both Tru64's cc and ICC support -MD to output dependencies as a |
@@ -3712,17 +3728,17 @@ else |
# after this tag, mechanisms are not by side-effect, so they'll |
# only be used when explicitly requested |
if test "x$enable_dependency_tracking" = xyes; then |
continue |
else |
break |
fi |
;; |
- msvisualcpp | msvcmsys) |
+ msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
# This compiler won't grok `-c -o', but also, the minuso test has |
# not run yet. These depmodes are late enough in the game, and |
# so weak that their functioning should not be impacted. |
am__obj=conftest.${OBJEXT-o} |
am__minus_obj= |
;; |
none) break ;; |
esac |
@@ -3778,25 +3794,26 @@ test "${CCAS+set}" = set || CCAS=$CC |
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS |
depcc="$CCAS" am_compiler_list= |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
$as_echo_n "checking dependency style of $depcc... " >&6; } |
-if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then : |
+if ${am_cv_CCAS_dependencies_compiler_type+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
# We make a subdir and do the tests there. Otherwise we can end up |
# making bogus files that we don't know about and never remove. For |
# instance it was reported that on HP-UX the gcc test will end up |
# making a dummy file named `D' -- because `-MD' means `put the output |
# in D'. |
+ rm -rf conftest.dir |
mkdir conftest.dir |
# Copy depcomp to subdir because otherwise we won't find it if we're |
# using a relative directory. |
cp "$am_depcomp" conftest.dir |
cd conftest.dir |
# We will build objects and dependencies in a subdirectory because |
# it helps to detect inapplicable dependency modes. For instance |
# both Tru64's cc and ICC support -MD to output dependencies as a |
@@ -3844,17 +3861,17 @@ else |
# after this tag, mechanisms are not by side-effect, so they'll |
# only be used when explicitly requested |
if test "x$enable_dependency_tracking" = xyes; then |
continue |
else |
break |
fi |
;; |
- msvisualcpp | msvcmsys) |
+ msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
# This compiler won't grok `-c -o', but also, the minuso test has |
# not run yet. These depmodes are late enough in the game, and |
# so weak that their functioning should not be impacted. |
am__obj=conftest.${OBJEXT-o} |
am__minus_obj= |
;; |
none) break ;; |
esac |
@@ -3909,17 +3926,17 @@ ac_cpp='$CPP $CPPFLAGS' |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
if test -n "$ac_tool_prefix"; then |
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_CC+set}" = set; then : |
+if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$CC"; then |
ac_cv_prog_CC="$CC" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -3949,17 +3966,17 @@ fi |
fi |
if test -z "$ac_cv_prog_CC"; then |
ac_ct_CC=$CC |
# Extract the first word of "gcc", so it can be a program name with args. |
set dummy gcc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
+if ${ac_cv_prog_ac_ct_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$ac_ct_CC"; then |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -4002,17 +4019,17 @@ else |
fi |
if test -z "$CC"; then |
if test -n "$ac_tool_prefix"; then |
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
set dummy ${ac_tool_prefix}cc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_CC+set}" = set; then : |
+if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$CC"; then |
ac_cv_prog_CC="$CC" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -4042,17 +4059,17 @@ fi |
fi |
fi |
if test -z "$CC"; then |
# Extract the first word of "cc", so it can be a program name with args. |
set dummy cc; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_CC+set}" = set; then : |
+if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$CC"; then |
ac_cv_prog_CC="$CC" # Let the user override the test. |
else |
ac_prog_rejected=no |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
@@ -4101,17 +4118,17 @@ fi |
if test -z "$CC"; then |
if test -n "$ac_tool_prefix"; then |
for ac_prog in cl.exe |
do |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_CC+set}" = set; then : |
+if ${ac_cv_prog_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$CC"; then |
ac_cv_prog_CC="$CC" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -4145,17 +4162,17 @@ fi |
if test -z "$CC"; then |
ac_ct_CC=$CC |
for ac_prog in cl.exe |
do |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
set dummy $ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
+if ${ac_cv_prog_ac_ct_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$ac_ct_CC"; then |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -4199,18 +4216,18 @@ esac |
fi |
fi |
fi |
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
-as_fn_error "no acceptable C compiler found in \$PATH |
-See \`config.log' for more details." "$LINENO" 5; } |
+as_fn_error $? "no acceptable C compiler found in \$PATH |
+See \`config.log' for more details" "$LINENO" 5; } |
# Provide some information about the compiler. |
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
set X $ac_compile |
ac_compiler=$2 |
for ac_option in --version -v -V -qversion; do |
{ { ac_try="$ac_compiler $ac_option >&5" |
case "(($ac_try" in |
@@ -4229,17 +4246,17 @@ eval ac_try_echo="\"\$as_me:${as_lineno- |
fi |
rm -f conftest.er1 conftest.err |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
test $ac_status = 0; } |
done |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
-if test "${ac_cv_c_compiler_gnu+set}" = set; then : |
+if ${ac_cv_c_compiler_gnu+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
int |
main () |
{ |
@@ -4266,17 +4283,17 @@ if test $ac_compiler_gnu = yes; then |
GCC=yes |
else |
GCC= |
fi |
ac_test_CFLAGS=${CFLAGS+set} |
ac_save_CFLAGS=$CFLAGS |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
$as_echo_n "checking whether $CC accepts -g... " >&6; } |
-if test "${ac_cv_prog_cc_g+set}" = set; then : |
+if ${ac_cv_prog_cc_g+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
ac_save_c_werror_flag=$ac_c_werror_flag |
ac_c_werror_flag=yes |
ac_cv_prog_cc_g=no |
CFLAGS="-g" |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
@@ -4344,17 +4361,17 @@ else |
if test "$GCC" = yes; then |
CFLAGS="-O2" |
else |
CFLAGS= |
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
-if test "${ac_cv_prog_cc_c89+set}" = set; then : |
+if ${ac_cv_prog_cc_c89+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
ac_cv_prog_cc_c89=no |
ac_save_CC=$CC |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
#include <stdarg.h> |
#include <stdio.h> |
@@ -4443,25 +4460,26 @@ ac_cpp='$CPP $CPPFLAGS' |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
depcc="$CC" am_compiler_list= |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
$as_echo_n "checking dependency style of $depcc... " >&6; } |
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : |
+if ${am_cv_CC_dependencies_compiler_type+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
# We make a subdir and do the tests there. Otherwise we can end up |
# making bogus files that we don't know about and never remove. For |
# instance it was reported that on HP-UX the gcc test will end up |
# making a dummy file named `D' -- because `-MD' means `put the output |
# in D'. |
+ rm -rf conftest.dir |
mkdir conftest.dir |
# Copy depcomp to subdir because otherwise we won't find it if we're |
# using a relative directory. |
cp "$am_depcomp" conftest.dir |
cd conftest.dir |
# We will build objects and dependencies in a subdirectory because |
# it helps to detect inapplicable dependency modes. For instance |
# both Tru64's cc and ICC support -MD to output dependencies as a |
@@ -4511,17 +4529,17 @@ else |
# after this tag, mechanisms are not by side-effect, so they'll |
# only be used when explicitly requested |
if test "x$enable_dependency_tracking" = xyes; then |
continue |
else |
break |
fi |
;; |
- msvisualcpp | msvcmsys) |
+ msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
# This compiler won't grok `-c -o', but also, the minuso test has |
# not run yet. These depmodes are late enough in the game, and |
# so weak that their functioning should not be impacted. |
am__obj=conftest.${OBJEXT-o} |
am__minus_obj= |
;; |
none) break ;; |
esac |
@@ -4575,17 +4593,17 @@ if test "x$CC" != xcc; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 |
$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } |
else |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 |
$as_echo_n "checking whether cc understands -c and -o together... " >&6; } |
fi |
set dummy $CC; ac_cc=`$as_echo "$2" | |
sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` |
-if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : |
+if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
int |
main () |
{ |
@@ -4704,17 +4722,17 @@ ac_link='$CC -o conftest$ac_exeext $CFLA |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
$as_echo_n "checking how to run the C preprocessor... " >&6; } |
# On Suns, sometimes $CPP names a directory. |
if test -n "$CPP" && test -d "$CPP"; then |
CPP= |
fi |
if test -z "$CPP"; then |
- if test "${ac_cv_prog_CPP+set}" = set; then : |
+ if ${ac_cv_prog_CPP+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
# Double quotes because CPP needs to be expanded |
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
do |
ac_preproc_ok=false |
for ac_c_preproc_warn_flag in '' yes |
do |
@@ -4734,37 +4752,37 @@ do |
Syntax error |
_ACEOF |
if ac_fn_c_try_cpp "$LINENO"; then : |
else |
# Broken: fails on valid input. |
continue |
fi |
-rm -f conftest.err conftest.$ac_ext |
+rm -f conftest.err conftest.i conftest.$ac_ext |
# OK, works on sane cases. Now check whether nonexistent headers |
# can be detected and how. |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
#include <ac_nonexistent.h> |
_ACEOF |
if ac_fn_c_try_cpp "$LINENO"; then : |
# Broken: success on invalid input. |
continue |
else |
# Passes both tests. |
ac_preproc_ok=: |
break |
fi |
-rm -f conftest.err conftest.$ac_ext |
+rm -f conftest.err conftest.i conftest.$ac_ext |
done |
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
-rm -f conftest.err conftest.$ac_ext |
+rm -f conftest.i conftest.err conftest.$ac_ext |
if $ac_preproc_ok; then : |
break |
fi |
done |
ac_cv_prog_CPP=$CPP |
fi |
@@ -4793,44 +4811,44 @@ do |
Syntax error |
_ACEOF |
if ac_fn_c_try_cpp "$LINENO"; then : |
else |
# Broken: fails on valid input. |
continue |
fi |
-rm -f conftest.err conftest.$ac_ext |
+rm -f conftest.err conftest.i conftest.$ac_ext |
# OK, works on sane cases. Now check whether nonexistent headers |
# can be detected and how. |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
#include <ac_nonexistent.h> |
_ACEOF |
if ac_fn_c_try_cpp "$LINENO"; then : |
# Broken: success on invalid input. |
continue |
else |
# Passes both tests. |
ac_preproc_ok=: |
break |
fi |
-rm -f conftest.err conftest.$ac_ext |
+rm -f conftest.err conftest.i conftest.$ac_ext |
done |
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
-rm -f conftest.err conftest.$ac_ext |
+rm -f conftest.i conftest.err conftest.$ac_ext |
if $ac_preproc_ok; then : |
else |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
-as_fn_error "C preprocessor \"$CPP\" fails sanity check |
-See \`config.log' for more details." "$LINENO" 5; } |
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
+See \`config.log' for more details" "$LINENO" 5; } |
fi |
ac_ext=c |
ac_cpp='$CPP $CPPFLAGS' |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
@@ -4845,17 +4863,17 @@ if test -z "$CXX"; then |
else |
if test -n "$ac_tool_prefix"; then |
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC |
do |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_CXX+set}" = set; then : |
+if ${ac_cv_prog_CXX+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$CXX"; then |
ac_cv_prog_CXX="$CXX" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -4889,17 +4907,17 @@ fi |
if test -z "$CXX"; then |
ac_ct_CXX=$CXX |
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC |
do |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
set dummy $ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : |
+if ${ac_cv_prog_ac_ct_CXX+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$ac_ct_CXX"; then |
ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -4967,17 +4985,17 @@ eval ac_try_echo="\"\$as_me:${as_lineno- |
fi |
rm -f conftest.er1 conftest.err |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
test $ac_status = 0; } |
done |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 |
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } |
-if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : |
+if ${ac_cv_cxx_compiler_gnu+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
int |
main () |
{ |
@@ -5004,17 +5022,17 @@ if test $ac_compiler_gnu = yes; then |
GXX=yes |
else |
GXX= |
fi |
ac_test_CXXFLAGS=${CXXFLAGS+set} |
ac_save_CXXFLAGS=$CXXFLAGS |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 |
$as_echo_n "checking whether $CXX accepts -g... " >&6; } |
-if test "${ac_cv_prog_cxx_g+set}" = set; then : |
+if ${ac_cv_prog_cxx_g+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
ac_save_cxx_werror_flag=$ac_cxx_werror_flag |
ac_cxx_werror_flag=yes |
ac_cv_prog_cxx_g=no |
CXXFLAGS="-g" |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
@@ -5090,25 +5108,26 @@ ac_cpp='$CPP $CPPFLAGS' |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
depcc="$CXX" am_compiler_list= |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
$as_echo_n "checking dependency style of $depcc... " >&6; } |
-if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then : |
+if ${am_cv_CXX_dependencies_compiler_type+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
# We make a subdir and do the tests there. Otherwise we can end up |
# making bogus files that we don't know about and never remove. For |
# instance it was reported that on HP-UX the gcc test will end up |
# making a dummy file named `D' -- because `-MD' means `put the output |
# in D'. |
+ rm -rf conftest.dir |
mkdir conftest.dir |
# Copy depcomp to subdir because otherwise we won't find it if we're |
# using a relative directory. |
cp "$am_depcomp" conftest.dir |
cd conftest.dir |
# We will build objects and dependencies in a subdirectory because |
# it helps to detect inapplicable dependency modes. For instance |
# both Tru64's cc and ICC support -MD to output dependencies as a |
@@ -5158,17 +5177,17 @@ else |
# after this tag, mechanisms are not by side-effect, so they'll |
# only be used when explicitly requested |
if test "x$enable_dependency_tracking" = xyes; then |
continue |
else |
break |
fi |
;; |
- msvisualcpp | msvcmsys) |
+ msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
# This compiler won't grok `-c -o', but also, the minuso test has |
# not run yet. These depmodes are late enough in the game, and |
# so weak that their functioning should not be impacted. |
am__obj=conftest.${OBJEXT-o} |
am__minus_obj= |
;; |
none) break ;; |
esac |
@@ -5218,17 +5237,17 @@ else |
fi |
if test -n "$ac_tool_prefix"; then |
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_RANLIB+set}" = set; then : |
+if ${ac_cv_prog_RANLIB+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$RANLIB"; then |
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -5258,17 +5277,17 @@ fi |
fi |
if test -z "$ac_cv_prog_RANLIB"; then |
ac_ct_RANLIB=$RANLIB |
# Extract the first word of "ranlib", so it can be a program name with args. |
set dummy ranlib; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : |
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$ac_ct_RANLIB"; then |
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -5318,17 +5337,17 @@ else |
GCC_FALSE= |
fi |
# let the Makefile know if we're gcc |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
$as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
-if test "${ac_cv_path_GREP+set}" = set; then : |
+if ${ac_cv_path_GREP+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -z "$GREP"; then |
ac_path_GREP_found=false |
# Loop through the user's path and test for each of PROGNAME-LIST |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
do |
@@ -5367,31 +5386,31 @@ case `"$ac_path_GREP" --version 2>&1` in |
esac |
$ac_path_GREP_found && break 3 |
done |
done |
done |
IFS=$as_save_IFS |
if test -z "$ac_cv_path_GREP"; then |
- as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
+ as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
fi |
else |
ac_cv_path_GREP=$GREP |
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 |
$as_echo "$ac_cv_path_GREP" >&6; } |
GREP="$ac_cv_path_GREP" |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
$as_echo_n "checking for egrep... " >&6; } |
-if test "${ac_cv_path_EGREP+set}" = set; then : |
+if ${ac_cv_path_EGREP+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
then ac_cv_path_EGREP="$GREP -E" |
else |
if test -z "$EGREP"; then |
ac_path_EGREP_found=false |
# Loop through the user's path and test for each of PROGNAME-LIST |
@@ -5433,32 +5452,32 @@ case `"$ac_path_EGREP" --version 2>&1` i |
esac |
$ac_path_EGREP_found && break 3 |
done |
done |
done |
IFS=$as_save_IFS |
if test -z "$ac_cv_path_EGREP"; then |
- as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
+ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
fi |
else |
ac_cv_path_EGREP=$EGREP |
fi |
fi |
fi |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 |
$as_echo "$ac_cv_path_EGREP" >&6; } |
EGREP="$ac_cv_path_EGREP" |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
$as_echo_n "checking for ANSI C header files... " >&6; } |
-if test "${ac_cv_header_stdc+set}" = set; then : |
+if ${ac_cv_header_stdc+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
/* end confdefs.h. */ |
#include <stdlib.h> |
#include <stdarg.h> |
#include <string.h> |
#include <float.h> |
@@ -5785,17 +5804,17 @@ for flag in $ax_pthread_flags; do |
PTHREAD_CFLAGS="$flag" |
;; |
pthread-config) |
# Extract the first word of "pthread-config", so it can be a program name with args. |
set dummy pthread-config; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_ax_pthread_config+set}" = set; then : |
+if ${ac_cv_prog_ax_pthread_config+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$ax_pthread_config"; then |
ac_cv_prog_ax_pthread_config="$ax_pthread_config" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -5946,17 +5965,17 @@ cat >>confdefs.h <<_ACEOF |
# More AIX lossage: must compile with xlc_r or cc_r |
if test x"$GCC" != xyes; then |
for ac_prog in xlc_r cc_r |
do |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
set dummy $ac_prog; ac_word=$2 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
$as_echo_n "checking for $ac_word... " >&6; } |
-if test "${ac_cv_prog_PTHREAD_CC+set}" = set; then : |
+if ${ac_cv_prog_PTHREAD_CC+:} false; then : |
$as_echo_n "(cached) " >&6 |
else |
if test -n "$PTHREAD_CC"; then |
ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test. |
else |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
@@ -6018,31 +6037,30 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu |
# On IRIX 5.3, sys/types and inttypes.h are conflicting. |
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
inttypes.h stdint.h unistd.h |
do : |
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
" |
-eval as_val=\$$as_ac_Header |
- if test "x$as_val" = x""yes; then : |
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
cat >>confdefs.h <<_ACEOF |
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
_ACEOF |
fi |
done |
for ac_header in a.out.h |
do : |
ac_fn_c_check_header_mongrel "$LINENO" "a.out.h" "ac_cv_header_a_out_h" "$ac_includes_default" |
-if test "x$ac_cv_header_a_out_h" = x""yes; then : |
+if test "x$ac_cv_header_a_out_h" = xyes; then : |
cat >>confdefs.h <<_ACEOF |
#define HAVE_A_OUT_H 1 |
_ACEOF |
fi |
done |
@@ -6084,17 +6102,17 @@ if test "${enable_m32+set}" = set; then |
CFLAGS="${CFLAGS} -m32" |
CXXFLAGS="${CXXFLAGS} -m32" |
usem32=true |
;; |
no) |
usem32=false |
;; |
*) |
- as_fn_error "bad value ${enableval} for --enable-m32" "$LINENO" 5 |
+ as_fn_error $? "bad value ${enableval} for --enable-m32" "$LINENO" 5 |
;; |
esac |
else |
usem32=false |
fi |
# Check whether --enable-processor was given. |
@@ -6102,17 +6120,17 @@ if test "${enable_processor+set}" = set; |
enableval=$enable_processor; case "${enableval}" in |
yes) |
disable_processor=false |
;; |
no) |
disable_processor=true |
;; |
*) |
- as_fn_error "bad value ${enableval} for --disable-processor" "$LINENO" 5 |
+ as_fn_error $? "bad value ${enableval} for --disable-processor" "$LINENO" 5 |
;; |
esac |
else |
disable_processor=false |
fi |
if test x$disable_processor = xtrue; then |
DISABLE_PROCESSOR_TRUE= |
@@ -6128,47 +6146,47 @@ if test "${enable_tools+set}" = set; the |
enableval=$enable_tools; case "${enableval}" in |
yes) |
disable_tools=false |
;; |
no) |
disable_tools=true |
;; |
*) |
- as_fn_error "bad value ${enableval} for --disable-tools" "$LINENO" 5 |
+ as_fn_error $? "bad value ${enableval} for --disable-tools" "$LINENO" 5 |
;; |
esac |
else |
disable_tools=false |
fi |
if test x$disable_tools = xtrue; then |
DISABLE_TOOLS_TRUE= |
DISABLE_TOOLS_FALSE='#' |
else |
DISABLE_TOOLS_TRUE='#' |
DISABLE_TOOLS_FALSE= |
fi |
if test x$LINUX_HOST = xfalse -a x$disable_processor = xtrue -a x$disable_tools = xtrue; then |
- as_fn_error "--disable-processor and --disable-tools were specified, and not building for Linux. Nothing to build!" "$LINENO" 5 |
+ as_fn_error $? "--disable-processor and --disable-tools were specified, and not building for Linux. Nothing to build!" "$LINENO" 5 |
fi |
# Check whether --enable-selftest was given. |
if test "${enable_selftest+set}" = set; then : |
enableval=$enable_selftest; case "${enableval}" in |
yes) |
selftest=true |
;; |
no) |
selftest=false |
;; |
*) |
- as_fn_error "bad value ${enableval} for --enable-selftest" "$LINENO" 5 |
+ as_fn_error $? "bad value ${enableval} for --enable-selftest" "$LINENO" 5 |
;; |
esac |
else |
selftest=false |
fi |
if test x$selftest = xtrue; then |
SELFTEST_TRUE= |
@@ -6240,35 +6258,47 @@ cat >confcache <<\_ACEOF |
t clear |
:clear |
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
t end |
s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
:end' >>confcache |
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
if test -w "$cache_file"; then |
- test "x$cache_file" != "x/dev/null" && |
+ if test "x$cache_file" != "x/dev/null"; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
$as_echo "$as_me: updating cache $cache_file" >&6;} |
- cat confcache >$cache_file |
+ if test ! -f "$cache_file" || test -h "$cache_file"; then |
+ cat confcache >"$cache_file" |
+ else |
+ case $cache_file in #( |
+ */* | ?:*) |
+ mv -f confcache "$cache_file"$$ && |
+ mv -f "$cache_file"$$ "$cache_file" ;; #( |
+ *) |
+ mv -f confcache "$cache_file" ;; |
+ esac |
+ fi |
+ fi |
else |
{ $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
fi |
fi |
rm -f confcache |
test "x$prefix" = xNONE && prefix=$ac_default_prefix |
# Let make expand exec_prefix. |
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' |
DEFS=-DHAVE_CONFIG_H |
ac_libobjs= |
ac_ltlibobjs= |
+U= |
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
# 1. Remove the extension, and $U if already installed. |
ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
ac_i=`$as_echo "$ac_i" | sed "$ac_script"` |
# 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
# will be set to the directory where LIBOBJS objects are built. |
as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" |
as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' |
@@ -6282,61 +6312,61 @@ LTLIBOBJS=$ac_ltlibobjs |
am__EXEEXT_TRUE= |
am__EXEEXT_FALSE='#' |
else |
am__EXEEXT_TRUE='#' |
am__EXEEXT_FALSE= |
fi |
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
- as_fn_error "conditional \"AMDEP\" was never defined. |
+ as_fn_error $? "conditional \"AMDEP\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
- as_fn_error "conditional \"am__fastdepCC\" was never defined. |
+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then |
- as_fn_error "conditional \"am__fastdepCCAS\" was never defined. |
+ as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
- as_fn_error "conditional \"am__fastdepCC\" was never defined. |
+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then |
- as_fn_error "conditional \"am__fastdepCXX\" was never defined. |
+ as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
if test -z "${GCC_TRUE}" && test -z "${GCC_FALSE}"; then |
- as_fn_error "conditional \"GCC\" was never defined. |
+ as_fn_error $? "conditional \"GCC\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
if test -z "${LINUX_HOST_TRUE}" && test -z "${LINUX_HOST_FALSE}"; then |
- as_fn_error "conditional \"LINUX_HOST\" was never defined. |
+ as_fn_error $? "conditional \"LINUX_HOST\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
if test -z "${ANDROID_HOST_TRUE}" && test -z "${ANDROID_HOST_FALSE}"; then |
- as_fn_error "conditional \"ANDROID_HOST\" was never defined. |
+ as_fn_error $? "conditional \"ANDROID_HOST\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
if test -z "${DISABLE_PROCESSOR_TRUE}" && test -z "${DISABLE_PROCESSOR_FALSE}"; then |
- as_fn_error "conditional \"DISABLE_PROCESSOR\" was never defined. |
+ as_fn_error $? "conditional \"DISABLE_PROCESSOR\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
if test -z "${DISABLE_TOOLS_TRUE}" && test -z "${DISABLE_TOOLS_FALSE}"; then |
- as_fn_error "conditional \"DISABLE_TOOLS\" was never defined. |
+ as_fn_error $? "conditional \"DISABLE_TOOLS\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
if test -z "${SELFTEST_TRUE}" && test -z "${SELFTEST_FALSE}"; then |
- as_fn_error "conditional \"SELFTEST\" was never defined. |
+ as_fn_error $? "conditional \"SELFTEST\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
-: ${CONFIG_STATUS=./config.status} |
+: "${CONFIG_STATUS=./config.status}" |
ac_write_fail=0 |
ac_clean_files_save=$ac_clean_files |
ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} |
as_write_fail=0 |
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 |
#! $SHELL |
@@ -6427,16 +6457,17 @@ fi |
# IFS |
# We need space, tab and new line, in precisely that order. Quoting is |
# there to prevent editors from complaining about space-tab. |
# (If _AS_PATH_WALK were called with IFS unset, it would disable word |
# splitting by setting IFS to empty value.) |
IFS=" "" $as_nl" |
# Find who we are. Look in the path if we contain no directory separator. |
+as_myself= |
case $0 in #(( |
*[\\/]* ) as_myself=$0 ;; |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
for as_dir in $PATH |
do |
IFS=$as_save_IFS |
test -z "$as_dir" && as_dir=. |
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
@@ -6472,29 +6503,29 @@ LC_ALL=C |
export LC_ALL |
LANGUAGE=C |
export LANGUAGE |
# CDPATH. |
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
-# as_fn_error ERROR [LINENO LOG_FD] |
-# --------------------------------- |
+# as_fn_error STATUS ERROR [LINENO LOG_FD] |
+# ---------------------------------------- |
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
-# script with status $?, using 1 if that was 0. |
+# script with STATUS, using 1 if that was 0. |
as_fn_error () |
{ |
- as_status=$?; test $as_status -eq 0 && as_status=1 |
- if test "$3"; then |
- as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
- $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
+ as_status=$1; test $as_status -eq 0 && as_status=1 |
+ if test "$4"; then |
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
fi |
- $as_echo "$as_me: error: $1" >&2 |
+ $as_echo "$as_me: error: $2" >&2 |
as_fn_exit $as_status |
} # as_fn_error |
# as_fn_set_status STATUS |
# ----------------------- |
# Set $? to STATUS, without forking. |
as_fn_set_status () |
@@ -6680,17 +6711,17 @@ as_fn_mkdir_p () |
/^X\(\/\).*/{ |
s//\1/ |
q |
} |
s/.*/./; q'` |
test -d "$as_dir" && break |
done |
test -z "$as_dirs" || eval "mkdir $as_dirs" |
- } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
} # as_fn_mkdir_p |
if mkdir -p . 2>/dev/null; then |
as_mkdir_p='mkdir -p "$as_dir"' |
else |
test -d ./-p && rmdir ./-p |
as_mkdir_p=false |
@@ -6734,17 +6765,17 @@ exec 6>&1 |
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
# Save the log message, to keep $0 and so on meaningful, and to |
# report actual input values of CONFIG_FILES etc. instead of their |
# values after options handling. |
ac_log=" |
This file was extended by breakpad $as_me 0.1, which was |
-generated by GNU Autoconf 2.65. Invocation command line was |
+generated by GNU Autoconf 2.68. Invocation command line was |
CONFIG_FILES = $CONFIG_FILES |
CONFIG_HEADERS = $CONFIG_HEADERS |
CONFIG_LINKS = $CONFIG_LINKS |
CONFIG_COMMANDS = $CONFIG_COMMANDS |
$ $0 $@ |
on `(hostname || uname -n) 2>/dev/null | sed 1q` |
@@ -6800,20 +6831,20 @@ Configuration commands: |
Report bugs to <google-breakpad-dev@googlegroups.com>." |
_ACEOF |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
ac_cs_version="\\ |
breakpad config.status 0.1 |
-configured by $0, generated by GNU Autoconf 2.65, |
+configured by $0, generated by GNU Autoconf 2.68, |
with options \\"\$ac_cs_config\\" |
-Copyright (C) 2009 Free Software Foundation, Inc. |
+Copyright (C) 2010 Free Software Foundation, Inc. |
This config.status script is free software; the Free Software Foundation |
gives unlimited permission to copy, distribute and modify it." |
ac_pwd='$ac_pwd' |
srcdir='$srcdir' |
INSTALL='$INSTALL' |
MKDIR_P='$MKDIR_P' |
AWK='$AWK' |
@@ -6821,21 +6852,26 @@ test -n "\$AWK" || AWK=awk |
_ACEOF |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
# The default lists apply if the user does not specify any file. |
ac_need_defaults=: |
while test $# != 0 |
do |
case $1 in |
- --*=*) |
+ --*=?*) |
ac_option=`expr "X$1" : 'X\([^=]*\)='` |
ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
ac_shift=: |
;; |
+ --*=) |
+ ac_option=`expr "X$1" : 'X\([^=]*\)='` |
+ ac_optarg= |
+ ac_shift=: |
+ ;; |
*) |
ac_option=$1 |
ac_optarg=$2 |
ac_shift=shift |
;; |
esac |
case $ac_option in |
@@ -6847,38 +6883,39 @@ do |
--config | --confi | --conf | --con | --co | --c ) |
$as_echo "$ac_cs_config"; exit ;; |
--debug | --debu | --deb | --de | --d | -d ) |
debug=: ;; |
--file | --fil | --fi | --f ) |
$ac_shift |
case $ac_optarg in |
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
+ '') as_fn_error $? "missing file argument" ;; |
esac |
as_fn_append CONFIG_FILES " '$ac_optarg'" |
ac_need_defaults=false;; |
--header | --heade | --head | --hea ) |
$ac_shift |
case $ac_optarg in |
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
esac |
as_fn_append CONFIG_HEADERS " '$ac_optarg'" |
ac_need_defaults=false;; |
--he | --h) |
# Conflict between --help and --header |
- as_fn_error "ambiguous option: \`$1' |
+ as_fn_error $? "ambiguous option: \`$1' |
Try \`$0 --help' for more information.";; |
--help | --hel | -h ) |
$as_echo "$ac_cs_usage"; exit ;; |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| -silent | --silent | --silen | --sile | --sil | --si | --s) |
ac_cs_silent=: ;; |
# This is an error. |
- -*) as_fn_error "unrecognized option: \`$1' |
+ -*) as_fn_error $? "unrecognized option: \`$1' |
Try \`$0 --help' for more information." ;; |
*) as_fn_append ac_config_targets " $1" |
ac_need_defaults=false ;; |
esac |
shift |
done |
@@ -6926,17 +6963,17 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri |
# Handling of arguments. |
for ac_config_target in $ac_config_targets |
do |
case $ac_config_target in |
"src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; |
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
- *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
+ *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
esac |
done |
# If the user did not use the arguments to specify the items to instantiate, |
# then the envvar interface is used. Set only those that are not. |
# We use the long form for the default assignment because of an extremely |
# bizarre bug on SunOS 4.1.3. |
@@ -6949,82 +6986,84 @@ fi |
# Have a temporary directory for convenience. Make it in the build tree |
# simply because there is no reason against having it here, and in addition, |
# creating and moving files from /tmp can sometimes cause problems. |
# Hook for its removal unless debugging. |
# Note that there is a small window in which the directory will not be cleaned: |
# after its creation but before its name has been assigned to `$tmp'. |
$debug || |
{ |
- tmp= |
+ tmp= ac_tmp= |
trap 'exit_status=$? |
- { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
+ : "${ac_tmp:=$tmp}" |
+ { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status |
' 0 |
trap 'as_fn_exit 1' 1 2 13 15 |
} |
# Create a (secure) tmp directory for tmp files. |
{ |
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
- test -n "$tmp" && test -d "$tmp" |
+ test -d "$tmp" |
} || |
{ |
tmp=./conf$$-$RANDOM |
(umask 077 && mkdir "$tmp") |
-} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 |
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
+ac_tmp=$tmp |
# Set up the scripts for CONFIG_FILES section. |
# No need to generate them if there are no CONFIG_FILES. |
# This happens for instance with `./config.status config.h'. |
if test -n "$CONFIG_FILES"; then |
ac_cr=`echo X | tr X '\015'` |
# On cygwin, bash can eat \r inside `` if the user requested igncr. |
# But we know of no other shell where ac_cr would be empty at this |
# point, so we can use a bashism as a fallback. |
if test "x$ac_cr" = x; then |
eval ac_cr=\$\'\\r\' |
fi |
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
- ac_cs_awk_cr='\r' |
+ ac_cs_awk_cr='\\r' |
else |
ac_cs_awk_cr=$ac_cr |
fi |
-echo 'BEGIN {' >"$tmp/subs1.awk" && |
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
_ACEOF |
{ |
echo "cat >conf$$subs.awk <<_ACEOF" && |
echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
echo "_ACEOF" |
} >conf$$subs.sh || |
- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
-ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` |
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
ac_delim='%!_!# ' |
for ac_last_try in false false false false false :; do |
. ./conf$$subs.sh || |
- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
if test $ac_delim_n = $ac_delim_num; then |
break |
elif $ac_last_try; then |
- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
else |
ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
fi |
done |
rm -f conf$$subs.sh |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
-cat >>"\$tmp/subs1.awk" <<\\_ACAWK && |
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
_ACEOF |
sed -n ' |
h |
s/^/S["/; s/!.*/"]=/ |
p |
g |
s/^[^!]*!// |
:repl |
@@ -7062,17 +7101,17 @@ t delim |
/^[^""]/{ |
N |
s/\n// |
} |
' >>$CONFIG_STATUS || ac_write_fail=1 |
rm -f conf$$subs.awk |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
_ACAWK |
-cat >>"\$tmp/subs1.awk" <<_ACAWK && |
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
for (key in S) S_is_set[key] = 1 |
FS = "" |
} |
{ |
line = $ 0 |
nfields = split(line, field, "@") |
substed = 0 |
@@ -7094,59 +7133,67 @@ cat >>"\$tmp/subs1.awk" <<_ACAWK && |
_ACAWK |
_ACEOF |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
else |
cat |
-fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
- || as_fn_error "could not setup config files machinery" "$LINENO" 5 |
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
+ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
_ACEOF |
-# VPATH may cause trouble with some makes, so we remove $(srcdir), |
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
# trailing colons and then remove the whole line if VPATH becomes empty |
# (actually we leave an empty line to preserve line numbers). |
if test "x$srcdir" = x.; then |
- ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
-s/:*\$(srcdir):*/:/ |
-s/:*\${srcdir}:*/:/ |
-s/:*@srcdir@:*/:/ |
-s/^\([^=]*=[ ]*\):*/\1/ |
+ ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
+h |
+s/// |
+s/^/:/ |
+s/[ ]*$/:/ |
+s/:\$(srcdir):/:/g |
+s/:\${srcdir}:/:/g |
+s/:@srcdir@:/:/g |
+s/^:*// |
s/:*$// |
+x |
+s/\(=[ ]*\).*/\1/ |
+G |
+s/\n// |
s/^[^=]*=[ ]*$// |
}' |
fi |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
fi # test -n "$CONFIG_FILES" |
# Set up the scripts for CONFIG_HEADERS section. |
# No need to generate them if there are no CONFIG_HEADERS. |
# This happens for instance with `./config.status Makefile'. |
if test -n "$CONFIG_HEADERS"; then |
-cat >"$tmp/defines.awk" <<\_ACAWK || |
+cat >"$ac_tmp/defines.awk" <<\_ACAWK || |
BEGIN { |
_ACEOF |
# Transform confdefs.h into an awk script `defines.awk', embedded as |
# here-document in config.status, that substitutes the proper values into |
# config.h.in to produce config.h. |
# Create a delimiter string that does not exist in confdefs.h, to ease |
# handling of long lines. |
ac_delim='%!_!# ' |
for ac_last_try in false false :; do |
- ac_t=`sed -n "/$ac_delim/p" confdefs.h` |
- if test -z "$ac_t"; then |
+ ac_tt=`sed -n "/$ac_delim/p" confdefs.h` |
+ if test -z "$ac_tt"; then |
break |
elif $ac_last_try; then |
- as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 |
+ as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
else |
ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
fi |
done |
# For the awk script, D is an array of macro values keyed by name, |
# likewise P contains macro parameters if any. Preserve backslash |
# newline sequences. |
@@ -7221,30 +7268,30 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ |
next |
} |
} |
} |
{ print } |
_ACAWK |
_ACEOF |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
- as_fn_error "could not setup config headers machinery" "$LINENO" 5 |
+ as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 |
fi # test -n "$CONFIG_HEADERS" |
eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" |
shift |
for ac_tag |
do |
case $ac_tag in |
:[FHLC]) ac_mode=$ac_tag; continue;; |
esac |
case $ac_mode$ac_tag in |
:[FHL]*:*);; |
- :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; |
+ :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
:[FH]-) ac_tag=-:-;; |
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
esac |
ac_save_IFS=$IFS |
IFS=: |
set x $ac_tag |
IFS=$ac_save_IFS |
shift |
@@ -7253,26 +7300,26 @@ do |
case $ac_mode in |
:L) ac_source=$1;; |
:[FH]) |
ac_file_inputs= |
for ac_f |
do |
case $ac_f in |
- -) ac_f="$tmp/stdin";; |
+ -) ac_f="$ac_tmp/stdin";; |
*) # Look for the file first in the build tree, then in the source tree |
# (if the path is not absolute). The absolute path cannot be DOS-style, |
# because $ac_f cannot contain `:'. |
test -f "$ac_f" || |
case $ac_f in |
[\\/$]*) false;; |
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
esac || |
- as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
+ as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
esac |
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
as_fn_append ac_file_inputs " '$ac_f'" |
done |
# Let's still pretend it is `configure' which instantiates (i.e., don't |
# use $as_me), people would be surprised to read: |
# /* config.h. Generated by config.status. */ |
@@ -7288,18 +7335,18 @@ do |
case $configure_input in #( |
*\&* | *\|* | *\\* ) |
ac_sed_conf_input=`$as_echo "$configure_input" | |
sed 's/[\\\\&|]/\\\\&/g'`;; #( |
*) ac_sed_conf_input=$configure_input;; |
esac |
case $ac_tag in |
- *:-:* | *:-) cat >"$tmp/stdin" \ |
- || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; |
+ *:-:* | *:-) cat >"$ac_tmp/stdin" \ |
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
esac |
;; |
esac |
ac_dir=`$as_dirname -- "$ac_file" || |
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
X"$ac_file" : 'X\(//\)[^/]' \| \ |
X"$ac_file" : 'X\(//\)$' \| \ |
@@ -7425,56 +7472,57 @@ s&@top_srcdir@&$ac_top_srcdir&;t t |
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t |
s&@builddir@&$ac_builddir&;t t |
s&@abs_builddir@&$ac_abs_builddir&;t t |
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
s&@INSTALL@&$ac_INSTALL&;t t |
s&@MKDIR_P@&$ac_MKDIR_P&;t t |
$ac_datarootdir_hack |
" |
-eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
- || as_fn_error "could not create $ac_file" "$LINENO" 5 |
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ |
+ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
- { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
+ { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ |
+ "$ac_tmp/out"`; test -z "$ac_out"; } && |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
-which seems to be undefined. Please make sure it is defined." >&5 |
+which seems to be undefined. Please make sure it is defined" >&5 |
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
-which seems to be undefined. Please make sure it is defined." >&2;} |
- |
- rm -f "$tmp/stdin" |
+which seems to be undefined. Please make sure it is defined" >&2;} |
+ |
+ rm -f "$ac_tmp/stdin" |
case $ac_file in |
- -) cat "$tmp/out" && rm -f "$tmp/out";; |
- *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
+ -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
+ *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; |
esac \ |
- || as_fn_error "could not create $ac_file" "$LINENO" 5 |
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
;; |
:H) |
# |
# CONFIG_HEADER |
# |
if test x"$ac_file" != x-; then |
{ |
$as_echo "/* $configure_input */" \ |
- && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
- } >"$tmp/config.h" \ |
- || as_fn_error "could not create $ac_file" "$LINENO" 5 |
- if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
+ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" |
+ } >"$ac_tmp/config.h" \ |
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
+ if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
$as_echo "$as_me: $ac_file is unchanged" >&6;} |
else |
rm -f "$ac_file" |
- mv "$tmp/config.h" "$ac_file" \ |
- || as_fn_error "could not create $ac_file" "$LINENO" 5 |
+ mv "$ac_tmp/config.h" "$ac_file" \ |
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
fi |
else |
$as_echo "/* $configure_input */" \ |
- && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
- || as_fn_error "could not create -" "$LINENO" 5 |
+ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ |
+ || as_fn_error $? "could not create -" "$LINENO" 5 |
fi |
# Compute "$ac_file"'s index in $config_headers. |
_am_arg="$ac_file" |
_am_stamp_count=1 |
for _am_header in $config_headers :; do |
case $_am_header in |
$_am_arg | $_am_arg:* ) |
break ;; |
@@ -7614,17 +7662,17 @@ echo "timestamp for $_am_arg" >`$as_dirn |
done # for ac_tag |
as_fn_exit 0 |
_ACEOF |
ac_clean_files=$ac_clean_files_save |
test $ac_write_fail = 0 || |
- as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
+ as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
# configure is writing to config.log, and then calls config.status. |
# config.status does its own redirection, appending to config.log. |
# Unfortunately, on DOS this fails, as config.log is still kept open |
# by configure, so config.status won't be able to write to it; its |
# output is simply discarded. So we exec the FD to /dev/null, |
# effectively closing config.log, so it can be properly (re)opened and |
@@ -7635,15 +7683,15 @@ if test "$no_create" != yes; then |
ac_config_status_args= |
test "$silent" = yes && |
ac_config_status_args="$ac_config_status_args --quiet" |
exec 5>/dev/null |
$SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false |
exec 5>>config.log |
# Use ||, not &&, to avoid exiting from the if with $? = 1, which |
# would make configure fail if this is the last instruction. |
- $ac_cs_success || as_fn_exit $? |
+ $ac_cs_success || as_fn_exit 1 |
fi |
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
fi |