masqmail-0.2
diff configure @ 187:9c3765e1171b
changed to release version number and updated to newer autoconf
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 27 Aug 2011 18:20:14 +0200 |
parents | ee2e92148aca |
children | bdd343cc4e19 |
line diff
1.1 --- a/configure Sat Aug 27 18:16:18 2011 +0200 1.2 +++ b/configure Sat Aug 27 18:20:14 2011 +0200 1.3 @@ -1,13 +1,13 @@ 1.4 #! /bin/sh 1.5 # Guess values for system-dependent variables and create Makefiles. 1.6 -# Generated by GNU Autoconf 2.65 for masqmail 0.2.30-dev. 1.7 +# Generated by GNU Autoconf 2.68 for masqmail 0.2.30. 1.8 # 1.9 # Report bugs to <meillo@marmaro.de>. 1.10 # 1.11 # 1.12 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1.13 -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 1.14 -# Inc. 1.15 +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 1.16 +# Foundation, Inc. 1.17 # 1.18 # 1.19 # This configure script is free software; the Free Software Foundation 1.20 @@ -91,6 +91,7 @@ 1.21 IFS=" "" $as_nl" 1.22 1.23 # Find who we are. Look in the path if we contain no directory separator. 1.24 +as_myself= 1.25 case $0 in #(( 1.26 *[\\/]* ) as_myself=$0 ;; 1.27 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.28 @@ -216,11 +217,18 @@ 1.29 # We cannot yet assume a decent shell, so we have to provide a 1.30 # neutralization value for shells without unset; and this also 1.31 # works around shells that cannot unset nonexistent variables. 1.32 + # Preserve -v and -x to the replacement shell. 1.33 BASH_ENV=/dev/null 1.34 ENV=/dev/null 1.35 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 1.36 export CONFIG_SHELL 1.37 - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 1.38 + case $- in # (((( 1.39 + *v*x* | *x*v* ) as_opts=-vx ;; 1.40 + *v* ) as_opts=-v ;; 1.41 + *x* ) as_opts=-x ;; 1.42 + * ) as_opts= ;; 1.43 + esac 1.44 + exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 1.45 fi 1.46 1.47 if test x$as_have_required = xno; then : 1.48 @@ -319,7 +327,7 @@ 1.49 test -d "$as_dir" && break 1.50 done 1.51 test -z "$as_dirs" || eval "mkdir $as_dirs" 1.52 - } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 1.53 + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 1.54 1.55 1.56 } # as_fn_mkdir_p 1.57 @@ -359,19 +367,19 @@ 1.58 fi # as_fn_arith 1.59 1.60 1.61 -# as_fn_error ERROR [LINENO LOG_FD] 1.62 -# --------------------------------- 1.63 +# as_fn_error STATUS ERROR [LINENO LOG_FD] 1.64 +# ---------------------------------------- 1.65 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 1.66 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 1.67 -# script with status $?, using 1 if that was 0. 1.68 +# script with STATUS, using 1 if that was 0. 1.69 as_fn_error () 1.70 { 1.71 - as_status=$?; test $as_status -eq 0 && as_status=1 1.72 - if test "$3"; then 1.73 - as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.74 - $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 1.75 + as_status=$1; test $as_status -eq 0 && as_status=1 1.76 + if test "$4"; then 1.77 + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.78 + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 1.79 fi 1.80 - $as_echo "$as_me: error: $1" >&2 1.81 + $as_echo "$as_me: error: $2" >&2 1.82 as_fn_exit $as_status 1.83 } # as_fn_error 1.84 1.85 @@ -533,7 +541,7 @@ 1.86 exec 6>&1 1.87 1.88 # Name of the host. 1.89 -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 1.90 +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 1.91 # so uname gets run too. 1.92 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 1.93 1.94 @@ -552,8 +560,8 @@ 1.95 # Identity of this package. 1.96 PACKAGE_NAME='masqmail' 1.97 PACKAGE_TARNAME='masqmail' 1.98 -PACKAGE_VERSION='0.2.30-dev' 1.99 -PACKAGE_STRING='masqmail 0.2.30-dev' 1.100 +PACKAGE_VERSION='0.2.30' 1.101 +PACKAGE_STRING='masqmail 0.2.30' 1.102 PACKAGE_BUGREPORT='meillo@marmaro.de' 1.103 PACKAGE_URL='' 1.104 1.105 @@ -793,8 +801,9 @@ 1.106 fi 1.107 1.108 case $ac_option in 1.109 - *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 1.110 - *) ac_optarg=yes ;; 1.111 + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 1.112 + *=) ac_optarg= ;; 1.113 + *) ac_optarg=yes ;; 1.114 esac 1.115 1.116 # Accept the important Cygnus configure options, so we can diagnose typos. 1.117 @@ -839,7 +848,7 @@ 1.118 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1.119 # Reject names that are not valid shell variable names. 1.120 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.121 - as_fn_error "invalid feature name: $ac_useropt" 1.122 + as_fn_error $? "invalid feature name: $ac_useropt" 1.123 ac_useropt_orig=$ac_useropt 1.124 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.125 case $ac_user_opts in 1.126 @@ -865,7 +874,7 @@ 1.127 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1.128 # Reject names that are not valid shell variable names. 1.129 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.130 - as_fn_error "invalid feature name: $ac_useropt" 1.131 + as_fn_error $? "invalid feature name: $ac_useropt" 1.132 ac_useropt_orig=$ac_useropt 1.133 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.134 case $ac_user_opts in 1.135 @@ -1069,7 +1078,7 @@ 1.136 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1.137 # Reject names that are not valid shell variable names. 1.138 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.139 - as_fn_error "invalid package name: $ac_useropt" 1.140 + as_fn_error $? "invalid package name: $ac_useropt" 1.141 ac_useropt_orig=$ac_useropt 1.142 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.143 case $ac_user_opts in 1.144 @@ -1085,7 +1094,7 @@ 1.145 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1.146 # Reject names that are not valid shell variable names. 1.147 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.148 - as_fn_error "invalid package name: $ac_useropt" 1.149 + as_fn_error $? "invalid package name: $ac_useropt" 1.150 ac_useropt_orig=$ac_useropt 1.151 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.152 case $ac_user_opts in 1.153 @@ -1115,8 +1124,8 @@ 1.154 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1.155 x_libraries=$ac_optarg ;; 1.156 1.157 - -*) as_fn_error "unrecognized option: \`$ac_option' 1.158 -Try \`$0 --help' for more information." 1.159 + -*) as_fn_error $? "unrecognized option: \`$ac_option' 1.160 +Try \`$0 --help' for more information" 1.161 ;; 1.162 1.163 *=*) 1.164 @@ -1124,7 +1133,7 @@ 1.165 # Reject names that are not valid shell variable names. 1.166 case $ac_envvar in #( 1.167 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1.168 - as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1.169 + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1.170 esac 1.171 eval $ac_envvar=\$ac_optarg 1.172 export $ac_envvar ;; 1.173 @@ -1134,7 +1143,7 @@ 1.174 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1.175 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1.176 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1.177 - : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1.178 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1.179 ;; 1.180 1.181 esac 1.182 @@ -1142,13 +1151,13 @@ 1.183 1.184 if test -n "$ac_prev"; then 1.185 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1.186 - as_fn_error "missing argument to $ac_option" 1.187 + as_fn_error $? "missing argument to $ac_option" 1.188 fi 1.189 1.190 if test -n "$ac_unrecognized_opts"; then 1.191 case $enable_option_checking in 1.192 no) ;; 1.193 - fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1.194 + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1.195 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1.196 esac 1.197 fi 1.198 @@ -1171,7 +1180,7 @@ 1.199 [\\/$]* | ?:[\\/]* ) continue;; 1.200 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1.201 esac 1.202 - as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1.203 + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1.204 done 1.205 1.206 # There might be people who depend on the old broken behavior: `$host' 1.207 @@ -1185,8 +1194,8 @@ 1.208 if test "x$host_alias" != x; then 1.209 if test "x$build_alias" = x; then 1.210 cross_compiling=maybe 1.211 - $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1.212 - If a cross compiler is detected then cross compile mode will be used." >&2 1.213 + $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. 1.214 + If a cross compiler is detected then cross compile mode will be used" >&2 1.215 elif test "x$build_alias" != "x$host_alias"; then 1.216 cross_compiling=yes 1.217 fi 1.218 @@ -1201,9 +1210,9 @@ 1.219 ac_pwd=`pwd` && test -n "$ac_pwd" && 1.220 ac_ls_di=`ls -di .` && 1.221 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1.222 - as_fn_error "working directory cannot be determined" 1.223 + as_fn_error $? "working directory cannot be determined" 1.224 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1.225 - as_fn_error "pwd does not report name of working directory" 1.226 + as_fn_error $? "pwd does not report name of working directory" 1.227 1.228 1.229 # Find the source files, if location was not specified. 1.230 @@ -1242,11 +1251,11 @@ 1.231 fi 1.232 if test ! -r "$srcdir/$ac_unique_file"; then 1.233 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1.234 - as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1.235 + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1.236 fi 1.237 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1.238 ac_abs_confdir=`( 1.239 - cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1.240 + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1.241 pwd)` 1.242 # When building in place, set srcdir=. 1.243 if test "$ac_abs_confdir" = "$ac_pwd"; then 1.244 @@ -1272,7 +1281,7 @@ 1.245 # Omit some internal or obsolete options to make the list less imposing. 1.246 # This message is too long to be a string in the A/UX 3.1 sh. 1.247 cat <<_ACEOF 1.248 -\`configure' configures masqmail 0.2.30-dev to adapt to many kinds of systems. 1.249 +\`configure' configures masqmail 0.2.30 to adapt to many kinds of systems. 1.250 1.251 Usage: $0 [OPTION]... [VAR=VALUE]... 1.252 1.253 @@ -1286,7 +1295,7 @@ 1.254 --help=short display options specific to this package 1.255 --help=recursive display the short help of all the included packages 1.256 -V, --version display version information and exit 1.257 - -q, --quiet, --silent do not print \`checking...' messages 1.258 + -q, --quiet, --silent do not print \`checking ...' messages 1.259 --cache-file=FILE cache test results in FILE [disabled] 1.260 -C, --config-cache alias for \`--cache-file=config.cache' 1.261 -n, --no-create do not create output files 1.262 @@ -1338,7 +1347,7 @@ 1.263 1.264 if test -n "$ac_init_help"; then 1.265 case $ac_init_help in 1.266 - short | recursive ) echo "Configuration of masqmail 0.2.30-dev:";; 1.267 + short | recursive ) echo "Configuration of masqmail 0.2.30:";; 1.268 esac 1.269 cat <<\_ACEOF 1.270 1.271 @@ -1452,10 +1461,10 @@ 1.272 test -n "$ac_init_help" && exit $ac_status 1.273 if $ac_init_version; then 1.274 cat <<\_ACEOF 1.275 -masqmail configure 0.2.30-dev 1.276 -generated by GNU Autoconf 2.65 1.277 - 1.278 -Copyright (C) 2009 Free Software Foundation, Inc. 1.279 +masqmail configure 0.2.30 1.280 +generated by GNU Autoconf 2.68 1.281 + 1.282 +Copyright (C) 2010 Free Software Foundation, Inc. 1.283 This configure script is free software; the Free Software Foundation 1.284 gives unlimited permission to copy, distribute and modify it. 1.285 _ACEOF 1.286 @@ -1499,7 +1508,7 @@ 1.287 1.288 ac_retval=1 1.289 fi 1.290 - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.291 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.292 as_fn_set_status $ac_retval 1.293 1.294 } # ac_fn_c_try_compile 1.295 @@ -1545,7 +1554,7 @@ 1.296 # interfere with the next link command; also delete a directory that is 1.297 # left behind by Apple's compiler. We do this before executing the actions. 1.298 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1.299 - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.300 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.301 as_fn_set_status $ac_retval 1.302 1.303 } # ac_fn_c_try_link 1.304 @@ -1571,7 +1580,7 @@ 1.305 mv -f conftest.er1 conftest.err 1.306 fi 1.307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.308 - test $ac_status = 0; } >/dev/null && { 1.309 + test $ac_status = 0; } > conftest.i && { 1.310 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1.311 test ! -s conftest.err 1.312 }; then : 1.313 @@ -1582,7 +1591,7 @@ 1.314 1.315 ac_retval=1 1.316 fi 1.317 - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.318 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.319 as_fn_set_status $ac_retval 1.320 1.321 } # ac_fn_c_try_cpp 1.322 @@ -1624,7 +1633,7 @@ 1.323 ac_retval=$ac_status 1.324 fi 1.325 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1.326 - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.327 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.328 as_fn_set_status $ac_retval 1.329 1.330 } # ac_fn_c_try_run 1.331 @@ -1637,7 +1646,7 @@ 1.332 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.334 $as_echo_n "checking for $2... " >&6; } 1.335 -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1.336 +if eval \${$3+:} false; then : 1.337 $as_echo_n "(cached) " >&6 1.338 else 1.339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.340 @@ -1692,7 +1701,7 @@ 1.341 eval ac_res=\$$3 1.342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1.343 $as_echo "$ac_res" >&6; } 1.344 - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.345 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.346 1.347 } # ac_fn_c_check_func 1.348 1.349 @@ -1704,10 +1713,10 @@ 1.350 ac_fn_c_check_header_mongrel () 1.351 { 1.352 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.353 - if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1.354 + if eval \${$3+:} false; then : 1.355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.356 $as_echo_n "checking for $2... " >&6; } 1.357 -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1.358 +if eval \${$3+:} false; then : 1.359 $as_echo_n "(cached) " >&6 1.360 fi 1.361 eval ac_res=\$$3 1.362 @@ -1743,7 +1752,7 @@ 1.363 else 1.364 ac_header_preproc=no 1.365 fi 1.366 -rm -f conftest.err conftest.$ac_ext 1.367 +rm -f conftest.err conftest.i conftest.$ac_ext 1.368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1.369 $as_echo "$ac_header_preproc" >&6; } 1.370 1.371 @@ -1766,17 +1775,15 @@ 1.372 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1.373 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1.374 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1.375 -( cat <<\_ASBOX 1.376 -## -------------------------------- ## 1.377 +( $as_echo "## -------------------------------- ## 1.378 ## Report this to meillo@marmaro.de ## 1.379 -## -------------------------------- ## 1.380 -_ASBOX 1.381 +## -------------------------------- ##" 1.382 ) | sed "s/^/$as_me: WARNING: /" >&2 1.383 ;; 1.384 esac 1.385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.386 $as_echo_n "checking for $2... " >&6; } 1.387 -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1.388 +if eval \${$3+:} false; then : 1.389 $as_echo_n "(cached) " >&6 1.390 else 1.391 eval "$3=\$ac_header_compiler" 1.392 @@ -1785,7 +1792,7 @@ 1.393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1.394 $as_echo "$ac_res" >&6; } 1.395 fi 1.396 - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.397 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.398 1.399 } # ac_fn_c_check_header_mongrel 1.400 1.401 @@ -1798,7 +1805,7 @@ 1.402 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.404 $as_echo_n "checking for $2... " >&6; } 1.405 -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1.406 +if eval \${$3+:} false; then : 1.407 $as_echo_n "(cached) " >&6 1.408 else 1.409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.410 @@ -1816,7 +1823,7 @@ 1.411 eval ac_res=\$$3 1.412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1.413 $as_echo "$ac_res" >&6; } 1.414 - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.415 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.416 1.417 } # ac_fn_c_check_header_compile 1.418 1.419 @@ -1829,7 +1836,7 @@ 1.420 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.422 $as_echo_n "checking for $2... " >&6; } 1.423 -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1.424 +if eval \${$3+:} false; then : 1.425 $as_echo_n "(cached) " >&6 1.426 else 1.427 eval "$3=no" 1.428 @@ -1870,15 +1877,15 @@ 1.429 eval ac_res=\$$3 1.430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1.431 $as_echo "$ac_res" >&6; } 1.432 - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.433 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.434 1.435 } # ac_fn_c_check_type 1.436 cat >config.log <<_ACEOF 1.437 This file contains any messages produced by compilers while 1.438 running configure, to aid debugging if configure makes a mistake. 1.439 1.440 -It was created by masqmail $as_me 0.2.30-dev, which was 1.441 -generated by GNU Autoconf 2.65. Invocation command line was 1.442 +It was created by masqmail $as_me 0.2.30, which was 1.443 +generated by GNU Autoconf 2.68. Invocation command line was 1.444 1.445 $ $0 $@ 1.446 1.447 @@ -1988,11 +1995,9 @@ 1.448 { 1.449 echo 1.450 1.451 - cat <<\_ASBOX 1.452 -## ---------------- ## 1.453 + $as_echo "## ---------------- ## 1.454 ## Cache variables. ## 1.455 -## ---------------- ## 1.456 -_ASBOX 1.457 +## ---------------- ##" 1.458 echo 1.459 # The following way of writing the cache mishandles newlines in values, 1.460 ( 1.461 @@ -2026,11 +2031,9 @@ 1.462 ) 1.463 echo 1.464 1.465 - cat <<\_ASBOX 1.466 -## ----------------- ## 1.467 + $as_echo "## ----------------- ## 1.468 ## Output variables. ## 1.469 -## ----------------- ## 1.470 -_ASBOX 1.471 +## ----------------- ##" 1.472 echo 1.473 for ac_var in $ac_subst_vars 1.474 do 1.475 @@ -2043,11 +2046,9 @@ 1.476 echo 1.477 1.478 if test -n "$ac_subst_files"; then 1.479 - cat <<\_ASBOX 1.480 -## ------------------- ## 1.481 + $as_echo "## ------------------- ## 1.482 ## File substitutions. ## 1.483 -## ------------------- ## 1.484 -_ASBOX 1.485 +## ------------------- ##" 1.486 echo 1.487 for ac_var in $ac_subst_files 1.488 do 1.489 @@ -2061,11 +2062,9 @@ 1.490 fi 1.491 1.492 if test -s confdefs.h; then 1.493 - cat <<\_ASBOX 1.494 -## ----------- ## 1.495 + $as_echo "## ----------- ## 1.496 ## confdefs.h. ## 1.497 -## ----------- ## 1.498 -_ASBOX 1.499 +## ----------- ##" 1.500 echo 1.501 cat confdefs.h 1.502 echo 1.503 @@ -2120,7 +2119,12 @@ 1.504 ac_site_file1=NONE 1.505 ac_site_file2=NONE 1.506 if test -n "$CONFIG_SITE"; then 1.507 - ac_site_file1=$CONFIG_SITE 1.508 + # We do not want a PATH search for config.site. 1.509 + case $CONFIG_SITE in #(( 1.510 + -*) ac_site_file1=./$CONFIG_SITE;; 1.511 + */*) ac_site_file1=$CONFIG_SITE;; 1.512 + *) ac_site_file1=./$CONFIG_SITE;; 1.513 + esac 1.514 elif test "x$prefix" != xNONE; then 1.515 ac_site_file1=$prefix/share/config.site 1.516 ac_site_file2=$prefix/etc/config.site 1.517 @@ -2135,7 +2139,11 @@ 1.518 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 1.519 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1.520 sed 's/^/| /' "$ac_site_file" >&5 1.521 - . "$ac_site_file" 1.522 + . "$ac_site_file" \ 1.523 + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.524 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.525 +as_fn_error $? "failed to load site script $ac_site_file 1.526 +See \`config.log' for more details" "$LINENO" 5; } 1.527 fi 1.528 done 1.529 1.530 @@ -2211,7 +2219,7 @@ 1.531 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.532 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 1.533 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1.534 - as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 1.535 + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 1.536 fi 1.537 ## -------------------- ## 1.538 ## Main body of script. ## 1.539 @@ -2231,16 +2239,22 @@ 1.540 1.541 ac_aux_dir= 1.542 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 1.543 - for ac_t in install-sh install.sh shtool; do 1.544 - if test -f "$ac_dir/$ac_t"; then 1.545 - ac_aux_dir=$ac_dir 1.546 - ac_install_sh="$ac_aux_dir/$ac_t -c" 1.547 - break 2 1.548 - fi 1.549 - done 1.550 + if test -f "$ac_dir/install-sh"; then 1.551 + ac_aux_dir=$ac_dir 1.552 + ac_install_sh="$ac_aux_dir/install-sh -c" 1.553 + break 1.554 + elif test -f "$ac_dir/install.sh"; then 1.555 + ac_aux_dir=$ac_dir 1.556 + ac_install_sh="$ac_aux_dir/install.sh -c" 1.557 + break 1.558 + elif test -f "$ac_dir/shtool"; then 1.559 + ac_aux_dir=$ac_dir 1.560 + ac_install_sh="$ac_aux_dir/shtool install -c" 1.561 + break 1.562 + fi 1.563 done 1.564 if test -z "$ac_aux_dir"; then 1.565 - as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 1.566 + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 1.567 fi 1.568 1.569 # These three variables are undocumented and unsupported, 1.570 @@ -2269,7 +2283,7 @@ 1.571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 1.572 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1.573 if test -z "$INSTALL"; then 1.574 -if test "${ac_cv_path_install+set}" = set; then : 1.575 +if ${ac_cv_path_install+:} false; then : 1.576 $as_echo_n "(cached) " >&6 1.577 else 1.578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.579 @@ -2356,11 +2370,11 @@ 1.580 ' 1.581 case `pwd` in 1.582 *[\\\"\#\$\&\'\`$am_lf]*) 1.583 - as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 1.584 + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 1.585 esac 1.586 case $srcdir in 1.587 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 1.588 - as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 1.589 + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 1.590 esac 1.591 1.592 # Do `set' in a subshell so we don't clobber the current shell's 1.593 @@ -2382,7 +2396,7 @@ 1.594 # if, for instance, CONFIG_SHELL is bash and it inherits a 1.595 # broken ls alias from the environment. This has actually 1.596 # happened. Such a system could not be considered "sane". 1.597 - as_fn_error "ls -t appears to fail. Make sure there is not a broken 1.598 + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 1.599 alias in your environment" "$LINENO" 5 1.600 fi 1.601 1.602 @@ -2392,7 +2406,7 @@ 1.603 # Ok. 1.604 : 1.605 else 1.606 - as_fn_error "newly created file is older than distributed files! 1.607 + as_fn_error $? "newly created file is older than distributed files! 1.608 Check your system clock" "$LINENO" 5 1.609 fi 1.610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.611 @@ -2446,7 +2460,7 @@ 1.612 set dummy ${ac_tool_prefix}strip; ac_word=$2 1.613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.614 $as_echo_n "checking for $ac_word... " >&6; } 1.615 -if test "${ac_cv_prog_STRIP+set}" = set; then : 1.616 +if ${ac_cv_prog_STRIP+:} false; then : 1.617 $as_echo_n "(cached) " >&6 1.618 else 1.619 if test -n "$STRIP"; then 1.620 @@ -2486,7 +2500,7 @@ 1.621 set dummy strip; ac_word=$2 1.622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.623 $as_echo_n "checking for $ac_word... " >&6; } 1.624 -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 1.625 +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : 1.626 $as_echo_n "(cached) " >&6 1.627 else 1.628 if test -n "$ac_ct_STRIP"; then 1.629 @@ -2539,7 +2553,7 @@ 1.630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 1.631 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 1.632 if test -z "$MKDIR_P"; then 1.633 - if test "${ac_cv_path_mkdir+set}" = set; then : 1.634 + if ${ac_cv_path_mkdir+:} false; then : 1.635 $as_echo_n "(cached) " >&6 1.636 else 1.637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.638 @@ -2590,7 +2604,7 @@ 1.639 set dummy $ac_prog; ac_word=$2 1.640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.641 $as_echo_n "checking for $ac_word... " >&6; } 1.642 -if test "${ac_cv_prog_AWK+set}" = set; then : 1.643 +if ${ac_cv_prog_AWK+:} false; then : 1.644 $as_echo_n "(cached) " >&6 1.645 else 1.646 if test -n "$AWK"; then 1.647 @@ -2630,7 +2644,7 @@ 1.648 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 1.649 set x ${MAKE-make} 1.650 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 1.651 -if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 1.652 +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : 1.653 $as_echo_n "(cached) " >&6 1.654 else 1.655 cat >conftest.make <<\_ACEOF 1.656 @@ -2638,7 +2652,7 @@ 1.657 all: 1.658 @echo '@@@%%%=$(MAKE)=@@@%%%' 1.659 _ACEOF 1.660 -# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1.661 +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 1.662 case `${MAKE-make} -f conftest.make 2>/dev/null` in 1.663 *@@@%%%=?*=@@@%%%*) 1.664 eval ac_cv_prog_make_${ac_make}_set=yes;; 1.665 @@ -2672,7 +2686,7 @@ 1.666 am__isrc=' -I$(srcdir)' 1.667 # test to see if srcdir already configured 1.668 if test -f $srcdir/config.status; then 1.669 - as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 1.670 + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 1.671 fi 1.672 fi 1.673 1.674 @@ -2688,7 +2702,7 @@ 1.675 1.676 # Define the identity of the package. 1.677 PACKAGE='masqmail' 1.678 - VERSION='0.2.30-dev' 1.679 + VERSION='0.2.30' 1.680 1.681 1.682 cat >>confdefs.h <<_ACEOF 1.683 @@ -2741,7 +2755,7 @@ 1.684 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1.685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.686 $as_echo_n "checking for $ac_word... " >&6; } 1.687 -if test "${ac_cv_prog_CC+set}" = set; then : 1.688 +if ${ac_cv_prog_CC+:} false; then : 1.689 $as_echo_n "(cached) " >&6 1.690 else 1.691 if test -n "$CC"; then 1.692 @@ -2781,7 +2795,7 @@ 1.693 set dummy gcc; ac_word=$2 1.694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.695 $as_echo_n "checking for $ac_word... " >&6; } 1.696 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 1.697 +if ${ac_cv_prog_ac_ct_CC+:} false; then : 1.698 $as_echo_n "(cached) " >&6 1.699 else 1.700 if test -n "$ac_ct_CC"; then 1.701 @@ -2834,7 +2848,7 @@ 1.702 set dummy ${ac_tool_prefix}cc; ac_word=$2 1.703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.704 $as_echo_n "checking for $ac_word... " >&6; } 1.705 -if test "${ac_cv_prog_CC+set}" = set; then : 1.706 +if ${ac_cv_prog_CC+:} false; then : 1.707 $as_echo_n "(cached) " >&6 1.708 else 1.709 if test -n "$CC"; then 1.710 @@ -2874,7 +2888,7 @@ 1.711 set dummy cc; ac_word=$2 1.712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.713 $as_echo_n "checking for $ac_word... " >&6; } 1.714 -if test "${ac_cv_prog_CC+set}" = set; then : 1.715 +if ${ac_cv_prog_CC+:} false; then : 1.716 $as_echo_n "(cached) " >&6 1.717 else 1.718 if test -n "$CC"; then 1.719 @@ -2933,7 +2947,7 @@ 1.720 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1.721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.722 $as_echo_n "checking for $ac_word... " >&6; } 1.723 -if test "${ac_cv_prog_CC+set}" = set; then : 1.724 +if ${ac_cv_prog_CC+:} false; then : 1.725 $as_echo_n "(cached) " >&6 1.726 else 1.727 if test -n "$CC"; then 1.728 @@ -2977,7 +2991,7 @@ 1.729 set dummy $ac_prog; ac_word=$2 1.730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.731 $as_echo_n "checking for $ac_word... " >&6; } 1.732 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 1.733 +if ${ac_cv_prog_ac_ct_CC+:} false; then : 1.734 $as_echo_n "(cached) " >&6 1.735 else 1.736 if test -n "$ac_ct_CC"; then 1.737 @@ -3031,8 +3045,8 @@ 1.738 1.739 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.740 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.741 -as_fn_error "no acceptable C compiler found in \$PATH 1.742 -See \`config.log' for more details." "$LINENO" 5; } 1.743 +as_fn_error $? "no acceptable C compiler found in \$PATH 1.744 +See \`config.log' for more details" "$LINENO" 5; } 1.745 1.746 # Provide some information about the compiler. 1.747 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 1.748 @@ -3146,9 +3160,8 @@ 1.749 1.750 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.751 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.752 -{ as_fn_set_status 77 1.753 -as_fn_error "C compiler cannot create executables 1.754 -See \`config.log' for more details." "$LINENO" 5; }; } 1.755 +as_fn_error 77 "C compiler cannot create executables 1.756 +See \`config.log' for more details" "$LINENO" 5; } 1.757 else 1.758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.759 $as_echo "yes" >&6; } 1.760 @@ -3190,8 +3203,8 @@ 1.761 else 1.762 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.763 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.764 -as_fn_error "cannot compute suffix of executables: cannot compile and link 1.765 -See \`config.log' for more details." "$LINENO" 5; } 1.766 +as_fn_error $? "cannot compute suffix of executables: cannot compile and link 1.767 +See \`config.log' for more details" "$LINENO" 5; } 1.768 fi 1.769 rm -f conftest conftest$ac_cv_exeext 1.770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 1.771 @@ -3248,9 +3261,9 @@ 1.772 else 1.773 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.774 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.775 -as_fn_error "cannot run C compiled programs. 1.776 +as_fn_error $? "cannot run C compiled programs. 1.777 If you meant to cross compile, use \`--host'. 1.778 -See \`config.log' for more details." "$LINENO" 5; } 1.779 +See \`config.log' for more details" "$LINENO" 5; } 1.780 fi 1.781 fi 1.782 fi 1.783 @@ -3261,7 +3274,7 @@ 1.784 ac_clean_files=$ac_clean_files_save 1.785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 1.786 $as_echo_n "checking for suffix of object files... " >&6; } 1.787 -if test "${ac_cv_objext+set}" = set; then : 1.788 +if ${ac_cv_objext+:} false; then : 1.789 $as_echo_n "(cached) " >&6 1.790 else 1.791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.792 @@ -3301,8 +3314,8 @@ 1.793 1.794 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.795 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.796 -as_fn_error "cannot compute suffix of object files: cannot compile 1.797 -See \`config.log' for more details." "$LINENO" 5; } 1.798 +as_fn_error $? "cannot compute suffix of object files: cannot compile 1.799 +See \`config.log' for more details" "$LINENO" 5; } 1.800 fi 1.801 rm -f conftest.$ac_cv_objext conftest.$ac_ext 1.802 fi 1.803 @@ -3312,7 +3325,7 @@ 1.804 ac_objext=$OBJEXT 1.805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 1.806 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 1.807 -if test "${ac_cv_c_compiler_gnu+set}" = set; then : 1.808 +if ${ac_cv_c_compiler_gnu+:} false; then : 1.809 $as_echo_n "(cached) " >&6 1.810 else 1.811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.812 @@ -3349,7 +3362,7 @@ 1.813 ac_save_CFLAGS=$CFLAGS 1.814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 1.815 $as_echo_n "checking whether $CC accepts -g... " >&6; } 1.816 -if test "${ac_cv_prog_cc_g+set}" = set; then : 1.817 +if ${ac_cv_prog_cc_g+:} false; then : 1.818 $as_echo_n "(cached) " >&6 1.819 else 1.820 ac_save_c_werror_flag=$ac_c_werror_flag 1.821 @@ -3427,7 +3440,7 @@ 1.822 fi 1.823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 1.824 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 1.825 -if test "${ac_cv_prog_cc_c89+set}" = set; then : 1.826 +if ${ac_cv_prog_cc_c89+:} false; then : 1.827 $as_echo_n "(cached) " >&6 1.828 else 1.829 ac_cv_prog_cc_c89=no 1.830 @@ -3588,7 +3601,7 @@ 1.831 1.832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 1.833 $as_echo_n "checking dependency style of $depcc... " >&6; } 1.834 -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 1.835 +if ${am_cv_CC_dependencies_compiler_type+:} false; then : 1.836 $as_echo_n "(cached) " >&6 1.837 else 1.838 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 1.839 @@ -3714,7 +3727,7 @@ 1.840 1.841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 1.842 $as_echo_n "checking for library containing strerror... " >&6; } 1.843 -if test "${ac_cv_search_strerror+set}" = set; then : 1.844 +if ${ac_cv_search_strerror+:} false; then : 1.845 $as_echo_n "(cached) " >&6 1.846 else 1.847 ac_func_search_save_LIBS=$LIBS 1.848 @@ -3748,11 +3761,11 @@ 1.849 fi 1.850 rm -f core conftest.err conftest.$ac_objext \ 1.851 conftest$ac_exeext 1.852 - if test "${ac_cv_search_strerror+set}" = set; then : 1.853 + if ${ac_cv_search_strerror+:} false; then : 1.854 break 1.855 fi 1.856 done 1.857 -if test "${ac_cv_search_strerror+set}" = set; then : 1.858 +if ${ac_cv_search_strerror+:} false; then : 1.859 1.860 else 1.861 ac_cv_search_strerror=no 1.862 @@ -3780,7 +3793,7 @@ 1.863 CPP= 1.864 fi 1.865 if test -z "$CPP"; then 1.866 - if test "${ac_cv_prog_CPP+set}" = set; then : 1.867 + if ${ac_cv_prog_CPP+:} false; then : 1.868 $as_echo_n "(cached) " >&6 1.869 else 1.870 # Double quotes because CPP needs to be expanded 1.871 @@ -3810,7 +3823,7 @@ 1.872 # Broken: fails on valid input. 1.873 continue 1.874 fi 1.875 -rm -f conftest.err conftest.$ac_ext 1.876 +rm -f conftest.err conftest.i conftest.$ac_ext 1.877 1.878 # OK, works on sane cases. Now check whether nonexistent headers 1.879 # can be detected and how. 1.880 @@ -3826,11 +3839,11 @@ 1.881 ac_preproc_ok=: 1.882 break 1.883 fi 1.884 -rm -f conftest.err conftest.$ac_ext 1.885 +rm -f conftest.err conftest.i conftest.$ac_ext 1.886 1.887 done 1.888 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1.889 -rm -f conftest.err conftest.$ac_ext 1.890 +rm -f conftest.i conftest.err conftest.$ac_ext 1.891 if $ac_preproc_ok; then : 1.892 break 1.893 fi 1.894 @@ -3869,7 +3882,7 @@ 1.895 # Broken: fails on valid input. 1.896 continue 1.897 fi 1.898 -rm -f conftest.err conftest.$ac_ext 1.899 +rm -f conftest.err conftest.i conftest.$ac_ext 1.900 1.901 # OK, works on sane cases. Now check whether nonexistent headers 1.902 # can be detected and how. 1.903 @@ -3885,18 +3898,18 @@ 1.904 ac_preproc_ok=: 1.905 break 1.906 fi 1.907 -rm -f conftest.err conftest.$ac_ext 1.908 +rm -f conftest.err conftest.i conftest.$ac_ext 1.909 1.910 done 1.911 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1.912 -rm -f conftest.err conftest.$ac_ext 1.913 +rm -f conftest.i conftest.err conftest.$ac_ext 1.914 if $ac_preproc_ok; then : 1.915 1.916 else 1.917 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.918 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.919 -as_fn_error "C preprocessor \"$CPP\" fails sanity check 1.920 -See \`config.log' for more details." "$LINENO" 5; } 1.921 +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 1.922 +See \`config.log' for more details" "$LINENO" 5; } 1.923 fi 1.924 1.925 ac_ext=c 1.926 @@ -3908,7 +3921,7 @@ 1.927 1.928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 1.929 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 1.930 -if test "${ac_cv_path_GREP+set}" = set; then : 1.931 +if ${ac_cv_path_GREP+:} false; then : 1.932 $as_echo_n "(cached) " >&6 1.933 else 1.934 if test -z "$GREP"; then 1.935 @@ -3957,7 +3970,7 @@ 1.936 done 1.937 IFS=$as_save_IFS 1.938 if test -z "$ac_cv_path_GREP"; then 1.939 - as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 1.940 + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 1.941 fi 1.942 else 1.943 ac_cv_path_GREP=$GREP 1.944 @@ -3971,7 +3984,7 @@ 1.945 1.946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 1.947 $as_echo_n "checking for egrep... " >&6; } 1.948 -if test "${ac_cv_path_EGREP+set}" = set; then : 1.949 +if ${ac_cv_path_EGREP+:} false; then : 1.950 $as_echo_n "(cached) " >&6 1.951 else 1.952 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 1.953 @@ -4023,7 +4036,7 @@ 1.954 done 1.955 IFS=$as_save_IFS 1.956 if test -z "$ac_cv_path_EGREP"; then 1.957 - as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 1.958 + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 1.959 fi 1.960 else 1.961 ac_cv_path_EGREP=$EGREP 1.962 @@ -4038,7 +4051,7 @@ 1.963 1.964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 1.965 $as_echo_n "checking for ANSI C header files... " >&6; } 1.966 -if test "${ac_cv_header_stdc+set}" = set; then : 1.967 +if ${ac_cv_header_stdc+:} false; then : 1.968 $as_echo_n "(cached) " >&6 1.969 else 1.970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.971 @@ -4153,7 +4166,7 @@ 1.972 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1.973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.974 $as_echo_n "checking for $ac_word... " >&6; } 1.975 -if test "${ac_cv_prog_RANLIB+set}" = set; then : 1.976 +if ${ac_cv_prog_RANLIB+:} false; then : 1.977 $as_echo_n "(cached) " >&6 1.978 else 1.979 if test -n "$RANLIB"; then 1.980 @@ -4193,7 +4206,7 @@ 1.981 set dummy ranlib; ac_word=$2 1.982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.983 $as_echo_n "checking for $ac_word... " >&6; } 1.984 -if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 1.985 +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : 1.986 $as_echo_n "(cached) " >&6 1.987 else 1.988 if test -n "$ac_ct_RANLIB"; then 1.989 @@ -4253,7 +4266,7 @@ 1.990 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 1.991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.992 $as_echo_n "checking for $ac_word... " >&6; } 1.993 -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 1.994 +if ${ac_cv_path_PKG_CONFIG+:} false; then : 1.995 $as_echo_n "(cached) " >&6 1.996 else 1.997 case $PKG_CONFIG in 1.998 @@ -4296,7 +4309,7 @@ 1.999 set dummy pkg-config; ac_word=$2 1.1000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.1001 $as_echo_n "checking for $ac_word... " >&6; } 1.1002 -if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : 1.1003 +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : 1.1004 $as_echo_n "(cached) " >&6 1.1005 else 1.1006 case $ac_pt_PKG_CONFIG in 1.1007 @@ -4417,7 +4430,7 @@ 1.1008 # Put the nasty error message in config.log where it belongs 1.1009 echo "$GLIB_PKG_ERRORS" >&5 1.1010 1.1011 - as_fn_error "Package requirements (glib-2.0) were not met: 1.1012 + as_fn_error $? "Package requirements (glib-2.0) were not met: 1.1013 1.1014 $GLIB_PKG_ERRORS 1.1015 1.1016 @@ -4432,7 +4445,7 @@ 1.1017 $as_echo "no" >&6; } 1.1018 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.1019 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.1020 -as_fn_error "The pkg-config script could not be found or is too old. Make sure it 1.1021 +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it 1.1022 is in your PATH or set the PKG_CONFIG environment variable to the full 1.1023 path to pkg-config. 1.1024 1.1025 @@ -4441,7 +4454,7 @@ 1.1026 See the pkg-config man page for more details. 1.1027 1.1028 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 1.1029 -See \`config.log' for more details." "$LINENO" 5; } 1.1030 +See \`config.log' for more details" "$LINENO" 5; } 1.1031 else 1.1032 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS 1.1033 GLIB_LIBS=$pkg_cv_GLIB_LIBS 1.1034 @@ -4469,7 +4482,7 @@ 1.1035 1.1036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lc" >&5 1.1037 $as_echo_n "checking for res_search in -lc... " >&6; } 1.1038 -if test "${ac_cv_lib_c_res_search+set}" = set; then : 1.1039 +if ${ac_cv_lib_c_res_search+:} false; then : 1.1040 $as_echo_n "(cached) " >&6 1.1041 else 1.1042 ac_check_lib_save_LIBS=$LIBS 1.1043 @@ -4503,7 +4516,7 @@ 1.1044 fi 1.1045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_res_search" >&5 1.1046 $as_echo "$ac_cv_lib_c_res_search" >&6; } 1.1047 -if test "x$ac_cv_lib_c_res_search" = x""yes; then : 1.1048 +if test "x$ac_cv_lib_c_res_search" = xyes; then : 1.1049 need_resolv=no 1.1050 else 1.1051 need_resolv=yes 1.1052 @@ -4512,7 +4525,7 @@ 1.1053 if test "$need_resolv" = yes; then 1.1054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lresolv" >&5 1.1055 $as_echo_n "checking for res_search in -lresolv... " >&6; } 1.1056 -if test "${ac_cv_lib_resolv_res_search+set}" = set; then : 1.1057 +if ${ac_cv_lib_resolv_res_search+:} false; then : 1.1058 $as_echo_n "(cached) " >&6 1.1059 else 1.1060 ac_check_lib_save_LIBS=$LIBS 1.1061 @@ -4546,7 +4559,7 @@ 1.1062 fi 1.1063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_search" >&5 1.1064 $as_echo "$ac_cv_lib_resolv_res_search" >&6; } 1.1065 -if test "x$ac_cv_lib_resolv_res_search" = x""yes; then : 1.1066 +if test "x$ac_cv_lib_resolv_res_search" = xyes; then : 1.1067 has_resolv=yes; RESOLV_LIBS="-lresolv" 1.1068 else 1.1069 has_resolv=no 1.1070 @@ -4580,7 +4593,7 @@ 1.1071 LIBS="$saved_LIBS" 1.1072 fi 1.1073 if test "$has_resolv" = no; then 1.1074 - as_fn_error "\"no libresolv\"" "$LINENO" 5 1.1075 + as_fn_error $? "\"no libresolv\"" "$LINENO" 5 1.1076 RESOLV_LIBS='' 1.1077 fi 1.1078 fi 1.1079 @@ -4592,7 +4605,7 @@ 1.1080 for ac_func in getline 1.1081 do : 1.1082 ac_fn_c_check_func "$LINENO" "getline" "ac_cv_func_getline" 1.1083 -if test "x$ac_cv_func_getline" = x""yes; then : 1.1084 +if test "x$ac_cv_func_getline" = xyes; then : 1.1085 cat >>confdefs.h <<_ACEOF 1.1086 #define HAVE_GETLINE 1 1.1087 _ACEOF 1.1088 @@ -4604,7 +4617,7 @@ 1.1089 for ac_func in fdatasync 1.1090 do : 1.1091 ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync" 1.1092 -if test "x$ac_cv_func_fdatasync" = x""yes; then : 1.1093 +if test "x$ac_cv_func_fdatasync" = xyes; then : 1.1094 cat >>confdefs.h <<_ACEOF 1.1095 #define HAVE_FDATASYNC 1 1.1096 _ACEOF 1.1097 @@ -4615,7 +4628,7 @@ 1.1098 1.1099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 1.1100 $as_echo_n "checking for ANSI C header files... " >&6; } 1.1101 -if test "${ac_cv_header_stdc+set}" = set; then : 1.1102 +if ${ac_cv_header_stdc+:} false; then : 1.1103 $as_echo_n "(cached) " >&6 1.1104 else 1.1105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1106 @@ -4732,8 +4745,7 @@ 1.1107 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 1.1108 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 1.1109 " 1.1110 -eval as_val=\$$as_ac_Header 1.1111 - if test "x$as_val" = x""yes; then : 1.1112 +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 1.1113 cat >>confdefs.h <<_ACEOF 1.1114 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 1.1115 _ACEOF 1.1116 @@ -4747,8 +4759,7 @@ 1.1117 do : 1.1118 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 1.1119 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 1.1120 -eval as_val=\$$as_ac_Header 1.1121 - if test "x$as_val" = x""yes; then : 1.1122 +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 1.1123 cat >>confdefs.h <<_ACEOF 1.1124 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 1.1125 _ACEOF 1.1126 @@ -4760,7 +4771,7 @@ 1.1127 1.1128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 1.1129 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } 1.1130 -if test "${ac_cv_c_const+set}" = set; then : 1.1131 +if ${ac_cv_c_const+:} false; then : 1.1132 $as_echo_n "(cached) " >&6 1.1133 else 1.1134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1135 @@ -4839,7 +4850,7 @@ 1.1136 fi 1.1137 1.1138 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 1.1139 -if test "x$ac_cv_type_pid_t" = x""yes; then : 1.1140 +if test "x$ac_cv_type_pid_t" = xyes; then : 1.1141 1.1142 else 1.1143 1.1144 @@ -4850,7 +4861,7 @@ 1.1145 fi 1.1146 1.1147 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" 1.1148 -if test "x$ac_cv_type_size_t" = x""yes; then : 1.1149 +if test "x$ac_cv_type_size_t" = xyes; then : 1.1150 1.1151 else 1.1152 1.1153 @@ -4862,7 +4873,7 @@ 1.1154 1.1155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 1.1156 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } 1.1157 -if test "${ac_cv_header_time+set}" = set; then : 1.1158 +if ${ac_cv_header_time+:} false; then : 1.1159 $as_echo_n "(cached) " >&6 1.1160 else 1.1161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1162 @@ -4897,7 +4908,7 @@ 1.1163 1.1164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 1.1165 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 1.1166 -if test "${ac_cv_struct_tm+set}" = set; then : 1.1167 +if ${ac_cv_struct_tm+:} false; then : 1.1168 $as_echo_n "(cached) " >&6 1.1169 else 1.1170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1171 @@ -4933,7 +4944,7 @@ 1.1172 1.1173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working POSIX fnmatch" >&5 1.1174 $as_echo_n "checking for working POSIX fnmatch... " >&6; } 1.1175 -if test "${ac_cv_func_fnmatch_works+set}" = set; then : 1.1176 +if ${ac_cv_func_fnmatch_works+:} false; then : 1.1177 $as_echo_n "(cached) " >&6 1.1178 else 1.1179 # Some versions of Solaris, SCO, and the GNU C Library 1.1180 @@ -4985,7 +4996,7 @@ 1.1181 1.1182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 1.1183 $as_echo_n "checking return type of signal handlers... " >&6; } 1.1184 -if test "${ac_cv_type_signal+set}" = set; then : 1.1185 +if ${ac_cv_type_signal+:} false; then : 1.1186 $as_echo_n "(cached) " >&6 1.1187 else 1.1188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1189 @@ -5019,7 +5030,7 @@ 1.1190 for ac_func in strftime 1.1191 do : 1.1192 ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" 1.1193 -if test "x$ac_cv_func_strftime" = x""yes; then : 1.1194 +if test "x$ac_cv_func_strftime" = xyes; then : 1.1195 cat >>confdefs.h <<_ACEOF 1.1196 #define HAVE_STRFTIME 1 1.1197 _ACEOF 1.1198 @@ -5028,7 +5039,7 @@ 1.1199 # strftime is in -lintl on SCO UNIX. 1.1200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 1.1201 $as_echo_n "checking for strftime in -lintl... " >&6; } 1.1202 -if test "${ac_cv_lib_intl_strftime+set}" = set; then : 1.1203 +if ${ac_cv_lib_intl_strftime+:} false; then : 1.1204 $as_echo_n "(cached) " >&6 1.1205 else 1.1206 ac_check_lib_save_LIBS=$LIBS 1.1207 @@ -5062,7 +5073,7 @@ 1.1208 fi 1.1209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 1.1210 $as_echo "$ac_cv_lib_intl_strftime" >&6; } 1.1211 -if test "x$ac_cv_lib_intl_strftime" = x""yes; then : 1.1212 +if test "x$ac_cv_lib_intl_strftime" = xyes; then : 1.1213 $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h 1.1214 1.1215 LIBS="-lintl $LIBS" 1.1216 @@ -5074,13 +5085,13 @@ 1.1217 for ac_func in vprintf 1.1218 do : 1.1219 ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf" 1.1220 -if test "x$ac_cv_func_vprintf" = x""yes; then : 1.1221 +if test "x$ac_cv_func_vprintf" = xyes; then : 1.1222 cat >>confdefs.h <<_ACEOF 1.1223 #define HAVE_VPRINTF 1 1.1224 _ACEOF 1.1225 1.1226 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt" 1.1227 -if test "x$ac_cv_func__doprnt" = x""yes; then : 1.1228 +if test "x$ac_cv_func__doprnt" = xyes; then : 1.1229 1.1230 $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h 1.1231 1.1232 @@ -5094,8 +5105,7 @@ 1.1233 do : 1.1234 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 1.1235 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 1.1236 -eval as_val=\$$as_ac_var 1.1237 - if test "x$as_val" = x""yes; then : 1.1238 +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 1.1239 cat >>confdefs.h <<_ACEOF 1.1240 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 1.1241 _ACEOF 1.1242 @@ -5243,7 +5253,7 @@ 1.1243 if test "x$with_libcrypto" = "xyes"; then 1.1244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5 in -lcrypto" >&5 1.1245 $as_echo_n "checking for MD5 in -lcrypto... " >&6; } 1.1246 -if test "${ac_cv_lib_crypto_MD5+set}" = set; then : 1.1247 +if ${ac_cv_lib_crypto_MD5+:} false; then : 1.1248 $as_echo_n "(cached) " >&6 1.1249 else 1.1250 ac_check_lib_save_LIBS=$LIBS 1.1251 @@ -5277,10 +5287,10 @@ 1.1252 fi 1.1253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_MD5" >&5 1.1254 $as_echo "$ac_cv_lib_crypto_MD5" >&6; } 1.1255 -if test "x$ac_cv_lib_crypto_MD5" = x""yes; then : 1.1256 +if test "x$ac_cv_lib_crypto_MD5" = xyes; then : 1.1257 has_crypto='yes' 1.1258 else 1.1259 - as_fn_error "'no libcrypto'" "$LINENO" 5 1.1260 + as_fn_error $? "'no libcrypto'" "$LINENO" 5 1.1261 fi 1.1262 1.1263 if test "x$has_crypto" = 'xyes'; then 1.1264 @@ -5310,7 +5320,7 @@ 1.1265 1.1266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ident_id in -lident" >&5 1.1267 $as_echo_n "checking for ident_id in -lident... " >&6; } 1.1268 -if test "${ac_cv_lib_ident_ident_id+set}" = set; then : 1.1269 +if ${ac_cv_lib_ident_ident_id+:} false; then : 1.1270 $as_echo_n "(cached) " >&6 1.1271 else 1.1272 ac_check_lib_save_LIBS=$LIBS 1.1273 @@ -5344,7 +5354,7 @@ 1.1274 fi 1.1275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ident_ident_id" >&5 1.1276 $as_echo "$ac_cv_lib_ident_ident_id" >&6; } 1.1277 -if test "x$ac_cv_lib_ident_ident_id" = x""yes; then : 1.1278 +if test "x$ac_cv_lib_ident_ident_id" = xyes; then : 1.1279 IDENT_LIBS='-lident' 1.1280 else 1.1281 IDENT_LIBS='libident/libident.a' 1.1282 @@ -5381,7 +5391,7 @@ 1.1283 if test "x$with_liblockfile" = xyes; then 1.1284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 1.1285 $as_echo_n "checking for maillock in -llockfile... " >&6; } 1.1286 -if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : 1.1287 +if ${ac_cv_lib_lockfile_maillock+:} false; then : 1.1288 $as_echo_n "(cached) " >&6 1.1289 else 1.1290 ac_check_lib_save_LIBS=$LIBS 1.1291 @@ -5415,10 +5425,10 @@ 1.1292 fi 1.1293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 1.1294 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } 1.1295 -if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : 1.1296 +if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : 1.1297 has_lockfile=yes 1.1298 else 1.1299 - as_fn_error "\"no liblockfile\"" "$LINENO" 5 1.1300 + as_fn_error $? "\"no liblockfile\"" "$LINENO" 5 1.1301 fi 1.1302 1.1303 LOCKFILE_LIBS='-llockfile' 1.1304 @@ -5563,10 +5573,21 @@ 1.1305 :end' >>confcache 1.1306 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 1.1307 if test -w "$cache_file"; then 1.1308 - test "x$cache_file" != "x/dev/null" && 1.1309 + if test "x$cache_file" != "x/dev/null"; then 1.1310 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 1.1311 $as_echo "$as_me: updating cache $cache_file" >&6;} 1.1312 - cat confcache >$cache_file 1.1313 + if test ! -f "$cache_file" || test -h "$cache_file"; then 1.1314 + cat confcache >"$cache_file" 1.1315 + else 1.1316 + case $cache_file in #( 1.1317 + */* | ?:*) 1.1318 + mv -f confcache "$cache_file"$$ && 1.1319 + mv -f "$cache_file"$$ "$cache_file" ;; #( 1.1320 + *) 1.1321 + mv -f confcache "$cache_file" ;; 1.1322 + esac 1.1323 + fi 1.1324 + fi 1.1325 else 1.1326 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 1.1327 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 1.1328 @@ -5582,6 +5603,7 @@ 1.1329 1.1330 ac_libobjs= 1.1331 ac_ltlibobjs= 1.1332 +U= 1.1333 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 1.1334 # 1. Remove the extension, and $U if already installed. 1.1335 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 1.1336 @@ -5605,15 +5627,15 @@ 1.1337 fi 1.1338 1.1339 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 1.1340 - as_fn_error "conditional \"AMDEP\" was never defined. 1.1341 + as_fn_error $? "conditional \"AMDEP\" was never defined. 1.1342 Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.1343 fi 1.1344 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 1.1345 - as_fn_error "conditional \"am__fastdepCC\" was never defined. 1.1346 + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. 1.1347 Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.1348 fi 1.1349 1.1350 -: ${CONFIG_STATUS=./config.status} 1.1351 +: "${CONFIG_STATUS=./config.status}" 1.1352 ac_write_fail=0 1.1353 ac_clean_files_save=$ac_clean_files 1.1354 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 1.1355 @@ -5714,6 +5736,7 @@ 1.1356 IFS=" "" $as_nl" 1.1357 1.1358 # Find who we are. Look in the path if we contain no directory separator. 1.1359 +as_myself= 1.1360 case $0 in #(( 1.1361 *[\\/]* ) as_myself=$0 ;; 1.1362 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.1363 @@ -5759,19 +5782,19 @@ 1.1364 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 1.1365 1.1366 1.1367 -# as_fn_error ERROR [LINENO LOG_FD] 1.1368 -# --------------------------------- 1.1369 +# as_fn_error STATUS ERROR [LINENO LOG_FD] 1.1370 +# ---------------------------------------- 1.1371 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 1.1372 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 1.1373 -# script with status $?, using 1 if that was 0. 1.1374 +# script with STATUS, using 1 if that was 0. 1.1375 as_fn_error () 1.1376 { 1.1377 - as_status=$?; test $as_status -eq 0 && as_status=1 1.1378 - if test "$3"; then 1.1379 - as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1380 - $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 1.1381 + as_status=$1; test $as_status -eq 0 && as_status=1 1.1382 + if test "$4"; then 1.1383 + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1384 + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 1.1385 fi 1.1386 - $as_echo "$as_me: error: $1" >&2 1.1387 + $as_echo "$as_me: error: $2" >&2 1.1388 as_fn_exit $as_status 1.1389 } # as_fn_error 1.1390 1.1391 @@ -5967,7 +5990,7 @@ 1.1392 test -d "$as_dir" && break 1.1393 done 1.1394 test -z "$as_dirs" || eval "mkdir $as_dirs" 1.1395 - } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 1.1396 + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 1.1397 1.1398 1.1399 } # as_fn_mkdir_p 1.1400 @@ -6020,8 +6043,8 @@ 1.1401 # report actual input values of CONFIG_FILES etc. instead of their 1.1402 # values after options handling. 1.1403 ac_log=" 1.1404 -This file was extended by masqmail $as_me 0.2.30-dev, which was 1.1405 -generated by GNU Autoconf 2.65. Invocation command line was 1.1406 +This file was extended by masqmail $as_me 0.2.30, which was 1.1407 +generated by GNU Autoconf 2.68. Invocation command line was 1.1408 1.1409 CONFIG_FILES = $CONFIG_FILES 1.1410 CONFIG_HEADERS = $CONFIG_HEADERS 1.1411 @@ -6086,11 +6109,11 @@ 1.1412 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.1413 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 1.1414 ac_cs_version="\\ 1.1415 -masqmail config.status 0.2.30-dev 1.1416 -configured by $0, generated by GNU Autoconf 2.65, 1.1417 +masqmail config.status 0.2.30 1.1418 +configured by $0, generated by GNU Autoconf 2.68, 1.1419 with options \\"\$ac_cs_config\\" 1.1420 1.1421 -Copyright (C) 2009 Free Software Foundation, Inc. 1.1422 +Copyright (C) 2010 Free Software Foundation, Inc. 1.1423 This config.status script is free software; the Free Software Foundation 1.1424 gives unlimited permission to copy, distribute and modify it." 1.1425 1.1426 @@ -6108,11 +6131,16 @@ 1.1427 while test $# != 0 1.1428 do 1.1429 case $1 in 1.1430 - --*=*) 1.1431 + --*=?*) 1.1432 ac_option=`expr "X$1" : 'X\([^=]*\)='` 1.1433 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 1.1434 ac_shift=: 1.1435 ;; 1.1436 + --*=) 1.1437 + ac_option=`expr "X$1" : 'X\([^=]*\)='` 1.1438 + ac_optarg= 1.1439 + ac_shift=: 1.1440 + ;; 1.1441 *) 1.1442 ac_option=$1 1.1443 ac_optarg=$2 1.1444 @@ -6134,6 +6162,7 @@ 1.1445 $ac_shift 1.1446 case $ac_optarg in 1.1447 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 1.1448 + '') as_fn_error $? "missing file argument" ;; 1.1449 esac 1.1450 as_fn_append CONFIG_FILES " '$ac_optarg'" 1.1451 ac_need_defaults=false;; 1.1452 @@ -6146,7 +6175,7 @@ 1.1453 ac_need_defaults=false;; 1.1454 --he | --h) 1.1455 # Conflict between --help and --header 1.1456 - as_fn_error "ambiguous option: \`$1' 1.1457 + as_fn_error $? "ambiguous option: \`$1' 1.1458 Try \`$0 --help' for more information.";; 1.1459 --help | --hel | -h ) 1.1460 $as_echo "$ac_cs_usage"; exit ;; 1.1461 @@ -6155,7 +6184,7 @@ 1.1462 ac_cs_silent=: ;; 1.1463 1.1464 # This is an error. 1.1465 - -*) as_fn_error "unrecognized option: \`$1' 1.1466 + -*) as_fn_error $? "unrecognized option: \`$1' 1.1467 Try \`$0 --help' for more information." ;; 1.1468 1.1469 *) as_fn_append ac_config_targets " $1" 1.1470 @@ -6218,7 +6247,7 @@ 1.1471 "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; 1.1472 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; 1.1473 1.1474 - *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 1.1475 + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 1.1476 esac 1.1477 done 1.1478 1.1479 @@ -6241,9 +6270,10 @@ 1.1480 # after its creation but before its name has been assigned to `$tmp'. 1.1481 $debug || 1.1482 { 1.1483 - tmp= 1.1484 + tmp= ac_tmp= 1.1485 trap 'exit_status=$? 1.1486 - { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 1.1487 + : "${ac_tmp:=$tmp}" 1.1488 + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 1.1489 ' 0 1.1490 trap 'as_fn_exit 1' 1 2 13 15 1.1491 } 1.1492 @@ -6251,12 +6281,13 @@ 1.1493 1.1494 { 1.1495 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 1.1496 - test -n "$tmp" && test -d "$tmp" 1.1497 + test -d "$tmp" 1.1498 } || 1.1499 { 1.1500 tmp=./conf$$-$RANDOM 1.1501 (umask 077 && mkdir "$tmp") 1.1502 -} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 1.1503 +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 1.1504 +ac_tmp=$tmp 1.1505 1.1506 # Set up the scripts for CONFIG_FILES section. 1.1507 # No need to generate them if there are no CONFIG_FILES. 1.1508 @@ -6273,12 +6304,12 @@ 1.1509 fi 1.1510 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 1.1511 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 1.1512 - ac_cs_awk_cr='\r' 1.1513 + ac_cs_awk_cr='\\r' 1.1514 else 1.1515 ac_cs_awk_cr=$ac_cr 1.1516 fi 1.1517 1.1518 -echo 'BEGIN {' >"$tmp/subs1.awk" && 1.1519 +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 1.1520 _ACEOF 1.1521 1.1522 1.1523 @@ -6287,18 +6318,18 @@ 1.1524 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 1.1525 echo "_ACEOF" 1.1526 } >conf$$subs.sh || 1.1527 - as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 1.1528 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 1.1529 + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 1.1530 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 1.1531 ac_delim='%!_!# ' 1.1532 for ac_last_try in false false false false false :; do 1.1533 . ./conf$$subs.sh || 1.1534 - as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 1.1535 + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 1.1536 1.1537 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 1.1538 if test $ac_delim_n = $ac_delim_num; then 1.1539 break 1.1540 elif $ac_last_try; then 1.1541 - as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 1.1542 + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 1.1543 else 1.1544 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 1.1545 fi 1.1546 @@ -6306,7 +6337,7 @@ 1.1547 rm -f conf$$subs.sh 1.1548 1.1549 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.1550 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 1.1551 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 1.1552 _ACEOF 1.1553 sed -n ' 1.1554 h 1.1555 @@ -6354,7 +6385,7 @@ 1.1556 rm -f conf$$subs.awk 1.1557 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.1558 _ACAWK 1.1559 -cat >>"\$tmp/subs1.awk" <<_ACAWK && 1.1560 +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 1.1561 for (key in S) S_is_set[key] = 1 1.1562 FS = "" 1.1563 1.1564 @@ -6386,21 +6417,29 @@ 1.1565 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 1.1566 else 1.1567 cat 1.1568 -fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 1.1569 - || as_fn_error "could not setup config files machinery" "$LINENO" 5 1.1570 +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 1.1571 + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 1.1572 _ACEOF 1.1573 1.1574 -# VPATH may cause trouble with some makes, so we remove $(srcdir), 1.1575 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 1.1576 +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 1.1577 +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 1.1578 # trailing colons and then remove the whole line if VPATH becomes empty 1.1579 # (actually we leave an empty line to preserve line numbers). 1.1580 if test "x$srcdir" = x.; then 1.1581 - ac_vpsub='/^[ ]*VPATH[ ]*=/{ 1.1582 -s/:*\$(srcdir):*/:/ 1.1583 -s/:*\${srcdir}:*/:/ 1.1584 -s/:*@srcdir@:*/:/ 1.1585 -s/^\([^=]*=[ ]*\):*/\1/ 1.1586 + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 1.1587 +h 1.1588 +s/// 1.1589 +s/^/:/ 1.1590 +s/[ ]*$/:/ 1.1591 +s/:\$(srcdir):/:/g 1.1592 +s/:\${srcdir}:/:/g 1.1593 +s/:@srcdir@:/:/g 1.1594 +s/^:*// 1.1595 s/:*$// 1.1596 +x 1.1597 +s/\(=[ ]*\).*/\1/ 1.1598 +G 1.1599 +s/\n// 1.1600 s/^[^=]*=[ ]*$// 1.1601 }' 1.1602 fi 1.1603 @@ -6412,7 +6451,7 @@ 1.1604 # No need to generate them if there are no CONFIG_HEADERS. 1.1605 # This happens for instance with `./config.status Makefile'. 1.1606 if test -n "$CONFIG_HEADERS"; then 1.1607 -cat >"$tmp/defines.awk" <<\_ACAWK || 1.1608 +cat >"$ac_tmp/defines.awk" <<\_ACAWK || 1.1609 BEGIN { 1.1610 _ACEOF 1.1611 1.1612 @@ -6424,11 +6463,11 @@ 1.1613 # handling of long lines. 1.1614 ac_delim='%!_!# ' 1.1615 for ac_last_try in false false :; do 1.1616 - ac_t=`sed -n "/$ac_delim/p" confdefs.h` 1.1617 - if test -z "$ac_t"; then 1.1618 + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` 1.1619 + if test -z "$ac_tt"; then 1.1620 break 1.1621 elif $ac_last_try; then 1.1622 - as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 1.1623 + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 1.1624 else 1.1625 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 1.1626 fi 1.1627 @@ -6513,7 +6552,7 @@ 1.1628 _ACAWK 1.1629 _ACEOF 1.1630 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.1631 - as_fn_error "could not setup config headers machinery" "$LINENO" 5 1.1632 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 1.1633 fi # test -n "$CONFIG_HEADERS" 1.1634 1.1635 1.1636 @@ -6526,7 +6565,7 @@ 1.1637 esac 1.1638 case $ac_mode$ac_tag in 1.1639 :[FHL]*:*);; 1.1640 - :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 1.1641 + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 1.1642 :[FH]-) ac_tag=-:-;; 1.1643 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 1.1644 esac 1.1645 @@ -6545,7 +6584,7 @@ 1.1646 for ac_f 1.1647 do 1.1648 case $ac_f in 1.1649 - -) ac_f="$tmp/stdin";; 1.1650 + -) ac_f="$ac_tmp/stdin";; 1.1651 *) # Look for the file first in the build tree, then in the source tree 1.1652 # (if the path is not absolute). The absolute path cannot be DOS-style, 1.1653 # because $ac_f cannot contain `:'. 1.1654 @@ -6554,7 +6593,7 @@ 1.1655 [\\/$]*) false;; 1.1656 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 1.1657 esac || 1.1658 - as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 1.1659 + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 1.1660 esac 1.1661 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 1.1662 as_fn_append ac_file_inputs " '$ac_f'" 1.1663 @@ -6580,8 +6619,8 @@ 1.1664 esac 1.1665 1.1666 case $ac_tag in 1.1667 - *:-:* | *:-) cat >"$tmp/stdin" \ 1.1668 - || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 1.1669 + *:-:* | *:-) cat >"$ac_tmp/stdin" \ 1.1670 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 1.1671 esac 1.1672 ;; 1.1673 esac 1.1674 @@ -6717,23 +6756,24 @@ 1.1675 s&@MKDIR_P@&$ac_MKDIR_P&;t t 1.1676 $ac_datarootdir_hack 1.1677 " 1.1678 -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 1.1679 - || as_fn_error "could not create $ac_file" "$LINENO" 5 1.1680 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 1.1681 + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1.1682 1.1683 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 1.1684 - { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 1.1685 - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 1.1686 + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 1.1687 + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 1.1688 + "$ac_tmp/out"`; test -z "$ac_out"; } && 1.1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1.1690 -which seems to be undefined. Please make sure it is defined." >&5 1.1691 +which seems to be undefined. Please make sure it is defined" >&5 1.1692 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1.1693 -which seems to be undefined. Please make sure it is defined." >&2;} 1.1694 - 1.1695 - rm -f "$tmp/stdin" 1.1696 +which seems to be undefined. Please make sure it is defined" >&2;} 1.1697 + 1.1698 + rm -f "$ac_tmp/stdin" 1.1699 case $ac_file in 1.1700 - -) cat "$tmp/out" && rm -f "$tmp/out";; 1.1701 - *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 1.1702 + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 1.1703 + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 1.1704 esac \ 1.1705 - || as_fn_error "could not create $ac_file" "$LINENO" 5 1.1706 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1.1707 ;; 1.1708 :H) 1.1709 # 1.1710 @@ -6742,21 +6782,21 @@ 1.1711 if test x"$ac_file" != x-; then 1.1712 { 1.1713 $as_echo "/* $configure_input */" \ 1.1714 - && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 1.1715 - } >"$tmp/config.h" \ 1.1716 - || as_fn_error "could not create $ac_file" "$LINENO" 5 1.1717 - if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 1.1718 + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 1.1719 + } >"$ac_tmp/config.h" \ 1.1720 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1.1721 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 1.1722 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 1.1723 $as_echo "$as_me: $ac_file is unchanged" >&6;} 1.1724 else 1.1725 rm -f "$ac_file" 1.1726 - mv "$tmp/config.h" "$ac_file" \ 1.1727 - || as_fn_error "could not create $ac_file" "$LINENO" 5 1.1728 + mv "$ac_tmp/config.h" "$ac_file" \ 1.1729 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1.1730 fi 1.1731 else 1.1732 $as_echo "/* $configure_input */" \ 1.1733 - && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 1.1734 - || as_fn_error "could not create -" "$LINENO" 5 1.1735 + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 1.1736 + || as_fn_error $? "could not create -" "$LINENO" 5 1.1737 fi 1.1738 # Compute "$ac_file"'s index in $config_headers. 1.1739 _am_arg="$ac_file" 1.1740 @@ -6906,7 +6946,7 @@ 1.1741 ac_clean_files=$ac_clean_files_save 1.1742 1.1743 test $ac_write_fail = 0 || 1.1744 - as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 1.1745 + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 1.1746 1.1747 1.1748 # configure is writing to config.log, and then calls config.status. 1.1749 @@ -6927,7 +6967,7 @@ 1.1750 exec 5>>config.log 1.1751 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 1.1752 # would make configure fail if this is the last instruction. 1.1753 - $ac_cs_success || as_fn_exit $? 1.1754 + $ac_cs_success || as_fn_exit 1 1.1755 fi 1.1756 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 1.1757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5