masqmail
diff configure @ 431:34c919a8d74e
Bumps version number and updates Changelog and NEWS
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 07 Feb 2015 11:17:53 +0100 |
parents | bdbedce60247 |
children | 81c438e1891b |
line diff
1.1 --- a/configure Sat Feb 07 11:14:09 2015 +0100 1.2 +++ b/configure Sat Feb 07 11:17:53 2015 +0100 1.3 @@ -1,13 +1,11 @@ 1.4 #! /bin/sh 1.5 # Guess values for system-dependent variables and create Makefiles. 1.6 -# Generated by GNU Autoconf 2.68 for masqmail 0.3.5-dev. 1.7 +# Generated by GNU Autoconf 2.69 for masqmail 0.3.5. 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, 2010 Free Software 1.14 -# Foundation, Inc. 1.15 +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 1.16 # 1.17 # 1.18 # This configure script is free software; the Free Software Foundation 1.19 @@ -136,6 +134,31 @@ 1.20 # CDPATH. 1.21 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 1.22 1.23 +# Use a proper internal environment variable to ensure we don't fall 1.24 + # into an infinite loop, continuously re-executing ourselves. 1.25 + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 1.26 + _as_can_reexec=no; export _as_can_reexec; 1.27 + # We cannot yet assume a decent shell, so we have to provide a 1.28 +# neutralization value for shells without unset; and this also 1.29 +# works around shells that cannot unset nonexistent variables. 1.30 +# Preserve -v and -x to the replacement shell. 1.31 +BASH_ENV=/dev/null 1.32 +ENV=/dev/null 1.33 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 1.34 +case $- in # (((( 1.35 + *v*x* | *x*v* ) as_opts=-vx ;; 1.36 + *v* ) as_opts=-v ;; 1.37 + *x* ) as_opts=-x ;; 1.38 + * ) as_opts= ;; 1.39 +esac 1.40 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 1.41 +# Admittedly, this is quite paranoid, since all the known shells bail 1.42 +# out after a failed `exec'. 1.43 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 1.44 +as_fn_exit 255 1.45 + fi 1.46 + # We don't want this to propagate to other subprocesses. 1.47 + { _as_can_reexec=; unset _as_can_reexec;} 1.48 if test "x$CONFIG_SHELL" = x; then 1.49 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 1.50 emulate sh 1.51 @@ -169,7 +192,8 @@ 1.52 else 1.53 exitcode=1; echo positional parameters were not saved. 1.54 fi 1.55 -test x\$exitcode = x0 || exit 1" 1.56 +test x\$exitcode = x0 || exit 1 1.57 +test -x / || exit 1" 1.58 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 1.59 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 1.60 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 1.61 @@ -214,21 +238,25 @@ 1.62 1.63 1.64 if test "x$CONFIG_SHELL" != x; then : 1.65 - # We cannot yet assume a decent shell, so we have to provide a 1.66 - # neutralization value for shells without unset; and this also 1.67 - # works around shells that cannot unset nonexistent variables. 1.68 - # Preserve -v and -x to the replacement shell. 1.69 - BASH_ENV=/dev/null 1.70 - ENV=/dev/null 1.71 - (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 1.72 - export CONFIG_SHELL 1.73 - case $- in # (((( 1.74 - *v*x* | *x*v* ) as_opts=-vx ;; 1.75 - *v* ) as_opts=-v ;; 1.76 - *x* ) as_opts=-x ;; 1.77 - * ) as_opts= ;; 1.78 - esac 1.79 - exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 1.80 + export CONFIG_SHELL 1.81 + # We cannot yet assume a decent shell, so we have to provide a 1.82 +# neutralization value for shells without unset; and this also 1.83 +# works around shells that cannot unset nonexistent variables. 1.84 +# Preserve -v and -x to the replacement shell. 1.85 +BASH_ENV=/dev/null 1.86 +ENV=/dev/null 1.87 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 1.88 +case $- in # (((( 1.89 + *v*x* | *x*v* ) as_opts=-vx ;; 1.90 + *v* ) as_opts=-v ;; 1.91 + *x* ) as_opts=-x ;; 1.92 + * ) as_opts= ;; 1.93 +esac 1.94 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 1.95 +# Admittedly, this is quite paranoid, since all the known shells bail 1.96 +# out after a failed `exec'. 1.97 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 1.98 +exit 255 1.99 fi 1.100 1.101 if test x$as_have_required = xno; then : 1.102 @@ -331,6 +359,14 @@ 1.103 1.104 1.105 } # as_fn_mkdir_p 1.106 + 1.107 +# as_fn_executable_p FILE 1.108 +# ----------------------- 1.109 +# Test if FILE is an executable regular file. 1.110 +as_fn_executable_p () 1.111 +{ 1.112 + test -f "$1" && test -x "$1" 1.113 +} # as_fn_executable_p 1.114 # as_fn_append VAR VALUE 1.115 # ---------------------- 1.116 # Append the text in VALUE to the end of the definition contained in VAR. Take 1.117 @@ -452,6 +488,10 @@ 1.118 chmod +x "$as_me.lineno" || 1.119 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 1.120 1.121 + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 1.122 + # already done that, so ensure we don't try to do so again and fall 1.123 + # in an infinite loop. This has already happened in practice. 1.124 + _as_can_reexec=no; export _as_can_reexec 1.125 # Don't try to exec as it changes $[0], causing all sort of problems 1.126 # (the dirname of $[0] is not the place where we might find the 1.127 # original and so on. Autoconf is especially sensitive to this). 1.128 @@ -486,16 +526,16 @@ 1.129 # ... but there are two gotchas: 1.130 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 1.131 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 1.132 - # In both cases, we have to default to `cp -p'. 1.133 + # In both cases, we have to default to `cp -pR'. 1.134 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 1.135 - as_ln_s='cp -p' 1.136 + as_ln_s='cp -pR' 1.137 elif ln conf$$.file conf$$ 2>/dev/null; then 1.138 as_ln_s=ln 1.139 else 1.140 - as_ln_s='cp -p' 1.141 + as_ln_s='cp -pR' 1.142 fi 1.143 else 1.144 - as_ln_s='cp -p' 1.145 + as_ln_s='cp -pR' 1.146 fi 1.147 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 1.148 rmdir conf$$.dir 2>/dev/null 1.149 @@ -507,28 +547,8 @@ 1.150 as_mkdir_p=false 1.151 fi 1.152 1.153 -if test -x / >/dev/null 2>&1; then 1.154 - as_test_x='test -x' 1.155 -else 1.156 - if ls -dL / >/dev/null 2>&1; then 1.157 - as_ls_L_option=L 1.158 - else 1.159 - as_ls_L_option= 1.160 - fi 1.161 - as_test_x=' 1.162 - eval sh -c '\'' 1.163 - if test -d "$1"; then 1.164 - test -d "$1/."; 1.165 - else 1.166 - case $1 in #( 1.167 - -*)set "./$1";; 1.168 - esac; 1.169 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 1.170 - ???[sx]*):;;*)false;;esac;fi 1.171 - '\'' sh 1.172 - ' 1.173 -fi 1.174 -as_executable_p=$as_test_x 1.175 +as_test_x='test -x' 1.176 +as_executable_p=as_fn_executable_p 1.177 1.178 # Sed expression to map a string onto a valid CPP name. 1.179 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 1.180 @@ -560,8 +580,8 @@ 1.181 # Identity of this package. 1.182 PACKAGE_NAME='masqmail' 1.183 PACKAGE_TARNAME='masqmail' 1.184 -PACKAGE_VERSION='0.3.5-dev' 1.185 -PACKAGE_STRING='masqmail 0.3.5-dev' 1.186 +PACKAGE_VERSION='0.3.5' 1.187 +PACKAGE_STRING='masqmail 0.3.5' 1.188 PACKAGE_BUGREPORT='meillo@marmaro.de' 1.189 PACKAGE_URL='' 1.190 1.191 @@ -1189,8 +1209,6 @@ 1.192 if test "x$host_alias" != x; then 1.193 if test "x$build_alias" = x; then 1.194 cross_compiling=maybe 1.195 - $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. 1.196 - If a cross compiler is detected then cross compile mode will be used" >&2 1.197 elif test "x$build_alias" != "x$host_alias"; then 1.198 cross_compiling=yes 1.199 fi 1.200 @@ -1276,7 +1294,7 @@ 1.201 # Omit some internal or obsolete options to make the list less imposing. 1.202 # This message is too long to be a string in the A/UX 3.1 sh. 1.203 cat <<_ACEOF 1.204 -\`configure' configures masqmail 0.3.5-dev to adapt to many kinds of systems. 1.205 +\`configure' configures masqmail 0.3.5 to adapt to many kinds of systems. 1.206 1.207 Usage: $0 [OPTION]... [VAR=VALUE]... 1.208 1.209 @@ -1342,7 +1360,7 @@ 1.210 1.211 if test -n "$ac_init_help"; then 1.212 case $ac_init_help in 1.213 - short | recursive ) echo "Configuration of masqmail 0.3.5-dev:";; 1.214 + short | recursive ) echo "Configuration of masqmail 0.3.5:";; 1.215 esac 1.216 cat <<\_ACEOF 1.217 1.218 @@ -1451,10 +1469,10 @@ 1.219 test -n "$ac_init_help" && exit $ac_status 1.220 if $ac_init_version; then 1.221 cat <<\_ACEOF 1.222 -masqmail configure 0.3.5-dev 1.223 -generated by GNU Autoconf 2.68 1.224 - 1.225 -Copyright (C) 2010 Free Software Foundation, Inc. 1.226 +masqmail configure 0.3.5 1.227 +generated by GNU Autoconf 2.69 1.228 + 1.229 +Copyright (C) 2012 Free Software Foundation, Inc. 1.230 This configure script is free software; the Free Software Foundation 1.231 gives unlimited permission to copy, distribute and modify it. 1.232 _ACEOF 1.233 @@ -1530,7 +1548,7 @@ 1.234 test ! -s conftest.err 1.235 } && test -s conftest$ac_exeext && { 1.236 test "$cross_compiling" = yes || 1.237 - $as_test_x conftest$ac_exeext 1.238 + test -x conftest$ac_exeext 1.239 }; then : 1.240 ac_retval=0 1.241 else 1.242 @@ -1874,8 +1892,8 @@ 1.243 This file contains any messages produced by compilers while 1.244 running configure, to aid debugging if configure makes a mistake. 1.245 1.246 -It was created by masqmail $as_me 0.3.5-dev, which was 1.247 -generated by GNU Autoconf 2.68. Invocation command line was 1.248 +It was created by masqmail $as_me 0.3.5, which was 1.249 +generated by GNU Autoconf 2.69. Invocation command line was 1.250 1.251 $ $0 $@ 1.252 1.253 @@ -2293,7 +2311,7 @@ 1.254 # by default. 1.255 for ac_prog in ginstall scoinst install; do 1.256 for ac_exec_ext in '' $ac_executable_extensions; do 1.257 - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 1.258 + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1.259 if test $ac_prog = install && 1.260 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1.261 # AIX install. It has an incompatible calling convention. 1.262 @@ -2462,7 +2480,7 @@ 1.263 IFS=$as_save_IFS 1.264 test -z "$as_dir" && as_dir=. 1.265 for ac_exec_ext in '' $ac_executable_extensions; do 1.266 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.267 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.268 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1.269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.270 break 2 1.271 @@ -2502,7 +2520,7 @@ 1.272 IFS=$as_save_IFS 1.273 test -z "$as_dir" && as_dir=. 1.274 for ac_exec_ext in '' $ac_executable_extensions; do 1.275 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.276 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.277 ac_cv_prog_ac_ct_STRIP="strip" 1.278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.279 break 2 1.280 @@ -2553,7 +2571,7 @@ 1.281 test -z "$as_dir" && as_dir=. 1.282 for ac_prog in mkdir gmkdir; do 1.283 for ac_exec_ext in '' $ac_executable_extensions; do 1.284 - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 1.285 + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue 1.286 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 1.287 'mkdir (GNU coreutils) '* | \ 1.288 'mkdir (coreutils) '* | \ 1.289 @@ -2606,7 +2624,7 @@ 1.290 IFS=$as_save_IFS 1.291 test -z "$as_dir" && as_dir=. 1.292 for ac_exec_ext in '' $ac_executable_extensions; do 1.293 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.294 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.295 ac_cv_prog_AWK="$ac_prog" 1.296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.297 break 2 1.298 @@ -2692,7 +2710,7 @@ 1.299 1.300 # Define the identity of the package. 1.301 PACKAGE='masqmail' 1.302 - VERSION='0.3.5-dev' 1.303 + VERSION='0.3.5' 1.304 1.305 1.306 cat >>confdefs.h <<_ACEOF 1.307 @@ -2757,7 +2775,7 @@ 1.308 IFS=$as_save_IFS 1.309 test -z "$as_dir" && as_dir=. 1.310 for ac_exec_ext in '' $ac_executable_extensions; do 1.311 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.312 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.313 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1.314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.315 break 2 1.316 @@ -2797,7 +2815,7 @@ 1.317 IFS=$as_save_IFS 1.318 test -z "$as_dir" && as_dir=. 1.319 for ac_exec_ext in '' $ac_executable_extensions; do 1.320 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.321 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.322 ac_cv_prog_ac_ct_CC="gcc" 1.323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.324 break 2 1.325 @@ -2850,7 +2868,7 @@ 1.326 IFS=$as_save_IFS 1.327 test -z "$as_dir" && as_dir=. 1.328 for ac_exec_ext in '' $ac_executable_extensions; do 1.329 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.330 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.331 ac_cv_prog_CC="${ac_tool_prefix}cc" 1.332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.333 break 2 1.334 @@ -2891,7 +2909,7 @@ 1.335 IFS=$as_save_IFS 1.336 test -z "$as_dir" && as_dir=. 1.337 for ac_exec_ext in '' $ac_executable_extensions; do 1.338 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.339 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.340 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 1.341 ac_prog_rejected=yes 1.342 continue 1.343 @@ -2949,7 +2967,7 @@ 1.344 IFS=$as_save_IFS 1.345 test -z "$as_dir" && as_dir=. 1.346 for ac_exec_ext in '' $ac_executable_extensions; do 1.347 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.348 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.349 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1.350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.351 break 2 1.352 @@ -2993,7 +3011,7 @@ 1.353 IFS=$as_save_IFS 1.354 test -z "$as_dir" && as_dir=. 1.355 for ac_exec_ext in '' $ac_executable_extensions; do 1.356 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.357 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.358 ac_cv_prog_ac_ct_CC="$ac_prog" 1.359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.360 break 2 1.361 @@ -3439,8 +3457,7 @@ 1.362 /* end confdefs.h. */ 1.363 #include <stdarg.h> 1.364 #include <stdio.h> 1.365 -#include <sys/types.h> 1.366 -#include <sys/stat.h> 1.367 +struct stat; 1.368 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 1.369 struct buf { int x; }; 1.370 FILE * (*rcsopen) (struct buf *, struct stat *, int); 1.371 @@ -3925,7 +3942,7 @@ 1.372 for ac_prog in grep ggrep; do 1.373 for ac_exec_ext in '' $ac_executable_extensions; do 1.374 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 1.375 - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 1.376 + as_fn_executable_p "$ac_path_GREP" || continue 1.377 # Check for GNU ac_path_GREP and select it if it is found. 1.378 # Check for GNU $ac_path_GREP 1.379 case `"$ac_path_GREP" --version 2>&1` in 1.380 @@ -3991,7 +4008,7 @@ 1.381 for ac_prog in egrep; do 1.382 for ac_exec_ext in '' $ac_executable_extensions; do 1.383 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 1.384 - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 1.385 + as_fn_executable_p "$ac_path_EGREP" || continue 1.386 # Check for GNU ac_path_EGREP and select it if it is found. 1.387 # Check for GNU $ac_path_EGREP 1.388 case `"$ac_path_EGREP" --version 2>&1` in 1.389 @@ -4168,7 +4185,7 @@ 1.390 IFS=$as_save_IFS 1.391 test -z "$as_dir" && as_dir=. 1.392 for ac_exec_ext in '' $ac_executable_extensions; do 1.393 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.394 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.395 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1.396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.397 break 2 1.398 @@ -4208,7 +4225,7 @@ 1.399 IFS=$as_save_IFS 1.400 test -z "$as_dir" && as_dir=. 1.401 for ac_exec_ext in '' $ac_executable_extensions; do 1.402 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.403 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.404 ac_cv_prog_ac_ct_RANLIB="ranlib" 1.405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.406 break 2 1.407 @@ -4271,7 +4288,7 @@ 1.408 IFS=$as_save_IFS 1.409 test -z "$as_dir" && as_dir=. 1.410 for ac_exec_ext in '' $ac_executable_extensions; do 1.411 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.412 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.413 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 1.414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.415 break 2 1.416 @@ -4314,7 +4331,7 @@ 1.417 IFS=$as_save_IFS 1.418 test -z "$as_dir" && as_dir=. 1.419 for ac_exec_ext in '' $ac_executable_extensions; do 1.420 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.421 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.422 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 1.423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.424 break 2 1.425 @@ -4774,11 +4791,11 @@ 1.426 int 1.427 main () 1.428 { 1.429 -/* FIXME: Include the comments suggested by Paul. */ 1.430 + 1.431 #ifndef __cplusplus 1.432 - /* Ultrix mips cc rejects this. */ 1.433 + /* Ultrix mips cc rejects this sort of thing. */ 1.434 typedef int charset[2]; 1.435 - const charset cs; 1.436 + const charset cs = { 0, 0 }; 1.437 /* SunOS 4.1.1 cc rejects this. */ 1.438 char const *const *pcpcc; 1.439 char **ppc; 1.440 @@ -4795,8 +4812,9 @@ 1.441 ++pcpcc; 1.442 ppc = (char**) pcpcc; 1.443 pcpcc = (char const *const *) ppc; 1.444 - { /* SCO 3.2v4 cc rejects this. */ 1.445 - char *t; 1.446 + { /* SCO 3.2v4 cc rejects this sort of thing. */ 1.447 + char tx; 1.448 + char *t = &tx; 1.449 char const *s = 0 ? (char *) 0 : (char const *) 0; 1.450 1.451 *t++ = 0; 1.452 @@ -4812,10 +4830,10 @@ 1.453 iptr p = 0; 1.454 ++p; 1.455 } 1.456 - { /* AIX XL C 1.02.0.0 rejects this saying 1.457 + { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying 1.458 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 1.459 - struct s { int j; const int *ap[3]; }; 1.460 - struct s *b; b->j = 5; 1.461 + struct s { int j; const int *ap[3]; } bx; 1.462 + struct s *b = &bx; b->j = 5; 1.463 } 1.464 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 1.465 const int foo = 10; 1.466 @@ -5782,16 +5800,16 @@ 1.467 # ... but there are two gotchas: 1.468 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 1.469 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 1.470 - # In both cases, we have to default to `cp -p'. 1.471 + # In both cases, we have to default to `cp -pR'. 1.472 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 1.473 - as_ln_s='cp -p' 1.474 + as_ln_s='cp -pR' 1.475 elif ln conf$$.file conf$$ 2>/dev/null; then 1.476 as_ln_s=ln 1.477 else 1.478 - as_ln_s='cp -p' 1.479 + as_ln_s='cp -pR' 1.480 fi 1.481 else 1.482 - as_ln_s='cp -p' 1.483 + as_ln_s='cp -pR' 1.484 fi 1.485 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 1.486 rmdir conf$$.dir 2>/dev/null 1.487 @@ -5851,28 +5869,16 @@ 1.488 as_mkdir_p=false 1.489 fi 1.490 1.491 -if test -x / >/dev/null 2>&1; then 1.492 - as_test_x='test -x' 1.493 -else 1.494 - if ls -dL / >/dev/null 2>&1; then 1.495 - as_ls_L_option=L 1.496 - else 1.497 - as_ls_L_option= 1.498 - fi 1.499 - as_test_x=' 1.500 - eval sh -c '\'' 1.501 - if test -d "$1"; then 1.502 - test -d "$1/."; 1.503 - else 1.504 - case $1 in #( 1.505 - -*)set "./$1";; 1.506 - esac; 1.507 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 1.508 - ???[sx]*):;;*)false;;esac;fi 1.509 - '\'' sh 1.510 - ' 1.511 -fi 1.512 -as_executable_p=$as_test_x 1.513 + 1.514 +# as_fn_executable_p FILE 1.515 +# ----------------------- 1.516 +# Test if FILE is an executable regular file. 1.517 +as_fn_executable_p () 1.518 +{ 1.519 + test -f "$1" && test -x "$1" 1.520 +} # as_fn_executable_p 1.521 +as_test_x='test -x' 1.522 +as_executable_p=as_fn_executable_p 1.523 1.524 # Sed expression to map a string onto a valid CPP name. 1.525 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 1.526 @@ -5893,8 +5899,8 @@ 1.527 # report actual input values of CONFIG_FILES etc. instead of their 1.528 # values after options handling. 1.529 ac_log=" 1.530 -This file was extended by masqmail $as_me 0.3.5-dev, which was 1.531 -generated by GNU Autoconf 2.68. Invocation command line was 1.532 +This file was extended by masqmail $as_me 0.3.5, which was 1.533 +generated by GNU Autoconf 2.69. Invocation command line was 1.534 1.535 CONFIG_FILES = $CONFIG_FILES 1.536 CONFIG_HEADERS = $CONFIG_HEADERS 1.537 @@ -5959,11 +5965,11 @@ 1.538 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.539 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 1.540 ac_cs_version="\\ 1.541 -masqmail config.status 0.3.5-dev 1.542 -configured by $0, generated by GNU Autoconf 2.68, 1.543 +masqmail config.status 0.3.5 1.544 +configured by $0, generated by GNU Autoconf 2.69, 1.545 with options \\"\$ac_cs_config\\" 1.546 1.547 -Copyright (C) 2010 Free Software Foundation, Inc. 1.548 +Copyright (C) 2012 Free Software Foundation, Inc. 1.549 This config.status script is free software; the Free Software Foundation 1.550 gives unlimited permission to copy, distribute and modify it." 1.551 1.552 @@ -6054,7 +6060,7 @@ 1.553 _ACEOF 1.554 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.555 if \$ac_cs_recheck; then 1.556 - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 1.557 + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 1.558 shift 1.559 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 1.560 CONFIG_SHELL='$SHELL'