masqmail-0.2

diff configure @ 36:9cb4031fa5e0

updated the generated AutoHELL files
author meillo@marmaro.de
date Fri, 07 May 2010 16:44:26 +0200
parents c9bce6bb2a5d
children 8071dc6c6ed1
line diff
     1.1 --- a/configure	Fri May 07 16:42:58 2010 +0200
     1.2 +++ b/configure	Fri May 07 16:44:26 2010 +0200
     1.3 @@ -1,62 +1,85 @@
     1.4  #! /bin/sh
     1.5  # Guess values for system-dependent variables and create Makefiles.
     1.6 -# Generated by GNU Autoconf 2.61 for masqmail 0.2.21.
     1.7 +# Generated by GNU Autoconf 2.65 for masqmail 0.2.21.
     1.8  #
     1.9 -# Report bugs to <oku@debian.org>.
    1.10 +# Report bugs to <meillo@marmaro.de>.
    1.11 +#
    1.12  #
    1.13  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1.14 -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    1.15 +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
    1.16 +# Inc.
    1.17 +#
    1.18 +#
    1.19  # This configure script is free software; the Free Software Foundation
    1.20  # gives unlimited permission to copy, distribute and modify it.
    1.21 -## --------------------- ##
    1.22 -## M4sh Initialization.  ##
    1.23 -## --------------------- ##
    1.24 +## -------------------- ##
    1.25 +## M4sh Initialization. ##
    1.26 +## -------------------- ##
    1.27  
    1.28  # Be more Bourne compatible
    1.29  DUALCASE=1; export DUALCASE # for MKS sh
    1.30 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    1.31 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
    1.32    emulate sh
    1.33    NULLCMD=:
    1.34 -  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    1.35 +  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    1.36    # is contrary to our usage.  Disable this feature.
    1.37    alias -g '${1+"$@"}'='"$@"'
    1.38    setopt NO_GLOB_SUBST
    1.39  else
    1.40 -  case `(set -o) 2>/dev/null` in
    1.41 -  *posix*) set -o posix ;;
    1.42 +  case `(set -o) 2>/dev/null` in #(
    1.43 +  *posix*) :
    1.44 +    set -o posix ;; #(
    1.45 +  *) :
    1.46 +     ;;
    1.47  esac
    1.48 -
    1.49 -fi
    1.50 -
    1.51 -
    1.52 -
    1.53 -
    1.54 -# PATH needs CR
    1.55 -# Avoid depending upon Character Ranges.
    1.56 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    1.57 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    1.58 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    1.59 -as_cr_digits='0123456789'
    1.60 -as_cr_alnum=$as_cr_Letters$as_cr_digits
    1.61 +fi
    1.62 +
    1.63 +
    1.64 +as_nl='
    1.65 +'
    1.66 +export as_nl
    1.67 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
    1.68 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    1.69 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    1.70 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    1.71 +# Prefer a ksh shell builtin over an external printf program on Solaris,
    1.72 +# but without wasting forks for bash or zsh.
    1.73 +if test -z "$BASH_VERSION$ZSH_VERSION" \
    1.74 +    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
    1.75 +  as_echo='print -r --'
    1.76 +  as_echo_n='print -rn --'
    1.77 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    1.78 +  as_echo='printf %s\n'
    1.79 +  as_echo_n='printf %s'
    1.80 +else
    1.81 +  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    1.82 +    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    1.83 +    as_echo_n='/usr/ucb/echo -n'
    1.84 +  else
    1.85 +    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    1.86 +    as_echo_n_body='eval
    1.87 +      arg=$1;
    1.88 +      case $arg in #(
    1.89 +      *"$as_nl"*)
    1.90 +	expr "X$arg" : "X\\(.*\\)$as_nl";
    1.91 +	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    1.92 +      esac;
    1.93 +      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    1.94 +    '
    1.95 +    export as_echo_n_body
    1.96 +    as_echo_n='sh -c $as_echo_n_body as_echo'
    1.97 +  fi
    1.98 +  export as_echo_body
    1.99 +  as_echo='sh -c $as_echo_body as_echo'
   1.100 +fi
   1.101  
   1.102  # The user is always right.
   1.103  if test "${PATH_SEPARATOR+set}" != set; then
   1.104 -  echo "#! /bin/sh" >conf$$.sh
   1.105 -  echo  "exit 0"   >>conf$$.sh
   1.106 -  chmod +x conf$$.sh
   1.107 -  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
   1.108 -    PATH_SEPARATOR=';'
   1.109 -  else
   1.110 -    PATH_SEPARATOR=:
   1.111 -  fi
   1.112 -  rm -f conf$$.sh
   1.113 -fi
   1.114 -
   1.115 -# Support unset when possible.
   1.116 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   1.117 -  as_unset=unset
   1.118 -else
   1.119 -  as_unset=false
   1.120 +  PATH_SEPARATOR=:
   1.121 +  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
   1.122 +    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
   1.123 +      PATH_SEPARATOR=';'
   1.124 +  }
   1.125  fi
   1.126  
   1.127  
   1.128 @@ -65,20 +88,18 @@
   1.129  # there to prevent editors from complaining about space-tab.
   1.130  # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   1.131  # splitting by setting IFS to empty value.)
   1.132 -as_nl='
   1.133 -'
   1.134  IFS=" ""	$as_nl"
   1.135  
   1.136  # Find who we are.  Look in the path if we contain no directory separator.
   1.137 -case $0 in
   1.138 +case $0 in #((
   1.139    *[\\/]* ) as_myself=$0 ;;
   1.140    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1.141  for as_dir in $PATH
   1.142  do
   1.143    IFS=$as_save_IFS
   1.144    test -z "$as_dir" && as_dir=.
   1.145 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   1.146 -done
   1.147 +    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   1.148 +  done
   1.149  IFS=$as_save_IFS
   1.150  
   1.151       ;;
   1.152 @@ -89,32 +110,271 @@
   1.153    as_myself=$0
   1.154  fi
   1.155  if test ! -f "$as_myself"; then
   1.156 -  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   1.157 -  { (exit 1); exit 1; }
   1.158 -fi
   1.159 -
   1.160 -# Work around bugs in pre-3.0 UWIN ksh.
   1.161 -for as_var in ENV MAIL MAILPATH
   1.162 -do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   1.163 +  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   1.164 +  exit 1
   1.165 +fi
   1.166 +
   1.167 +# Unset variables that we do not need and which cause bugs (e.g. in
   1.168 +# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   1.169 +# suppresses any "Segmentation fault" message there.  '((' could
   1.170 +# trigger a bug in pdksh 5.2.14.
   1.171 +for as_var in BASH_ENV ENV MAIL MAILPATH
   1.172 +do eval test x\${$as_var+set} = xset \
   1.173 +  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   1.174  done
   1.175  PS1='$ '
   1.176  PS2='> '
   1.177  PS4='+ '
   1.178  
   1.179  # NLS nuisances.
   1.180 -for as_var in \
   1.181 -  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
   1.182 -  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
   1.183 -  LC_TELEPHONE LC_TIME
   1.184 +LC_ALL=C
   1.185 +export LC_ALL
   1.186 +LANGUAGE=C
   1.187 +export LANGUAGE
   1.188 +
   1.189 +# CDPATH.
   1.190 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   1.191 +
   1.192 +if test "x$CONFIG_SHELL" = x; then
   1.193 +  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
   1.194 +  emulate sh
   1.195 +  NULLCMD=:
   1.196 +  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
   1.197 +  # is contrary to our usage.  Disable this feature.
   1.198 +  alias -g '\${1+\"\$@\"}'='\"\$@\"'
   1.199 +  setopt NO_GLOB_SUBST
   1.200 +else
   1.201 +  case \`(set -o) 2>/dev/null\` in #(
   1.202 +  *posix*) :
   1.203 +    set -o posix ;; #(
   1.204 +  *) :
   1.205 +     ;;
   1.206 +esac
   1.207 +fi
   1.208 +"
   1.209 +  as_required="as_fn_return () { (exit \$1); }
   1.210 +as_fn_success () { as_fn_return 0; }
   1.211 +as_fn_failure () { as_fn_return 1; }
   1.212 +as_fn_ret_success () { return 0; }
   1.213 +as_fn_ret_failure () { return 1; }
   1.214 +
   1.215 +exitcode=0
   1.216 +as_fn_success || { exitcode=1; echo as_fn_success failed.; }
   1.217 +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
   1.218 +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
   1.219 +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
   1.220 +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
   1.221 +
   1.222 +else
   1.223 +  exitcode=1; echo positional parameters were not saved.
   1.224 +fi
   1.225 +test x\$exitcode = x0 || exit 1"
   1.226 +  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
   1.227 +  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
   1.228 +  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
   1.229 +  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
   1.230 +test \$(( 1 + 1 )) = 2 || exit 1"
   1.231 +  if (eval "$as_required") 2>/dev/null; then :
   1.232 +  as_have_required=yes
   1.233 +else
   1.234 +  as_have_required=no
   1.235 +fi
   1.236 +  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
   1.237 +
   1.238 +else
   1.239 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1.240 +as_found=false
   1.241 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   1.242  do
   1.243 -  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
   1.244 -    eval $as_var=C; export $as_var
   1.245 +  IFS=$as_save_IFS
   1.246 +  test -z "$as_dir" && as_dir=.
   1.247 +  as_found=:
   1.248 +  case $as_dir in #(
   1.249 +	 /*)
   1.250 +	   for as_base in sh bash ksh sh5; do
   1.251 +	     # Try only shells that exist, to save several forks.
   1.252 +	     as_shell=$as_dir/$as_base
   1.253 +	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
   1.254 +		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
   1.255 +  CONFIG_SHELL=$as_shell as_have_required=yes
   1.256 +		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
   1.257 +  break 2
   1.258 +fi
   1.259 +fi
   1.260 +	   done;;
   1.261 +       esac
   1.262 +  as_found=false
   1.263 +done
   1.264 +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
   1.265 +	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
   1.266 +  CONFIG_SHELL=$SHELL as_have_required=yes
   1.267 +fi; }
   1.268 +IFS=$as_save_IFS
   1.269 +
   1.270 +
   1.271 +      if test "x$CONFIG_SHELL" != x; then :
   1.272 +  # We cannot yet assume a decent shell, so we have to provide a
   1.273 +	# neutralization value for shells without unset; and this also
   1.274 +	# works around shells that cannot unset nonexistent variables.
   1.275 +	BASH_ENV=/dev/null
   1.276 +	ENV=/dev/null
   1.277 +	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
   1.278 +	export CONFIG_SHELL
   1.279 +	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
   1.280 +fi
   1.281 +
   1.282 +    if test x$as_have_required = xno; then :
   1.283 +  $as_echo "$0: This script requires a shell more modern than all"
   1.284 +  $as_echo "$0: the shells that I found on your system."
   1.285 +  if test x${ZSH_VERSION+set} = xset ; then
   1.286 +    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
   1.287 +    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   1.288    else
   1.289 -    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   1.290 +    $as_echo "$0: Please tell bug-autoconf@gnu.org and meillo@marmaro.de
   1.291 +$0: about your system, including any error possibly output
   1.292 +$0: before this message. Then install a modern shell, or
   1.293 +$0: manually run the script under such a shell if you do
   1.294 +$0: have one."
   1.295    fi
   1.296 -done
   1.297 -
   1.298 -# Required to use basename.
   1.299 +  exit 1
   1.300 +fi
   1.301 +fi
   1.302 +fi
   1.303 +SHELL=${CONFIG_SHELL-/bin/sh}
   1.304 +export SHELL
   1.305 +# Unset more variables known to interfere with behavior of common tools.
   1.306 +CLICOLOR_FORCE= GREP_OPTIONS=
   1.307 +unset CLICOLOR_FORCE GREP_OPTIONS
   1.308 +
   1.309 +## --------------------- ##
   1.310 +## M4sh Shell Functions. ##
   1.311 +## --------------------- ##
   1.312 +# as_fn_unset VAR
   1.313 +# ---------------
   1.314 +# Portably unset VAR.
   1.315 +as_fn_unset ()
   1.316 +{
   1.317 +  { eval $1=; unset $1;}
   1.318 +}
   1.319 +as_unset=as_fn_unset
   1.320 +
   1.321 +# as_fn_set_status STATUS
   1.322 +# -----------------------
   1.323 +# Set $? to STATUS, without forking.
   1.324 +as_fn_set_status ()
   1.325 +{
   1.326 +  return $1
   1.327 +} # as_fn_set_status
   1.328 +
   1.329 +# as_fn_exit STATUS
   1.330 +# -----------------
   1.331 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
   1.332 +as_fn_exit ()
   1.333 +{
   1.334 +  set +e
   1.335 +  as_fn_set_status $1
   1.336 +  exit $1
   1.337 +} # as_fn_exit
   1.338 +
   1.339 +# as_fn_mkdir_p
   1.340 +# -------------
   1.341 +# Create "$as_dir" as a directory, including parents if necessary.
   1.342 +as_fn_mkdir_p ()
   1.343 +{
   1.344 +
   1.345 +  case $as_dir in #(
   1.346 +  -*) as_dir=./$as_dir;;
   1.347 +  esac
   1.348 +  test -d "$as_dir" || eval $as_mkdir_p || {
   1.349 +    as_dirs=
   1.350 +    while :; do
   1.351 +      case $as_dir in #(
   1.352 +      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
   1.353 +      *) as_qdir=$as_dir;;
   1.354 +      esac
   1.355 +      as_dirs="'$as_qdir' $as_dirs"
   1.356 +      as_dir=`$as_dirname -- "$as_dir" ||
   1.357 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   1.358 +	 X"$as_dir" : 'X\(//\)[^/]' \| \
   1.359 +	 X"$as_dir" : 'X\(//\)$' \| \
   1.360 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   1.361 +$as_echo X"$as_dir" |
   1.362 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   1.363 +	    s//\1/
   1.364 +	    q
   1.365 +	  }
   1.366 +	  /^X\(\/\/\)[^/].*/{
   1.367 +	    s//\1/
   1.368 +	    q
   1.369 +	  }
   1.370 +	  /^X\(\/\/\)$/{
   1.371 +	    s//\1/
   1.372 +	    q
   1.373 +	  }
   1.374 +	  /^X\(\/\).*/{
   1.375 +	    s//\1/
   1.376 +	    q
   1.377 +	  }
   1.378 +	  s/.*/./; q'`
   1.379 +      test -d "$as_dir" && break
   1.380 +    done
   1.381 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
   1.382 +  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
   1.383 +
   1.384 +
   1.385 +} # as_fn_mkdir_p
   1.386 +# as_fn_append VAR VALUE
   1.387 +# ----------------------
   1.388 +# Append the text in VALUE to the end of the definition contained in VAR. Take
   1.389 +# advantage of any shell optimizations that allow amortized linear growth over
   1.390 +# repeated appends, instead of the typical quadratic growth present in naive
   1.391 +# implementations.
   1.392 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
   1.393 +  eval 'as_fn_append ()
   1.394 +  {
   1.395 +    eval $1+=\$2
   1.396 +  }'
   1.397 +else
   1.398 +  as_fn_append ()
   1.399 +  {
   1.400 +    eval $1=\$$1\$2
   1.401 +  }
   1.402 +fi # as_fn_append
   1.403 +
   1.404 +# as_fn_arith ARG...
   1.405 +# ------------------
   1.406 +# Perform arithmetic evaluation on the ARGs, and store the result in the
   1.407 +# global $as_val. Take advantage of shells that can avoid forks. The arguments
   1.408 +# must be portable across $(()) and expr.
   1.409 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
   1.410 +  eval 'as_fn_arith ()
   1.411 +  {
   1.412 +    as_val=$(( $* ))
   1.413 +  }'
   1.414 +else
   1.415 +  as_fn_arith ()
   1.416 +  {
   1.417 +    as_val=`expr "$@" || test $? -eq 1`
   1.418 +  }
   1.419 +fi # as_fn_arith
   1.420 +
   1.421 +
   1.422 +# as_fn_error ERROR [LINENO LOG_FD]
   1.423 +# ---------------------------------
   1.424 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   1.425 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   1.426 +# script with status $?, using 1 if that was 0.
   1.427 +as_fn_error ()
   1.428 +{
   1.429 +  as_status=$?; test $as_status -eq 0 && as_status=1
   1.430 +  if test "$3"; then
   1.431 +    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1.432 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
   1.433 +  fi
   1.434 +  $as_echo "$as_me: error: $1" >&2
   1.435 +  as_fn_exit $as_status
   1.436 +} # as_fn_error
   1.437 +
   1.438  if expr a : '\(a\)' >/dev/null 2>&1 &&
   1.439     test "X`expr 00001 : '.*\(...\)'`" = X001; then
   1.440    as_expr=expr
   1.441 @@ -128,13 +388,17 @@
   1.442    as_basename=false
   1.443  fi
   1.444  
   1.445 -
   1.446 -# Name of the executable.
   1.447 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   1.448 +  as_dirname=dirname
   1.449 +else
   1.450 +  as_dirname=false
   1.451 +fi
   1.452 +
   1.453  as_me=`$as_basename -- "$0" ||
   1.454  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   1.455  	 X"$0" : 'X\(//\)$' \| \
   1.456  	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   1.457 -echo X/"$0" |
   1.458 +$as_echo X/"$0" |
   1.459      sed '/^.*\/\([^/][^/]*\)\/*$/{
   1.460  	    s//\1/
   1.461  	    q
   1.462 @@ -149,294 +413,19 @@
   1.463  	  }
   1.464  	  s/.*/./; q'`
   1.465  
   1.466 -# CDPATH.
   1.467 -$as_unset CDPATH
   1.468 -
   1.469 -
   1.470 -if test "x$CONFIG_SHELL" = x; then
   1.471 -  if (eval ":") 2>/dev/null; then
   1.472 -  as_have_required=yes
   1.473 -else
   1.474 -  as_have_required=no
   1.475 -fi
   1.476 -
   1.477 -  if test $as_have_required = yes && 	 (eval ":
   1.478 -(as_func_return () {
   1.479 -  (exit \$1)
   1.480 -}
   1.481 -as_func_success () {
   1.482 -  as_func_return 0
   1.483 -}
   1.484 -as_func_failure () {
   1.485 -  as_func_return 1
   1.486 -}
   1.487 -as_func_ret_success () {
   1.488 -  return 0
   1.489 -}
   1.490 -as_func_ret_failure () {
   1.491 -  return 1
   1.492 -}
   1.493 -
   1.494 -exitcode=0
   1.495 -if as_func_success; then
   1.496 -  :
   1.497 -else
   1.498 -  exitcode=1
   1.499 -  echo as_func_success failed.
   1.500 -fi
   1.501 -
   1.502 -if as_func_failure; then
   1.503 -  exitcode=1
   1.504 -  echo as_func_failure succeeded.
   1.505 -fi
   1.506 -
   1.507 -if as_func_ret_success; then
   1.508 -  :
   1.509 -else
   1.510 -  exitcode=1
   1.511 -  echo as_func_ret_success failed.
   1.512 -fi
   1.513 -
   1.514 -if as_func_ret_failure; then
   1.515 -  exitcode=1
   1.516 -  echo as_func_ret_failure succeeded.
   1.517 -fi
   1.518 -
   1.519 -if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
   1.520 -  :
   1.521 -else
   1.522 -  exitcode=1
   1.523 -  echo positional parameters were not saved.
   1.524 -fi
   1.525 -
   1.526 -test \$exitcode = 0) || { (exit 1); exit 1; }
   1.527 -
   1.528 -(
   1.529 -  as_lineno_1=\$LINENO
   1.530 -  as_lineno_2=\$LINENO
   1.531 -  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
   1.532 -  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
   1.533 -") 2> /dev/null; then
   1.534 -  :
   1.535 -else
   1.536 -  as_candidate_shells=
   1.537 -    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1.538 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   1.539 -do
   1.540 -  IFS=$as_save_IFS
   1.541 -  test -z "$as_dir" && as_dir=.
   1.542 -  case $as_dir in
   1.543 -	 /*)
   1.544 -	   for as_base in sh bash ksh sh5; do
   1.545 -	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
   1.546 -	   done;;
   1.547 -       esac
   1.548 -done
   1.549 -IFS=$as_save_IFS
   1.550 -
   1.551 -
   1.552 -      for as_shell in $as_candidate_shells $SHELL; do
   1.553 -	 # Try only shells that exist, to save several forks.
   1.554 -	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
   1.555 -		{ ("$as_shell") 2> /dev/null <<\_ASEOF
   1.556 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   1.557 -  emulate sh
   1.558 -  NULLCMD=:
   1.559 -  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   1.560 -  # is contrary to our usage.  Disable this feature.
   1.561 -  alias -g '${1+"$@"}'='"$@"'
   1.562 -  setopt NO_GLOB_SUBST
   1.563 -else
   1.564 -  case `(set -o) 2>/dev/null` in
   1.565 -  *posix*) set -o posix ;;
   1.566 -esac
   1.567 -
   1.568 -fi
   1.569 -
   1.570 -
   1.571 -:
   1.572 -_ASEOF
   1.573 -}; then
   1.574 -  CONFIG_SHELL=$as_shell
   1.575 -	       as_have_required=yes
   1.576 -	       if { "$as_shell" 2> /dev/null <<\_ASEOF
   1.577 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   1.578 -  emulate sh
   1.579 -  NULLCMD=:
   1.580 -  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   1.581 -  # is contrary to our usage.  Disable this feature.
   1.582 -  alias -g '${1+"$@"}'='"$@"'
   1.583 -  setopt NO_GLOB_SUBST
   1.584 -else
   1.585 -  case `(set -o) 2>/dev/null` in
   1.586 -  *posix*) set -o posix ;;
   1.587 -esac
   1.588 -
   1.589 -fi
   1.590 -
   1.591 -
   1.592 -:
   1.593 -(as_func_return () {
   1.594 -  (exit $1)
   1.595 -}
   1.596 -as_func_success () {
   1.597 -  as_func_return 0
   1.598 -}
   1.599 -as_func_failure () {
   1.600 -  as_func_return 1
   1.601 -}
   1.602 -as_func_ret_success () {
   1.603 -  return 0
   1.604 -}
   1.605 -as_func_ret_failure () {
   1.606 -  return 1
   1.607 -}
   1.608 -
   1.609 -exitcode=0
   1.610 -if as_func_success; then
   1.611 -  :
   1.612 -else
   1.613 -  exitcode=1
   1.614 -  echo as_func_success failed.
   1.615 -fi
   1.616 -
   1.617 -if as_func_failure; then
   1.618 -  exitcode=1
   1.619 -  echo as_func_failure succeeded.
   1.620 -fi
   1.621 -
   1.622 -if as_func_ret_success; then
   1.623 -  :
   1.624 -else
   1.625 -  exitcode=1
   1.626 -  echo as_func_ret_success failed.
   1.627 -fi
   1.628 -
   1.629 -if as_func_ret_failure; then
   1.630 -  exitcode=1
   1.631 -  echo as_func_ret_failure succeeded.
   1.632 -fi
   1.633 -
   1.634 -if ( set x; as_func_ret_success y && test x = "$1" ); then
   1.635 -  :
   1.636 -else
   1.637 -  exitcode=1
   1.638 -  echo positional parameters were not saved.
   1.639 -fi
   1.640 -
   1.641 -test $exitcode = 0) || { (exit 1); exit 1; }
   1.642 -
   1.643 -(
   1.644 -  as_lineno_1=$LINENO
   1.645 -  as_lineno_2=$LINENO
   1.646 -  test "x$as_lineno_1" != "x$as_lineno_2" &&
   1.647 -  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
   1.648 -
   1.649 -_ASEOF
   1.650 -}; then
   1.651 -  break
   1.652 -fi
   1.653 -
   1.654 -fi
   1.655 -
   1.656 -      done
   1.657 -
   1.658 -      if test "x$CONFIG_SHELL" != x; then
   1.659 -  for as_var in BASH_ENV ENV
   1.660 -        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   1.661 -        done
   1.662 -        export CONFIG_SHELL
   1.663 -        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
   1.664 -fi
   1.665 -
   1.666 -
   1.667 -    if test $as_have_required = no; then
   1.668 -  echo This script requires a shell more modern than all the
   1.669 -      echo shells that I found on your system.  Please install a
   1.670 -      echo modern shell, or manually run the script under such a
   1.671 -      echo shell if you do have one.
   1.672 -      { (exit 1); exit 1; }
   1.673 -fi
   1.674 -
   1.675 -
   1.676 -fi
   1.677 -
   1.678 -fi
   1.679 -
   1.680 -
   1.681 -
   1.682 -(eval "as_func_return () {
   1.683 -  (exit \$1)
   1.684 -}
   1.685 -as_func_success () {
   1.686 -  as_func_return 0
   1.687 -}
   1.688 -as_func_failure () {
   1.689 -  as_func_return 1
   1.690 -}
   1.691 -as_func_ret_success () {
   1.692 -  return 0
   1.693 -}
   1.694 -as_func_ret_failure () {
   1.695 -  return 1
   1.696 -}
   1.697 -
   1.698 -exitcode=0
   1.699 -if as_func_success; then
   1.700 -  :
   1.701 -else
   1.702 -  exitcode=1
   1.703 -  echo as_func_success failed.
   1.704 -fi
   1.705 -
   1.706 -if as_func_failure; then
   1.707 -  exitcode=1
   1.708 -  echo as_func_failure succeeded.
   1.709 -fi
   1.710 -
   1.711 -if as_func_ret_success; then
   1.712 -  :
   1.713 -else
   1.714 -  exitcode=1
   1.715 -  echo as_func_ret_success failed.
   1.716 -fi
   1.717 -
   1.718 -if as_func_ret_failure; then
   1.719 -  exitcode=1
   1.720 -  echo as_func_ret_failure succeeded.
   1.721 -fi
   1.722 -
   1.723 -if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
   1.724 -  :
   1.725 -else
   1.726 -  exitcode=1
   1.727 -  echo positional parameters were not saved.
   1.728 -fi
   1.729 -
   1.730 -test \$exitcode = 0") || {
   1.731 -  echo No shell found that supports shell functions.
   1.732 -  echo Please tell autoconf@gnu.org about your system,
   1.733 -  echo including any error possibly output before this
   1.734 -  echo message
   1.735 -}
   1.736 -
   1.737 -
   1.738 -
   1.739 -  as_lineno_1=$LINENO
   1.740 -  as_lineno_2=$LINENO
   1.741 -  test "x$as_lineno_1" != "x$as_lineno_2" &&
   1.742 -  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
   1.743 -
   1.744 -  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
   1.745 -  # uniformly replaced by the line number.  The first 'sed' inserts a
   1.746 -  # line-number line after each line using $LINENO; the second 'sed'
   1.747 -  # does the real work.  The second script uses 'N' to pair each
   1.748 -  # line-number line with the line containing $LINENO, and appends
   1.749 -  # trailing '-' during substitution so that $LINENO is not a special
   1.750 -  # case at line end.
   1.751 -  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
   1.752 -  # scripts with optimization help from Paolo Bonzini.  Blame Lee
   1.753 -  # E. McMahon (1931-1989) for sed's syntax.  :-)
   1.754 +# Avoid depending upon Character Ranges.
   1.755 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   1.756 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   1.757 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   1.758 +as_cr_digits='0123456789'
   1.759 +as_cr_alnum=$as_cr_Letters$as_cr_digits
   1.760 +
   1.761 +
   1.762 +  as_lineno_1=$LINENO as_lineno_1a=$LINENO
   1.763 +  as_lineno_2=$LINENO as_lineno_2a=$LINENO
   1.764 +  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
   1.765 +  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
   1.766 +  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
   1.767    sed -n '
   1.768      p
   1.769      /[$]LINENO/=
   1.770 @@ -453,8 +442,7 @@
   1.771        s/-\n.*//
   1.772      ' >$as_me.lineno &&
   1.773    chmod +x "$as_me.lineno" ||
   1.774 -    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
   1.775 -   { (exit 1); exit 1; }; }
   1.776 +    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
   1.777  
   1.778    # Don't try to exec as it changes $[0], causing all sort of problems
   1.779    # (the dirname of $[0] is not the place where we might find the
   1.780 @@ -464,49 +452,40 @@
   1.781    exit
   1.782  }
   1.783  
   1.784 -
   1.785 -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   1.786 -  as_dirname=dirname
   1.787 -else
   1.788 -  as_dirname=false
   1.789 -fi
   1.790 -
   1.791  ECHO_C= ECHO_N= ECHO_T=
   1.792 -case `echo -n x` in
   1.793 +case `echo -n x` in #(((((
   1.794  -n*)
   1.795 -  case `echo 'x\c'` in
   1.796 +  case `echo 'xy\c'` in
   1.797    *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   1.798 -  *)   ECHO_C='\c';;
   1.799 +  xy)  ECHO_C='\c';;
   1.800 +  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
   1.801 +       ECHO_T='	';;
   1.802    esac;;
   1.803  *)
   1.804    ECHO_N='-n';;
   1.805  esac
   1.806  
   1.807 -if expr a : '\(a\)' >/dev/null 2>&1 &&
   1.808 -   test "X`expr 00001 : '.*\(...\)'`" = X001; then
   1.809 -  as_expr=expr
   1.810 -else
   1.811 -  as_expr=false
   1.812 -fi
   1.813 -
   1.814  rm -f conf$$ conf$$.exe conf$$.file
   1.815  if test -d conf$$.dir; then
   1.816    rm -f conf$$.dir/conf$$.file
   1.817  else
   1.818    rm -f conf$$.dir
   1.819 -  mkdir conf$$.dir
   1.820 -fi
   1.821 -echo >conf$$.file
   1.822 -if ln -s conf$$.file conf$$ 2>/dev/null; then
   1.823 -  as_ln_s='ln -s'
   1.824 -  # ... but there are two gotchas:
   1.825 -  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   1.826 -  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   1.827 -  # In both cases, we have to default to `cp -p'.
   1.828 -  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   1.829 +  mkdir conf$$.dir 2>/dev/null
   1.830 +fi
   1.831 +if (echo >conf$$.file) 2>/dev/null; then
   1.832 +  if ln -s conf$$.file conf$$ 2>/dev/null; then
   1.833 +    as_ln_s='ln -s'
   1.834 +    # ... but there are two gotchas:
   1.835 +    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   1.836 +    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   1.837 +    # In both cases, we have to default to `cp -p'.
   1.838 +    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   1.839 +      as_ln_s='cp -p'
   1.840 +  elif ln conf$$.file conf$$ 2>/dev/null; then
   1.841 +    as_ln_s=ln
   1.842 +  else
   1.843      as_ln_s='cp -p'
   1.844 -elif ln conf$$.file conf$$ 2>/dev/null; then
   1.845 -  as_ln_s=ln
   1.846 +  fi
   1.847  else
   1.848    as_ln_s='cp -p'
   1.849  fi
   1.850 @@ -514,7 +493,7 @@
   1.851  rmdir conf$$.dir 2>/dev/null
   1.852  
   1.853  if mkdir -p . 2>/dev/null; then
   1.854 -  as_mkdir_p=:
   1.855 +  as_mkdir_p='mkdir -p "$as_dir"'
   1.856  else
   1.857    test -d ./-p && rmdir ./-p
   1.858    as_mkdir_p=false
   1.859 @@ -531,12 +510,12 @@
   1.860    as_test_x='
   1.861      eval sh -c '\''
   1.862        if test -d "$1"; then
   1.863 -        test -d "$1/.";
   1.864 +	test -d "$1/.";
   1.865        else
   1.866 -	case $1 in
   1.867 -        -*)set "./$1";;
   1.868 +	case $1 in #(
   1.869 +	-*)set "./$1";;
   1.870  	esac;
   1.871 -	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
   1.872 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
   1.873  	???[sx]*):;;*)false;;esac;fi
   1.874      '\'' sh
   1.875    '
   1.876 @@ -550,8 +529,8 @@
   1.877  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   1.878  
   1.879  
   1.880 -
   1.881 -exec 7<&0 </dev/null 6>&1
   1.882 +test -n "$DJDIR" || exec 7<&0 </dev/null
   1.883 +exec 6>&1
   1.884  
   1.885  # Name of the host.
   1.886  # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
   1.887 @@ -569,14 +548,14 @@
   1.888  subdirs=
   1.889  MFLAGS=
   1.890  MAKEFLAGS=
   1.891 -SHELL=${CONFIG_SHELL-/bin/sh}
   1.892  
   1.893  # Identity of this package.
   1.894  PACKAGE_NAME='masqmail'
   1.895  PACKAGE_TARNAME='masqmail'
   1.896  PACKAGE_VERSION='0.2.21'
   1.897  PACKAGE_STRING='masqmail 0.2.21'
   1.898 -PACKAGE_BUGREPORT='oku@debian.org'
   1.899 +PACKAGE_BUGREPORT='meillo@marmaro.de'
   1.900 +PACKAGE_URL=''
   1.901  
   1.902  ac_unique_file="src/masqmail.c"
   1.903  ac_default_prefix=/usr
   1.904 @@ -616,99 +595,127 @@
   1.905  # include <unistd.h>
   1.906  #endif"
   1.907  
   1.908 -ac_subst_vars='SHELL
   1.909 +ac_subst_vars='am__EXEEXT_FALSE
   1.910 +am__EXEEXT_TRUE
   1.911 +LTLIBOBJS
   1.912 +LIBOBJS
   1.913 +with_confdir
   1.914 +with_spooldir
   1.915 +with_logdir
   1.916 +USE_LIBLOCKFILE
   1.917 +LOCKFILE_LIBS
   1.918 +IDENT_LIBS
   1.919 +has_ident
   1.920 +MD5_LIBS
   1.921 +BASE64_LIBS
   1.922 +with_group
   1.923 +with_user
   1.924 +RESOLV_LIBS
   1.925 +GLIB_LIBS
   1.926 +GLIB_CFLAGS
   1.927 +PKG_CONFIG
   1.928 +RANLIB
   1.929 +EGREP
   1.930 +GREP
   1.931 +CPP
   1.932 +am__fastdepCC_FALSE
   1.933 +am__fastdepCC_TRUE
   1.934 +CCDEPMODE
   1.935 +AMDEPBACKSLASH
   1.936 +AMDEP_FALSE
   1.937 +AMDEP_TRUE
   1.938 +am__quote
   1.939 +am__include
   1.940 +DEPDIR
   1.941 +OBJEXT
   1.942 +EXEEXT
   1.943 +ac_ct_CC
   1.944 +CPPFLAGS
   1.945 +LDFLAGS
   1.946 +CFLAGS
   1.947 +CC
   1.948 +am__untar
   1.949 +am__tar
   1.950 +AMTAR
   1.951 +am__leading_dot
   1.952 +SET_MAKE
   1.953 +AWK
   1.954 +mkdir_p
   1.955 +MKDIR_P
   1.956 +INSTALL_STRIP_PROGRAM
   1.957 +STRIP
   1.958 +install_sh
   1.959 +MAKEINFO
   1.960 +AUTOHEADER
   1.961 +AUTOMAKE
   1.962 +AUTOCONF
   1.963 +ACLOCAL
   1.964 +VERSION
   1.965 +PACKAGE
   1.966 +CYGPATH_W
   1.967 +am__isrc
   1.968 +INSTALL_DATA
   1.969 +INSTALL_SCRIPT
   1.970 +INSTALL_PROGRAM
   1.971 +target_alias
   1.972 +host_alias
   1.973 +build_alias
   1.974 +LIBS
   1.975 +ECHO_T
   1.976 +ECHO_N
   1.977 +ECHO_C
   1.978 +DEFS
   1.979 +mandir
   1.980 +localedir
   1.981 +libdir
   1.982 +psdir
   1.983 +pdfdir
   1.984 +dvidir
   1.985 +htmldir
   1.986 +infodir
   1.987 +docdir
   1.988 +oldincludedir
   1.989 +includedir
   1.990 +localstatedir
   1.991 +sharedstatedir
   1.992 +sysconfdir
   1.993 +datadir
   1.994 +datarootdir
   1.995 +libexecdir
   1.996 +sbindir
   1.997 +bindir
   1.998 +program_transform_name
   1.999 +prefix
  1.1000 +exec_prefix
  1.1001 +PACKAGE_URL
  1.1002 +PACKAGE_BUGREPORT
  1.1003 +PACKAGE_STRING
  1.1004 +PACKAGE_VERSION
  1.1005 +PACKAGE_TARNAME
  1.1006 +PACKAGE_NAME
  1.1007  PATH_SEPARATOR
  1.1008 -PACKAGE_NAME
  1.1009 -PACKAGE_TARNAME
  1.1010 -PACKAGE_VERSION
  1.1011 -PACKAGE_STRING
  1.1012 -PACKAGE_BUGREPORT
  1.1013 -exec_prefix
  1.1014 -prefix
  1.1015 -program_transform_name
  1.1016 -bindir
  1.1017 -sbindir
  1.1018 -libexecdir
  1.1019 -datarootdir
  1.1020 -datadir
  1.1021 -sysconfdir
  1.1022 -sharedstatedir
  1.1023 -localstatedir
  1.1024 -includedir
  1.1025 -oldincludedir
  1.1026 -docdir
  1.1027 -infodir
  1.1028 -htmldir
  1.1029 -dvidir
  1.1030 -pdfdir
  1.1031 -psdir
  1.1032 -libdir
  1.1033 -localedir
  1.1034 -mandir
  1.1035 -DEFS
  1.1036 -ECHO_C
  1.1037 -ECHO_N
  1.1038 -ECHO_T
  1.1039 -LIBS
  1.1040 -build_alias
  1.1041 -host_alias
  1.1042 -target_alias
  1.1043 -INSTALL_PROGRAM
  1.1044 -INSTALL_SCRIPT
  1.1045 -INSTALL_DATA
  1.1046 -CYGPATH_W
  1.1047 -PACKAGE
  1.1048 -VERSION
  1.1049 -ACLOCAL
  1.1050 -AUTOCONF
  1.1051 -AUTOMAKE
  1.1052 -AUTOHEADER
  1.1053 -MAKEINFO
  1.1054 -AMTAR
  1.1055 -install_sh
  1.1056 -STRIP
  1.1057 -INSTALL_STRIP_PROGRAM
  1.1058 -AWK
  1.1059 -SET_MAKE
  1.1060 -am__leading_dot
  1.1061 -CC
  1.1062 -CFLAGS
  1.1063 -LDFLAGS
  1.1064 -CPPFLAGS
  1.1065 -ac_ct_CC
  1.1066 -EXEEXT
  1.1067 -OBJEXT
  1.1068 -DEPDIR
  1.1069 -am__include
  1.1070 -am__quote
  1.1071 -AMDEP_TRUE
  1.1072 -AMDEP_FALSE
  1.1073 -AMDEPBACKSLASH
  1.1074 -CCDEPMODE
  1.1075 -am__fastdepCC_TRUE
  1.1076 -am__fastdepCC_FALSE
  1.1077 -CPP
  1.1078 -GREP
  1.1079 -EGREP
  1.1080 -RANLIB
  1.1081 -PKG_CONFIG
  1.1082 -GLIB_CFLAGS
  1.1083 -GLIB_LIBS
  1.1084 -RESOLV_LIBS
  1.1085 +SHELL'
  1.1086 +ac_subst_files=''
  1.1087 +ac_user_opts='
  1.1088 +enable_option_checking
  1.1089 +enable_dependency_tracking
  1.1090 +enable_resolver
  1.1091  with_user
  1.1092  with_group
  1.1093 -BASE64_LIBS
  1.1094 -MD5_LIBS
  1.1095 -has_ident
  1.1096 -IDENT_LIBS
  1.1097 -LOCKFILE_LIBS
  1.1098 -USE_LIBLOCKFILE
  1.1099 +enable_debug
  1.1100 +with_glib_static
  1.1101 +enable_smtp_server
  1.1102 +enable_pop3
  1.1103 +enable_auth
  1.1104 +enable_maildir
  1.1105 +with_libcrypto
  1.1106 +enable_ident
  1.1107 +enable_mserver
  1.1108 +with_liblockfile
  1.1109  with_logdir
  1.1110  with_spooldir
  1.1111  with_confdir
  1.1112 -LIBOBJS
  1.1113 -LTLIBOBJS'
  1.1114 -ac_subst_files=''
  1.1115 +'
  1.1116        ac_precious_vars='build_alias
  1.1117  host_alias
  1.1118  target_alias
  1.1119 @@ -726,6 +733,8 @@
  1.1120  # Initialize some variables set by options.
  1.1121  ac_init_help=
  1.1122  ac_init_version=false
  1.1123 +ac_unrecognized_opts=
  1.1124 +ac_unrecognized_sep=
  1.1125  # The variables have the same names as the options, with
  1.1126  # dashes changed to underlines.
  1.1127  cache_file=/dev/null
  1.1128 @@ -824,13 +833,20 @@
  1.1129      datarootdir=$ac_optarg ;;
  1.1130  
  1.1131    -disable-* | --disable-*)
  1.1132 -    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  1.1133 +    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  1.1134      # Reject names that are not valid shell variable names.
  1.1135 -    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.1136 -      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  1.1137 -   { (exit 1); exit 1; }; }
  1.1138 -    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  1.1139 -    eval enable_$ac_feature=no ;;
  1.1140 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1.1141 +      as_fn_error "invalid feature name: $ac_useropt"
  1.1142 +    ac_useropt_orig=$ac_useropt
  1.1143 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1.1144 +    case $ac_user_opts in
  1.1145 +      *"
  1.1146 +"enable_$ac_useropt"
  1.1147 +"*) ;;
  1.1148 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
  1.1149 +	 ac_unrecognized_sep=', ';;
  1.1150 +    esac
  1.1151 +    eval enable_$ac_useropt=no ;;
  1.1152  
  1.1153    -docdir | --docdir | --docdi | --doc | --do)
  1.1154      ac_prev=docdir ;;
  1.1155 @@ -843,13 +859,20 @@
  1.1156      dvidir=$ac_optarg ;;
  1.1157  
  1.1158    -enable-* | --enable-*)
  1.1159 -    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  1.1160 +    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  1.1161      # Reject names that are not valid shell variable names.
  1.1162 -    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.1163 -      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  1.1164 -   { (exit 1); exit 1; }; }
  1.1165 -    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  1.1166 -    eval enable_$ac_feature=\$ac_optarg ;;
  1.1167 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1.1168 +      as_fn_error "invalid feature name: $ac_useropt"
  1.1169 +    ac_useropt_orig=$ac_useropt
  1.1170 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1.1171 +    case $ac_user_opts in
  1.1172 +      *"
  1.1173 +"enable_$ac_useropt"
  1.1174 +"*) ;;
  1.1175 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
  1.1176 +	 ac_unrecognized_sep=', ';;
  1.1177 +    esac
  1.1178 +    eval enable_$ac_useropt=\$ac_optarg ;;
  1.1179  
  1.1180    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  1.1181    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  1.1182 @@ -1040,22 +1063,36 @@
  1.1183      ac_init_version=: ;;
  1.1184  
  1.1185    -with-* | --with-*)
  1.1186 -    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1.1187 +    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1.1188      # Reject names that are not valid shell variable names.
  1.1189 -    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.1190 -      { echo "$as_me: error: invalid package name: $ac_package" >&2
  1.1191 -   { (exit 1); exit 1; }; }
  1.1192 -    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  1.1193 -    eval with_$ac_package=\$ac_optarg ;;
  1.1194 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1.1195 +      as_fn_error "invalid package name: $ac_useropt"
  1.1196 +    ac_useropt_orig=$ac_useropt
  1.1197 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1.1198 +    case $ac_user_opts in
  1.1199 +      *"
  1.1200 +"with_$ac_useropt"
  1.1201 +"*) ;;
  1.1202 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1.1203 +	 ac_unrecognized_sep=', ';;
  1.1204 +    esac
  1.1205 +    eval with_$ac_useropt=\$ac_optarg ;;
  1.1206  
  1.1207    -without-* | --without-*)
  1.1208 -    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1.1209 +    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1.1210      # Reject names that are not valid shell variable names.
  1.1211 -    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.1212 -      { echo "$as_me: error: invalid package name: $ac_package" >&2
  1.1213 -   { (exit 1); exit 1; }; }
  1.1214 -    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  1.1215 -    eval with_$ac_package=no ;;
  1.1216 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1.1217 +      as_fn_error "invalid package name: $ac_useropt"
  1.1218 +    ac_useropt_orig=$ac_useropt
  1.1219 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1.1220 +    case $ac_user_opts in
  1.1221 +      *"
  1.1222 +"with_$ac_useropt"
  1.1223 +"*) ;;
  1.1224 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1.1225 +	 ac_unrecognized_sep=', ';;
  1.1226 +    esac
  1.1227 +    eval with_$ac_useropt=no ;;
  1.1228  
  1.1229    --x)
  1.1230      # Obsolete; use --with-x.
  1.1231 @@ -1075,25 +1112,25 @@
  1.1232    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1.1233      x_libraries=$ac_optarg ;;
  1.1234  
  1.1235 -  -*) { echo "$as_me: error: unrecognized option: $ac_option
  1.1236 -Try \`$0 --help' for more information." >&2
  1.1237 -   { (exit 1); exit 1; }; }
  1.1238 +  -*) as_fn_error "unrecognized option: \`$ac_option'
  1.1239 +Try \`$0 --help' for more information."
  1.1240      ;;
  1.1241  
  1.1242    *=*)
  1.1243      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1.1244      # Reject names that are not valid shell variable names.
  1.1245 -    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  1.1246 -      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  1.1247 -   { (exit 1); exit 1; }; }
  1.1248 +    case $ac_envvar in #(
  1.1249 +      '' | [0-9]* | *[!_$as_cr_alnum]* )
  1.1250 +      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
  1.1251 +    esac
  1.1252      eval $ac_envvar=\$ac_optarg
  1.1253      export $ac_envvar ;;
  1.1254  
  1.1255    *)
  1.1256      # FIXME: should be removed in autoconf 3.0.
  1.1257 -    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1.1258 +    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1.1259      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.1260 -      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1.1261 +      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1.1262      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  1.1263      ;;
  1.1264  
  1.1265 @@ -1102,23 +1139,36 @@
  1.1266  
  1.1267  if test -n "$ac_prev"; then
  1.1268    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1.1269 -  { echo "$as_me: error: missing argument to $ac_option" >&2
  1.1270 -   { (exit 1); exit 1; }; }
  1.1271 -fi
  1.1272 -
  1.1273 -# Be sure to have absolute directory names.
  1.1274 +  as_fn_error "missing argument to $ac_option"
  1.1275 +fi
  1.1276 +
  1.1277 +if test -n "$ac_unrecognized_opts"; then
  1.1278 +  case $enable_option_checking in
  1.1279 +    no) ;;
  1.1280 +    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
  1.1281 +    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  1.1282 +  esac
  1.1283 +fi
  1.1284 +
  1.1285 +# Check all directory arguments for consistency.
  1.1286  for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1.1287  		datadir sysconfdir sharedstatedir localstatedir includedir \
  1.1288  		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1.1289  		libdir localedir mandir
  1.1290  do
  1.1291    eval ac_val=\$$ac_var
  1.1292 +  # Remove trailing slashes.
  1.1293 +  case $ac_val in
  1.1294 +    */ )
  1.1295 +      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  1.1296 +      eval $ac_var=\$ac_val;;
  1.1297 +  esac
  1.1298 +  # Be sure to have absolute directory names.
  1.1299    case $ac_val in
  1.1300      [\\/$]* | ?:[\\/]* )  continue;;
  1.1301      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1.1302    esac
  1.1303 -  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  1.1304 -   { (exit 1); exit 1; }; }
  1.1305 +  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
  1.1306  done
  1.1307  
  1.1308  # There might be people who depend on the old broken behavior: `$host'
  1.1309 @@ -1132,7 +1182,7 @@
  1.1310  if test "x$host_alias" != x; then
  1.1311    if test "x$build_alias" = x; then
  1.1312      cross_compiling=maybe
  1.1313 -    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1.1314 +    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1.1315      If a cross compiler is detected then cross compile mode will be used." >&2
  1.1316    elif test "x$build_alias" != "x$host_alias"; then
  1.1317      cross_compiling=yes
  1.1318 @@ -1148,23 +1198,21 @@
  1.1319  ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1.1320  ac_ls_di=`ls -di .` &&
  1.1321  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1.1322 -  { echo "$as_me: error: Working directory cannot be determined" >&2
  1.1323 -   { (exit 1); exit 1; }; }
  1.1324 +  as_fn_error "working directory cannot be determined"
  1.1325  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1.1326 -  { echo "$as_me: error: pwd does not report name of working directory" >&2
  1.1327 -   { (exit 1); exit 1; }; }
  1.1328 +  as_fn_error "pwd does not report name of working directory"
  1.1329  
  1.1330  
  1.1331  # Find the source files, if location was not specified.
  1.1332  if test -z "$srcdir"; then
  1.1333    ac_srcdir_defaulted=yes
  1.1334    # Try the directory containing this script, then the parent directory.
  1.1335 -  ac_confdir=`$as_dirname -- "$0" ||
  1.1336 -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.1337 -	 X"$0" : 'X\(//\)[^/]' \| \
  1.1338 -	 X"$0" : 'X\(//\)$' \| \
  1.1339 -	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  1.1340 -echo X"$0" |
  1.1341 +  ac_confdir=`$as_dirname -- "$as_myself" ||
  1.1342 +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.1343 +	 X"$as_myself" : 'X\(//\)[^/]' \| \
  1.1344 +	 X"$as_myself" : 'X\(//\)$' \| \
  1.1345 +	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  1.1346 +$as_echo X"$as_myself" |
  1.1347      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.1348  	    s//\1/
  1.1349  	    q
  1.1350 @@ -1191,13 +1239,11 @@
  1.1351  fi
  1.1352  if test ! -r "$srcdir/$ac_unique_file"; then
  1.1353    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1.1354 -  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  1.1355 -   { (exit 1); exit 1; }; }
  1.1356 +  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
  1.1357  fi
  1.1358  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1.1359  ac_abs_confdir=`(
  1.1360 -	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
  1.1361 -   { (exit 1); exit 1; }; }
  1.1362 +	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
  1.1363  	pwd)`
  1.1364  # When building in place, set srcdir=.
  1.1365  if test "$ac_abs_confdir" = "$ac_pwd"; then
  1.1366 @@ -1245,9 +1291,9 @@
  1.1367  
  1.1368  Installation directories:
  1.1369    --prefix=PREFIX         install architecture-independent files in PREFIX
  1.1370 -			  [$ac_default_prefix]
  1.1371 +                          [$ac_default_prefix]
  1.1372    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  1.1373 -			  [PREFIX]
  1.1374 +                          [PREFIX]
  1.1375  
  1.1376  By default, \`make install' will install all the files in
  1.1377  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
  1.1378 @@ -1257,25 +1303,25 @@
  1.1379  For better control, use the options below.
  1.1380  
  1.1381  Fine tuning of the installation directories:
  1.1382 -  --bindir=DIR           user executables [EPREFIX/bin]
  1.1383 -  --sbindir=DIR          system admin executables [EPREFIX/sbin]
  1.1384 -  --libexecdir=DIR       program executables [EPREFIX/libexec]
  1.1385 -  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  1.1386 -  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  1.1387 -  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  1.1388 -  --libdir=DIR           object code libraries [EPREFIX/lib]
  1.1389 -  --includedir=DIR       C header files [PREFIX/include]
  1.1390 -  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  1.1391 -  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
  1.1392 -  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
  1.1393 -  --infodir=DIR          info documentation [DATAROOTDIR/info]
  1.1394 -  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
  1.1395 -  --mandir=DIR           man documentation [DATAROOTDIR/man]
  1.1396 -  --docdir=DIR           documentation root [DATAROOTDIR/doc/masqmail]
  1.1397 -  --htmldir=DIR          html documentation [DOCDIR]
  1.1398 -  --dvidir=DIR           dvi documentation [DOCDIR]
  1.1399 -  --pdfdir=DIR           pdf documentation [DOCDIR]
  1.1400 -  --psdir=DIR            ps documentation [DOCDIR]
  1.1401 +  --bindir=DIR            user executables [EPREFIX/bin]
  1.1402 +  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  1.1403 +  --libexecdir=DIR        program executables [EPREFIX/libexec]
  1.1404 +  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  1.1405 +  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  1.1406 +  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  1.1407 +  --libdir=DIR            object code libraries [EPREFIX/lib]
  1.1408 +  --includedir=DIR        C header files [PREFIX/include]
  1.1409 +  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  1.1410 +  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  1.1411 +  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  1.1412 +  --infodir=DIR           info documentation [DATAROOTDIR/info]
  1.1413 +  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  1.1414 +  --mandir=DIR            man documentation [DATAROOTDIR/man]
  1.1415 +  --docdir=DIR            documentation root [DATAROOTDIR/doc/masqmail]
  1.1416 +  --htmldir=DIR           html documentation [DOCDIR]
  1.1417 +  --dvidir=DIR            dvi documentation [DOCDIR]
  1.1418 +  --pdfdir=DIR            pdf documentation [DOCDIR]
  1.1419 +  --psdir=DIR             ps documentation [DOCDIR]
  1.1420  _ACEOF
  1.1421  
  1.1422    cat <<\_ACEOF
  1.1423 @@ -1294,10 +1340,11 @@
  1.1424    cat <<\_ACEOF
  1.1425  
  1.1426  Optional Features:
  1.1427 +  --disable-option-checking  ignore unrecognized --enable/--with options
  1.1428    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  1.1429    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  1.1430 -  --disable-dependency-tracking Speeds up one-time builds
  1.1431 -  --enable-dependency-tracking  Do not reject slow dependency extractors
  1.1432 +  --disable-dependency-tracking  speeds up one-time build
  1.1433 +  --enable-dependency-tracking   do not reject slow dependency extractors
  1.1434    --disable-resolver       disable resolver support
  1.1435    --disable-debug          disable debugging
  1.1436    --disable-smtp-server    disable smtp server support
  1.1437 @@ -1325,7 +1372,7 @@
  1.1438    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  1.1439                nonstandard directory <lib dir>
  1.1440    LIBS        libraries to pass to the linker, e.g. -l<library>
  1.1441 -  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  1.1442 +  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  1.1443                you have headers in a nonstandard directory <include dir>
  1.1444    CPP         C preprocessor
  1.1445    PKG_CONFIG  path to pkg-config utility
  1.1446 @@ -1335,7 +1382,7 @@
  1.1447  Use these variables to override the choices made by `configure' or to help
  1.1448  it to find libraries and programs with nonstandard names/locations.
  1.1449  
  1.1450 -Report bugs to <oku@debian.org>.
  1.1451 +Report bugs to <meillo@marmaro.de>.
  1.1452  _ACEOF
  1.1453  ac_status=$?
  1.1454  fi
  1.1455 @@ -1343,15 +1390,17 @@
  1.1456  if test "$ac_init_help" = "recursive"; then
  1.1457    # If there are subdirs, report their specific --help.
  1.1458    for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1.1459 -    test -d "$ac_dir" || continue
  1.1460 +    test -d "$ac_dir" ||
  1.1461 +      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
  1.1462 +      continue
  1.1463      ac_builddir=.
  1.1464  
  1.1465  case "$ac_dir" in
  1.1466  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.1467  *)
  1.1468 -  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1.1469 +  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1.1470    # A ".." for each directory in $ac_dir_suffix.
  1.1471 -  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
  1.1472 +  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1.1473    case $ac_top_builddir_sub in
  1.1474    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.1475    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1.1476 @@ -1387,7 +1436,7 @@
  1.1477        echo &&
  1.1478        $SHELL "$ac_srcdir/configure" --help=recursive
  1.1479      else
  1.1480 -      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1.1481 +      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1.1482      fi || ac_status=$?
  1.1483      cd "$ac_pwd" || { ac_status=$?; break; }
  1.1484    done
  1.1485 @@ -1397,21 +1446,432 @@
  1.1486  if $ac_init_version; then
  1.1487    cat <<\_ACEOF
  1.1488  masqmail configure 0.2.21
  1.1489 -generated by GNU Autoconf 2.61
  1.1490 -
  1.1491 -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  1.1492 -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  1.1493 +generated by GNU Autoconf 2.65
  1.1494 +
  1.1495 +Copyright (C) 2009 Free Software Foundation, Inc.
  1.1496  This configure script is free software; the Free Software Foundation
  1.1497  gives unlimited permission to copy, distribute and modify it.
  1.1498  _ACEOF
  1.1499    exit
  1.1500  fi
  1.1501 +
  1.1502 +## ------------------------ ##
  1.1503 +## Autoconf initialization. ##
  1.1504 +## ------------------------ ##
  1.1505 +
  1.1506 +# ac_fn_c_try_compile LINENO
  1.1507 +# --------------------------
  1.1508 +# Try to compile conftest.$ac_ext, and return whether this succeeded.
  1.1509 +ac_fn_c_try_compile ()
  1.1510 +{
  1.1511 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1512 +  rm -f conftest.$ac_objext
  1.1513 +  if { { ac_try="$ac_compile"
  1.1514 +case "(($ac_try" in
  1.1515 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1516 +  *) ac_try_echo=$ac_try;;
  1.1517 +esac
  1.1518 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.1519 +$as_echo "$ac_try_echo"; } >&5
  1.1520 +  (eval "$ac_compile") 2>conftest.err
  1.1521 +  ac_status=$?
  1.1522 +  if test -s conftest.err; then
  1.1523 +    grep -v '^ *+' conftest.err >conftest.er1
  1.1524 +    cat conftest.er1 >&5
  1.1525 +    mv -f conftest.er1 conftest.err
  1.1526 +  fi
  1.1527 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.1528 +  test $ac_status = 0; } && {
  1.1529 +	 test -z "$ac_c_werror_flag" ||
  1.1530 +	 test ! -s conftest.err
  1.1531 +       } && test -s conftest.$ac_objext; then :
  1.1532 +  ac_retval=0
  1.1533 +else
  1.1534 +  $as_echo "$as_me: failed program was:" >&5
  1.1535 +sed 's/^/| /' conftest.$ac_ext >&5
  1.1536 +
  1.1537 +	ac_retval=1
  1.1538 +fi
  1.1539 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1.1540 +  as_fn_set_status $ac_retval
  1.1541 +
  1.1542 +} # ac_fn_c_try_compile
  1.1543 +
  1.1544 +# ac_fn_c_try_link LINENO
  1.1545 +# -----------------------
  1.1546 +# Try to link conftest.$ac_ext, and return whether this succeeded.
  1.1547 +ac_fn_c_try_link ()
  1.1548 +{
  1.1549 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1550 +  rm -f conftest.$ac_objext conftest$ac_exeext
  1.1551 +  if { { ac_try="$ac_link"
  1.1552 +case "(($ac_try" in
  1.1553 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1554 +  *) ac_try_echo=$ac_try;;
  1.1555 +esac
  1.1556 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.1557 +$as_echo "$ac_try_echo"; } >&5
  1.1558 +  (eval "$ac_link") 2>conftest.err
  1.1559 +  ac_status=$?
  1.1560 +  if test -s conftest.err; then
  1.1561 +    grep -v '^ *+' conftest.err >conftest.er1
  1.1562 +    cat conftest.er1 >&5
  1.1563 +    mv -f conftest.er1 conftest.err
  1.1564 +  fi
  1.1565 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.1566 +  test $ac_status = 0; } && {
  1.1567 +	 test -z "$ac_c_werror_flag" ||
  1.1568 +	 test ! -s conftest.err
  1.1569 +       } && test -s conftest$ac_exeext && {
  1.1570 +	 test "$cross_compiling" = yes ||
  1.1571 +	 $as_test_x conftest$ac_exeext
  1.1572 +       }; then :
  1.1573 +  ac_retval=0
  1.1574 +else
  1.1575 +  $as_echo "$as_me: failed program was:" >&5
  1.1576 +sed 's/^/| /' conftest.$ac_ext >&5
  1.1577 +
  1.1578 +	ac_retval=1
  1.1579 +fi
  1.1580 +  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  1.1581 +  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  1.1582 +  # interfere with the next link command; also delete a directory that is
  1.1583 +  # left behind by Apple's compiler.  We do this before executing the actions.
  1.1584 +  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  1.1585 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1.1586 +  as_fn_set_status $ac_retval
  1.1587 +
  1.1588 +} # ac_fn_c_try_link
  1.1589 +
  1.1590 +# ac_fn_c_try_cpp LINENO
  1.1591 +# ----------------------
  1.1592 +# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
  1.1593 +ac_fn_c_try_cpp ()
  1.1594 +{
  1.1595 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1596 +  if { { ac_try="$ac_cpp conftest.$ac_ext"
  1.1597 +case "(($ac_try" in
  1.1598 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1599 +  *) ac_try_echo=$ac_try;;
  1.1600 +esac
  1.1601 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.1602 +$as_echo "$ac_try_echo"; } >&5
  1.1603 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
  1.1604 +  ac_status=$?
  1.1605 +  if test -s conftest.err; then
  1.1606 +    grep -v '^ *+' conftest.err >conftest.er1
  1.1607 +    cat conftest.er1 >&5
  1.1608 +    mv -f conftest.er1 conftest.err
  1.1609 +  fi
  1.1610 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.1611 +  test $ac_status = 0; } >/dev/null && {
  1.1612 +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  1.1613 +	 test ! -s conftest.err
  1.1614 +       }; then :
  1.1615 +  ac_retval=0
  1.1616 +else
  1.1617 +  $as_echo "$as_me: failed program was:" >&5
  1.1618 +sed 's/^/| /' conftest.$ac_ext >&5
  1.1619 +
  1.1620 +    ac_retval=1
  1.1621 +fi
  1.1622 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1.1623 +  as_fn_set_status $ac_retval
  1.1624 +
  1.1625 +} # ac_fn_c_try_cpp
  1.1626 +
  1.1627 +# ac_fn_c_try_run LINENO
  1.1628 +# ----------------------
  1.1629 +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
  1.1630 +# that executables *can* be run.
  1.1631 +ac_fn_c_try_run ()
  1.1632 +{
  1.1633 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1634 +  if { { ac_try="$ac_link"
  1.1635 +case "(($ac_try" in
  1.1636 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1637 +  *) ac_try_echo=$ac_try;;
  1.1638 +esac
  1.1639 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.1640 +$as_echo "$ac_try_echo"; } >&5
  1.1641 +  (eval "$ac_link") 2>&5
  1.1642 +  ac_status=$?
  1.1643 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.1644 +  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
  1.1645 +  { { case "(($ac_try" in
  1.1646 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1647 +  *) ac_try_echo=$ac_try;;
  1.1648 +esac
  1.1649 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.1650 +$as_echo "$ac_try_echo"; } >&5
  1.1651 +  (eval "$ac_try") 2>&5
  1.1652 +  ac_status=$?
  1.1653 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.1654 +  test $ac_status = 0; }; }; then :
  1.1655 +  ac_retval=0
  1.1656 +else
  1.1657 +  $as_echo "$as_me: program exited with status $ac_status" >&5
  1.1658 +       $as_echo "$as_me: failed program was:" >&5
  1.1659 +sed 's/^/| /' conftest.$ac_ext >&5
  1.1660 +
  1.1661 +       ac_retval=$ac_status
  1.1662 +fi
  1.1663 +  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  1.1664 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1.1665 +  as_fn_set_status $ac_retval
  1.1666 +
  1.1667 +} # ac_fn_c_try_run
  1.1668 +
  1.1669 +# ac_fn_c_check_func LINENO FUNC VAR
  1.1670 +# ----------------------------------
  1.1671 +# Tests whether FUNC exists, setting the cache variable VAR accordingly
  1.1672 +ac_fn_c_check_func ()
  1.1673 +{
  1.1674 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1675 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1.1676 +$as_echo_n "checking for $2... " >&6; }
  1.1677 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1.1678 +  $as_echo_n "(cached) " >&6
  1.1679 +else
  1.1680 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1681 +/* end confdefs.h.  */
  1.1682 +/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
  1.1683 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.1684 +#define $2 innocuous_$2
  1.1685 +
  1.1686 +/* System header to define __stub macros and hopefully few prototypes,
  1.1687 +    which can conflict with char $2 (); below.
  1.1688 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.1689 +    <limits.h> exists even on freestanding compilers.  */
  1.1690 +
  1.1691 +#ifdef __STDC__
  1.1692 +# include <limits.h>
  1.1693 +#else
  1.1694 +# include <assert.h>
  1.1695 +#endif
  1.1696 +
  1.1697 +#undef $2
  1.1698 +
  1.1699 +/* Override any GCC internal prototype to avoid an error.
  1.1700 +   Use char because int might match the return type of a GCC
  1.1701 +   builtin and then its argument prototype would still apply.  */
  1.1702 +#ifdef __cplusplus
  1.1703 +extern "C"
  1.1704 +#endif
  1.1705 +char $2 ();
  1.1706 +/* The GNU C library defines this for functions which it implements
  1.1707 +    to always fail with ENOSYS.  Some functions are actually named
  1.1708 +    something starting with __ and the normal name is an alias.  */
  1.1709 +#if defined __stub_$2 || defined __stub___$2
  1.1710 +choke me
  1.1711 +#endif
  1.1712 +
  1.1713 +int
  1.1714 +main ()
  1.1715 +{
  1.1716 +return $2 ();
  1.1717 +  ;
  1.1718 +  return 0;
  1.1719 +}
  1.1720 +_ACEOF
  1.1721 +if ac_fn_c_try_link "$LINENO"; then :
  1.1722 +  eval "$3=yes"
  1.1723 +else
  1.1724 +  eval "$3=no"
  1.1725 +fi
  1.1726 +rm -f core conftest.err conftest.$ac_objext \
  1.1727 +    conftest$ac_exeext conftest.$ac_ext
  1.1728 +fi
  1.1729 +eval ac_res=\$$3
  1.1730 +	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1.1731 +$as_echo "$ac_res" >&6; }
  1.1732 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1.1733 +
  1.1734 +} # ac_fn_c_check_func
  1.1735 +
  1.1736 +# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
  1.1737 +# -------------------------------------------------------
  1.1738 +# Tests whether HEADER exists, giving a warning if it cannot be compiled using
  1.1739 +# the include files in INCLUDES and setting the cache variable VAR
  1.1740 +# accordingly.
  1.1741 +ac_fn_c_check_header_mongrel ()
  1.1742 +{
  1.1743 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1744 +  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1.1745 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1.1746 +$as_echo_n "checking for $2... " >&6; }
  1.1747 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1.1748 +  $as_echo_n "(cached) " >&6
  1.1749 +fi
  1.1750 +eval ac_res=\$$3
  1.1751 +	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1.1752 +$as_echo "$ac_res" >&6; }
  1.1753 +else
  1.1754 +  # Is the header compilable?
  1.1755 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
  1.1756 +$as_echo_n "checking $2 usability... " >&6; }
  1.1757 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1758 +/* end confdefs.h.  */
  1.1759 +$4
  1.1760 +#include <$2>
  1.1761 +_ACEOF
  1.1762 +if ac_fn_c_try_compile "$LINENO"; then :
  1.1763 +  ac_header_compiler=yes
  1.1764 +else
  1.1765 +  ac_header_compiler=no
  1.1766 +fi
  1.1767 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.1768 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
  1.1769 +$as_echo "$ac_header_compiler" >&6; }
  1.1770 +
  1.1771 +# Is the header present?
  1.1772 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
  1.1773 +$as_echo_n "checking $2 presence... " >&6; }
  1.1774 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1775 +/* end confdefs.h.  */
  1.1776 +#include <$2>
  1.1777 +_ACEOF
  1.1778 +if ac_fn_c_try_cpp "$LINENO"; then :
  1.1779 +  ac_header_preproc=yes
  1.1780 +else
  1.1781 +  ac_header_preproc=no
  1.1782 +fi
  1.1783 +rm -f conftest.err conftest.$ac_ext
  1.1784 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
  1.1785 +$as_echo "$ac_header_preproc" >&6; }
  1.1786 +
  1.1787 +# So?  What about this header?
  1.1788 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
  1.1789 +  yes:no: )
  1.1790 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
  1.1791 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1.1792 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  1.1793 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  1.1794 +    ;;
  1.1795 +  no:yes:* )
  1.1796 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
  1.1797 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
  1.1798 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
  1.1799 +$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
  1.1800 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
  1.1801 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
  1.1802 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
  1.1803 +$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
  1.1804 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  1.1805 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  1.1806 +( cat <<\_ASBOX
  1.1807 +## -------------------------------- ##
  1.1808 +## Report this to meillo@marmaro.de ##
  1.1809 +## -------------------------------- ##
  1.1810 +_ASBOX
  1.1811 +     ) | sed "s/^/$as_me: WARNING:     /" >&2
  1.1812 +    ;;
  1.1813 +esac
  1.1814 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1.1815 +$as_echo_n "checking for $2... " >&6; }
  1.1816 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1.1817 +  $as_echo_n "(cached) " >&6
  1.1818 +else
  1.1819 +  eval "$3=\$ac_header_compiler"
  1.1820 +fi
  1.1821 +eval ac_res=\$$3
  1.1822 +	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1.1823 +$as_echo "$ac_res" >&6; }
  1.1824 +fi
  1.1825 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1.1826 +
  1.1827 +} # ac_fn_c_check_header_mongrel
  1.1828 +
  1.1829 +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
  1.1830 +# -------------------------------------------------------
  1.1831 +# Tests whether HEADER exists and can be compiled using the include files in
  1.1832 +# INCLUDES, setting the cache variable VAR accordingly.
  1.1833 +ac_fn_c_check_header_compile ()
  1.1834 +{
  1.1835 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1836 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1.1837 +$as_echo_n "checking for $2... " >&6; }
  1.1838 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1.1839 +  $as_echo_n "(cached) " >&6
  1.1840 +else
  1.1841 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1842 +/* end confdefs.h.  */
  1.1843 +$4
  1.1844 +#include <$2>
  1.1845 +_ACEOF
  1.1846 +if ac_fn_c_try_compile "$LINENO"; then :
  1.1847 +  eval "$3=yes"
  1.1848 +else
  1.1849 +  eval "$3=no"
  1.1850 +fi
  1.1851 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.1852 +fi
  1.1853 +eval ac_res=\$$3
  1.1854 +	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1.1855 +$as_echo "$ac_res" >&6; }
  1.1856 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1.1857 +
  1.1858 +} # ac_fn_c_check_header_compile
  1.1859 +
  1.1860 +# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
  1.1861 +# -------------------------------------------
  1.1862 +# Tests whether TYPE exists after having included INCLUDES, setting cache
  1.1863 +# variable VAR accordingly.
  1.1864 +ac_fn_c_check_type ()
  1.1865 +{
  1.1866 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1867 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1.1868 +$as_echo_n "checking for $2... " >&6; }
  1.1869 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  1.1870 +  $as_echo_n "(cached) " >&6
  1.1871 +else
  1.1872 +  eval "$3=no"
  1.1873 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1874 +/* end confdefs.h.  */
  1.1875 +$4
  1.1876 +int
  1.1877 +main ()
  1.1878 +{
  1.1879 +if (sizeof ($2))
  1.1880 +	 return 0;
  1.1881 +  ;
  1.1882 +  return 0;
  1.1883 +}
  1.1884 +_ACEOF
  1.1885 +if ac_fn_c_try_compile "$LINENO"; then :
  1.1886 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1887 +/* end confdefs.h.  */
  1.1888 +$4
  1.1889 +int
  1.1890 +main ()
  1.1891 +{
  1.1892 +if (sizeof (($2)))
  1.1893 +	    return 0;
  1.1894 +  ;
  1.1895 +  return 0;
  1.1896 +}
  1.1897 +_ACEOF
  1.1898 +if ac_fn_c_try_compile "$LINENO"; then :
  1.1899 +
  1.1900 +else
  1.1901 +  eval "$3=yes"
  1.1902 +fi
  1.1903 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.1904 +fi
  1.1905 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.1906 +fi
  1.1907 +eval ac_res=\$$3
  1.1908 +	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1.1909 +$as_echo "$ac_res" >&6; }
  1.1910 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1.1911 +
  1.1912 +} # ac_fn_c_check_type
  1.1913  cat >config.log <<_ACEOF
  1.1914  This file contains any messages produced by compilers while
  1.1915  running configure, to aid debugging if configure makes a mistake.
  1.1916  
  1.1917  It was created by masqmail $as_me 0.2.21, which was
  1.1918 -generated by GNU Autoconf 2.61.  Invocation command line was
  1.1919 +generated by GNU Autoconf 2.65.  Invocation command line was
  1.1920  
  1.1921    $ $0 $@
  1.1922  
  1.1923 @@ -1447,8 +1907,8 @@
  1.1924  do
  1.1925    IFS=$as_save_IFS
  1.1926    test -z "$as_dir" && as_dir=.
  1.1927 -  echo "PATH: $as_dir"
  1.1928 -done
  1.1929 +    $as_echo "PATH: $as_dir"
  1.1930 +  done
  1.1931  IFS=$as_save_IFS
  1.1932  
  1.1933  } >&5
  1.1934 @@ -1482,12 +1942,12 @@
  1.1935      | -silent | --silent | --silen | --sile | --sil)
  1.1936        continue ;;
  1.1937      *\'*)
  1.1938 -      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.1939 +      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.1940      esac
  1.1941      case $ac_pass in
  1.1942 -    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1.1943 +    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
  1.1944      2)
  1.1945 -      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1.1946 +      as_fn_append ac_configure_args1 " '$ac_arg'"
  1.1947        if test $ac_must_keep_next = true; then
  1.1948  	ac_must_keep_next=false # Got value, back to normal.
  1.1949        else
  1.1950 @@ -1503,13 +1963,13 @@
  1.1951  	  -* ) ac_must_keep_next=true ;;
  1.1952  	esac
  1.1953        fi
  1.1954 -      ac_configure_args="$ac_configure_args '$ac_arg'"
  1.1955 +      as_fn_append ac_configure_args " '$ac_arg'"
  1.1956        ;;
  1.1957      esac
  1.1958    done
  1.1959  done
  1.1960 -$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1.1961 -$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1.1962 +{ ac_configure_args0=; unset ac_configure_args0;}
  1.1963 +{ ac_configure_args1=; unset ac_configure_args1;}
  1.1964  
  1.1965  # When interrupted or exit'd, cleanup temporary files, and complete
  1.1966  # config.log.  We remove comments because anyway the quotes in there
  1.1967 @@ -1534,12 +1994,13 @@
  1.1968      case $ac_val in #(
  1.1969      *${as_nl}*)
  1.1970        case $ac_var in #(
  1.1971 -      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  1.1972 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  1.1973 +      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
  1.1974 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
  1.1975        esac
  1.1976        case $ac_var in #(
  1.1977        _ | IFS | as_nl) ;; #(
  1.1978 -      *) $as_unset $ac_var ;;
  1.1979 +      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  1.1980 +      *) { eval $ac_var=; unset $ac_var;} ;;
  1.1981        esac ;;
  1.1982      esac
  1.1983    done
  1.1984 @@ -1568,9 +2029,9 @@
  1.1985      do
  1.1986        eval ac_val=\$$ac_var
  1.1987        case $ac_val in
  1.1988 -      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1.1989 +      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1.1990        esac
  1.1991 -      echo "$ac_var='\''$ac_val'\''"
  1.1992 +      $as_echo "$ac_var='\''$ac_val'\''"
  1.1993      done | sort
  1.1994      echo
  1.1995  
  1.1996 @@ -1585,9 +2046,9 @@
  1.1997        do
  1.1998  	eval ac_val=\$$ac_var
  1.1999  	case $ac_val in
  1.2000 -	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1.2001 +	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1.2002  	esac
  1.2003 -	echo "$ac_var='\''$ac_val'\''"
  1.2004 +	$as_echo "$ac_var='\''$ac_val'\''"
  1.2005        done | sort
  1.2006        echo
  1.2007      fi
  1.2008 @@ -1603,83 +2064,88 @@
  1.2009        echo
  1.2010      fi
  1.2011      test "$ac_signal" != 0 &&
  1.2012 -      echo "$as_me: caught signal $ac_signal"
  1.2013 -    echo "$as_me: exit $exit_status"
  1.2014 +      $as_echo "$as_me: caught signal $ac_signal"
  1.2015 +    $as_echo "$as_me: exit $exit_status"
  1.2016    } >&5
  1.2017    rm -f core *.core core.conftest.* &&
  1.2018      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  1.2019      exit $exit_status
  1.2020  ' 0
  1.2021  for ac_signal in 1 2 13 15; do
  1.2022 -  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1.2023 +  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
  1.2024  done
  1.2025  ac_signal=0
  1.2026  
  1.2027  # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1.2028  rm -f -r conftest* confdefs.h
  1.2029  
  1.2030 +$as_echo "/* confdefs.h */" > confdefs.h
  1.2031 +
  1.2032  # Predefined preprocessor variables.
  1.2033  
  1.2034  cat >>confdefs.h <<_ACEOF
  1.2035  #define PACKAGE_NAME "$PACKAGE_NAME"
  1.2036  _ACEOF
  1.2037  
  1.2038 -
  1.2039  cat >>confdefs.h <<_ACEOF
  1.2040  #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1.2041  _ACEOF
  1.2042  
  1.2043 -
  1.2044  cat >>confdefs.h <<_ACEOF
  1.2045  #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1.2046  _ACEOF
  1.2047  
  1.2048 -
  1.2049  cat >>confdefs.h <<_ACEOF
  1.2050  #define PACKAGE_STRING "$PACKAGE_STRING"
  1.2051  _ACEOF
  1.2052  
  1.2053 -
  1.2054  cat >>confdefs.h <<_ACEOF
  1.2055  #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1.2056  _ACEOF
  1.2057  
  1.2058 +cat >>confdefs.h <<_ACEOF
  1.2059 +#define PACKAGE_URL "$PACKAGE_URL"
  1.2060 +_ACEOF
  1.2061 +
  1.2062  
  1.2063  # Let the site file select an alternate cache file if it wants to.
  1.2064 -# Prefer explicitly selected file to automatically selected ones.
  1.2065 +# Prefer an explicitly selected file to automatically selected ones.
  1.2066 +ac_site_file1=NONE
  1.2067 +ac_site_file2=NONE
  1.2068  if test -n "$CONFIG_SITE"; then
  1.2069 -  set x "$CONFIG_SITE"
  1.2070 +  ac_site_file1=$CONFIG_SITE
  1.2071  elif test "x$prefix" != xNONE; then
  1.2072 -  set x "$prefix/share/config.site" "$prefix/etc/config.site"
  1.2073 -else
  1.2074 -  set x "$ac_default_prefix/share/config.site" \
  1.2075 -	"$ac_default_prefix/etc/config.site"
  1.2076 -fi
  1.2077 -shift
  1.2078 -for ac_site_file
  1.2079 +  ac_site_file1=$prefix/share/config.site
  1.2080 +  ac_site_file2=$prefix/etc/config.site
  1.2081 +else
  1.2082 +  ac_site_file1=$ac_default_prefix/share/config.site
  1.2083 +  ac_site_file2=$ac_default_prefix/etc/config.site
  1.2084 +fi
  1.2085 +for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  1.2086  do
  1.2087 -  if test -r "$ac_site_file"; then
  1.2088 -    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1.2089 -echo "$as_me: loading site script $ac_site_file" >&6;}
  1.2090 +  test "x$ac_site_file" = xNONE && continue
  1.2091 +  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  1.2092 +    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  1.2093 +$as_echo "$as_me: loading site script $ac_site_file" >&6;}
  1.2094      sed 's/^/| /' "$ac_site_file" >&5
  1.2095      . "$ac_site_file"
  1.2096    fi
  1.2097  done
  1.2098  
  1.2099  if test -r "$cache_file"; then
  1.2100 -  # Some versions of bash will fail to source /dev/null (special
  1.2101 -  # files actually), so we avoid doing that.
  1.2102 -  if test -f "$cache_file"; then
  1.2103 -    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1.2104 -echo "$as_me: loading cache $cache_file" >&6;}
  1.2105 +  # Some versions of bash will fail to source /dev/null (special files
  1.2106 +  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
  1.2107 +  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
  1.2108 +    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
  1.2109 +$as_echo "$as_me: loading cache $cache_file" >&6;}
  1.2110      case $cache_file in
  1.2111        [\\/]* | ?:[\\/]* ) . "$cache_file";;
  1.2112        *)                      . "./$cache_file";;
  1.2113      esac
  1.2114    fi
  1.2115  else
  1.2116 -  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1.2117 -echo "$as_me: creating cache $cache_file" >&6;}
  1.2118 +  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
  1.2119 +$as_echo "$as_me: creating cache $cache_file" >&6;}
  1.2120    >$cache_file
  1.2121  fi
  1.2122  
  1.2123 @@ -1693,68 +2159,56 @@
  1.2124    eval ac_new_val=\$ac_env_${ac_var}_value
  1.2125    case $ac_old_set,$ac_new_set in
  1.2126      set,)
  1.2127 -      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1.2128 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1.2129 +      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1.2130 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1.2131        ac_cache_corrupted=: ;;
  1.2132      ,set)
  1.2133 -      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1.2134 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1.2135 +      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
  1.2136 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1.2137        ac_cache_corrupted=: ;;
  1.2138      ,);;
  1.2139      *)
  1.2140        if test "x$ac_old_val" != "x$ac_new_val"; then
  1.2141 -	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1.2142 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1.2143 -	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1.2144 -echo "$as_me:   former value:  $ac_old_val" >&2;}
  1.2145 -	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1.2146 -echo "$as_me:   current value: $ac_new_val" >&2;}
  1.2147 -	ac_cache_corrupted=:
  1.2148 +	# differences in whitespace do not lead to failure.
  1.2149 +	ac_old_val_w=`echo x $ac_old_val`
  1.2150 +	ac_new_val_w=`echo x $ac_new_val`
  1.2151 +	if test "$ac_old_val_w" != "$ac_new_val_w"; then
  1.2152 +	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
  1.2153 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1.2154 +	  ac_cache_corrupted=:
  1.2155 +	else
  1.2156 +	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
  1.2157 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
  1.2158 +	  eval $ac_var=\$ac_old_val
  1.2159 +	fi
  1.2160 +	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
  1.2161 +$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
  1.2162 +	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
  1.2163 +$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
  1.2164        fi;;
  1.2165    esac
  1.2166    # Pass precious variables to config.status.
  1.2167    if test "$ac_new_set" = set; then
  1.2168      case $ac_new_val in
  1.2169 -    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.2170 +    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.2171      *) ac_arg=$ac_var=$ac_new_val ;;
  1.2172      esac
  1.2173      case " $ac_configure_args " in
  1.2174        *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1.2175 -      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1.2176 +      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
  1.2177      esac
  1.2178    fi
  1.2179  done
  1.2180  if $ac_cache_corrupted; then
  1.2181 -  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1.2182 -echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1.2183 -  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1.2184 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1.2185 -   { (exit 1); exit 1; }; }
  1.2186 -fi
  1.2187 -
  1.2188 -
  1.2189 -
  1.2190 -
  1.2191 -
  1.2192 -
  1.2193 -
  1.2194 -
  1.2195 -
  1.2196 -
  1.2197 -
  1.2198 -
  1.2199 -
  1.2200 -
  1.2201 -
  1.2202 -
  1.2203 -
  1.2204 -
  1.2205 -
  1.2206 -
  1.2207 -
  1.2208 -
  1.2209 -
  1.2210 -
  1.2211 +  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.2212 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.2213 +  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
  1.2214 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1.2215 +  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
  1.2216 +fi
  1.2217 +## -------------------- ##
  1.2218 +## Main body of script. ##
  1.2219 +## -------------------- ##
  1.2220  
  1.2221  ac_ext=c
  1.2222  ac_cpp='$CPP $CPPFLAGS'
  1.2223 @@ -1766,27 +2220,20 @@
  1.2224  
  1.2225  ac_config_headers="$ac_config_headers config.h"
  1.2226  
  1.2227 -am__api_version="1.7"
  1.2228 +am__api_version='1.11'
  1.2229 +
  1.2230  ac_aux_dir=
  1.2231  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
  1.2232 -  if test -f "$ac_dir/install-sh"; then
  1.2233 -    ac_aux_dir=$ac_dir
  1.2234 -    ac_install_sh="$ac_aux_dir/install-sh -c"
  1.2235 -    break
  1.2236 -  elif test -f "$ac_dir/install.sh"; then
  1.2237 -    ac_aux_dir=$ac_dir
  1.2238 -    ac_install_sh="$ac_aux_dir/install.sh -c"
  1.2239 -    break
  1.2240 -  elif test -f "$ac_dir/shtool"; then
  1.2241 -    ac_aux_dir=$ac_dir
  1.2242 -    ac_install_sh="$ac_aux_dir/shtool install -c"
  1.2243 -    break
  1.2244 -  fi
  1.2245 +  for ac_t in install-sh install.sh shtool; do
  1.2246 +    if test -f "$ac_dir/$ac_t"; then
  1.2247 +      ac_aux_dir=$ac_dir
  1.2248 +      ac_install_sh="$ac_aux_dir/$ac_t -c"
  1.2249 +      break 2
  1.2250 +    fi
  1.2251 +  done
  1.2252  done
  1.2253  if test -z "$ac_aux_dir"; then
  1.2254 -  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
  1.2255 -echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
  1.2256 -   { (exit 1); exit 1; }; }
  1.2257 +  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
  1.2258  fi
  1.2259  
  1.2260  # These three variables are undocumented and unsupported,
  1.2261 @@ -1811,22 +2258,23 @@
  1.2262  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1.2263  # OS/2's system install, which has a completely different semantic
  1.2264  # ./install, which can be erroneously created by make from ./install.sh.
  1.2265 -{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1.2266 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  1.2267 +# Reject install programs that cannot install multiple files.
  1.2268 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
  1.2269 +$as_echo_n "checking for a BSD-compatible install... " >&6; }
  1.2270  if test -z "$INSTALL"; then
  1.2271 -if test "${ac_cv_path_install+set}" = set; then
  1.2272 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2273 +if test "${ac_cv_path_install+set}" = set; then :
  1.2274 +  $as_echo_n "(cached) " >&6
  1.2275  else
  1.2276    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2277  for as_dir in $PATH
  1.2278  do
  1.2279    IFS=$as_save_IFS
  1.2280    test -z "$as_dir" && as_dir=.
  1.2281 -  # Account for people who put trailing slashes in PATH elements.
  1.2282 -case $as_dir/ in
  1.2283 -  ./ | .// | /cC/* | \
  1.2284 +    # Account for people who put trailing slashes in PATH elements.
  1.2285 +case $as_dir/ in #((
  1.2286 +  ./ | .// | /[cC]/* | \
  1.2287    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  1.2288 -  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
  1.2289 +  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
  1.2290    /usr/ucb/* ) ;;
  1.2291    *)
  1.2292      # OSF1 and SCO ODT 3.0 have their own names for install.
  1.2293 @@ -1844,17 +2292,29 @@
  1.2294  	    # program-specific install script used by HP pwplus--don't use.
  1.2295  	    :
  1.2296  	  else
  1.2297 -	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1.2298 -	    break 3
  1.2299 +	    rm -rf conftest.one conftest.two conftest.dir
  1.2300 +	    echo one > conftest.one
  1.2301 +	    echo two > conftest.two
  1.2302 +	    mkdir conftest.dir
  1.2303 +	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
  1.2304 +	      test -s conftest.one && test -s conftest.two &&
  1.2305 +	      test -s conftest.dir/conftest.one &&
  1.2306 +	      test -s conftest.dir/conftest.two
  1.2307 +	    then
  1.2308 +	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1.2309 +	      break 3
  1.2310 +	    fi
  1.2311  	  fi
  1.2312  	fi
  1.2313        done
  1.2314      done
  1.2315      ;;
  1.2316  esac
  1.2317 -done
  1.2318 +
  1.2319 +  done
  1.2320  IFS=$as_save_IFS
  1.2321  
  1.2322 +rm -rf conftest.one conftest.two conftest.dir
  1.2323  
  1.2324  fi
  1.2325    if test "${ac_cv_path_install+set}" = set; then
  1.2326 @@ -1867,8 +2327,8 @@
  1.2327      INSTALL=$ac_install_sh
  1.2328    fi
  1.2329  fi
  1.2330 -{ echo "$as_me:$LINENO: result: $INSTALL" >&5
  1.2331 -echo "${ECHO_T}$INSTALL" >&6; }
  1.2332 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
  1.2333 +$as_echo "$INSTALL" >&6; }
  1.2334  
  1.2335  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1.2336  # It thinks the first close brace ends the variable substitution.
  1.2337 @@ -1878,21 +2338,34 @@
  1.2338  
  1.2339  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1.2340  
  1.2341 -{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  1.2342 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
  1.2343 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
  1.2344 +$as_echo_n "checking whether build environment is sane... " >&6; }
  1.2345  # Just in case
  1.2346  sleep 1
  1.2347  echo timestamp > conftest.file
  1.2348 +# Reject unsafe characters in $srcdir or the absolute working directory
  1.2349 +# name.  Accept space and tab only in the latter.
  1.2350 +am_lf='
  1.2351 +'
  1.2352 +case `pwd` in
  1.2353 +  *[\\\"\#\$\&\'\`$am_lf]*)
  1.2354 +    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
  1.2355 +esac
  1.2356 +case $srcdir in
  1.2357 +  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
  1.2358 +    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
  1.2359 +esac
  1.2360 +
  1.2361  # Do `set' in a subshell so we don't clobber the current shell's
  1.2362  # arguments.  Must try -L first in case configure is actually a
  1.2363  # symlink; some systems play weird games with the mod time of symlinks
  1.2364  # (eg FreeBSD returns the mod time of the symlink's containing
  1.2365  # directory).
  1.2366  if (
  1.2367 -   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  1.2368 +   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  1.2369     if test "$*" = "X"; then
  1.2370        # -L didn't work.
  1.2371 -      set X `ls -t $srcdir/configure conftest.file`
  1.2372 +      set X `ls -t "$srcdir/configure" conftest.file`
  1.2373     fi
  1.2374     rm -f conftest.file
  1.2375     if test "$*" != "X $srcdir/configure conftest.file" \
  1.2376 @@ -1902,11 +2375,8 @@
  1.2377        # if, for instance, CONFIG_SHELL is bash and it inherits a
  1.2378        # broken ls alias from the environment.  This has actually
  1.2379        # happened.  Such a system could not be considered "sane".
  1.2380 -      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
  1.2381 -alias in your environment" >&5
  1.2382 -echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
  1.2383 -alias in your environment" >&2;}
  1.2384 -   { (exit 1); exit 1; }; }
  1.2385 +      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
  1.2386 +alias in your environment" "$LINENO" 5
  1.2387     fi
  1.2388  
  1.2389     test "$2" = conftest.file
  1.2390 @@ -1915,88 +2385,246 @@
  1.2391     # Ok.
  1.2392     :
  1.2393  else
  1.2394 -   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  1.2395 -Check your system clock" >&5
  1.2396 -echo "$as_me: error: newly created file is older than distributed files!
  1.2397 -Check your system clock" >&2;}
  1.2398 -   { (exit 1); exit 1; }; }
  1.2399 -fi
  1.2400 -{ echo "$as_me:$LINENO: result: yes" >&5
  1.2401 -echo "${ECHO_T}yes" >&6; }
  1.2402 +   as_fn_error "newly created file is older than distributed files!
  1.2403 +Check your system clock" "$LINENO" 5
  1.2404 +fi
  1.2405 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.2406 +$as_echo "yes" >&6; }
  1.2407  test "$program_prefix" != NONE &&
  1.2408    program_transform_name="s&^&$program_prefix&;$program_transform_name"
  1.2409  # Use a double $ so make ignores it.
  1.2410  test "$program_suffix" != NONE &&
  1.2411    program_transform_name="s&\$&$program_suffix&;$program_transform_name"
  1.2412 -# Double any \ or $.  echo might interpret backslashes.
  1.2413 +# Double any \ or $.
  1.2414  # By default was `s,x,x', remove it if useless.
  1.2415 -cat <<\_ACEOF >conftest.sed
  1.2416 -s/[\\$]/&&/g;s/;s,x,x,$//
  1.2417 -_ACEOF
  1.2418 -program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  1.2419 -rm -f conftest.sed
  1.2420 -
  1.2421 +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
  1.2422 +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
  1.2423  
  1.2424  # expand $ac_aux_dir to an absolute path
  1.2425  am_aux_dir=`cd $ac_aux_dir && pwd`
  1.2426  
  1.2427 -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
  1.2428 +if test x"${MISSING+set}" != xset; then
  1.2429 +  case $am_aux_dir in
  1.2430 +  *\ * | *\	*)
  1.2431 +    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  1.2432 +  *)
  1.2433 +    MISSING="\${SHELL} $am_aux_dir/missing" ;;
  1.2434 +  esac
  1.2435 +fi
  1.2436  # Use eval to expand $SHELL
  1.2437  if eval "$MISSING --run true"; then
  1.2438    am_missing_run="$MISSING --run "
  1.2439  else
  1.2440    am_missing_run=
  1.2441 -  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
  1.2442 -echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
  1.2443 -fi
  1.2444 -
  1.2445 -for ac_prog in gawk mawk nawk awk
  1.2446 -do
  1.2447 -  # Extract the first word of "$ac_prog", so it can be a program name with args.
  1.2448 -set dummy $ac_prog; ac_word=$2
  1.2449 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.2450 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.2451 -if test "${ac_cv_prog_AWK+set}" = set; then
  1.2452 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2453 -else
  1.2454 -  if test -n "$AWK"; then
  1.2455 -  ac_cv_prog_AWK="$AWK" # Let the user override the test.
  1.2456 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
  1.2457 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
  1.2458 +fi
  1.2459 +
  1.2460 +if test x"${install_sh}" != xset; then
  1.2461 +  case $am_aux_dir in
  1.2462 +  *\ * | *\	*)
  1.2463 +    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  1.2464 +  *)
  1.2465 +    install_sh="\${SHELL} $am_aux_dir/install-sh"
  1.2466 +  esac
  1.2467 +fi
  1.2468 +
  1.2469 +# Installed binaries are usually stripped using `strip' when the user
  1.2470 +# run `make install-strip'.  However `strip' might not be the right
  1.2471 +# tool to use in cross-compilation environments, therefore Automake
  1.2472 +# will honor the `STRIP' environment variable to overrule this program.
  1.2473 +if test "$cross_compiling" != no; then
  1.2474 +  if test -n "$ac_tool_prefix"; then
  1.2475 +  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  1.2476 +set dummy ${ac_tool_prefix}strip; ac_word=$2
  1.2477 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2478 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2479 +if test "${ac_cv_prog_STRIP+set}" = set; then :
  1.2480 +  $as_echo_n "(cached) " >&6
  1.2481 +else
  1.2482 +  if test -n "$STRIP"; then
  1.2483 +  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  1.2484  else
  1.2485  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2486  for as_dir in $PATH
  1.2487  do
  1.2488    IFS=$as_save_IFS
  1.2489    test -z "$as_dir" && as_dir=.
  1.2490 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.2491 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2492    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2493 -    ac_cv_prog_AWK="$ac_prog"
  1.2494 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2495 +    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  1.2496 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2497      break 2
  1.2498    fi
  1.2499  done
  1.2500 +  done
  1.2501 +IFS=$as_save_IFS
  1.2502 +
  1.2503 +fi
  1.2504 +fi
  1.2505 +STRIP=$ac_cv_prog_STRIP
  1.2506 +if test -n "$STRIP"; then
  1.2507 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
  1.2508 +$as_echo "$STRIP" >&6; }
  1.2509 +else
  1.2510 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2511 +$as_echo "no" >&6; }
  1.2512 +fi
  1.2513 +
  1.2514 +
  1.2515 +fi
  1.2516 +if test -z "$ac_cv_prog_STRIP"; then
  1.2517 +  ac_ct_STRIP=$STRIP
  1.2518 +  # Extract the first word of "strip", so it can be a program name with args.
  1.2519 +set dummy strip; ac_word=$2
  1.2520 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2521 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2522 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
  1.2523 +  $as_echo_n "(cached) " >&6
  1.2524 +else
  1.2525 +  if test -n "$ac_ct_STRIP"; then
  1.2526 +  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  1.2527 +else
  1.2528 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2529 +for as_dir in $PATH
  1.2530 +do
  1.2531 +  IFS=$as_save_IFS
  1.2532 +  test -z "$as_dir" && as_dir=.
  1.2533 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2534 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2535 +    ac_cv_prog_ac_ct_STRIP="strip"
  1.2536 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2537 +    break 2
  1.2538 +  fi
  1.2539  done
  1.2540 +  done
  1.2541 +IFS=$as_save_IFS
  1.2542 +
  1.2543 +fi
  1.2544 +fi
  1.2545 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  1.2546 +if test -n "$ac_ct_STRIP"; then
  1.2547 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
  1.2548 +$as_echo "$ac_ct_STRIP" >&6; }
  1.2549 +else
  1.2550 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2551 +$as_echo "no" >&6; }
  1.2552 +fi
  1.2553 +
  1.2554 +  if test "x$ac_ct_STRIP" = x; then
  1.2555 +    STRIP=":"
  1.2556 +  else
  1.2557 +    case $cross_compiling:$ac_tool_warned in
  1.2558 +yes:)
  1.2559 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1.2560 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1.2561 +ac_tool_warned=yes ;;
  1.2562 +esac
  1.2563 +    STRIP=$ac_ct_STRIP
  1.2564 +  fi
  1.2565 +else
  1.2566 +  STRIP="$ac_cv_prog_STRIP"
  1.2567 +fi
  1.2568 +
  1.2569 +fi
  1.2570 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  1.2571 +
  1.2572 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
  1.2573 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
  1.2574 +if test -z "$MKDIR_P"; then
  1.2575 +  if test "${ac_cv_path_mkdir+set}" = set; then :
  1.2576 +  $as_echo_n "(cached) " >&6
  1.2577 +else
  1.2578 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2579 +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
  1.2580 +do
  1.2581 +  IFS=$as_save_IFS
  1.2582 +  test -z "$as_dir" && as_dir=.
  1.2583 +    for ac_prog in mkdir gmkdir; do
  1.2584 +	 for ac_exec_ext in '' $ac_executable_extensions; do
  1.2585 +	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
  1.2586 +	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
  1.2587 +	     'mkdir (GNU coreutils) '* | \
  1.2588 +	     'mkdir (coreutils) '* | \
  1.2589 +	     'mkdir (fileutils) '4.1*)
  1.2590 +	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
  1.2591 +	       break 3;;
  1.2592 +	   esac
  1.2593 +	 done
  1.2594 +       done
  1.2595 +  done
  1.2596 +IFS=$as_save_IFS
  1.2597 +
  1.2598 +fi
  1.2599 +
  1.2600 +  test -d ./--version && rmdir ./--version
  1.2601 +  if test "${ac_cv_path_mkdir+set}" = set; then
  1.2602 +    MKDIR_P="$ac_cv_path_mkdir -p"
  1.2603 +  else
  1.2604 +    # As a last resort, use the slow shell script.  Don't cache a
  1.2605 +    # value for MKDIR_P within a source directory, because that will
  1.2606 +    # break other packages using the cache if that directory is
  1.2607 +    # removed, or if the value is a relative name.
  1.2608 +    MKDIR_P="$ac_install_sh -d"
  1.2609 +  fi
  1.2610 +fi
  1.2611 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
  1.2612 +$as_echo "$MKDIR_P" >&6; }
  1.2613 +
  1.2614 +mkdir_p="$MKDIR_P"
  1.2615 +case $mkdir_p in
  1.2616 +  [\\/$]* | ?:[\\/]*) ;;
  1.2617 +  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
  1.2618 +esac
  1.2619 +
  1.2620 +for ac_prog in gawk mawk nawk awk
  1.2621 +do
  1.2622 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
  1.2623 +set dummy $ac_prog; ac_word=$2
  1.2624 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2625 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2626 +if test "${ac_cv_prog_AWK+set}" = set; then :
  1.2627 +  $as_echo_n "(cached) " >&6
  1.2628 +else
  1.2629 +  if test -n "$AWK"; then
  1.2630 +  ac_cv_prog_AWK="$AWK" # Let the user override the test.
  1.2631 +else
  1.2632 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2633 +for as_dir in $PATH
  1.2634 +do
  1.2635 +  IFS=$as_save_IFS
  1.2636 +  test -z "$as_dir" && as_dir=.
  1.2637 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2638 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2639 +    ac_cv_prog_AWK="$ac_prog"
  1.2640 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2641 +    break 2
  1.2642 +  fi
  1.2643 +done
  1.2644 +  done
  1.2645  IFS=$as_save_IFS
  1.2646  
  1.2647  fi
  1.2648  fi
  1.2649  AWK=$ac_cv_prog_AWK
  1.2650  if test -n "$AWK"; then
  1.2651 -  { echo "$as_me:$LINENO: result: $AWK" >&5
  1.2652 -echo "${ECHO_T}$AWK" >&6; }
  1.2653 -else
  1.2654 -  { echo "$as_me:$LINENO: result: no" >&5
  1.2655 -echo "${ECHO_T}no" >&6; }
  1.2656 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
  1.2657 +$as_echo "$AWK" >&6; }
  1.2658 +else
  1.2659 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2660 +$as_echo "no" >&6; }
  1.2661  fi
  1.2662  
  1.2663  
  1.2664    test -n "$AWK" && break
  1.2665  done
  1.2666  
  1.2667 -{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  1.2668 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
  1.2669 -set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  1.2670 -if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
  1.2671 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2672 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  1.2673 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
  1.2674 +set x ${MAKE-make}
  1.2675 +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  1.2676 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
  1.2677 +  $as_echo_n "(cached) " >&6
  1.2678  else
  1.2679    cat >conftest.make <<\_ACEOF
  1.2680  SHELL = /bin/sh
  1.2681 @@ -2013,12 +2641,12 @@
  1.2682  rm -f conftest.make
  1.2683  fi
  1.2684  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  1.2685 -  { echo "$as_me:$LINENO: result: yes" >&5
  1.2686 -echo "${ECHO_T}yes" >&6; }
  1.2687 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.2688 +$as_echo "yes" >&6; }
  1.2689    SET_MAKE=
  1.2690  else
  1.2691 -  { echo "$as_me:$LINENO: result: no" >&5
  1.2692 -echo "${ECHO_T}no" >&6; }
  1.2693 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2694 +$as_echo "no" >&6; }
  1.2695    SET_MAKE="MAKE=${MAKE-make}"
  1.2696  fi
  1.2697  
  1.2698 @@ -2031,12 +2659,14 @@
  1.2699  fi
  1.2700  rmdir .tst 2>/dev/null
  1.2701  
  1.2702 - # test to see if srcdir already configured
  1.2703 -if test "`cd $srcdir && pwd`" != "`pwd`" &&
  1.2704 -   test -f $srcdir/config.status; then
  1.2705 -  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  1.2706 -echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
  1.2707 -   { (exit 1); exit 1; }; }
  1.2708 +if test "`cd $srcdir && pwd`" != "`pwd`"; then
  1.2709 +  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  1.2710 +  # is not polluted with repeated "-I."
  1.2711 +  am__isrc=' -I$(srcdir)'
  1.2712 +  # test to see if srcdir already configured
  1.2713 +  if test -f $srcdir/config.status; then
  1.2714 +    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
  1.2715 +  fi
  1.2716  fi
  1.2717  
  1.2718  # test whether we have cygpath
  1.2719 @@ -2079,117 +2709,15 @@
  1.2720  
  1.2721  MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  1.2722  
  1.2723 -
  1.2724 -AMTAR=${AMTAR-"${am_missing_run}tar"}
  1.2725 -
  1.2726 -install_sh=${install_sh-"$am_aux_dir/install-sh"}
  1.2727 -
  1.2728 -# Installed binaries are usually stripped using `strip' when the user
  1.2729 -# run `make install-strip'.  However `strip' might not be the right
  1.2730 -# tool to use in cross-compilation environments, therefore Automake
  1.2731 -# will honor the `STRIP' environment variable to overrule this program.
  1.2732 -if test "$cross_compiling" != no; then
  1.2733 -  if test -n "$ac_tool_prefix"; then
  1.2734 -  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  1.2735 -set dummy ${ac_tool_prefix}strip; ac_word=$2
  1.2736 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.2737 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.2738 -if test "${ac_cv_prog_STRIP+set}" = set; then
  1.2739 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2740 -else
  1.2741 -  if test -n "$STRIP"; then
  1.2742 -  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  1.2743 -else
  1.2744 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2745 -for as_dir in $PATH
  1.2746 -do
  1.2747 -  IFS=$as_save_IFS
  1.2748 -  test -z "$as_dir" && as_dir=.
  1.2749 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.2750 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2751 -    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  1.2752 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2753 -    break 2
  1.2754 -  fi
  1.2755 -done
  1.2756 -done
  1.2757 -IFS=$as_save_IFS
  1.2758 -
  1.2759 -fi
  1.2760 -fi
  1.2761 -STRIP=$ac_cv_prog_STRIP
  1.2762 -if test -n "$STRIP"; then
  1.2763 -  { echo "$as_me:$LINENO: result: $STRIP" >&5
  1.2764 -echo "${ECHO_T}$STRIP" >&6; }
  1.2765 -else
  1.2766 -  { echo "$as_me:$LINENO: result: no" >&5
  1.2767 -echo "${ECHO_T}no" >&6; }
  1.2768 -fi
  1.2769 -
  1.2770 -
  1.2771 -fi
  1.2772 -if test -z "$ac_cv_prog_STRIP"; then
  1.2773 -  ac_ct_STRIP=$STRIP
  1.2774 -  # Extract the first word of "strip", so it can be a program name with args.
  1.2775 -set dummy strip; ac_word=$2
  1.2776 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.2777 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.2778 -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  1.2779 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2780 -else
  1.2781 -  if test -n "$ac_ct_STRIP"; then
  1.2782 -  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  1.2783 -else
  1.2784 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2785 -for as_dir in $PATH
  1.2786 -do
  1.2787 -  IFS=$as_save_IFS
  1.2788 -  test -z "$as_dir" && as_dir=.
  1.2789 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.2790 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2791 -    ac_cv_prog_ac_ct_STRIP="strip"
  1.2792 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2793 -    break 2
  1.2794 -  fi
  1.2795 -done
  1.2796 -done
  1.2797 -IFS=$as_save_IFS
  1.2798 -
  1.2799 -fi
  1.2800 -fi
  1.2801 -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  1.2802 -if test -n "$ac_ct_STRIP"; then
  1.2803 -  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  1.2804 -echo "${ECHO_T}$ac_ct_STRIP" >&6; }
  1.2805 -else
  1.2806 -  { echo "$as_me:$LINENO: result: no" >&5
  1.2807 -echo "${ECHO_T}no" >&6; }
  1.2808 -fi
  1.2809 -
  1.2810 -  if test "x$ac_ct_STRIP" = x; then
  1.2811 -    STRIP=":"
  1.2812 -  else
  1.2813 -    case $cross_compiling:$ac_tool_warned in
  1.2814 -yes:)
  1.2815 -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.2816 -whose name does not start with the host triplet.  If you think this
  1.2817 -configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.2818 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.2819 -whose name does not start with the host triplet.  If you think this
  1.2820 -configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.2821 -ac_tool_warned=yes ;;
  1.2822 -esac
  1.2823 -    STRIP=$ac_ct_STRIP
  1.2824 -  fi
  1.2825 -else
  1.2826 -  STRIP="$ac_cv_prog_STRIP"
  1.2827 -fi
  1.2828 -
  1.2829 -fi
  1.2830 -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
  1.2831 -
  1.2832  # We need awk for the "check" target.  The system "awk" is bad on
  1.2833  # some platforms.
  1.2834 +# Always define AMTAR for backward compatibility.
  1.2835 +
  1.2836 +AMTAR=${AMTAR-"${am_missing_run}tar"}
  1.2837 +
  1.2838 +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
  1.2839 +
  1.2840 +
  1.2841  
  1.2842  
  1.2843  
  1.2844 @@ -2206,10 +2734,10 @@
  1.2845  if test -n "$ac_tool_prefix"; then
  1.2846    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1.2847  set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1.2848 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.2849 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.2850 -if test "${ac_cv_prog_CC+set}" = set; then
  1.2851 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2852 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2853 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2854 +if test "${ac_cv_prog_CC+set}" = set; then :
  1.2855 +  $as_echo_n "(cached) " >&6
  1.2856  else
  1.2857    if test -n "$CC"; then
  1.2858    ac_cv_prog_CC="$CC" # Let the user override the test.
  1.2859 @@ -2219,25 +2747,25 @@
  1.2860  do
  1.2861    IFS=$as_save_IFS
  1.2862    test -z "$as_dir" && as_dir=.
  1.2863 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.2864 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2865    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2866      ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1.2867 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2868 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2869      break 2
  1.2870    fi
  1.2871  done
  1.2872 -done
  1.2873 +  done
  1.2874  IFS=$as_save_IFS
  1.2875  
  1.2876  fi
  1.2877  fi
  1.2878  CC=$ac_cv_prog_CC
  1.2879  if test -n "$CC"; then
  1.2880 -  { echo "$as_me:$LINENO: result: $CC" >&5
  1.2881 -echo "${ECHO_T}$CC" >&6; }
  1.2882 -else
  1.2883 -  { echo "$as_me:$LINENO: result: no" >&5
  1.2884 -echo "${ECHO_T}no" >&6; }
  1.2885 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  1.2886 +$as_echo "$CC" >&6; }
  1.2887 +else
  1.2888 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2889 +$as_echo "no" >&6; }
  1.2890  fi
  1.2891  
  1.2892  
  1.2893 @@ -2246,10 +2774,10 @@
  1.2894    ac_ct_CC=$CC
  1.2895    # Extract the first word of "gcc", so it can be a program name with args.
  1.2896  set dummy gcc; ac_word=$2
  1.2897 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.2898 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.2899 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1.2900 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2901 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2902 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2903 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
  1.2904 +  $as_echo_n "(cached) " >&6
  1.2905  else
  1.2906    if test -n "$ac_ct_CC"; then
  1.2907    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1.2908 @@ -2259,25 +2787,25 @@
  1.2909  do
  1.2910    IFS=$as_save_IFS
  1.2911    test -z "$as_dir" && as_dir=.
  1.2912 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.2913 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2914    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2915      ac_cv_prog_ac_ct_CC="gcc"
  1.2916 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2917 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2918      break 2
  1.2919    fi
  1.2920  done
  1.2921 -done
  1.2922 +  done
  1.2923  IFS=$as_save_IFS
  1.2924  
  1.2925  fi
  1.2926  fi
  1.2927  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1.2928  if test -n "$ac_ct_CC"; then
  1.2929 -  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1.2930 -echo "${ECHO_T}$ac_ct_CC" >&6; }
  1.2931 -else
  1.2932 -  { echo "$as_me:$LINENO: result: no" >&5
  1.2933 -echo "${ECHO_T}no" >&6; }
  1.2934 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  1.2935 +$as_echo "$ac_ct_CC" >&6; }
  1.2936 +else
  1.2937 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2938 +$as_echo "no" >&6; }
  1.2939  fi
  1.2940  
  1.2941    if test "x$ac_ct_CC" = x; then
  1.2942 @@ -2285,12 +2813,8 @@
  1.2943    else
  1.2944      case $cross_compiling:$ac_tool_warned in
  1.2945  yes:)
  1.2946 -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.2947 -whose name does not start with the host triplet.  If you think this
  1.2948 -configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.2949 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.2950 -whose name does not start with the host triplet.  If you think this
  1.2951 -configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.2952 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1.2953 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1.2954  ac_tool_warned=yes ;;
  1.2955  esac
  1.2956      CC=$ac_ct_CC
  1.2957 @@ -2303,10 +2827,10 @@
  1.2958            if test -n "$ac_tool_prefix"; then
  1.2959      # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1.2960  set dummy ${ac_tool_prefix}cc; ac_word=$2
  1.2961 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.2962 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.2963 -if test "${ac_cv_prog_CC+set}" = set; then
  1.2964 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2965 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2966 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2967 +if test "${ac_cv_prog_CC+set}" = set; then :
  1.2968 +  $as_echo_n "(cached) " >&6
  1.2969  else
  1.2970    if test -n "$CC"; then
  1.2971    ac_cv_prog_CC="$CC" # Let the user override the test.
  1.2972 @@ -2316,25 +2840,25 @@
  1.2973  do
  1.2974    IFS=$as_save_IFS
  1.2975    test -z "$as_dir" && as_dir=.
  1.2976 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.2977 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2978    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2979      ac_cv_prog_CC="${ac_tool_prefix}cc"
  1.2980 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2981 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2982      break 2
  1.2983    fi
  1.2984  done
  1.2985 -done
  1.2986 +  done
  1.2987  IFS=$as_save_IFS
  1.2988  
  1.2989  fi
  1.2990  fi
  1.2991  CC=$ac_cv_prog_CC
  1.2992  if test -n "$CC"; then
  1.2993 -  { echo "$as_me:$LINENO: result: $CC" >&5
  1.2994 -echo "${ECHO_T}$CC" >&6; }
  1.2995 -else
  1.2996 -  { echo "$as_me:$LINENO: result: no" >&5
  1.2997 -echo "${ECHO_T}no" >&6; }
  1.2998 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  1.2999 +$as_echo "$CC" >&6; }
  1.3000 +else
  1.3001 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3002 +$as_echo "no" >&6; }
  1.3003  fi
  1.3004  
  1.3005  
  1.3006 @@ -2343,10 +2867,10 @@
  1.3007  if test -z "$CC"; then
  1.3008    # Extract the first word of "cc", so it can be a program name with args.
  1.3009  set dummy cc; ac_word=$2
  1.3010 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3011 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.3012 -if test "${ac_cv_prog_CC+set}" = set; then
  1.3013 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3014 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.3015 +$as_echo_n "checking for $ac_word... " >&6; }
  1.3016 +if test "${ac_cv_prog_CC+set}" = set; then :
  1.3017 +  $as_echo_n "(cached) " >&6
  1.3018  else
  1.3019    if test -n "$CC"; then
  1.3020    ac_cv_prog_CC="$CC" # Let the user override the test.
  1.3021 @@ -2357,18 +2881,18 @@
  1.3022  do
  1.3023    IFS=$as_save_IFS
  1.3024    test -z "$as_dir" && as_dir=.
  1.3025 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3026 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.3027    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.3028      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1.3029         ac_prog_rejected=yes
  1.3030         continue
  1.3031       fi
  1.3032      ac_cv_prog_CC="cc"
  1.3033 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3034 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3035      break 2
  1.3036    fi
  1.3037  done
  1.3038 -done
  1.3039 +  done
  1.3040  IFS=$as_save_IFS
  1.3041  
  1.3042  if test $ac_prog_rejected = yes; then
  1.3043 @@ -2387,11 +2911,11 @@
  1.3044  fi
  1.3045  CC=$ac_cv_prog_CC
  1.3046  if test -n "$CC"; then
  1.3047 -  { echo "$as_me:$LINENO: result: $CC" >&5
  1.3048 -echo "${ECHO_T}$CC" >&6; }
  1.3049 -else
  1.3050 -  { echo "$as_me:$LINENO: result: no" >&5
  1.3051 -echo "${ECHO_T}no" >&6; }
  1.3052 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  1.3053 +$as_echo "$CC" >&6; }
  1.3054 +else
  1.3055 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3056 +$as_echo "no" >&6; }
  1.3057  fi
  1.3058  
  1.3059  
  1.3060 @@ -2402,10 +2926,10 @@
  1.3061    do
  1.3062      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1.3063  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1.3064 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3065 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.3066 -if test "${ac_cv_prog_CC+set}" = set; then
  1.3067 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3068 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.3069 +$as_echo_n "checking for $ac_word... " >&6; }
  1.3070 +if test "${ac_cv_prog_CC+set}" = set; then :
  1.3071 +  $as_echo_n "(cached) " >&6
  1.3072  else
  1.3073    if test -n "$CC"; then
  1.3074    ac_cv_prog_CC="$CC" # Let the user override the test.
  1.3075 @@ -2415,25 +2939,25 @@
  1.3076  do
  1.3077    IFS=$as_save_IFS
  1.3078    test -z "$as_dir" && as_dir=.
  1.3079 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3080 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.3081    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.3082      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  1.3083 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3084 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3085      break 2
  1.3086    fi
  1.3087  done
  1.3088 -done
  1.3089 +  done
  1.3090  IFS=$as_save_IFS
  1.3091  
  1.3092  fi
  1.3093  fi
  1.3094  CC=$ac_cv_prog_CC
  1.3095  if test -n "$CC"; then
  1.3096 -  { echo "$as_me:$LINENO: result: $CC" >&5
  1.3097 -echo "${ECHO_T}$CC" >&6; }
  1.3098 -else
  1.3099 -  { echo "$as_me:$LINENO: result: no" >&5
  1.3100 -echo "${ECHO_T}no" >&6; }
  1.3101 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  1.3102 +$as_echo "$CC" >&6; }
  1.3103 +else
  1.3104 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3105 +$as_echo "no" >&6; }
  1.3106  fi
  1.3107  
  1.3108  
  1.3109 @@ -2446,10 +2970,10 @@
  1.3110  do
  1.3111    # Extract the first word of "$ac_prog", so it can be a program name with args.
  1.3112  set dummy $ac_prog; ac_word=$2
  1.3113 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3114 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.3115 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1.3116 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3117 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.3118 +$as_echo_n "checking for $ac_word... " >&6; }
  1.3119 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
  1.3120 +  $as_echo_n "(cached) " >&6
  1.3121  else
  1.3122    if test -n "$ac_ct_CC"; then
  1.3123    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1.3124 @@ -2459,25 +2983,25 @@
  1.3125  do
  1.3126    IFS=$as_save_IFS
  1.3127    test -z "$as_dir" && as_dir=.
  1.3128 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3129 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.3130    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.3131      ac_cv_prog_ac_ct_CC="$ac_prog"
  1.3132 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3133 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3134      break 2
  1.3135    fi
  1.3136  done
  1.3137 -done
  1.3138 +  done
  1.3139  IFS=$as_save_IFS
  1.3140  
  1.3141  fi
  1.3142  fi
  1.3143  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1.3144  if test -n "$ac_ct_CC"; then
  1.3145 -  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1.3146 -echo "${ECHO_T}$ac_ct_CC" >&6; }
  1.3147 -else
  1.3148 -  { echo "$as_me:$LINENO: result: no" >&5
  1.3149 -echo "${ECHO_T}no" >&6; }
  1.3150 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  1.3151 +$as_echo "$ac_ct_CC" >&6; }
  1.3152 +else
  1.3153 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3154 +$as_echo "no" >&6; }
  1.3155  fi
  1.3156  
  1.3157  
  1.3158 @@ -2489,12 +3013,8 @@
  1.3159    else
  1.3160      case $cross_compiling:$ac_tool_warned in
  1.3161  yes:)
  1.3162 -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.3163 -whose name does not start with the host triplet.  If you think this
  1.3164 -configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.3165 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.3166 -whose name does not start with the host triplet.  If you think this
  1.3167 -configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.3168 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1.3169 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1.3170  ac_tool_warned=yes ;;
  1.3171  esac
  1.3172      CC=$ac_ct_CC
  1.3173 @@ -2504,51 +3024,37 @@
  1.3174  fi
  1.3175  
  1.3176  
  1.3177 -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  1.3178 -See \`config.log' for more details." >&5
  1.3179 -echo "$as_me: error: no acceptable C compiler found in \$PATH
  1.3180 -See \`config.log' for more details." >&2;}
  1.3181 -   { (exit 1); exit 1; }; }
  1.3182 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.3183 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.3184 +as_fn_error "no acceptable C compiler found in \$PATH
  1.3185 +See \`config.log' for more details." "$LINENO" 5; }
  1.3186  
  1.3187  # Provide some information about the compiler.
  1.3188 -echo "$as_me:$LINENO: checking for C compiler version" >&5
  1.3189 -ac_compiler=`set X $ac_compile; echo $2`
  1.3190 -{ (ac_try="$ac_compiler --version >&5"
  1.3191 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
  1.3192 +set X $ac_compile
  1.3193 +ac_compiler=$2
  1.3194 +for ac_option in --version -v -V -qversion; do
  1.3195 +  { { ac_try="$ac_compiler $ac_option >&5"
  1.3196  case "(($ac_try" in
  1.3197    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3198    *) ac_try_echo=$ac_try;;
  1.3199  esac
  1.3200 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3201 -  (eval "$ac_compiler --version >&5") 2>&5
  1.3202 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.3203 +$as_echo "$ac_try_echo"; } >&5
  1.3204 +  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  1.3205    ac_status=$?
  1.3206 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3207 -  (exit $ac_status); }
  1.3208 -{ (ac_try="$ac_compiler -v >&5"
  1.3209 -case "(($ac_try" in
  1.3210 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3211 -  *) ac_try_echo=$ac_try;;
  1.3212 -esac
  1.3213 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3214 -  (eval "$ac_compiler -v >&5") 2>&5
  1.3215 -  ac_status=$?
  1.3216 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3217 -  (exit $ac_status); }
  1.3218 -{ (ac_try="$ac_compiler -V >&5"
  1.3219 -case "(($ac_try" in
  1.3220 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3221 -  *) ac_try_echo=$ac_try;;
  1.3222 -esac
  1.3223 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3224 -  (eval "$ac_compiler -V >&5") 2>&5
  1.3225 -  ac_status=$?
  1.3226 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3227 -  (exit $ac_status); }
  1.3228 -
  1.3229 -cat >conftest.$ac_ext <<_ACEOF
  1.3230 -/* confdefs.h.  */
  1.3231 -_ACEOF
  1.3232 -cat confdefs.h >>conftest.$ac_ext
  1.3233 -cat >>conftest.$ac_ext <<_ACEOF
  1.3234 +  if test -s conftest.err; then
  1.3235 +    sed '10a\
  1.3236 +... rest of stderr output deleted ...
  1.3237 +         10q' conftest.err >conftest.er1
  1.3238 +    cat conftest.er1 >&5
  1.3239 +  fi
  1.3240 +  rm -f conftest.er1 conftest.err
  1.3241 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.3242 +  test $ac_status = 0; }
  1.3243 +done
  1.3244 +
  1.3245 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3246  /* end confdefs.h.  */
  1.3247  
  1.3248  int
  1.3249 @@ -2560,42 +3066,38 @@
  1.3250  }
  1.3251  _ACEOF
  1.3252  ac_clean_files_save=$ac_clean_files
  1.3253 -ac_clean_files="$ac_clean_files a.out a.exe b.out"
  1.3254 +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
  1.3255  # Try to create an executable without -o first, disregard a.out.
  1.3256  # It will help us diagnose broken compilers, and finding out an intuition
  1.3257  # of exeext.
  1.3258 -{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  1.3259 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
  1.3260 -ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  1.3261 -#
  1.3262 -# List of possible output files, starting from the most likely.
  1.3263 -# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
  1.3264 -# only as a last resort.  b.out is created by i960 compilers.
  1.3265 -ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
  1.3266 -#
  1.3267 -# The IRIX 6 linker writes into existing files which may not be
  1.3268 -# executable, retaining their permissions.  Remove them first so a
  1.3269 -# subsequent execution test works.
  1.3270 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
  1.3271 +$as_echo_n "checking whether the C compiler works... " >&6; }
  1.3272 +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  1.3273 +
  1.3274 +# The possible output files:
  1.3275 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
  1.3276 +
  1.3277  ac_rmfiles=
  1.3278  for ac_file in $ac_files
  1.3279  do
  1.3280    case $ac_file in
  1.3281 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
  1.3282 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  1.3283      * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  1.3284    esac
  1.3285  done
  1.3286  rm -f $ac_rmfiles
  1.3287  
  1.3288 -if { (ac_try="$ac_link_default"
  1.3289 +if { { ac_try="$ac_link_default"
  1.3290  case "(($ac_try" in
  1.3291    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3292    *) ac_try_echo=$ac_try;;
  1.3293  esac
  1.3294 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3295 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.3296 +$as_echo "$ac_try_echo"; } >&5
  1.3297    (eval "$ac_link_default") 2>&5
  1.3298    ac_status=$?
  1.3299 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3300 -  (exit $ac_status); }; then
  1.3301 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.3302 +  test $ac_status = 0; }; then :
  1.3303    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
  1.3304  # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
  1.3305  # in a Makefile.  We should not override ac_cv_exeext if it was cached,
  1.3306 @@ -2605,14 +3107,14 @@
  1.3307  do
  1.3308    test -f "$ac_file" || continue
  1.3309    case $ac_file in
  1.3310 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
  1.3311 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
  1.3312  	;;
  1.3313      [ab].out )
  1.3314  	# We found the default executable, but exeext='' is most
  1.3315  	# certainly right.
  1.3316  	break;;
  1.3317      *.* )
  1.3318 -        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  1.3319 +	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  1.3320  	then :; else
  1.3321  	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  1.3322  	fi
  1.3323 @@ -2631,78 +3133,42 @@
  1.3324  else
  1.3325    ac_file=''
  1.3326  fi
  1.3327 -
  1.3328 -{ echo "$as_me:$LINENO: result: $ac_file" >&5
  1.3329 -echo "${ECHO_T}$ac_file" >&6; }
  1.3330 -if test -z "$ac_file"; then
  1.3331 -  echo "$as_me: failed program was:" >&5
  1.3332 +if test -z "$ac_file"; then :
  1.3333 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3334 +$as_echo "no" >&6; }
  1.3335 +$as_echo "$as_me: failed program was:" >&5
  1.3336  sed 's/^/| /' conftest.$ac_ext >&5
  1.3337  
  1.3338 -{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
  1.3339 -See \`config.log' for more details." >&5
  1.3340 -echo "$as_me: error: C compiler cannot create executables
  1.3341 -See \`config.log' for more details." >&2;}
  1.3342 -   { (exit 77); exit 77; }; }
  1.3343 -fi
  1.3344 -
  1.3345 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.3346 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.3347 +{ as_fn_set_status 77
  1.3348 +as_fn_error "C compiler cannot create executables
  1.3349 +See \`config.log' for more details." "$LINENO" 5; }; }
  1.3350 +else
  1.3351 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.3352 +$as_echo "yes" >&6; }
  1.3353 +fi
  1.3354 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
  1.3355 +$as_echo_n "checking for C compiler default output file name... " >&6; }
  1.3356 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
  1.3357 +$as_echo "$ac_file" >&6; }
  1.3358  ac_exeext=$ac_cv_exeext
  1.3359  
  1.3360 -# Check that the compiler produces executables we can run.  If not, either
  1.3361 -# the compiler is broken, or we cross compile.
  1.3362 -{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  1.3363 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
  1.3364 -# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  1.3365 -# If not cross compiling, check that we can run a simple program.
  1.3366 -if test "$cross_compiling" != yes; then
  1.3367 -  if { ac_try='./$ac_file'
  1.3368 -  { (case "(($ac_try" in
  1.3369 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3370 -  *) ac_try_echo=$ac_try;;
  1.3371 -esac
  1.3372 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3373 -  (eval "$ac_try") 2>&5
  1.3374 -  ac_status=$?
  1.3375 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3376 -  (exit $ac_status); }; }; then
  1.3377 -    cross_compiling=no
  1.3378 -  else
  1.3379 -    if test "$cross_compiling" = maybe; then
  1.3380 -	cross_compiling=yes
  1.3381 -    else
  1.3382 -	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  1.3383 -If you meant to cross compile, use \`--host'.
  1.3384 -See \`config.log' for more details." >&5
  1.3385 -echo "$as_me: error: cannot run C compiled programs.
  1.3386 -If you meant to cross compile, use \`--host'.
  1.3387 -See \`config.log' for more details." >&2;}
  1.3388 -   { (exit 1); exit 1; }; }
  1.3389 -    fi
  1.3390 -  fi
  1.3391 -fi
  1.3392 -{ echo "$as_me:$LINENO: result: yes" >&5
  1.3393 -echo "${ECHO_T}yes" >&6; }
  1.3394 -
  1.3395 -rm -f a.out a.exe conftest$ac_cv_exeext b.out
  1.3396 +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
  1.3397  ac_clean_files=$ac_clean_files_save
  1.3398 -# Check that the compiler produces executables we can run.  If not, either
  1.3399 -# the compiler is broken, or we cross compile.
  1.3400 -{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  1.3401 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
  1.3402 -{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
  1.3403 -echo "${ECHO_T}$cross_compiling" >&6; }
  1.3404 -
  1.3405 -{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
  1.3406 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
  1.3407 -if { (ac_try="$ac_link"
  1.3408 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
  1.3409 +$as_echo_n "checking for suffix of executables... " >&6; }
  1.3410 +if { { ac_try="$ac_link"
  1.3411  case "(($ac_try" in
  1.3412    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3413    *) ac_try_echo=$ac_try;;
  1.3414  esac
  1.3415 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3416 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.3417 +$as_echo "$ac_try_echo"; } >&5
  1.3418    (eval "$ac_link") 2>&5
  1.3419    ac_status=$?
  1.3420 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3421 -  (exit $ac_status); }; then
  1.3422 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.3423 +  test $ac_status = 0; }; then :
  1.3424    # If both `conftest.exe' and `conftest' are `present' (well, observable)
  1.3425  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  1.3426  # work properly (i.e., refer to `conftest.exe'), while it won't with
  1.3427 @@ -2710,37 +3176,90 @@
  1.3428  for ac_file in conftest.exe conftest conftest.*; do
  1.3429    test -f "$ac_file" || continue
  1.3430    case $ac_file in
  1.3431 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
  1.3432 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  1.3433      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  1.3434  	  break;;
  1.3435      * ) break;;
  1.3436    esac
  1.3437  done
  1.3438  else
  1.3439 -  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  1.3440 -See \`config.log' for more details." >&5
  1.3441 -echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  1.3442 -See \`config.log' for more details." >&2;}
  1.3443 -   { (exit 1); exit 1; }; }
  1.3444 -fi
  1.3445 -
  1.3446 -rm -f conftest$ac_cv_exeext
  1.3447 -{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  1.3448 -echo "${ECHO_T}$ac_cv_exeext" >&6; }
  1.3449 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.3450 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.3451 +as_fn_error "cannot compute suffix of executables: cannot compile and link
  1.3452 +See \`config.log' for more details." "$LINENO" 5; }
  1.3453 +fi
  1.3454 +rm -f conftest conftest$ac_cv_exeext
  1.3455 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
  1.3456 +$as_echo "$ac_cv_exeext" >&6; }
  1.3457  
  1.3458  rm -f conftest.$ac_ext
  1.3459  EXEEXT=$ac_cv_exeext
  1.3460  ac_exeext=$EXEEXT
  1.3461 -{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
  1.3462 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
  1.3463 -if test "${ac_cv_objext+set}" = set; then
  1.3464 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3465 -else
  1.3466 -  cat >conftest.$ac_ext <<_ACEOF
  1.3467 -/* confdefs.h.  */
  1.3468 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3469 +/* end confdefs.h.  */
  1.3470 +#include <stdio.h>
  1.3471 +int
  1.3472 +main ()
  1.3473 +{
  1.3474 +FILE *f = fopen ("conftest.out", "w");
  1.3475 + return ferror (f) || fclose (f) != 0;
  1.3476 +
  1.3477 +  ;
  1.3478 +  return 0;
  1.3479 +}
  1.3480  _ACEOF
  1.3481 -cat confdefs.h >>conftest.$ac_ext
  1.3482 -cat >>conftest.$ac_ext <<_ACEOF
  1.3483 +ac_clean_files="$ac_clean_files conftest.out"
  1.3484 +# Check that the compiler produces executables we can run.  If not, either
  1.3485 +# the compiler is broken, or we cross compile.
  1.3486 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
  1.3487 +$as_echo_n "checking whether we are cross compiling... " >&6; }
  1.3488 +if test "$cross_compiling" != yes; then
  1.3489 +  { { ac_try="$ac_link"
  1.3490 +case "(($ac_try" in
  1.3491 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3492 +  *) ac_try_echo=$ac_try;;
  1.3493 +esac
  1.3494 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.3495 +$as_echo "$ac_try_echo"; } >&5
  1.3496 +  (eval "$ac_link") 2>&5
  1.3497 +  ac_status=$?
  1.3498 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.3499 +  test $ac_status = 0; }
  1.3500 +  if { ac_try='./conftest$ac_cv_exeext'
  1.3501 +  { { case "(($ac_try" in
  1.3502 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3503 +  *) ac_try_echo=$ac_try;;
  1.3504 +esac
  1.3505 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.3506 +$as_echo "$ac_try_echo"; } >&5
  1.3507 +  (eval "$ac_try") 2>&5
  1.3508 +  ac_status=$?
  1.3509 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.3510 +  test $ac_status = 0; }; }; then
  1.3511 +    cross_compiling=no
  1.3512 +  else
  1.3513 +    if test "$cross_compiling" = maybe; then
  1.3514 +	cross_compiling=yes
  1.3515 +    else
  1.3516 +	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.3517 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.3518 +as_fn_error "cannot run C compiled programs.
  1.3519 +If you meant to cross compile, use \`--host'.
  1.3520 +See \`config.log' for more details." "$LINENO" 5; }
  1.3521 +    fi
  1.3522 +  fi
  1.3523 +fi
  1.3524 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
  1.3525 +$as_echo "$cross_compiling" >&6; }
  1.3526 +
  1.3527 +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
  1.3528 +ac_clean_files=$ac_clean_files_save
  1.3529 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
  1.3530 +$as_echo_n "checking for suffix of object files... " >&6; }
  1.3531 +if test "${ac_cv_objext+set}" = set; then :
  1.3532 +  $as_echo_n "(cached) " >&6
  1.3533 +else
  1.3534 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3535  /* end confdefs.h.  */
  1.3536  
  1.3537  int
  1.3538 @@ -2752,51 +3271,46 @@
  1.3539  }
  1.3540  _ACEOF
  1.3541  rm -f conftest.o conftest.obj
  1.3542 -if { (ac_try="$ac_compile"
  1.3543 +if { { ac_try="$ac_compile"
  1.3544  case "(($ac_try" in
  1.3545    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3546    *) ac_try_echo=$ac_try;;
  1.3547  esac
  1.3548 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3549 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.3550 +$as_echo "$ac_try_echo"; } >&5
  1.3551    (eval "$ac_compile") 2>&5
  1.3552    ac_status=$?
  1.3553 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3554 -  (exit $ac_status); }; then
  1.3555 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.3556 +  test $ac_status = 0; }; then :
  1.3557    for ac_file in conftest.o conftest.obj conftest.*; do
  1.3558    test -f "$ac_file" || continue;
  1.3559    case $ac_file in
  1.3560 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
  1.3561 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
  1.3562      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
  1.3563         break;;
  1.3564    esac
  1.3565  done
  1.3566  else
  1.3567 -  echo "$as_me: failed program was:" >&5
  1.3568 +  $as_echo "$as_me: failed program was:" >&5
  1.3569  sed 's/^/| /' conftest.$ac_ext >&5
  1.3570  
  1.3571 -{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  1.3572 -See \`config.log' for more details." >&5
  1.3573 -echo "$as_me: error: cannot compute suffix of object files: cannot compile
  1.3574 -See \`config.log' for more details." >&2;}
  1.3575 -   { (exit 1); exit 1; }; }
  1.3576 -fi
  1.3577 -
  1.3578 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.3579 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.3580 +as_fn_error "cannot compute suffix of object files: cannot compile
  1.3581 +See \`config.log' for more details." "$LINENO" 5; }
  1.3582 +fi
  1.3583  rm -f conftest.$ac_cv_objext conftest.$ac_ext
  1.3584  fi
  1.3585 -{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  1.3586 -echo "${ECHO_T}$ac_cv_objext" >&6; }
  1.3587 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
  1.3588 +$as_echo "$ac_cv_objext" >&6; }
  1.3589  OBJEXT=$ac_cv_objext
  1.3590  ac_objext=$OBJEXT
  1.3591 -{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  1.3592 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
  1.3593 -if test "${ac_cv_c_compiler_gnu+set}" = set; then
  1.3594 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3595 -else
  1.3596 -  cat >conftest.$ac_ext <<_ACEOF
  1.3597 -/* confdefs.h.  */
  1.3598 -_ACEOF
  1.3599 -cat confdefs.h >>conftest.$ac_ext
  1.3600 -cat >>conftest.$ac_ext <<_ACEOF
  1.3601 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
  1.3602 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
  1.3603 +if test "${ac_cv_c_compiler_gnu+set}" = set; then :
  1.3604 +  $as_echo_n "(cached) " >&6
  1.3605 +else
  1.3606 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3607  /* end confdefs.h.  */
  1.3608  
  1.3609  int
  1.3610 @@ -2810,54 +3324,34 @@
  1.3611    return 0;
  1.3612  }
  1.3613  _ACEOF
  1.3614 -rm -f conftest.$ac_objext
  1.3615 -if { (ac_try="$ac_compile"
  1.3616 -case "(($ac_try" in
  1.3617 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3618 -  *) ac_try_echo=$ac_try;;
  1.3619 -esac
  1.3620 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3621 -  (eval "$ac_compile") 2>conftest.er1
  1.3622 -  ac_status=$?
  1.3623 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.3624 -  rm -f conftest.er1
  1.3625 -  cat conftest.err >&5
  1.3626 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3627 -  (exit $ac_status); } && {
  1.3628 -	 test -z "$ac_c_werror_flag" ||
  1.3629 -	 test ! -s conftest.err
  1.3630 -       } && test -s conftest.$ac_objext; then
  1.3631 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3632    ac_compiler_gnu=yes
  1.3633  else
  1.3634 -  echo "$as_me: failed program was:" >&5
  1.3635 -sed 's/^/| /' conftest.$ac_ext >&5
  1.3636 -
  1.3637 -	ac_compiler_gnu=no
  1.3638 -fi
  1.3639 -
  1.3640 +  ac_compiler_gnu=no
  1.3641 +fi
  1.3642  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3643  ac_cv_c_compiler_gnu=$ac_compiler_gnu
  1.3644  
  1.3645  fi
  1.3646 -{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  1.3647 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
  1.3648 -GCC=`test $ac_compiler_gnu = yes && echo yes`
  1.3649 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
  1.3650 +$as_echo "$ac_cv_c_compiler_gnu" >&6; }
  1.3651 +if test $ac_compiler_gnu = yes; then
  1.3652 +  GCC=yes
  1.3653 +else
  1.3654 +  GCC=
  1.3655 +fi
  1.3656  ac_test_CFLAGS=${CFLAGS+set}
  1.3657  ac_save_CFLAGS=$CFLAGS
  1.3658 -{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  1.3659 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
  1.3660 -if test "${ac_cv_prog_cc_g+set}" = set; then
  1.3661 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3662 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
  1.3663 +$as_echo_n "checking whether $CC accepts -g... " >&6; }
  1.3664 +if test "${ac_cv_prog_cc_g+set}" = set; then :
  1.3665 +  $as_echo_n "(cached) " >&6
  1.3666  else
  1.3667    ac_save_c_werror_flag=$ac_c_werror_flag
  1.3668     ac_c_werror_flag=yes
  1.3669     ac_cv_prog_cc_g=no
  1.3670     CFLAGS="-g"
  1.3671 -   cat >conftest.$ac_ext <<_ACEOF
  1.3672 -/* confdefs.h.  */
  1.3673 -_ACEOF
  1.3674 -cat confdefs.h >>conftest.$ac_ext
  1.3675 -cat >>conftest.$ac_ext <<_ACEOF
  1.3676 +   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3677  /* end confdefs.h.  */
  1.3678  
  1.3679  int
  1.3680 @@ -2868,34 +3362,11 @@
  1.3681    return 0;
  1.3682  }
  1.3683  _ACEOF
  1.3684 -rm -f conftest.$ac_objext
  1.3685 -if { (ac_try="$ac_compile"
  1.3686 -case "(($ac_try" in
  1.3687 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3688 -  *) ac_try_echo=$ac_try;;
  1.3689 -esac
  1.3690 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3691 -  (eval "$ac_compile") 2>conftest.er1
  1.3692 -  ac_status=$?
  1.3693 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.3694 -  rm -f conftest.er1
  1.3695 -  cat conftest.err >&5
  1.3696 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3697 -  (exit $ac_status); } && {
  1.3698 -	 test -z "$ac_c_werror_flag" ||
  1.3699 -	 test ! -s conftest.err
  1.3700 -       } && test -s conftest.$ac_objext; then
  1.3701 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3702    ac_cv_prog_cc_g=yes
  1.3703  else
  1.3704 -  echo "$as_me: failed program was:" >&5
  1.3705 -sed 's/^/| /' conftest.$ac_ext >&5
  1.3706 -
  1.3707 -	CFLAGS=""
  1.3708 -      cat >conftest.$ac_ext <<_ACEOF
  1.3709 -/* confdefs.h.  */
  1.3710 -_ACEOF
  1.3711 -cat confdefs.h >>conftest.$ac_ext
  1.3712 -cat >>conftest.$ac_ext <<_ACEOF
  1.3713 +  CFLAGS=""
  1.3714 +      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3715  /* end confdefs.h.  */
  1.3716  
  1.3717  int
  1.3718 @@ -2906,35 +3377,12 @@
  1.3719    return 0;
  1.3720  }
  1.3721  _ACEOF
  1.3722 -rm -f conftest.$ac_objext
  1.3723 -if { (ac_try="$ac_compile"
  1.3724 -case "(($ac_try" in
  1.3725 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3726 -  *) ac_try_echo=$ac_try;;
  1.3727 -esac
  1.3728 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3729 -  (eval "$ac_compile") 2>conftest.er1
  1.3730 -  ac_status=$?
  1.3731 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.3732 -  rm -f conftest.er1
  1.3733 -  cat conftest.err >&5
  1.3734 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3735 -  (exit $ac_status); } && {
  1.3736 -	 test -z "$ac_c_werror_flag" ||
  1.3737 -	 test ! -s conftest.err
  1.3738 -       } && test -s conftest.$ac_objext; then
  1.3739 -  :
  1.3740 -else
  1.3741 -  echo "$as_me: failed program was:" >&5
  1.3742 -sed 's/^/| /' conftest.$ac_ext >&5
  1.3743 -
  1.3744 -	ac_c_werror_flag=$ac_save_c_werror_flag
  1.3745 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3746 +
  1.3747 +else
  1.3748 +  ac_c_werror_flag=$ac_save_c_werror_flag
  1.3749  	 CFLAGS="-g"
  1.3750 -	 cat >conftest.$ac_ext <<_ACEOF
  1.3751 -/* confdefs.h.  */
  1.3752 -_ACEOF
  1.3753 -cat confdefs.h >>conftest.$ac_ext
  1.3754 -cat >>conftest.$ac_ext <<_ACEOF
  1.3755 +	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3756  /* end confdefs.h.  */
  1.3757  
  1.3758  int
  1.3759 @@ -2945,42 +3393,18 @@
  1.3760    return 0;
  1.3761  }
  1.3762  _ACEOF
  1.3763 -rm -f conftest.$ac_objext
  1.3764 -if { (ac_try="$ac_compile"
  1.3765 -case "(($ac_try" in
  1.3766 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3767 -  *) ac_try_echo=$ac_try;;
  1.3768 -esac
  1.3769 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3770 -  (eval "$ac_compile") 2>conftest.er1
  1.3771 -  ac_status=$?
  1.3772 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.3773 -  rm -f conftest.er1
  1.3774 -  cat conftest.err >&5
  1.3775 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3776 -  (exit $ac_status); } && {
  1.3777 -	 test -z "$ac_c_werror_flag" ||
  1.3778 -	 test ! -s conftest.err
  1.3779 -       } && test -s conftest.$ac_objext; then
  1.3780 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3781    ac_cv_prog_cc_g=yes
  1.3782 -else
  1.3783 -  echo "$as_me: failed program was:" >&5
  1.3784 -sed 's/^/| /' conftest.$ac_ext >&5
  1.3785 -
  1.3786 -
  1.3787 -fi
  1.3788 -
  1.3789 +fi
  1.3790  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3791  fi
  1.3792 -
  1.3793  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3794  fi
  1.3795 -
  1.3796  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3797     ac_c_werror_flag=$ac_save_c_werror_flag
  1.3798  fi
  1.3799 -{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  1.3800 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
  1.3801 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
  1.3802 +$as_echo "$ac_cv_prog_cc_g" >&6; }
  1.3803  if test "$ac_test_CFLAGS" = set; then
  1.3804    CFLAGS=$ac_save_CFLAGS
  1.3805  elif test $ac_cv_prog_cc_g = yes; then
  1.3806 @@ -2996,18 +3420,14 @@
  1.3807      CFLAGS=
  1.3808    fi
  1.3809  fi
  1.3810 -{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  1.3811 -echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
  1.3812 -if test "${ac_cv_prog_cc_c89+set}" = set; then
  1.3813 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3814 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
  1.3815 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  1.3816 +if test "${ac_cv_prog_cc_c89+set}" = set; then :
  1.3817 +  $as_echo_n "(cached) " >&6
  1.3818  else
  1.3819    ac_cv_prog_cc_c89=no
  1.3820  ac_save_CC=$CC
  1.3821 -cat >conftest.$ac_ext <<_ACEOF
  1.3822 -/* confdefs.h.  */
  1.3823 -_ACEOF
  1.3824 -cat confdefs.h >>conftest.$ac_ext
  1.3825 -cat >>conftest.$ac_ext <<_ACEOF
  1.3826 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3827  /* end confdefs.h.  */
  1.3828  #include <stdarg.h>
  1.3829  #include <stdio.h>
  1.3830 @@ -3064,31 +3484,9 @@
  1.3831  	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  1.3832  do
  1.3833    CC="$ac_save_CC $ac_arg"
  1.3834 -  rm -f conftest.$ac_objext
  1.3835 -if { (ac_try="$ac_compile"
  1.3836 -case "(($ac_try" in
  1.3837 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3838 -  *) ac_try_echo=$ac_try;;
  1.3839 -esac
  1.3840 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3841 -  (eval "$ac_compile") 2>conftest.er1
  1.3842 -  ac_status=$?
  1.3843 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.3844 -  rm -f conftest.er1
  1.3845 -  cat conftest.err >&5
  1.3846 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3847 -  (exit $ac_status); } && {
  1.3848 -	 test -z "$ac_c_werror_flag" ||
  1.3849 -	 test ! -s conftest.err
  1.3850 -       } && test -s conftest.$ac_objext; then
  1.3851 +  if ac_fn_c_try_compile "$LINENO"; then :
  1.3852    ac_cv_prog_cc_c89=$ac_arg
  1.3853 -else
  1.3854 -  echo "$as_me: failed program was:" >&5
  1.3855 -sed 's/^/| /' conftest.$ac_ext >&5
  1.3856 -
  1.3857 -
  1.3858 -fi
  1.3859 -
  1.3860 +fi
  1.3861  rm -f core conftest.err conftest.$ac_objext
  1.3862    test "x$ac_cv_prog_cc_c89" != "xno" && break
  1.3863  done
  1.3864 @@ -3099,17 +3497,19 @@
  1.3865  # AC_CACHE_VAL
  1.3866  case "x$ac_cv_prog_cc_c89" in
  1.3867    x)
  1.3868 -    { echo "$as_me:$LINENO: result: none needed" >&5
  1.3869 -echo "${ECHO_T}none needed" >&6; } ;;
  1.3870 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
  1.3871 +$as_echo "none needed" >&6; } ;;
  1.3872    xno)
  1.3873 -    { echo "$as_me:$LINENO: result: unsupported" >&5
  1.3874 -echo "${ECHO_T}unsupported" >&6; } ;;
  1.3875 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
  1.3876 +$as_echo "unsupported" >&6; } ;;
  1.3877    *)
  1.3878      CC="$CC $ac_cv_prog_cc_c89"
  1.3879 -    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  1.3880 -echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
  1.3881 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
  1.3882 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
  1.3883  esac
  1.3884 -
  1.3885 +if test "x$ac_cv_prog_cc_c89" != xno; then :
  1.3886 +
  1.3887 +fi
  1.3888  
  1.3889  ac_ext=c
  1.3890  ac_cpp='$CPP $CPPFLAGS'
  1.3891 @@ -3124,44 +3524,44 @@
  1.3892  am_make=${MAKE-make}
  1.3893  cat > confinc << 'END'
  1.3894  am__doit:
  1.3895 -	@echo done
  1.3896 +	@echo this is the am__doit target
  1.3897  .PHONY: am__doit
  1.3898  END
  1.3899  # If we don't find an include directive, just comment out the code.
  1.3900 -{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
  1.3901 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
  1.3902 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
  1.3903 +$as_echo_n "checking for style of include used by $am_make... " >&6; }
  1.3904  am__include="#"
  1.3905  am__quote=
  1.3906  _am_result=none
  1.3907  # First try GNU make style include.
  1.3908  echo "include confinc" > confmf
  1.3909 -# We grep out `Entering directory' and `Leaving directory'
  1.3910 -# messages which can occur if `w' ends up in MAKEFLAGS.
  1.3911 -# In particular we don't look at `^make:' because GNU make might
  1.3912 -# be invoked under some other name (usually "gmake"), in which
  1.3913 -# case it prints its new name instead of `make'.
  1.3914 -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  1.3915 -   am__include=include
  1.3916 -   am__quote=
  1.3917 -   _am_result=GNU
  1.3918 -fi
  1.3919 +# Ignore all kinds of additional output from `make'.
  1.3920 +case `$am_make -s -f confmf 2> /dev/null` in #(
  1.3921 +*the\ am__doit\ target*)
  1.3922 +  am__include=include
  1.3923 +  am__quote=
  1.3924 +  _am_result=GNU
  1.3925 +  ;;
  1.3926 +esac
  1.3927  # Now try BSD make style include.
  1.3928  if test "$am__include" = "#"; then
  1.3929     echo '.include "confinc"' > confmf
  1.3930 -   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  1.3931 -      am__include=.include
  1.3932 -      am__quote="\""
  1.3933 -      _am_result=BSD
  1.3934 -   fi
  1.3935 -fi
  1.3936 -
  1.3937 -
  1.3938 -{ echo "$as_me:$LINENO: result: $_am_result" >&5
  1.3939 -echo "${ECHO_T}$_am_result" >&6; }
  1.3940 +   case `$am_make -s -f confmf 2> /dev/null` in #(
  1.3941 +   *the\ am__doit\ target*)
  1.3942 +     am__include=.include
  1.3943 +     am__quote="\""
  1.3944 +     _am_result=BSD
  1.3945 +     ;;
  1.3946 +   esac
  1.3947 +fi
  1.3948 +
  1.3949 +
  1.3950 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
  1.3951 +$as_echo "$_am_result" >&6; }
  1.3952  rm -f confinc confmf
  1.3953  
  1.3954  # Check whether --enable-dependency-tracking was given.
  1.3955 -if test "${enable_dependency_tracking+set}" = set; then
  1.3956 +if test "${enable_dependency_tracking+set}" = set; then :
  1.3957    enableval=$enable_dependency_tracking;
  1.3958  fi
  1.3959  
  1.3960 @@ -3169,9 +3569,7 @@
  1.3961    am_depcomp="$ac_aux_dir/depcomp"
  1.3962    AMDEPBACKSLASH='\'
  1.3963  fi
  1.3964 -
  1.3965 -
  1.3966 -if test "x$enable_dependency_tracking" != xno; then
  1.3967 + if test "x$enable_dependency_tracking" != xno; then
  1.3968    AMDEP_TRUE=
  1.3969    AMDEP_FALSE='#'
  1.3970  else
  1.3971 @@ -3181,13 +3579,12 @@
  1.3972  
  1.3973  
  1.3974  
  1.3975 -
  1.3976  depcc="$CC"   am_compiler_list=
  1.3977  
  1.3978 -{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  1.3979 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
  1.3980 -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  1.3981 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3982 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  1.3983 +$as_echo_n "checking dependency style of $depcc... " >&6; }
  1.3984 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
  1.3985 +  $as_echo_n "(cached) " >&6
  1.3986  else
  1.3987    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  1.3988    # We make a subdir and do the tests there.  Otherwise we can end up
  1.3989 @@ -3212,6 +3609,11 @@
  1.3990    if test "$am_compiler_list" = ""; then
  1.3991       am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  1.3992    fi
  1.3993 +  am__universal=false
  1.3994 +  case " $depcc " in #(
  1.3995 +     *\ -arch\ *\ -arch\ *) am__universal=true ;;
  1.3996 +     esac
  1.3997 +
  1.3998    for depmode in $am_compiler_list; do
  1.3999      # Setup a source with many dependencies, because some compilers
  1.4000      # like to wrap large dependency lists on column 80 (with \), and
  1.4001 @@ -3223,11 +3625,23 @@
  1.4002      : > sub/conftest.c
  1.4003      for i in 1 2 3 4 5 6; do
  1.4004        echo '#include "conftst'$i'.h"' >> sub/conftest.c
  1.4005 -      : > sub/conftst$i.h
  1.4006 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  1.4007 +      # Solaris 8's {/usr,}/bin/sh.
  1.4008 +      touch sub/conftst$i.h
  1.4009      done
  1.4010      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  1.4011  
  1.4012 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
  1.4013 +    # mode.  It turns out that the SunPro C++ compiler does not properly
  1.4014 +    # handle `-M -o', and we need to detect this.  Also, some Intel
  1.4015 +    # versions had trouble with output in subdirs
  1.4016 +    am__obj=sub/conftest.${OBJEXT-o}
  1.4017 +    am__minus_obj="-o $am__obj"
  1.4018      case $depmode in
  1.4019 +    gcc)
  1.4020 +      # This depmode causes a compiler race in universal mode.
  1.4021 +      test "$am__universal" = false || continue
  1.4022 +      ;;
  1.4023      nosideeffect)
  1.4024        # after this tag, mechanisms are not by side-effect, so they'll
  1.4025        # only be used when explicitly requested
  1.4026 @@ -3237,23 +3651,33 @@
  1.4027  	break
  1.4028        fi
  1.4029        ;;
  1.4030 +    msvisualcpp | msvcmsys)
  1.4031 +      # This compiler won't grok `-c -o', but also, the minuso test has
  1.4032 +      # not run yet.  These depmodes are late enough in the game, and
  1.4033 +      # so weak that their functioning should not be impacted.
  1.4034 +      am__obj=conftest.${OBJEXT-o}
  1.4035 +      am__minus_obj=
  1.4036 +      ;;
  1.4037      none) break ;;
  1.4038      esac
  1.4039 -    # We check with `-c' and `-o' for the sake of the "dashmstdout"
  1.4040 -    # mode.  It turns out that the SunPro C++ compiler does not properly
  1.4041 -    # handle `-M -o', and we need to detect this.
  1.4042      if depmode=$depmode \
  1.4043 -       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  1.4044 +       source=sub/conftest.c object=$am__obj \
  1.4045         depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  1.4046 -       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  1.4047 +       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
  1.4048           >/dev/null 2>conftest.err &&
  1.4049 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  1.4050         grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  1.4051 -       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  1.4052 +       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  1.4053         ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  1.4054        # icc doesn't choke on unknown options, it will just issue warnings
  1.4055 -      # (even with -Werror).  So we grep stderr for any message
  1.4056 -      # that says an option was ignored.
  1.4057 -      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
  1.4058 +      # or remarks (even with -Werror).  So we grep stderr for any message
  1.4059 +      # that says an option was ignored or not supported.
  1.4060 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
  1.4061 +      #   icc: Command line warning: ignoring option '-M'; no argument required
  1.4062 +      # The diagnosis changed in icc 8.0:
  1.4063 +      #   icc: Command line remark: option '-MP' not supported
  1.4064 +      if (grep 'ignoring option' conftest.err ||
  1.4065 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  1.4066          am_cv_CC_dependencies_compiler_type=$depmode
  1.4067          break
  1.4068        fi
  1.4069 @@ -3267,13 +3691,11 @@
  1.4070  fi
  1.4071  
  1.4072  fi
  1.4073 -{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  1.4074 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
  1.4075 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
  1.4076 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
  1.4077  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  1.4078  
  1.4079 -
  1.4080 -
  1.4081 -if
  1.4082 + if
  1.4083    test "x$enable_dependency_tracking" != xno \
  1.4084    && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  1.4085    am__fastdepCC_TRUE=
  1.4086 @@ -3285,17 +3707,13 @@
  1.4087  
  1.4088  
  1.4089  
  1.4090 -{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
  1.4091 -echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
  1.4092 -if test "${ac_cv_search_strerror+set}" = set; then
  1.4093 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4094 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
  1.4095 +$as_echo_n "checking for library containing strerror... " >&6; }
  1.4096 +if test "${ac_cv_search_strerror+set}" = set; then :
  1.4097 +  $as_echo_n "(cached) " >&6
  1.4098  else
  1.4099    ac_func_search_save_LIBS=$LIBS
  1.4100 -cat >conftest.$ac_ext <<_ACEOF
  1.4101 -/* confdefs.h.  */
  1.4102 -_ACEOF
  1.4103 -cat confdefs.h >>conftest.$ac_ext
  1.4104 -cat >>conftest.$ac_ext <<_ACEOF
  1.4105 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4106  /* end confdefs.h.  */
  1.4107  
  1.4108  /* Override any GCC internal prototype to avoid an error.
  1.4109 @@ -3320,50 +3738,27 @@
  1.4110      ac_res=-l$ac_lib
  1.4111      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  1.4112    fi
  1.4113 -  rm -f conftest.$ac_objext conftest$ac_exeext
  1.4114 -if { (ac_try="$ac_link"
  1.4115 -case "(($ac_try" in
  1.4116 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4117 -  *) ac_try_echo=$ac_try;;
  1.4118 -esac
  1.4119 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4120 -  (eval "$ac_link") 2>conftest.er1
  1.4121 -  ac_status=$?
  1.4122 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.4123 -  rm -f conftest.er1
  1.4124 -  cat conftest.err >&5
  1.4125 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4126 -  (exit $ac_status); } && {
  1.4127 -	 test -z "$ac_c_werror_flag" ||
  1.4128 -	 test ! -s conftest.err
  1.4129 -       } && test -s conftest$ac_exeext &&
  1.4130 -       $as_test_x conftest$ac_exeext; then
  1.4131 +  if ac_fn_c_try_link "$LINENO"; then :
  1.4132    ac_cv_search_strerror=$ac_res
  1.4133 -else
  1.4134 -  echo "$as_me: failed program was:" >&5
  1.4135 -sed 's/^/| /' conftest.$ac_ext >&5
  1.4136 -
  1.4137 -
  1.4138 -fi
  1.4139 -
  1.4140 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.4141 -      conftest$ac_exeext
  1.4142 -  if test "${ac_cv_search_strerror+set}" = set; then
  1.4143 +fi
  1.4144 +rm -f core conftest.err conftest.$ac_objext \
  1.4145 +    conftest$ac_exeext
  1.4146 +  if test "${ac_cv_search_strerror+set}" = set; then :
  1.4147    break
  1.4148  fi
  1.4149  done
  1.4150 -if test "${ac_cv_search_strerror+set}" = set; then
  1.4151 -  :
  1.4152 +if test "${ac_cv_search_strerror+set}" = set; then :
  1.4153 +
  1.4154  else
  1.4155    ac_cv_search_strerror=no
  1.4156  fi
  1.4157  rm conftest.$ac_ext
  1.4158  LIBS=$ac_func_search_save_LIBS
  1.4159  fi
  1.4160 -{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
  1.4161 -echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
  1.4162 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
  1.4163 +$as_echo "$ac_cv_search_strerror" >&6; }
  1.4164  ac_res=$ac_cv_search_strerror
  1.4165 -if test "$ac_res" != no; then
  1.4166 +if test "$ac_res" != no; then :
  1.4167    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  1.4168  
  1.4169  fi
  1.4170 @@ -3373,15 +3768,15 @@
  1.4171  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.4172  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.4173  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.4174 -{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  1.4175 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
  1.4176 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
  1.4177 +$as_echo_n "checking how to run the C preprocessor... " >&6; }
  1.4178  # On Suns, sometimes $CPP names a directory.
  1.4179  if test -n "$CPP" && test -d "$CPP"; then
  1.4180    CPP=
  1.4181  fi
  1.4182  if test -z "$CPP"; then
  1.4183 -  if test "${ac_cv_prog_CPP+set}" = set; then
  1.4184 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4185 +  if test "${ac_cv_prog_CPP+set}" = set; then :
  1.4186 +  $as_echo_n "(cached) " >&6
  1.4187  else
  1.4188        # Double quotes because CPP needs to be expanded
  1.4189      for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  1.4190 @@ -3395,11 +3790,7 @@
  1.4191    # <limits.h> exists even on freestanding compilers.
  1.4192    # On the NeXT, cc -E runs the code through the compiler's parser,
  1.4193    # not just through cpp. "Syntax error" is here to catch this case.
  1.4194 -  cat >conftest.$ac_ext <<_ACEOF
  1.4195 -/* confdefs.h.  */
  1.4196 -_ACEOF
  1.4197 -cat confdefs.h >>conftest.$ac_ext
  1.4198 -cat >>conftest.$ac_ext <<_ACEOF
  1.4199 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4200  /* end confdefs.h.  */
  1.4201  #ifdef __STDC__
  1.4202  # include <limits.h>
  1.4203 @@ -3408,76 +3799,34 @@
  1.4204  #endif
  1.4205  		     Syntax error
  1.4206  _ACEOF
  1.4207 -if { (ac_try="$ac_cpp conftest.$ac_ext"
  1.4208 -case "(($ac_try" in
  1.4209 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4210 -  *) ac_try_echo=$ac_try;;
  1.4211 -esac
  1.4212 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4213 -  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  1.4214 -  ac_status=$?
  1.4215 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.4216 -  rm -f conftest.er1
  1.4217 -  cat conftest.err >&5
  1.4218 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4219 -  (exit $ac_status); } >/dev/null && {
  1.4220 -	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  1.4221 -	 test ! -s conftest.err
  1.4222 -       }; then
  1.4223 -  :
  1.4224 -else
  1.4225 -  echo "$as_me: failed program was:" >&5
  1.4226 -sed 's/^/| /' conftest.$ac_ext >&5
  1.4227 -
  1.4228 +if ac_fn_c_try_cpp "$LINENO"; then :
  1.4229 +
  1.4230 +else
  1.4231    # Broken: fails on valid input.
  1.4232  continue
  1.4233  fi
  1.4234 -
  1.4235  rm -f conftest.err conftest.$ac_ext
  1.4236  
  1.4237    # OK, works on sane cases.  Now check whether nonexistent headers
  1.4238    # can be detected and how.
  1.4239 -  cat >conftest.$ac_ext <<_ACEOF
  1.4240 -/* confdefs.h.  */
  1.4241 -_ACEOF
  1.4242 -cat confdefs.h >>conftest.$ac_ext
  1.4243 -cat >>conftest.$ac_ext <<_ACEOF
  1.4244 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4245  /* end confdefs.h.  */
  1.4246  #include <ac_nonexistent.h>
  1.4247  _ACEOF
  1.4248 -if { (ac_try="$ac_cpp conftest.$ac_ext"
  1.4249 -case "(($ac_try" in
  1.4250 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4251 -  *) ac_try_echo=$ac_try;;
  1.4252 -esac
  1.4253 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4254 -  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  1.4255 -  ac_status=$?
  1.4256 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.4257 -  rm -f conftest.er1
  1.4258 -  cat conftest.err >&5
  1.4259 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4260 -  (exit $ac_status); } >/dev/null && {
  1.4261 -	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  1.4262 -	 test ! -s conftest.err
  1.4263 -       }; then
  1.4264 +if ac_fn_c_try_cpp "$LINENO"; then :
  1.4265    # Broken: success on invalid input.
  1.4266  continue
  1.4267  else
  1.4268 -  echo "$as_me: failed program was:" >&5
  1.4269 -sed 's/^/| /' conftest.$ac_ext >&5
  1.4270 -
  1.4271    # Passes both tests.
  1.4272  ac_preproc_ok=:
  1.4273  break
  1.4274  fi
  1.4275 -
  1.4276  rm -f conftest.err conftest.$ac_ext
  1.4277  
  1.4278  done
  1.4279  # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  1.4280  rm -f conftest.err conftest.$ac_ext
  1.4281 -if $ac_preproc_ok; then
  1.4282 +if $ac_preproc_ok; then :
  1.4283    break
  1.4284  fi
  1.4285  
  1.4286 @@ -3489,8 +3838,8 @@
  1.4287  else
  1.4288    ac_cv_prog_CPP=$CPP
  1.4289  fi
  1.4290 -{ echo "$as_me:$LINENO: result: $CPP" >&5
  1.4291 -echo "${ECHO_T}$CPP" >&6; }
  1.4292 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
  1.4293 +$as_echo "$CPP" >&6; }
  1.4294  ac_preproc_ok=false
  1.4295  for ac_c_preproc_warn_flag in '' yes
  1.4296  do
  1.4297 @@ -3500,11 +3849,7 @@
  1.4298    # <limits.h> exists even on freestanding compilers.
  1.4299    # On the NeXT, cc -E runs the code through the compiler's parser,
  1.4300    # not just through cpp. "Syntax error" is here to catch this case.
  1.4301 -  cat >conftest.$ac_ext <<_ACEOF
  1.4302 -/* confdefs.h.  */
  1.4303 -_ACEOF
  1.4304 -cat confdefs.h >>conftest.$ac_ext
  1.4305 -cat >>conftest.$ac_ext <<_ACEOF
  1.4306 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4307  /* end confdefs.h.  */
  1.4308  #ifdef __STDC__
  1.4309  # include <limits.h>
  1.4310 @@ -3513,83 +3858,40 @@
  1.4311  #endif
  1.4312  		     Syntax error
  1.4313  _ACEOF
  1.4314 -if { (ac_try="$ac_cpp conftest.$ac_ext"
  1.4315 -case "(($ac_try" in
  1.4316 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4317 -  *) ac_try_echo=$ac_try;;
  1.4318 -esac
  1.4319 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4320 -  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  1.4321 -  ac_status=$?
  1.4322 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.4323 -  rm -f conftest.er1
  1.4324 -  cat conftest.err >&5
  1.4325 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4326 -  (exit $ac_status); } >/dev/null && {
  1.4327 -	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  1.4328 -	 test ! -s conftest.err
  1.4329 -       }; then
  1.4330 -  :
  1.4331 -else
  1.4332 -  echo "$as_me: failed program was:" >&5
  1.4333 -sed 's/^/| /' conftest.$ac_ext >&5
  1.4334 -
  1.4335 +if ac_fn_c_try_cpp "$LINENO"; then :
  1.4336 +
  1.4337 +else
  1.4338    # Broken: fails on valid input.
  1.4339  continue
  1.4340  fi
  1.4341 -
  1.4342  rm -f conftest.err conftest.$ac_ext
  1.4343  
  1.4344    # OK, works on sane cases.  Now check whether nonexistent headers
  1.4345    # can be detected and how.
  1.4346 -  cat >conftest.$ac_ext <<_ACEOF
  1.4347 -/* confdefs.h.  */
  1.4348 -_ACEOF
  1.4349 -cat confdefs.h >>conftest.$ac_ext
  1.4350 -cat >>conftest.$ac_ext <<_ACEOF
  1.4351 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4352  /* end confdefs.h.  */
  1.4353  #include <ac_nonexistent.h>
  1.4354  _ACEOF
  1.4355 -if { (ac_try="$ac_cpp conftest.$ac_ext"
  1.4356 -case "(($ac_try" in
  1.4357 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4358 -  *) ac_try_echo=$ac_try;;
  1.4359 -esac
  1.4360 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4361 -  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  1.4362 -  ac_status=$?
  1.4363 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.4364 -  rm -f conftest.er1
  1.4365 -  cat conftest.err >&5
  1.4366 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4367 -  (exit $ac_status); } >/dev/null && {
  1.4368 -	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  1.4369 -	 test ! -s conftest.err
  1.4370 -       }; then
  1.4371 +if ac_fn_c_try_cpp "$LINENO"; then :
  1.4372    # Broken: success on invalid input.
  1.4373  continue
  1.4374  else
  1.4375 -  echo "$as_me: failed program was:" >&5
  1.4376 -sed 's/^/| /' conftest.$ac_ext >&5
  1.4377 -
  1.4378    # Passes both tests.
  1.4379  ac_preproc_ok=:
  1.4380  break
  1.4381  fi
  1.4382 -
  1.4383  rm -f conftest.err conftest.$ac_ext
  1.4384  
  1.4385  done
  1.4386  # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  1.4387  rm -f conftest.err conftest.$ac_ext
  1.4388 -if $ac_preproc_ok; then
  1.4389 -  :
  1.4390 -else
  1.4391 -  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
  1.4392 -See \`config.log' for more details." >&5
  1.4393 -echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
  1.4394 -See \`config.log' for more details." >&2;}
  1.4395 -   { (exit 1); exit 1; }; }
  1.4396 +if $ac_preproc_ok; then :
  1.4397 +
  1.4398 +else
  1.4399 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.4400 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.4401 +as_fn_error "C preprocessor \"$CPP\" fails sanity check
  1.4402 +See \`config.log' for more details." "$LINENO" 5; }
  1.4403  fi
  1.4404  
  1.4405  ac_ext=c
  1.4406 @@ -3599,45 +3901,40 @@
  1.4407  ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.4408  
  1.4409  
  1.4410 -{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
  1.4411 -echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
  1.4412 -if test "${ac_cv_path_GREP+set}" = set; then
  1.4413 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4414 -else
  1.4415 -  # Extract the first word of "grep ggrep" to use in msg output
  1.4416 -if test -z "$GREP"; then
  1.4417 -set dummy grep ggrep; ac_prog_name=$2
  1.4418 -if test "${ac_cv_path_GREP+set}" = set; then
  1.4419 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4420 -else
  1.4421 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
  1.4422 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
  1.4423 +if test "${ac_cv_path_GREP+set}" = set; then :
  1.4424 +  $as_echo_n "(cached) " >&6
  1.4425 +else
  1.4426 +  if test -z "$GREP"; then
  1.4427    ac_path_GREP_found=false
  1.4428 -# Loop through the user's path and test for each of PROGNAME-LIST
  1.4429 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.4430 +  # Loop through the user's path and test for each of PROGNAME-LIST
  1.4431 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.4432  for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  1.4433  do
  1.4434    IFS=$as_save_IFS
  1.4435    test -z "$as_dir" && as_dir=.
  1.4436 -  for ac_prog in grep ggrep; do
  1.4437 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.4438 -    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
  1.4439 -    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
  1.4440 -    # Check for GNU ac_path_GREP and select it if it is found.
  1.4441 +    for ac_prog in grep ggrep; do
  1.4442 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.4443 +      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
  1.4444 +      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
  1.4445 +# Check for GNU ac_path_GREP and select it if it is found.
  1.4446    # Check for GNU $ac_path_GREP
  1.4447  case `"$ac_path_GREP" --version 2>&1` in
  1.4448  *GNU*)
  1.4449    ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
  1.4450  *)
  1.4451    ac_count=0
  1.4452 -  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
  1.4453 +  $as_echo_n 0123456789 >"conftest.in"
  1.4454    while :
  1.4455    do
  1.4456      cat "conftest.in" "conftest.in" >"conftest.tmp"
  1.4457      mv "conftest.tmp" "conftest.in"
  1.4458      cp "conftest.in" "conftest.nl"
  1.4459 -    echo 'GREP' >> "conftest.nl"
  1.4460 +    $as_echo 'GREP' >> "conftest.nl"
  1.4461      "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  1.4462      diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  1.4463 -    ac_count=`expr $ac_count + 1`
  1.4464 +    as_fn_arith $ac_count + 1 && ac_count=$as_val
  1.4465      if test $ac_count -gt ${ac_path_GREP_max-0}; then
  1.4466        # Best one so far, save it but keep looking for a better one
  1.4467        ac_cv_path_GREP="$ac_path_GREP"
  1.4468 @@ -3649,77 +3946,61 @@
  1.4469    rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  1.4470  esac
  1.4471  
  1.4472 -
  1.4473 -    $ac_path_GREP_found && break 3
  1.4474 +      $ac_path_GREP_found && break 3
  1.4475 +    done
  1.4476    done
  1.4477 -done
  1.4478 -
  1.4479 -done
  1.4480 +  done
  1.4481  IFS=$as_save_IFS
  1.4482 -
  1.4483 -
  1.4484 -fi
  1.4485 -
  1.4486 -GREP="$ac_cv_path_GREP"
  1.4487 -if test -z "$GREP"; then
  1.4488 -  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
  1.4489 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
  1.4490 -   { (exit 1); exit 1; }; }
  1.4491 -fi
  1.4492 -
  1.4493 +  if test -z "$ac_cv_path_GREP"; then
  1.4494 +    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  1.4495 +  fi
  1.4496  else
  1.4497    ac_cv_path_GREP=$GREP
  1.4498  fi
  1.4499  
  1.4500 -
  1.4501 -fi
  1.4502 -{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
  1.4503 -echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
  1.4504 +fi
  1.4505 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
  1.4506 +$as_echo "$ac_cv_path_GREP" >&6; }
  1.4507   GREP="$ac_cv_path_GREP"
  1.4508  
  1.4509  
  1.4510 -{ echo "$as_me:$LINENO: checking for egrep" >&5
  1.4511 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
  1.4512 -if test "${ac_cv_path_EGREP+set}" = set; then
  1.4513 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4514 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
  1.4515 +$as_echo_n "checking for egrep... " >&6; }
  1.4516 +if test "${ac_cv_path_EGREP+set}" = set; then :
  1.4517 +  $as_echo_n "(cached) " >&6
  1.4518  else
  1.4519    if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  1.4520     then ac_cv_path_EGREP="$GREP -E"
  1.4521     else
  1.4522 -     # Extract the first word of "egrep" to use in msg output
  1.4523 -if test -z "$EGREP"; then
  1.4524 -set dummy egrep; ac_prog_name=$2
  1.4525 -if test "${ac_cv_path_EGREP+set}" = set; then
  1.4526 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4527 -else
  1.4528 +     if test -z "$EGREP"; then
  1.4529    ac_path_EGREP_found=false
  1.4530 -# Loop through the user's path and test for each of PROGNAME-LIST
  1.4531 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.4532 +  # Loop through the user's path and test for each of PROGNAME-LIST
  1.4533 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.4534  for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  1.4535  do
  1.4536    IFS=$as_save_IFS
  1.4537    test -z "$as_dir" && as_dir=.
  1.4538 -  for ac_prog in egrep; do
  1.4539 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.4540 -    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  1.4541 -    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
  1.4542 -    # Check for GNU ac_path_EGREP and select it if it is found.
  1.4543 +    for ac_prog in egrep; do
  1.4544 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.4545 +      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  1.4546 +      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
  1.4547 +# Check for GNU ac_path_EGREP and select it if it is found.
  1.4548    # Check for GNU $ac_path_EGREP
  1.4549  case `"$ac_path_EGREP" --version 2>&1` in
  1.4550  *GNU*)
  1.4551    ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
  1.4552  *)
  1.4553    ac_count=0
  1.4554 -  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
  1.4555 +  $as_echo_n 0123456789 >"conftest.in"
  1.4556    while :
  1.4557    do
  1.4558      cat "conftest.in" "conftest.in" >"conftest.tmp"
  1.4559      mv "conftest.tmp" "conftest.in"
  1.4560      cp "conftest.in" "conftest.nl"
  1.4561 -    echo 'EGREP' >> "conftest.nl"
  1.4562 +    $as_echo 'EGREP' >> "conftest.nl"
  1.4563      "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  1.4564      diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  1.4565 -    ac_count=`expr $ac_count + 1`
  1.4566 +    as_fn_arith $ac_count + 1 && ac_count=$as_val
  1.4567      if test $ac_count -gt ${ac_path_EGREP_max-0}; then
  1.4568        # Best one so far, save it but keep looking for a better one
  1.4569        ac_cv_path_EGREP="$ac_path_EGREP"
  1.4570 @@ -3731,46 +4012,31 @@
  1.4571    rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  1.4572  esac
  1.4573  
  1.4574 -
  1.4575 -    $ac_path_EGREP_found && break 3
  1.4576 +      $ac_path_EGREP_found && break 3
  1.4577 +    done
  1.4578    done
  1.4579 -done
  1.4580 -
  1.4581 -done
  1.4582 +  done
  1.4583  IFS=$as_save_IFS
  1.4584 -
  1.4585 -
  1.4586 -fi
  1.4587 -
  1.4588 -EGREP="$ac_cv_path_EGREP"
  1.4589 -if test -z "$EGREP"; then
  1.4590 -  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
  1.4591 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
  1.4592 -   { (exit 1); exit 1; }; }
  1.4593 -fi
  1.4594 -
  1.4595 +  if test -z "$ac_cv_path_EGREP"; then
  1.4596 +    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  1.4597 +  fi
  1.4598  else
  1.4599    ac_cv_path_EGREP=$EGREP
  1.4600  fi
  1.4601  
  1.4602 -
  1.4603     fi
  1.4604  fi
  1.4605 -{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
  1.4606 -echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
  1.4607 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
  1.4608 +$as_echo "$ac_cv_path_EGREP" >&6; }
  1.4609   EGREP="$ac_cv_path_EGREP"
  1.4610  
  1.4611  
  1.4612 -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  1.4613 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
  1.4614 -if test "${ac_cv_header_stdc+set}" = set; then
  1.4615 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4616 -else
  1.4617 -  cat >conftest.$ac_ext <<_ACEOF
  1.4618 -/* confdefs.h.  */
  1.4619 -_ACEOF
  1.4620 -cat confdefs.h >>conftest.$ac_ext
  1.4621 -cat >>conftest.$ac_ext <<_ACEOF
  1.4622 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
  1.4623 +$as_echo_n "checking for ANSI C header files... " >&6; }
  1.4624 +if test "${ac_cv_header_stdc+set}" = set; then :
  1.4625 +  $as_echo_n "(cached) " >&6
  1.4626 +else
  1.4627 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4628  /* end confdefs.h.  */
  1.4629  #include <stdlib.h>
  1.4630  #include <stdarg.h>
  1.4631 @@ -3785,47 +4051,23 @@
  1.4632    return 0;
  1.4633  }
  1.4634  _ACEOF
  1.4635 -rm -f conftest.$ac_objext
  1.4636 -if { (ac_try="$ac_compile"
  1.4637 -case "(($ac_try" in
  1.4638 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4639 -  *) ac_try_echo=$ac_try;;
  1.4640 -esac
  1.4641 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4642 -  (eval "$ac_compile") 2>conftest.er1
  1.4643 -  ac_status=$?
  1.4644 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.4645 -  rm -f conftest.er1
  1.4646 -  cat conftest.err >&5
  1.4647 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4648 -  (exit $ac_status); } && {
  1.4649 -	 test -z "$ac_c_werror_flag" ||
  1.4650 -	 test ! -s conftest.err
  1.4651 -       } && test -s conftest.$ac_objext; then
  1.4652 +if ac_fn_c_try_compile "$LINENO"; then :
  1.4653    ac_cv_header_stdc=yes
  1.4654  else
  1.4655 -  echo "$as_me: failed program was:" >&5
  1.4656 -sed 's/^/| /' conftest.$ac_ext >&5
  1.4657 -
  1.4658 -	ac_cv_header_stdc=no
  1.4659 -fi
  1.4660 -
  1.4661 +  ac_cv_header_stdc=no
  1.4662 +fi
  1.4663  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4664  
  1.4665  if test $ac_cv_header_stdc = yes; then
  1.4666    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1.4667 -  cat >conftest.$ac_ext <<_ACEOF
  1.4668 -/* confdefs.h.  */
  1.4669 -_ACEOF
  1.4670 -cat confdefs.h >>conftest.$ac_ext
  1.4671 -cat >>conftest.$ac_ext <<_ACEOF
  1.4672 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4673  /* end confdefs.h.  */
  1.4674  #include <string.h>
  1.4675  
  1.4676  _ACEOF
  1.4677  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1.4678 -  $EGREP "memchr" >/dev/null 2>&1; then
  1.4679 -  :
  1.4680 +  $EGREP "memchr" >/dev/null 2>&1; then :
  1.4681 +
  1.4682  else
  1.4683    ac_cv_header_stdc=no
  1.4684  fi
  1.4685 @@ -3835,18 +4077,14 @@
  1.4686  
  1.4687  if test $ac_cv_header_stdc = yes; then
  1.4688    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1.4689 -  cat >conftest.$ac_ext <<_ACEOF
  1.4690 -/* confdefs.h.  */
  1.4691 -_ACEOF
  1.4692 -cat confdefs.h >>conftest.$ac_ext
  1.4693 -cat >>conftest.$ac_ext <<_ACEOF
  1.4694 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4695  /* end confdefs.h.  */
  1.4696  #include <stdlib.h>
  1.4697  
  1.4698  _ACEOF
  1.4699  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1.4700 -  $EGREP "free" >/dev/null 2>&1; then
  1.4701 -  :
  1.4702 +  $EGREP "free" >/dev/null 2>&1; then :
  1.4703 +
  1.4704  else
  1.4705    ac_cv_header_stdc=no
  1.4706  fi
  1.4707 @@ -3856,14 +4094,10 @@
  1.4708  
  1.4709  if test $ac_cv_header_stdc = yes; then
  1.4710    # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1.4711 -  if test "$cross_compiling" = yes; then
  1.4712 +  if test "$cross_compiling" = yes; then :
  1.4713    :
  1.4714  else
  1.4715 -  cat >conftest.$ac_ext <<_ACEOF
  1.4716 -/* confdefs.h.  */
  1.4717 -_ACEOF
  1.4718 -cat confdefs.h >>conftest.$ac_ext
  1.4719 -cat >>conftest.$ac_ext <<_ACEOF
  1.4720 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4721  /* end confdefs.h.  */
  1.4722  #include <ctype.h>
  1.4723  #include <stdlib.h>
  1.4724 @@ -3890,58 +4124,32 @@
  1.4725    return 0;
  1.4726  }
  1.4727  _ACEOF
  1.4728 -rm -f conftest$ac_exeext
  1.4729 -if { (ac_try="$ac_link"
  1.4730 -case "(($ac_try" in
  1.4731 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4732 -  *) ac_try_echo=$ac_try;;
  1.4733 -esac
  1.4734 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4735 -  (eval "$ac_link") 2>&5
  1.4736 -  ac_status=$?
  1.4737 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4738 -  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1.4739 -  { (case "(($ac_try" in
  1.4740 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4741 -  *) ac_try_echo=$ac_try;;
  1.4742 -esac
  1.4743 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4744 -  (eval "$ac_try") 2>&5
  1.4745 -  ac_status=$?
  1.4746 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4747 -  (exit $ac_status); }; }; then
  1.4748 -  :
  1.4749 -else
  1.4750 -  echo "$as_me: program exited with status $ac_status" >&5
  1.4751 -echo "$as_me: failed program was:" >&5
  1.4752 -sed 's/^/| /' conftest.$ac_ext >&5
  1.4753 -
  1.4754 -( exit $ac_status )
  1.4755 -ac_cv_header_stdc=no
  1.4756 -fi
  1.4757 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.4758 -fi
  1.4759 -
  1.4760 -
  1.4761 -fi
  1.4762 -fi
  1.4763 -{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  1.4764 -echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
  1.4765 +if ac_fn_c_try_run "$LINENO"; then :
  1.4766 +
  1.4767 +else
  1.4768 +  ac_cv_header_stdc=no
  1.4769 +fi
  1.4770 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  1.4771 +  conftest.$ac_objext conftest.beam conftest.$ac_ext
  1.4772 +fi
  1.4773 +
  1.4774 +fi
  1.4775 +fi
  1.4776 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
  1.4777 +$as_echo "$ac_cv_header_stdc" >&6; }
  1.4778  if test $ac_cv_header_stdc = yes; then
  1.4779  
  1.4780 -cat >>confdefs.h <<\_ACEOF
  1.4781 -#define STDC_HEADERS 1
  1.4782 -_ACEOF
  1.4783 +$as_echo "#define STDC_HEADERS 1" >>confdefs.h
  1.4784  
  1.4785  fi
  1.4786  
  1.4787  if test -n "$ac_tool_prefix"; then
  1.4788    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  1.4789  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  1.4790 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.4791 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.4792 -if test "${ac_cv_prog_RANLIB+set}" = set; then
  1.4793 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4794 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.4795 +$as_echo_n "checking for $ac_word... " >&6; }
  1.4796 +if test "${ac_cv_prog_RANLIB+set}" = set; then :
  1.4797 +  $as_echo_n "(cached) " >&6
  1.4798  else
  1.4799    if test -n "$RANLIB"; then
  1.4800    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1.4801 @@ -3951,25 +4159,25 @@
  1.4802  do
  1.4803    IFS=$as_save_IFS
  1.4804    test -z "$as_dir" && as_dir=.
  1.4805 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.4806 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.4807    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.4808      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  1.4809 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.4810 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.4811      break 2
  1.4812    fi
  1.4813  done
  1.4814 -done
  1.4815 +  done
  1.4816  IFS=$as_save_IFS
  1.4817  
  1.4818  fi
  1.4819  fi
  1.4820  RANLIB=$ac_cv_prog_RANLIB
  1.4821  if test -n "$RANLIB"; then
  1.4822 -  { echo "$as_me:$LINENO: result: $RANLIB" >&5
  1.4823 -echo "${ECHO_T}$RANLIB" >&6; }
  1.4824 -else
  1.4825 -  { echo "$as_me:$LINENO: result: no" >&5
  1.4826 -echo "${ECHO_T}no" >&6; }
  1.4827 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
  1.4828 +$as_echo "$RANLIB" >&6; }
  1.4829 +else
  1.4830 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.4831 +$as_echo "no" >&6; }
  1.4832  fi
  1.4833  
  1.4834  
  1.4835 @@ -3978,10 +4186,10 @@
  1.4836    ac_ct_RANLIB=$RANLIB
  1.4837    # Extract the first word of "ranlib", so it can be a program name with args.
  1.4838  set dummy ranlib; ac_word=$2
  1.4839 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.4840 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.4841 -if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
  1.4842 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4843 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.4844 +$as_echo_n "checking for $ac_word... " >&6; }
  1.4845 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
  1.4846 +  $as_echo_n "(cached) " >&6
  1.4847  else
  1.4848    if test -n "$ac_ct_RANLIB"; then
  1.4849    ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  1.4850 @@ -3991,25 +4199,25 @@
  1.4851  do
  1.4852    IFS=$as_save_IFS
  1.4853    test -z "$as_dir" && as_dir=.
  1.4854 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.4855 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.4856    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.4857      ac_cv_prog_ac_ct_RANLIB="ranlib"
  1.4858 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.4859 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.4860      break 2
  1.4861    fi
  1.4862  done
  1.4863 -done
  1.4864 +  done
  1.4865  IFS=$as_save_IFS
  1.4866  
  1.4867  fi
  1.4868  fi
  1.4869  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  1.4870  if test -n "$ac_ct_RANLIB"; then
  1.4871 -  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  1.4872 -echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
  1.4873 -else
  1.4874 -  { echo "$as_me:$LINENO: result: no" >&5
  1.4875 -echo "${ECHO_T}no" >&6; }
  1.4876 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
  1.4877 +$as_echo "$ac_ct_RANLIB" >&6; }
  1.4878 +else
  1.4879 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.4880 +$as_echo "no" >&6; }
  1.4881  fi
  1.4882  
  1.4883    if test "x$ac_ct_RANLIB" = x; then
  1.4884 @@ -4017,12 +4225,8 @@
  1.4885    else
  1.4886      case $cross_compiling:$ac_tool_warned in
  1.4887  yes:)
  1.4888 -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.4889 -whose name does not start with the host triplet.  If you think this
  1.4890 -configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.4891 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.4892 -whose name does not start with the host triplet.  If you think this
  1.4893 -configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.4894 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1.4895 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1.4896  ac_tool_warned=yes ;;
  1.4897  esac
  1.4898      RANLIB=$ac_ct_RANLIB
  1.4899 @@ -4038,10 +4242,10 @@
  1.4900  	if test -n "$ac_tool_prefix"; then
  1.4901    # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
  1.4902  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
  1.4903 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.4904 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.4905 -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  1.4906 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4907 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.4908 +$as_echo_n "checking for $ac_word... " >&6; }
  1.4909 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
  1.4910 +  $as_echo_n "(cached) " >&6
  1.4911  else
  1.4912    case $PKG_CONFIG in
  1.4913    [\\/]* | ?:[\\/]*)
  1.4914 @@ -4053,14 +4257,14 @@
  1.4915  do
  1.4916    IFS=$as_save_IFS
  1.4917    test -z "$as_dir" && as_dir=.
  1.4918 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.4919 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.4920    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.4921      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1.4922 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.4923 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.4924      break 2
  1.4925    fi
  1.4926  done
  1.4927 -done
  1.4928 +  done
  1.4929  IFS=$as_save_IFS
  1.4930  
  1.4931    ;;
  1.4932 @@ -4068,11 +4272,11 @@
  1.4933  fi
  1.4934  PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  1.4935  if test -n "$PKG_CONFIG"; then
  1.4936 -  { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  1.4937 -echo "${ECHO_T}$PKG_CONFIG" >&6; }
  1.4938 -else
  1.4939 -  { echo "$as_me:$LINENO: result: no" >&5
  1.4940 -echo "${ECHO_T}no" >&6; }
  1.4941 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
  1.4942 +$as_echo "$PKG_CONFIG" >&6; }
  1.4943 +else
  1.4944 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.4945 +$as_echo "no" >&6; }
  1.4946  fi
  1.4947  
  1.4948  
  1.4949 @@ -4081,10 +4285,10 @@
  1.4950    ac_pt_PKG_CONFIG=$PKG_CONFIG
  1.4951    # Extract the first word of "pkg-config", so it can be a program name with args.
  1.4952  set dummy pkg-config; ac_word=$2
  1.4953 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.4954 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1.4955 -if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
  1.4956 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4957 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.4958 +$as_echo_n "checking for $ac_word... " >&6; }
  1.4959 +if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
  1.4960 +  $as_echo_n "(cached) " >&6
  1.4961  else
  1.4962    case $ac_pt_PKG_CONFIG in
  1.4963    [\\/]* | ?:[\\/]*)
  1.4964 @@ -4096,14 +4300,14 @@
  1.4965  do
  1.4966    IFS=$as_save_IFS
  1.4967    test -z "$as_dir" && as_dir=.
  1.4968 -  for ac_exec_ext in '' $ac_executable_extensions; do
  1.4969 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.4970    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.4971      ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1.4972 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.4973 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.4974      break 2
  1.4975    fi
  1.4976  done
  1.4977 -done
  1.4978 +  done
  1.4979  IFS=$as_save_IFS
  1.4980  
  1.4981    ;;
  1.4982 @@ -4111,11 +4315,11 @@
  1.4983  fi
  1.4984  ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
  1.4985  if test -n "$ac_pt_PKG_CONFIG"; then
  1.4986 -  { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
  1.4987 -echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
  1.4988 -else
  1.4989 -  { echo "$as_me:$LINENO: result: no" >&5
  1.4990 -echo "${ECHO_T}no" >&6; }
  1.4991 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
  1.4992 +$as_echo "$ac_pt_PKG_CONFIG" >&6; }
  1.4993 +else
  1.4994 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.4995 +$as_echo "no" >&6; }
  1.4996  fi
  1.4997  
  1.4998    if test "x$ac_pt_PKG_CONFIG" = x; then
  1.4999 @@ -4123,12 +4327,8 @@
  1.5000    else
  1.5001      case $cross_compiling:$ac_tool_warned in
  1.5002  yes:)
  1.5003 -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  1.5004 -whose name does not start with the host triplet.  If you think this
  1.5005 -configuration is useful to you, please write to autoconf@gnu.org." >&5
  1.5006 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  1.5007 -whose name does not start with the host triplet.  If you think this
  1.5008 -configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  1.5009 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1.5010 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1.5011  ac_tool_warned=yes ;;
  1.5012  esac
  1.5013      PKG_CONFIG=$ac_pt_PKG_CONFIG
  1.5014 @@ -4140,33 +4340,33 @@
  1.5015  fi
  1.5016  if test -n "$PKG_CONFIG"; then
  1.5017  	_pkg_min_version=0.9.0
  1.5018 -	{ echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
  1.5019 -echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
  1.5020 +	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
  1.5021 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
  1.5022  	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
  1.5023 -		{ echo "$as_me:$LINENO: result: yes" >&5
  1.5024 -echo "${ECHO_T}yes" >&6; }
  1.5025 +		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.5026 +$as_echo "yes" >&6; }
  1.5027  	else
  1.5028 -		{ echo "$as_me:$LINENO: result: no" >&5
  1.5029 -echo "${ECHO_T}no" >&6; }
  1.5030 +		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.5031 +$as_echo "no" >&6; }
  1.5032  		PKG_CONFIG=""
  1.5033  	fi
  1.5034  
  1.5035  fi
  1.5036  
  1.5037  pkg_failed=no
  1.5038 -{ echo "$as_me:$LINENO: checking for GLIB" >&5
  1.5039 -echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; }
  1.5040 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5
  1.5041 +$as_echo_n "checking for GLIB... " >&6; }
  1.5042  
  1.5043  if test -n "$PKG_CONFIG"; then
  1.5044      if test -n "$GLIB_CFLAGS"; then
  1.5045          pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
  1.5046      else
  1.5047          if test -n "$PKG_CONFIG" && \
  1.5048 -    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
  1.5049 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
  1.5050    ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
  1.5051    ac_status=$?
  1.5052 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5053 -  (exit $ac_status); }; then
  1.5054 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.5055 +  test $ac_status = 0; }; then
  1.5056    pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
  1.5057  else
  1.5058    pkg_failed=yes
  1.5059 @@ -4180,11 +4380,11 @@
  1.5060          pkg_cv_GLIB_LIBS="$GLIB_LIBS"
  1.5061      else
  1.5062          if test -n "$PKG_CONFIG" && \
  1.5063 -    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
  1.5064 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
  1.5065    ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
  1.5066    ac_status=$?
  1.5067 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5068 -  (exit $ac_status); }; then
  1.5069 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.5070 +  test $ac_status = 0; }; then
  1.5071    pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
  1.5072  else
  1.5073    pkg_failed=yes
  1.5074 @@ -4211,7 +4411,7 @@
  1.5075  	# Put the nasty error message in config.log where it belongs
  1.5076  	echo "$GLIB_PKG_ERRORS" >&5
  1.5077  
  1.5078 -	{ { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met:
  1.5079 +	as_fn_error "Package requirements (glib-2.0) were not met:
  1.5080  
  1.5081  $GLIB_PKG_ERRORS
  1.5082  
  1.5083 @@ -4221,53 +4421,32 @@
  1.5084  Alternatively, you may set the environment variables GLIB_CFLAGS
  1.5085  and GLIB_LIBS to avoid the need to call pkg-config.
  1.5086  See the pkg-config man page for more details.
  1.5087 -" >&5
  1.5088 -echo "$as_me: error: Package requirements (glib-2.0) were not met:
  1.5089 -
  1.5090 -$GLIB_PKG_ERRORS
  1.5091 -
  1.5092 -Consider adjusting the PKG_CONFIG_PATH environment variable if you
  1.5093 -installed software in a non-standard prefix.
  1.5094 +" "$LINENO" 5
  1.5095 +elif test $pkg_failed = untried; then
  1.5096 +	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.5097 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.5098 +as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
  1.5099 +is in your PATH or set the PKG_CONFIG environment variable to the full
  1.5100 +path to pkg-config.
  1.5101  
  1.5102  Alternatively, you may set the environment variables GLIB_CFLAGS
  1.5103  and GLIB_LIBS to avoid the need to call pkg-config.
  1.5104  See the pkg-config man page for more details.
  1.5105 -" >&2;}
  1.5106 -   { (exit 1); exit 1; }; }
  1.5107 -elif test $pkg_failed = untried; then
  1.5108 -	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
  1.5109 -is in your PATH or set the PKG_CONFIG environment variable to the full
  1.5110 -path to pkg-config.
  1.5111 -
  1.5112 -Alternatively, you may set the environment variables GLIB_CFLAGS
  1.5113 -and GLIB_LIBS to avoid the need to call pkg-config.
  1.5114 -See the pkg-config man page for more details.
  1.5115  
  1.5116  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  1.5117 -See \`config.log' for more details." >&5
  1.5118 -echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
  1.5119 -is in your PATH or set the PKG_CONFIG environment variable to the full
  1.5120 -path to pkg-config.
  1.5121 -
  1.5122 -Alternatively, you may set the environment variables GLIB_CFLAGS
  1.5123 -and GLIB_LIBS to avoid the need to call pkg-config.
  1.5124 -See the pkg-config man page for more details.
  1.5125 -
  1.5126 -To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  1.5127 -See \`config.log' for more details." >&2;}
  1.5128 -   { (exit 1); exit 1; }; }
  1.5129 +See \`config.log' for more details." "$LINENO" 5; }
  1.5130  else
  1.5131  	GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
  1.5132  	GLIB_LIBS=$pkg_cv_GLIB_LIBS
  1.5133 -        { echo "$as_me:$LINENO: result: yes" >&5
  1.5134 -echo "${ECHO_T}yes" >&6; }
  1.5135 +        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.5136 +$as_echo "yes" >&6; }
  1.5137  	:
  1.5138  fi
  1.5139  
  1.5140  
  1.5141  
  1.5142  # Check whether --enable-resolver was given.
  1.5143 -if test "${enable_resolver+set}" = set; then
  1.5144 +if test "${enable_resolver+set}" = set; then :
  1.5145    enableval=$enable_resolver; if test "$enable_resolver" != 'no'; then
  1.5146  		resolver_enabled='yes'
  1.5147  	fi
  1.5148 @@ -4279,22 +4458,16 @@
  1.5149  
  1.5150  if test "$resolver_enabled" = yes; then
  1.5151  
  1.5152 -cat >>confdefs.h <<\_ACEOF
  1.5153 -#define ENABLE_RESOLVER 1
  1.5154 -_ACEOF
  1.5155 -
  1.5156 -	{ echo "$as_me:$LINENO: checking for res_search in -lc" >&5
  1.5157 -echo $ECHO_N "checking for res_search in -lc... $ECHO_C" >&6; }
  1.5158 -if test "${ac_cv_lib_c_res_search+set}" = set; then
  1.5159 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5160 +$as_echo "#define ENABLE_RESOLVER 1" >>confdefs.h
  1.5161 +
  1.5162 +	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lc" >&5
  1.5163 +$as_echo_n "checking for res_search in -lc... " >&6; }
  1.5164 +if test "${ac_cv_lib_c_res_search+set}" = set; then :
  1.5165 +  $as_echo_n "(cached) " >&6
  1.5166  else
  1.5167    ac_check_lib_save_LIBS=$LIBS
  1.5168  LIBS="-lc  $LIBS"
  1.5169 -cat >conftest.$ac_ext <<_ACEOF
  1.5170 -/* confdefs.h.  */
  1.5171 -_ACEOF
  1.5172 -cat confdefs.h >>conftest.$ac_ext
  1.5173 -cat >>conftest.$ac_ext <<_ACEOF
  1.5174 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5175  /* end confdefs.h.  */
  1.5176  
  1.5177  /* Override any GCC internal prototype to avoid an error.
  1.5178 @@ -4312,57 +4485,32 @@
  1.5179    return 0;
  1.5180  }
  1.5181  _ACEOF
  1.5182 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.5183 -if { (ac_try="$ac_link"
  1.5184 -case "(($ac_try" in
  1.5185 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5186 -  *) ac_try_echo=$ac_try;;
  1.5187 -esac
  1.5188 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5189 -  (eval "$ac_link") 2>conftest.er1
  1.5190 -  ac_status=$?
  1.5191 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.5192 -  rm -f conftest.er1
  1.5193 -  cat conftest.err >&5
  1.5194 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5195 -  (exit $ac_status); } && {
  1.5196 -	 test -z "$ac_c_werror_flag" ||
  1.5197 -	 test ! -s conftest.err
  1.5198 -       } && test -s conftest$ac_exeext &&
  1.5199 -       $as_test_x conftest$ac_exeext; then
  1.5200 +if ac_fn_c_try_link "$LINENO"; then :
  1.5201    ac_cv_lib_c_res_search=yes
  1.5202  else
  1.5203 -  echo "$as_me: failed program was:" >&5
  1.5204 -sed 's/^/| /' conftest.$ac_ext >&5
  1.5205 -
  1.5206 -	ac_cv_lib_c_res_search=no
  1.5207 -fi
  1.5208 -
  1.5209 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5210 -      conftest$ac_exeext conftest.$ac_ext
  1.5211 +  ac_cv_lib_c_res_search=no
  1.5212 +fi
  1.5213 +rm -f core conftest.err conftest.$ac_objext \
  1.5214 +    conftest$ac_exeext conftest.$ac_ext
  1.5215  LIBS=$ac_check_lib_save_LIBS
  1.5216  fi
  1.5217 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_c_res_search" >&5
  1.5218 -echo "${ECHO_T}$ac_cv_lib_c_res_search" >&6; }
  1.5219 -if test $ac_cv_lib_c_res_search = yes; then
  1.5220 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_res_search" >&5
  1.5221 +$as_echo "$ac_cv_lib_c_res_search" >&6; }
  1.5222 +if test "x$ac_cv_lib_c_res_search" = x""yes; then :
  1.5223    need_resolv=no
  1.5224  else
  1.5225    need_resolv=yes
  1.5226  fi
  1.5227  
  1.5228  	if test "$need_resolv" = yes; then
  1.5229 -		{ echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5
  1.5230 -echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; }
  1.5231 -if test "${ac_cv_lib_resolv_res_search+set}" = set; then
  1.5232 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5233 +		{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lresolv" >&5
  1.5234 +$as_echo_n "checking for res_search in -lresolv... " >&6; }
  1.5235 +if test "${ac_cv_lib_resolv_res_search+set}" = set; then :
  1.5236 +  $as_echo_n "(cached) " >&6
  1.5237  else
  1.5238    ac_check_lib_save_LIBS=$LIBS
  1.5239  LIBS="-lresolv  $LIBS"
  1.5240 -cat >conftest.$ac_ext <<_ACEOF
  1.5241 -/* confdefs.h.  */
  1.5242 -_ACEOF
  1.5243 -cat confdefs.h >>conftest.$ac_ext
  1.5244 -cat >>conftest.$ac_ext <<_ACEOF
  1.5245 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5246  /* end confdefs.h.  */
  1.5247  
  1.5248  /* Override any GCC internal prototype to avoid an error.
  1.5249 @@ -4380,39 +4528,18 @@
  1.5250    return 0;
  1.5251  }
  1.5252  _ACEOF
  1.5253 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.5254 -if { (ac_try="$ac_link"
  1.5255 -case "(($ac_try" in
  1.5256 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5257 -  *) ac_try_echo=$ac_try;;
  1.5258 -esac
  1.5259 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5260 -  (eval "$ac_link") 2>conftest.er1
  1.5261 -  ac_status=$?
  1.5262 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.5263 -  rm -f conftest.er1
  1.5264 -  cat conftest.err >&5
  1.5265 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5266 -  (exit $ac_status); } && {
  1.5267 -	 test -z "$ac_c_werror_flag" ||
  1.5268 -	 test ! -s conftest.err
  1.5269 -       } && test -s conftest$ac_exeext &&
  1.5270 -       $as_test_x conftest$ac_exeext; then
  1.5271 +if ac_fn_c_try_link "$LINENO"; then :
  1.5272    ac_cv_lib_resolv_res_search=yes
  1.5273  else
  1.5274 -  echo "$as_me: failed program was:" >&5
  1.5275 -sed 's/^/| /' conftest.$ac_ext >&5
  1.5276 -
  1.5277 -	ac_cv_lib_resolv_res_search=no
  1.5278 -fi
  1.5279 -
  1.5280 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5281 -      conftest$ac_exeext conftest.$ac_ext
  1.5282 +  ac_cv_lib_resolv_res_search=no
  1.5283 +fi
  1.5284 +rm -f core conftest.err conftest.$ac_objext \
  1.5285 +    conftest$ac_exeext conftest.$ac_ext
  1.5286  LIBS=$ac_check_lib_save_LIBS
  1.5287  fi
  1.5288 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5
  1.5289 -echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6; }
  1.5290 -if test $ac_cv_lib_resolv_res_search = yes; then
  1.5291 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_search" >&5
  1.5292 +$as_echo "$ac_cv_lib_resolv_res_search" >&6; }
  1.5293 +if test "x$ac_cv_lib_resolv_res_search" = x""yes; then :
  1.5294    has_resolv=yes; RESOLV_LIBS="-lresolv"
  1.5295  else
  1.5296    has_resolv=no
  1.5297 @@ -4421,13 +4548,9 @@
  1.5298  		if test "$has_resolv" = no; then
  1.5299  			saved_LIBS="$LIBS"
  1.5300  			LIBS="$LIBS -lresolv"
  1.5301 -			{ echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5
  1.5302 -echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; }
  1.5303 -			cat >conftest.$ac_ext <<_ACEOF
  1.5304 -/* confdefs.h.  */
  1.5305 -_ACEOF
  1.5306 -cat confdefs.h >>conftest.$ac_ext
  1.5307 -cat >>conftest.$ac_ext <<_ACEOF
  1.5308 +			{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lresolv" >&5
  1.5309 +$as_echo_n "checking for res_search in -lresolv... " >&6; }
  1.5310 +			cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5311  /* end confdefs.h.  */
  1.5312  #include <resolv.h>
  1.5313  int
  1.5314 @@ -4438,42 +4561,19 @@
  1.5315    return 0;
  1.5316  }
  1.5317  _ACEOF
  1.5318 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.5319 -if { (ac_try="$ac_link"
  1.5320 -case "(($ac_try" in
  1.5321 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5322 -  *) ac_try_echo=$ac_try;;
  1.5323 -esac
  1.5324 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5325 -  (eval "$ac_link") 2>conftest.er1
  1.5326 -  ac_status=$?
  1.5327 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.5328 -  rm -f conftest.er1
  1.5329 -  cat conftest.err >&5
  1.5330 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5331 -  (exit $ac_status); } && {
  1.5332 -	 test -z "$ac_c_werror_flag" ||
  1.5333 -	 test ! -s conftest.err
  1.5334 -       } && test -s conftest$ac_exeext &&
  1.5335 -       $as_test_x conftest$ac_exeext; then
  1.5336 -  RESOLV_LIBS="-lresolv"; has_resolv=yes; { echo "$as_me:$LINENO: result: yes" >&5
  1.5337 -echo "${ECHO_T}yes" >&6; }
  1.5338 -else
  1.5339 -  echo "$as_me: failed program was:" >&5
  1.5340 -sed 's/^/| /' conftest.$ac_ext >&5
  1.5341 -
  1.5342 -	{ echo "$as_me:$LINENO: result: no" >&5
  1.5343 -echo "${ECHO_T}no" >&6; }
  1.5344 -fi
  1.5345 -
  1.5346 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5347 -      conftest$ac_exeext conftest.$ac_ext;
  1.5348 +if ac_fn_c_try_link "$LINENO"; then :
  1.5349 +  RESOLV_LIBS="-lresolv"; has_resolv=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.5350 +$as_echo "yes" >&6; }
  1.5351 +else
  1.5352 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.5353 +$as_echo "no" >&6; }
  1.5354 +fi
  1.5355 +rm -f core conftest.err conftest.$ac_objext \
  1.5356 +    conftest$ac_exeext conftest.$ac_ext;
  1.5357  			LIBS="$saved_LIBS"
  1.5358  		fi
  1.5359  		if test "$has_resolv" = no; then
  1.5360 -			{ { echo "$as_me:$LINENO: error: \"no libresolv\"" >&5
  1.5361 -echo "$as_me: error: \"no libresolv\"" >&2;}
  1.5362 -   { (exit 1); exit 1; }; }
  1.5363 +			as_fn_error "\"no libresolv\"" "$LINENO" 5
  1.5364  			RESOLV_LIBS=''
  1.5365  		fi
  1.5366  	fi
  1.5367 @@ -4482,206 +4582,36 @@
  1.5368  fi
  1.5369  
  1.5370  
  1.5371 -
  1.5372  for ac_func in getline
  1.5373 -do
  1.5374 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1.5375 -{ echo "$as_me:$LINENO: checking for $ac_func" >&5
  1.5376 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
  1.5377 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
  1.5378 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5379 -else
  1.5380 -  cat >conftest.$ac_ext <<_ACEOF
  1.5381 -/* confdefs.h.  */
  1.5382 +do :
  1.5383 +  ac_fn_c_check_func "$LINENO" "getline" "ac_cv_func_getline"
  1.5384 +if test "x$ac_cv_func_getline" = x""yes; then :
  1.5385 +  cat >>confdefs.h <<_ACEOF
  1.5386 +#define HAVE_GETLINE 1
  1.5387  _ACEOF
  1.5388 -cat confdefs.h >>conftest.$ac_ext
  1.5389 -cat >>conftest.$ac_ext <<_ACEOF
  1.5390 -/* end confdefs.h.  */
  1.5391 -/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1.5392 -   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.5393 -#define $ac_func innocuous_$ac_func
  1.5394 -
  1.5395 -/* System header to define __stub macros and hopefully few prototypes,
  1.5396 -    which can conflict with char $ac_func (); below.
  1.5397 -    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.5398 -    <limits.h> exists even on freestanding compilers.  */
  1.5399 -
  1.5400 -#ifdef __STDC__
  1.5401 -# include <limits.h>
  1.5402 -#else
  1.5403 -# include <assert.h>
  1.5404 -#endif
  1.5405 -
  1.5406 -#undef $ac_func
  1.5407 -
  1.5408 -/* Override any GCC internal prototype to avoid an error.
  1.5409 -   Use char because int might match the return type of a GCC
  1.5410 -   builtin and then its argument prototype would still apply.  */
  1.5411 -#ifdef __cplusplus
  1.5412 -extern "C"
  1.5413 -#endif
  1.5414 -char $ac_func ();
  1.5415 -/* The GNU C library defines this for functions which it implements
  1.5416 -    to always fail with ENOSYS.  Some functions are actually named
  1.5417 -    something starting with __ and the normal name is an alias.  */
  1.5418 -#if defined __stub_$ac_func || defined __stub___$ac_func
  1.5419 -choke me
  1.5420 -#endif
  1.5421 -
  1.5422 -int
  1.5423 -main ()
  1.5424 -{
  1.5425 -return $ac_func ();
  1.5426 -  ;
  1.5427 -  return 0;
  1.5428 -}
  1.5429 +
  1.5430 +fi
  1.5431 +done
  1.5432 +
  1.5433 +
  1.5434 +for ac_func in fdatasync
  1.5435 +do :
  1.5436 +  ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync"
  1.5437 +if test "x$ac_cv_func_fdatasync" = x""yes; then :
  1.5438 +  cat >>confdefs.h <<_ACEOF
  1.5439 +#define HAVE_FDATASYNC 1
  1.5440  _ACEOF
  1.5441 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.5442 -if { (ac_try="$ac_link"
  1.5443 -case "(($ac_try" in
  1.5444 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5445 -  *) ac_try_echo=$ac_try;;
  1.5446 -esac
  1.5447 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5448 -  (eval "$ac_link") 2>conftest.er1
  1.5449 -  ac_status=$?
  1.5450 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.5451 -  rm -f conftest.er1
  1.5452 -  cat conftest.err >&5
  1.5453 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5454 -  (exit $ac_status); } && {
  1.5455 -	 test -z "$ac_c_werror_flag" ||
  1.5456 -	 test ! -s conftest.err
  1.5457 -       } && test -s conftest$ac_exeext &&
  1.5458 -       $as_test_x conftest$ac_exeext; then
  1.5459 -  eval "$as_ac_var=yes"
  1.5460 -else
  1.5461 -  echo "$as_me: failed program was:" >&5
  1.5462 -sed 's/^/| /' conftest.$ac_ext >&5
  1.5463 -
  1.5464 -	eval "$as_ac_var=no"
  1.5465 -fi
  1.5466 -
  1.5467 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5468 -      conftest$ac_exeext conftest.$ac_ext
  1.5469 -fi
  1.5470 -ac_res=`eval echo '${'$as_ac_var'}'`
  1.5471 -	       { echo "$as_me:$LINENO: result: $ac_res" >&5
  1.5472 -echo "${ECHO_T}$ac_res" >&6; }
  1.5473 -if test `eval echo '${'$as_ac_var'}'` = yes; then
  1.5474 -  cat >>confdefs.h <<_ACEOF
  1.5475 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1.5476 -_ACEOF
  1.5477  
  1.5478  fi
  1.5479  done
  1.5480  
  1.5481  
  1.5482 -
  1.5483 -for ac_func in fdatasync
  1.5484 -do
  1.5485 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1.5486 -{ echo "$as_me:$LINENO: checking for $ac_func" >&5
  1.5487 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
  1.5488 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
  1.5489 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5490 -else
  1.5491 -  cat >conftest.$ac_ext <<_ACEOF
  1.5492 -/* confdefs.h.  */
  1.5493 -_ACEOF
  1.5494 -cat confdefs.h >>conftest.$ac_ext
  1.5495 -cat >>conftest.$ac_ext <<_ACEOF
  1.5496 -/* end confdefs.h.  */
  1.5497 -/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1.5498 -   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.5499 -#define $ac_func innocuous_$ac_func
  1.5500 -
  1.5501 -/* System header to define __stub macros and hopefully few prototypes,
  1.5502 -    which can conflict with char $ac_func (); below.
  1.5503 -    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.5504 -    <limits.h> exists even on freestanding compilers.  */
  1.5505 -
  1.5506 -#ifdef __STDC__
  1.5507 -# include <limits.h>
  1.5508 -#else
  1.5509 -# include <assert.h>
  1.5510 -#endif
  1.5511 -
  1.5512 -#undef $ac_func
  1.5513 -
  1.5514 -/* Override any GCC internal prototype to avoid an error.
  1.5515 -   Use char because int might match the return type of a GCC
  1.5516 -   builtin and then its argument prototype would still apply.  */
  1.5517 -#ifdef __cplusplus
  1.5518 -extern "C"
  1.5519 -#endif
  1.5520 -char $ac_func ();
  1.5521 -/* The GNU C library defines this for functions which it implements
  1.5522 -    to always fail with ENOSYS.  Some functions are actually named
  1.5523 -    something starting with __ and the normal name is an alias.  */
  1.5524 -#if defined __stub_$ac_func || defined __stub___$ac_func
  1.5525 -choke me
  1.5526 -#endif
  1.5527 -
  1.5528 -int
  1.5529 -main ()
  1.5530 -{
  1.5531 -return $ac_func ();
  1.5532 -  ;
  1.5533 -  return 0;
  1.5534 -}
  1.5535 -_ACEOF
  1.5536 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.5537 -if { (ac_try="$ac_link"
  1.5538 -case "(($ac_try" in
  1.5539 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5540 -  *) ac_try_echo=$ac_try;;
  1.5541 -esac
  1.5542 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5543 -  (eval "$ac_link") 2>conftest.er1
  1.5544 -  ac_status=$?
  1.5545 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.5546 -  rm -f conftest.er1
  1.5547 -  cat conftest.err >&5
  1.5548 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5549 -  (exit $ac_status); } && {
  1.5550 -	 test -z "$ac_c_werror_flag" ||
  1.5551 -	 test ! -s conftest.err
  1.5552 -       } && test -s conftest$ac_exeext &&
  1.5553 -       $as_test_x conftest$ac_exeext; then
  1.5554 -  eval "$as_ac_var=yes"
  1.5555 -else
  1.5556 -  echo "$as_me: failed program was:" >&5
  1.5557 -sed 's/^/| /' conftest.$ac_ext >&5
  1.5558 -
  1.5559 -	eval "$as_ac_var=no"
  1.5560 -fi
  1.5561 -
  1.5562 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5563 -      conftest$ac_exeext conftest.$ac_ext
  1.5564 -fi
  1.5565 -ac_res=`eval echo '${'$as_ac_var'}'`
  1.5566 -	       { echo "$as_me:$LINENO: result: $ac_res" >&5
  1.5567 -echo "${ECHO_T}$ac_res" >&6; }
  1.5568 -if test `eval echo '${'$as_ac_var'}'` = yes; then
  1.5569 -  cat >>confdefs.h <<_ACEOF
  1.5570 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1.5571 -_ACEOF
  1.5572 -
  1.5573 -fi
  1.5574 -done
  1.5575 -
  1.5576 -
  1.5577 -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  1.5578 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
  1.5579 -if test "${ac_cv_header_stdc+set}" = set; then
  1.5580 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5581 -else
  1.5582 -  cat >conftest.$ac_ext <<_ACEOF
  1.5583 -/* confdefs.h.  */
  1.5584 -_ACEOF
  1.5585 -cat confdefs.h >>conftest.$ac_ext
  1.5586 -cat >>conftest.$ac_ext <<_ACEOF
  1.5587 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
  1.5588 +$as_echo_n "checking for ANSI C header files... " >&6; }
  1.5589 +if test "${ac_cv_header_stdc+set}" = set; then :
  1.5590 +  $as_echo_n "(cached) " >&6
  1.5591 +else
  1.5592 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5593  /* end confdefs.h.  */
  1.5594  #include <stdlib.h>
  1.5595  #include <stdarg.h>
  1.5596 @@ -4696,47 +4626,23 @@
  1.5597    return 0;
  1.5598  }
  1.5599  _ACEOF
  1.5600 -rm -f conftest.$ac_objext
  1.5601 -if { (ac_try="$ac_compile"
  1.5602 -case "(($ac_try" in
  1.5603 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5604 -  *) ac_try_echo=$ac_try;;
  1.5605 -esac
  1.5606 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5607 -  (eval "$ac_compile") 2>conftest.er1
  1.5608 -  ac_status=$?
  1.5609 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.5610 -  rm -f conftest.er1
  1.5611 -  cat conftest.err >&5
  1.5612 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5613 -  (exit $ac_status); } && {
  1.5614 -	 test -z "$ac_c_werror_flag" ||
  1.5615 -	 test ! -s conftest.err
  1.5616 -       } && test -s conftest.$ac_objext; then
  1.5617 +if ac_fn_c_try_compile "$LINENO"; then :
  1.5618    ac_cv_header_stdc=yes
  1.5619  else
  1.5620 -  echo "$as_me: failed program was:" >&5
  1.5621 -sed 's/^/| /' conftest.$ac_ext >&5
  1.5622 -
  1.5623 -	ac_cv_header_stdc=no
  1.5624 -fi
  1.5625 -
  1.5626 +  ac_cv_header_stdc=no
  1.5627 +fi
  1.5628  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.5629  
  1.5630  if test $ac_cv_header_stdc = yes; then
  1.5631    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1.5632 -  cat >conftest.$ac_ext <<_ACEOF
  1.5633 -/* confdefs.h.  */
  1.5634 -_ACEOF
  1.5635 -cat confdefs.h >>conftest.$ac_ext
  1.5636 -cat >>conftest.$ac_ext <<_ACEOF
  1.5637 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5638  /* end confdefs.h.  */
  1.5639  #include <string.h>
  1.5640  
  1.5641  _ACEOF
  1.5642  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1.5643 -  $EGREP "memchr" >/dev/null 2>&1; then
  1.5644 -  :
  1.5645 +  $EGREP "memchr" >/dev/null 2>&1; then :
  1.5646 +
  1.5647  else
  1.5648    ac_cv_header_stdc=no
  1.5649  fi
  1.5650 @@ -4746,18 +4652,14 @@
  1.5651  
  1.5652  if test $ac_cv_header_stdc = yes; then
  1.5653    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1.5654 -  cat >conftest.$ac_ext <<_ACEOF
  1.5655 -/* confdefs.h.  */
  1.5656 -_ACEOF
  1.5657 -cat confdefs.h >>conftest.$ac_ext
  1.5658 -cat >>conftest.$ac_ext <<_ACEOF
  1.5659 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5660  /* end confdefs.h.  */
  1.5661  #include <stdlib.h>
  1.5662  
  1.5663  _ACEOF
  1.5664  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1.5665 -  $EGREP "free" >/dev/null 2>&1; then
  1.5666 -  :
  1.5667 +  $EGREP "free" >/dev/null 2>&1; then :
  1.5668 +
  1.5669  else
  1.5670    ac_cv_header_stdc=no
  1.5671  fi
  1.5672 @@ -4767,14 +4669,10 @@
  1.5673  
  1.5674  if test $ac_cv_header_stdc = yes; then
  1.5675    # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1.5676 -  if test "$cross_compiling" = yes; then
  1.5677 +  if test "$cross_compiling" = yes; then :
  1.5678    :
  1.5679  else
  1.5680 -  cat >conftest.$ac_ext <<_ACEOF
  1.5681 -/* confdefs.h.  */
  1.5682 -_ACEOF
  1.5683 -cat confdefs.h >>conftest.$ac_ext
  1.5684 -cat >>conftest.$ac_ext <<_ACEOF
  1.5685 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5686  /* end confdefs.h.  */
  1.5687  #include <ctype.h>
  1.5688  #include <stdlib.h>
  1.5689 @@ -4801,279 +4699,64 @@
  1.5690    return 0;
  1.5691  }
  1.5692  _ACEOF
  1.5693 -rm -f conftest$ac_exeext
  1.5694 -if { (ac_try="$ac_link"
  1.5695 -case "(($ac_try" in
  1.5696 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5697 -  *) ac_try_echo=$ac_try;;
  1.5698 -esac
  1.5699 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5700 -  (eval "$ac_link") 2>&5
  1.5701 -  ac_status=$?
  1.5702 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5703 -  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1.5704 -  { (case "(($ac_try" in
  1.5705 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5706 -  *) ac_try_echo=$ac_try;;
  1.5707 -esac
  1.5708 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5709 -  (eval "$ac_try") 2>&5
  1.5710 -  ac_status=$?
  1.5711 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5712 -  (exit $ac_status); }; }; then
  1.5713 -  :
  1.5714 -else
  1.5715 -  echo "$as_me: program exited with status $ac_status" >&5
  1.5716 -echo "$as_me: failed program was:" >&5
  1.5717 -sed 's/^/| /' conftest.$ac_ext >&5
  1.5718 -
  1.5719 -( exit $ac_status )
  1.5720 -ac_cv_header_stdc=no
  1.5721 -fi
  1.5722 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.5723 -fi
  1.5724 -
  1.5725 -
  1.5726 -fi
  1.5727 -fi
  1.5728 -{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  1.5729 -echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
  1.5730 +if ac_fn_c_try_run "$LINENO"; then :
  1.5731 +
  1.5732 +else
  1.5733 +  ac_cv_header_stdc=no
  1.5734 +fi
  1.5735 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  1.5736 +  conftest.$ac_objext conftest.beam conftest.$ac_ext
  1.5737 +fi
  1.5738 +
  1.5739 +fi
  1.5740 +fi
  1.5741 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
  1.5742 +$as_echo "$ac_cv_header_stdc" >&6; }
  1.5743  if test $ac_cv_header_stdc = yes; then
  1.5744  
  1.5745 -cat >>confdefs.h <<\_ACEOF
  1.5746 -#define STDC_HEADERS 1
  1.5747 -_ACEOF
  1.5748 +$as_echo "#define STDC_HEADERS 1" >>confdefs.h
  1.5749  
  1.5750  fi
  1.5751  
  1.5752  # On IRIX 5.3, sys/types and inttypes.h are conflicting.
  1.5753 -
  1.5754 -
  1.5755 -
  1.5756 -
  1.5757 -
  1.5758 -
  1.5759 -
  1.5760 -
  1.5761 -
  1.5762  for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
  1.5763  		  inttypes.h stdint.h unistd.h
  1.5764 -do
  1.5765 -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1.5766 -{ echo "$as_me:$LINENO: checking for $ac_header" >&5
  1.5767 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  1.5768 -if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
  1.5769 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5770 -else
  1.5771 -  cat >conftest.$ac_ext <<_ACEOF
  1.5772 -/* confdefs.h.  */
  1.5773 +do :
  1.5774 +  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1.5775 +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
  1.5776 +"
  1.5777 +eval as_val=\$$as_ac_Header
  1.5778 +   if test "x$as_val" = x""yes; then :
  1.5779 +  cat >>confdefs.h <<_ACEOF
  1.5780 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1.5781  _ACEOF
  1.5782 -cat confdefs.h >>conftest.$ac_ext
  1.5783 -cat >>conftest.$ac_ext <<_ACEOF
  1.5784 -/* end confdefs.h.  */
  1.5785 -$ac_includes_default
  1.5786 -
  1.5787 -#include <$ac_header>
  1.5788 +
  1.5789 +fi
  1.5790 +
  1.5791 +done
  1.5792 +
  1.5793 +
  1.5794 +for ac_header in fcntl.h sys/time.h syslog.h unistd.h
  1.5795 +do :
  1.5796 +  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1.5797 +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1.5798 +eval as_val=\$$as_ac_Header
  1.5799 +   if test "x$as_val" = x""yes; then :
  1.5800 +  cat >>confdefs.h <<_ACEOF
  1.5801 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1.5802  _ACEOF
  1.5803 -rm -f conftest.$ac_objext
  1.5804 -if { (ac_try="$ac_compile"
  1.5805 -case "(($ac_try" in
  1.5806 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5807 -  *) ac_try_echo=$ac_try;;
  1.5808 -esac
  1.5809 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5810 -  (eval "$ac_compile") 2>conftest.er1
  1.5811 -  ac_status=$?
  1.5812 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.5813 -  rm -f conftest.er1
  1.5814 -  cat conftest.err >&5
  1.5815 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5816 -  (exit $ac_status); } && {
  1.5817 -	 test -z "$ac_c_werror_flag" ||
  1.5818 -	 test ! -s conftest.err
  1.5819 -       } && test -s conftest.$ac_objext; then
  1.5820 -  eval "$as_ac_Header=yes"
  1.5821 -else
  1.5822 -  echo "$as_me: failed program was:" >&5
  1.5823 -sed 's/^/| /' conftest.$ac_ext >&5
  1.5824 -
  1.5825 -	eval "$as_ac_Header=no"
  1.5826 -fi
  1.5827 -
  1.5828 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.5829 -fi
  1.5830 -ac_res=`eval echo '${'$as_ac_Header'}'`
  1.5831 -	       { echo "$as_me:$LINENO: result: $ac_res" >&5
  1.5832 -echo "${ECHO_T}$ac_res" >&6; }
  1.5833 -if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1.5834 -  cat >>confdefs.h <<_ACEOF
  1.5835 -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1.5836 -_ACEOF
  1.5837  
  1.5838  fi
  1.5839  
  1.5840  done
  1.5841  
  1.5842  
  1.5843 -
  1.5844 -
  1.5845 -
  1.5846 -
  1.5847 -for ac_header in fcntl.h sys/time.h syslog.h unistd.h
  1.5848 -do
  1.5849 -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1.5850 -if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
  1.5851 -  { echo "$as_me:$LINENO: checking for $ac_header" >&5
  1.5852 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  1.5853 -if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
  1.5854 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5855 -fi
  1.5856 -ac_res=`eval echo '${'$as_ac_Header'}'`
  1.5857 -	       { echo "$as_me:$LINENO: result: $ac_res" >&5
  1.5858 -echo "${ECHO_T}$ac_res" >&6; }
  1.5859 -else
  1.5860 -  # Is the header compilable?
  1.5861 -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1.5862 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
  1.5863 -cat >conftest.$ac_ext <<_ACEOF
  1.5864 -/* confdefs.h.  */
  1.5865 -_ACEOF
  1.5866 -cat confdefs.h >>conftest.$ac_ext
  1.5867 -cat >>conftest.$ac_ext <<_ACEOF
  1.5868 -/* end confdefs.h.  */
  1.5869 -$ac_includes_default
  1.5870 -#include <$ac_header>
  1.5871 -_ACEOF
  1.5872 -rm -f conftest.$ac_objext
  1.5873 -if { (ac_try="$ac_compile"
  1.5874 -case "(($ac_try" in
  1.5875 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5876 -  *) ac_try_echo=$ac_try;;
  1.5877 -esac
  1.5878 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5879 -  (eval "$ac_compile") 2>conftest.er1
  1.5880 -  ac_status=$?
  1.5881 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.5882 -  rm -f conftest.er1
  1.5883 -  cat conftest.err >&5
  1.5884 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5885 -  (exit $ac_status); } && {
  1.5886 -	 test -z "$ac_c_werror_flag" ||
  1.5887 -	 test ! -s conftest.err
  1.5888 -       } && test -s conftest.$ac_objext; then
  1.5889 -  ac_header_compiler=yes
  1.5890 -else
  1.5891 -  echo "$as_me: failed program was:" >&5
  1.5892 -sed 's/^/| /' conftest.$ac_ext >&5
  1.5893 -
  1.5894 -	ac_header_compiler=no
  1.5895 -fi
  1.5896 -
  1.5897 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.5898 -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1.5899 -echo "${ECHO_T}$ac_header_compiler" >&6; }
  1.5900 -
  1.5901 -# Is the header present?
  1.5902 -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1.5903 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
  1.5904 -cat >conftest.$ac_ext <<_ACEOF
  1.5905 -/* confdefs.h.  */
  1.5906 -_ACEOF
  1.5907 -cat confdefs.h >>conftest.$ac_ext
  1.5908 -cat >>conftest.$ac_ext <<_ACEOF
  1.5909 -/* end confdefs.h.  */
  1.5910 -#include <$ac_header>
  1.5911 -_ACEOF
  1.5912 -if { (ac_try="$ac_cpp conftest.$ac_ext"
  1.5913 -case "(($ac_try" in
  1.5914 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5915 -  *) ac_try_echo=$ac_try;;
  1.5916 -esac
  1.5917 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5918 -  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  1.5919 -  ac_status=$?
  1.5920 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.5921 -  rm -f conftest.er1
  1.5922 -  cat conftest.err >&5
  1.5923 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5924 -  (exit $ac_status); } >/dev/null && {
  1.5925 -	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  1.5926 -	 test ! -s conftest.err
  1.5927 -       }; then
  1.5928 -  ac_header_preproc=yes
  1.5929 -else
  1.5930 -  echo "$as_me: failed program was:" >&5
  1.5931 -sed 's/^/| /' conftest.$ac_ext >&5
  1.5932 -
  1.5933 -  ac_header_preproc=no
  1.5934 -fi
  1.5935 -
  1.5936 -rm -f conftest.err conftest.$ac_ext
  1.5937 -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1.5938 -echo "${ECHO_T}$ac_header_preproc" >&6; }
  1.5939 -
  1.5940 -# So?  What about this header?
  1.5941 -case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1.5942 -  yes:no: )
  1.5943 -    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1.5944 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1.5945 -    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1.5946 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1.5947 -    ac_header_preproc=yes
  1.5948 -    ;;
  1.5949 -  no:yes:* )
  1.5950 -    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1.5951 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1.5952 -    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1.5953 -echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1.5954 -    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1.5955 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1.5956 -    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
  1.5957 -echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
  1.5958 -    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1.5959 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1.5960 -    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1.5961 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1.5962 -    ( cat <<\_ASBOX
  1.5963 -## ----------------------------- ##
  1.5964 -## Report this to oku@debian.org ##
  1.5965 -## ----------------------------- ##
  1.5966 -_ASBOX
  1.5967 -     ) | sed "s/^/$as_me: WARNING:     /" >&2
  1.5968 -    ;;
  1.5969 -esac
  1.5970 -{ echo "$as_me:$LINENO: checking for $ac_header" >&5
  1.5971 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  1.5972 -if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
  1.5973 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5974 -else
  1.5975 -  eval "$as_ac_Header=\$ac_header_preproc"
  1.5976 -fi
  1.5977 -ac_res=`eval echo '${'$as_ac_Header'}'`
  1.5978 -	       { echo "$as_me:$LINENO: result: $ac_res" >&5
  1.5979 -echo "${ECHO_T}$ac_res" >&6; }
  1.5980 -
  1.5981 -fi
  1.5982 -if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1.5983 -  cat >>confdefs.h <<_ACEOF
  1.5984 -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1.5985 -_ACEOF
  1.5986 -
  1.5987 -fi
  1.5988 -
  1.5989 -done
  1.5990 -
  1.5991 -
  1.5992 -{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
  1.5993 -echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
  1.5994 -if test "${ac_cv_c_const+set}" = set; then
  1.5995 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5996 -else
  1.5997 -  cat >conftest.$ac_ext <<_ACEOF
  1.5998 -/* confdefs.h.  */
  1.5999 -_ACEOF
  1.6000 -cat confdefs.h >>conftest.$ac_ext
  1.6001 -cat >>conftest.$ac_ext <<_ACEOF
  1.6002 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
  1.6003 +$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
  1.6004 +if test "${ac_cv_c_const+set}" = set; then :
  1.6005 +  $as_echo_n "(cached) " >&6
  1.6006 +else
  1.6007 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6008  /* end confdefs.h.  */
  1.6009  
  1.6010  int
  1.6011 @@ -5133,98 +4816,24 @@
  1.6012    return 0;
  1.6013  }
  1.6014  _ACEOF
  1.6015 -rm -f conftest.$ac_objext
  1.6016 -if { (ac_try="$ac_compile"
  1.6017 -case "(($ac_try" in
  1.6018 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6019 -  *) ac_try_echo=$ac_try;;
  1.6020 -esac
  1.6021 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6022 -  (eval "$ac_compile") 2>conftest.er1
  1.6023 -  ac_status=$?
  1.6024 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.6025 -  rm -f conftest.er1
  1.6026 -  cat conftest.err >&5
  1.6027 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6028 -  (exit $ac_status); } && {
  1.6029 -	 test -z "$ac_c_werror_flag" ||
  1.6030 -	 test ! -s conftest.err
  1.6031 -       } && test -s conftest.$ac_objext; then
  1.6032 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6033    ac_cv_c_const=yes
  1.6034  else
  1.6035 -  echo "$as_me: failed program was:" >&5
  1.6036 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6037 -
  1.6038 -	ac_cv_c_const=no
  1.6039 -fi
  1.6040 -
  1.6041 +  ac_cv_c_const=no
  1.6042 +fi
  1.6043  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6044  fi
  1.6045 -{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
  1.6046 -echo "${ECHO_T}$ac_cv_c_const" >&6; }
  1.6047 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
  1.6048 +$as_echo "$ac_cv_c_const" >&6; }
  1.6049  if test $ac_cv_c_const = no; then
  1.6050  
  1.6051 -cat >>confdefs.h <<\_ACEOF
  1.6052 -#define const
  1.6053 -_ACEOF
  1.6054 -
  1.6055 -fi
  1.6056 -
  1.6057 -{ echo "$as_me:$LINENO: checking for pid_t" >&5
  1.6058 -echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
  1.6059 -if test "${ac_cv_type_pid_t+set}" = set; then
  1.6060 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6061 -else
  1.6062 -  cat >conftest.$ac_ext <<_ACEOF
  1.6063 -/* confdefs.h.  */
  1.6064 -_ACEOF
  1.6065 -cat confdefs.h >>conftest.$ac_ext
  1.6066 -cat >>conftest.$ac_ext <<_ACEOF
  1.6067 -/* end confdefs.h.  */
  1.6068 -$ac_includes_default
  1.6069 -typedef pid_t ac__type_new_;
  1.6070 -int
  1.6071 -main ()
  1.6072 -{
  1.6073 -if ((ac__type_new_ *) 0)
  1.6074 -  return 0;
  1.6075 -if (sizeof (ac__type_new_))
  1.6076 -  return 0;
  1.6077 -  ;
  1.6078 -  return 0;
  1.6079 -}
  1.6080 -_ACEOF
  1.6081 -rm -f conftest.$ac_objext
  1.6082 -if { (ac_try="$ac_compile"
  1.6083 -case "(($ac_try" in
  1.6084 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6085 -  *) ac_try_echo=$ac_try;;
  1.6086 -esac
  1.6087 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6088 -  (eval "$ac_compile") 2>conftest.er1
  1.6089 -  ac_status=$?
  1.6090 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.6091 -  rm -f conftest.er1
  1.6092 -  cat conftest.err >&5
  1.6093 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6094 -  (exit $ac_status); } && {
  1.6095 -	 test -z "$ac_c_werror_flag" ||
  1.6096 -	 test ! -s conftest.err
  1.6097 -       } && test -s conftest.$ac_objext; then
  1.6098 -  ac_cv_type_pid_t=yes
  1.6099 -else
  1.6100 -  echo "$as_me: failed program was:" >&5
  1.6101 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6102 -
  1.6103 -	ac_cv_type_pid_t=no
  1.6104 -fi
  1.6105 -
  1.6106 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6107 -fi
  1.6108 -{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
  1.6109 -echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
  1.6110 -if test $ac_cv_type_pid_t = yes; then
  1.6111 -  :
  1.6112 +$as_echo "#define const /**/" >>confdefs.h
  1.6113 +
  1.6114 +fi
  1.6115 +
  1.6116 +ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
  1.6117 +if test "x$ac_cv_type_pid_t" = x""yes; then :
  1.6118 +
  1.6119  else
  1.6120  
  1.6121  cat >>confdefs.h <<_ACEOF
  1.6122 @@ -5233,61 +4842,9 @@
  1.6123  
  1.6124  fi
  1.6125  
  1.6126 -{ echo "$as_me:$LINENO: checking for size_t" >&5
  1.6127 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
  1.6128 -if test "${ac_cv_type_size_t+set}" = set; then
  1.6129 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6130 -else
  1.6131 -  cat >conftest.$ac_ext <<_ACEOF
  1.6132 -/* confdefs.h.  */
  1.6133 -_ACEOF
  1.6134 -cat confdefs.h >>conftest.$ac_ext
  1.6135 -cat >>conftest.$ac_ext <<_ACEOF
  1.6136 -/* end confdefs.h.  */
  1.6137 -$ac_includes_default
  1.6138 -typedef size_t ac__type_new_;
  1.6139 -int
  1.6140 -main ()
  1.6141 -{
  1.6142 -if ((ac__type_new_ *) 0)
  1.6143 -  return 0;
  1.6144 -if (sizeof (ac__type_new_))
  1.6145 -  return 0;
  1.6146 -  ;
  1.6147 -  return 0;
  1.6148 -}
  1.6149 -_ACEOF
  1.6150 -rm -f conftest.$ac_objext
  1.6151 -if { (ac_try="$ac_compile"
  1.6152 -case "(($ac_try" in
  1.6153 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6154 -  *) ac_try_echo=$ac_try;;
  1.6155 -esac
  1.6156 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6157 -  (eval "$ac_compile") 2>conftest.er1
  1.6158 -  ac_status=$?
  1.6159 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.6160 -  rm -f conftest.er1
  1.6161 -  cat conftest.err >&5
  1.6162 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6163 -  (exit $ac_status); } && {
  1.6164 -	 test -z "$ac_c_werror_flag" ||
  1.6165 -	 test ! -s conftest.err
  1.6166 -       } && test -s conftest.$ac_objext; then
  1.6167 -  ac_cv_type_size_t=yes
  1.6168 -else
  1.6169 -  echo "$as_me: failed program was:" >&5
  1.6170 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6171 -
  1.6172 -	ac_cv_type_size_t=no
  1.6173 -fi
  1.6174 -
  1.6175 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6176 -fi
  1.6177 -{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
  1.6178 -echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
  1.6179 -if test $ac_cv_type_size_t = yes; then
  1.6180 -  :
  1.6181 +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
  1.6182 +if test "x$ac_cv_type_size_t" = x""yes; then :
  1.6183 +
  1.6184  else
  1.6185  
  1.6186  cat >>confdefs.h <<_ACEOF
  1.6187 @@ -5296,16 +4853,12 @@
  1.6188  
  1.6189  fi
  1.6190  
  1.6191 -{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
  1.6192 -echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
  1.6193 -if test "${ac_cv_header_time+set}" = set; then
  1.6194 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6195 -else
  1.6196 -  cat >conftest.$ac_ext <<_ACEOF
  1.6197 -/* confdefs.h.  */
  1.6198 -_ACEOF
  1.6199 -cat confdefs.h >>conftest.$ac_ext
  1.6200 -cat >>conftest.$ac_ext <<_ACEOF
  1.6201 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
  1.6202 +$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
  1.6203 +if test "${ac_cv_header_time+set}" = set; then :
  1.6204 +  $as_echo_n "(cached) " >&6
  1.6205 +else
  1.6206 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6207  /* end confdefs.h.  */
  1.6208  #include <sys/types.h>
  1.6209  #include <sys/time.h>
  1.6210 @@ -5320,53 +4873,27 @@
  1.6211    return 0;
  1.6212  }
  1.6213  _ACEOF
  1.6214 -rm -f conftest.$ac_objext
  1.6215 -if { (ac_try="$ac_compile"
  1.6216 -case "(($ac_try" in
  1.6217 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6218 -  *) ac_try_echo=$ac_try;;
  1.6219 -esac
  1.6220 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6221 -  (eval "$ac_compile") 2>conftest.er1
  1.6222 -  ac_status=$?
  1.6223 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.6224 -  rm -f conftest.er1
  1.6225 -  cat conftest.err >&5
  1.6226 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6227 -  (exit $ac_status); } && {
  1.6228 -	 test -z "$ac_c_werror_flag" ||
  1.6229 -	 test ! -s conftest.err
  1.6230 -       } && test -s conftest.$ac_objext; then
  1.6231 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6232    ac_cv_header_time=yes
  1.6233  else
  1.6234 -  echo "$as_me: failed program was:" >&5
  1.6235 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6236 -
  1.6237 -	ac_cv_header_time=no
  1.6238 -fi
  1.6239 -
  1.6240 +  ac_cv_header_time=no
  1.6241 +fi
  1.6242  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6243  fi
  1.6244 -{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
  1.6245 -echo "${ECHO_T}$ac_cv_header_time" >&6; }
  1.6246 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
  1.6247 +$as_echo "$ac_cv_header_time" >&6; }
  1.6248  if test $ac_cv_header_time = yes; then
  1.6249  
  1.6250 -cat >>confdefs.h <<\_ACEOF
  1.6251 -#define TIME_WITH_SYS_TIME 1
  1.6252 -_ACEOF
  1.6253 -
  1.6254 -fi
  1.6255 -
  1.6256 -{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
  1.6257 -echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
  1.6258 -if test "${ac_cv_struct_tm+set}" = set; then
  1.6259 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6260 -else
  1.6261 -  cat >conftest.$ac_ext <<_ACEOF
  1.6262 -/* confdefs.h.  */
  1.6263 -_ACEOF
  1.6264 -cat confdefs.h >>conftest.$ac_ext
  1.6265 -cat >>conftest.$ac_ext <<_ACEOF
  1.6266 +$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
  1.6267 +
  1.6268 +fi
  1.6269 +
  1.6270 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
  1.6271 +$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
  1.6272 +if test "${ac_cv_struct_tm+set}" = set; then :
  1.6273 +  $as_echo_n "(cached) " >&6
  1.6274 +else
  1.6275 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6276  /* end confdefs.h.  */
  1.6277  #include <sys/types.h>
  1.6278  #include <time.h>
  1.6279 @@ -5376,66 +4903,40 @@
  1.6280  {
  1.6281  struct tm tm;
  1.6282  				     int *p = &tm.tm_sec;
  1.6283 - 				     return !p;
  1.6284 +				     return !p;
  1.6285    ;
  1.6286    return 0;
  1.6287  }
  1.6288  _ACEOF
  1.6289 -rm -f conftest.$ac_objext
  1.6290 -if { (ac_try="$ac_compile"
  1.6291 -case "(($ac_try" in
  1.6292 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6293 -  *) ac_try_echo=$ac_try;;
  1.6294 -esac
  1.6295 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6296 -  (eval "$ac_compile") 2>conftest.er1
  1.6297 -  ac_status=$?
  1.6298 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.6299 -  rm -f conftest.er1
  1.6300 -  cat conftest.err >&5
  1.6301 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6302 -  (exit $ac_status); } && {
  1.6303 -	 test -z "$ac_c_werror_flag" ||
  1.6304 -	 test ! -s conftest.err
  1.6305 -       } && test -s conftest.$ac_objext; then
  1.6306 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6307    ac_cv_struct_tm=time.h
  1.6308  else
  1.6309 -  echo "$as_me: failed program was:" >&5
  1.6310 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6311 -
  1.6312 -	ac_cv_struct_tm=sys/time.h
  1.6313 -fi
  1.6314 -
  1.6315 +  ac_cv_struct_tm=sys/time.h
  1.6316 +fi
  1.6317  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6318  fi
  1.6319 -{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
  1.6320 -echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
  1.6321 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
  1.6322 +$as_echo "$ac_cv_struct_tm" >&6; }
  1.6323  if test $ac_cv_struct_tm = sys/time.h; then
  1.6324  
  1.6325 -cat >>confdefs.h <<\_ACEOF
  1.6326 -#define TM_IN_SYS_TIME 1
  1.6327 -_ACEOF
  1.6328 -
  1.6329 -fi
  1.6330 -
  1.6331 -
  1.6332 -{ echo "$as_me:$LINENO: checking for working POSIX fnmatch" >&5
  1.6333 -echo $ECHO_N "checking for working POSIX fnmatch... $ECHO_C" >&6; }
  1.6334 -if test "${ac_cv_func_fnmatch_works+set}" = set; then
  1.6335 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6336 +$as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
  1.6337 +
  1.6338 +fi
  1.6339 +
  1.6340 +
  1.6341 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working POSIX fnmatch" >&5
  1.6342 +$as_echo_n "checking for working POSIX fnmatch... " >&6; }
  1.6343 +if test "${ac_cv_func_fnmatch_works+set}" = set; then :
  1.6344 +  $as_echo_n "(cached) " >&6
  1.6345  else
  1.6346    # Some versions of Solaris, SCO, and the GNU C Library
  1.6347     # have a broken or incompatible fnmatch.
  1.6348     # So we run a test program.  If we are cross-compiling, take no chance.
  1.6349     # Thanks to John Oleynick, Franc,ois Pinard, and Paul Eggert for this test.
  1.6350 -   if test "$cross_compiling" = yes; then
  1.6351 +   if test "$cross_compiling" = yes; then :
  1.6352    ac_cv_func_fnmatch_works=cross
  1.6353  else
  1.6354 -  cat >conftest.$ac_ext <<_ACEOF
  1.6355 -/* confdefs.h.  */
  1.6356 -_ACEOF
  1.6357 -cat confdefs.h >>conftest.$ac_ext
  1.6358 -cat >>conftest.$ac_ext <<_ACEOF
  1.6359 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6360  /* end confdefs.h.  */
  1.6361  #include <fnmatch.h>
  1.6362  #	   define y(a, b, c) (fnmatch (a, b, c) == 0)
  1.6363 @@ -5456,62 +4957,31 @@
  1.6364    return 0;
  1.6365  }
  1.6366  _ACEOF
  1.6367 -rm -f conftest$ac_exeext
  1.6368 -if { (ac_try="$ac_link"
  1.6369 -case "(($ac_try" in
  1.6370 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6371 -  *) ac_try_echo=$ac_try;;
  1.6372 -esac
  1.6373 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6374 -  (eval "$ac_link") 2>&5
  1.6375 -  ac_status=$?
  1.6376 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6377 -  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1.6378 -  { (case "(($ac_try" in
  1.6379 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6380 -  *) ac_try_echo=$ac_try;;
  1.6381 -esac
  1.6382 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6383 -  (eval "$ac_try") 2>&5
  1.6384 -  ac_status=$?
  1.6385 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6386 -  (exit $ac_status); }; }; then
  1.6387 +if ac_fn_c_try_run "$LINENO"; then :
  1.6388    ac_cv_func_fnmatch_works=yes
  1.6389  else
  1.6390 -  echo "$as_me: program exited with status $ac_status" >&5
  1.6391 -echo "$as_me: failed program was:" >&5
  1.6392 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6393 -
  1.6394 -( exit $ac_status )
  1.6395 -ac_cv_func_fnmatch_works=no
  1.6396 -fi
  1.6397 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.6398 -fi
  1.6399 -
  1.6400 -
  1.6401 -fi
  1.6402 -{ echo "$as_me:$LINENO: result: $ac_cv_func_fnmatch_works" >&5
  1.6403 -echo "${ECHO_T}$ac_cv_func_fnmatch_works" >&6; }
  1.6404 -if test $ac_cv_func_fnmatch_works = yes; then
  1.6405 -
  1.6406 -cat >>confdefs.h <<\_ACEOF
  1.6407 -#define HAVE_FNMATCH 1
  1.6408 -_ACEOF
  1.6409 -
  1.6410 -fi
  1.6411 -
  1.6412 -
  1.6413 -
  1.6414 -{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5
  1.6415 -echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
  1.6416 -if test "${ac_cv_type_signal+set}" = set; then
  1.6417 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6418 -else
  1.6419 -  cat >conftest.$ac_ext <<_ACEOF
  1.6420 -/* confdefs.h.  */
  1.6421 -_ACEOF
  1.6422 -cat confdefs.h >>conftest.$ac_ext
  1.6423 -cat >>conftest.$ac_ext <<_ACEOF
  1.6424 +  ac_cv_func_fnmatch_works=no
  1.6425 +fi
  1.6426 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  1.6427 +  conftest.$ac_objext conftest.beam conftest.$ac_ext
  1.6428 +fi
  1.6429 +
  1.6430 +fi
  1.6431 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fnmatch_works" >&5
  1.6432 +$as_echo "$ac_cv_func_fnmatch_works" >&6; }
  1.6433 +if test $ac_cv_func_fnmatch_works = yes; then :
  1.6434 +
  1.6435 +$as_echo "#define HAVE_FNMATCH 1" >>confdefs.h
  1.6436 +
  1.6437 +fi
  1.6438 +
  1.6439 +
  1.6440 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
  1.6441 +$as_echo_n "checking return type of signal handlers... " >&6; }
  1.6442 +if test "${ac_cv_type_signal+set}" = set; then :
  1.6443 +  $as_echo_n "(cached) " >&6
  1.6444 +else
  1.6445 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6446  /* end confdefs.h.  */
  1.6447  #include <sys/types.h>
  1.6448  #include <signal.h>
  1.6449 @@ -5524,146 +4994,39 @@
  1.6450    return 0;
  1.6451  }
  1.6452  _ACEOF
  1.6453 -rm -f conftest.$ac_objext
  1.6454 -if { (ac_try="$ac_compile"
  1.6455 -case "(($ac_try" in
  1.6456 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6457 -  *) ac_try_echo=$ac_try;;
  1.6458 -esac
  1.6459 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6460 -  (eval "$ac_compile") 2>conftest.er1
  1.6461 -  ac_status=$?
  1.6462 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.6463 -  rm -f conftest.er1
  1.6464 -  cat conftest.err >&5
  1.6465 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6466 -  (exit $ac_status); } && {
  1.6467 -	 test -z "$ac_c_werror_flag" ||
  1.6468 -	 test ! -s conftest.err
  1.6469 -       } && test -s conftest.$ac_objext; then
  1.6470 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6471    ac_cv_type_signal=int
  1.6472  else
  1.6473 -  echo "$as_me: failed program was:" >&5
  1.6474 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6475 -
  1.6476 -	ac_cv_type_signal=void
  1.6477 -fi
  1.6478 -
  1.6479 +  ac_cv_type_signal=void
  1.6480 +fi
  1.6481  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6482  fi
  1.6483 -{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
  1.6484 -echo "${ECHO_T}$ac_cv_type_signal" >&6; }
  1.6485 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
  1.6486 +$as_echo "$ac_cv_type_signal" >&6; }
  1.6487  
  1.6488  cat >>confdefs.h <<_ACEOF
  1.6489  #define RETSIGTYPE $ac_cv_type_signal
  1.6490  _ACEOF
  1.6491  
  1.6492  
  1.6493 -
  1.6494  for ac_func in strftime
  1.6495 -do
  1.6496 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1.6497 -{ echo "$as_me:$LINENO: checking for $ac_func" >&5
  1.6498 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
  1.6499 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
  1.6500 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6501 -else
  1.6502 -  cat >conftest.$ac_ext <<_ACEOF
  1.6503 -/* confdefs.h.  */
  1.6504 +do :
  1.6505 +  ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
  1.6506 +if test "x$ac_cv_func_strftime" = x""yes; then :
  1.6507 +  cat >>confdefs.h <<_ACEOF
  1.6508 +#define HAVE_STRFTIME 1
  1.6509  _ACEOF
  1.6510 -cat confdefs.h >>conftest.$ac_ext
  1.6511 -cat >>conftest.$ac_ext <<_ACEOF
  1.6512 -/* end confdefs.h.  */
  1.6513 -/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1.6514 -   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.6515 -#define $ac_func innocuous_$ac_func
  1.6516 -
  1.6517 -/* System header to define __stub macros and hopefully few prototypes,
  1.6518 -    which can conflict with char $ac_func (); below.
  1.6519 -    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.6520 -    <limits.h> exists even on freestanding compilers.  */
  1.6521 -
  1.6522 -#ifdef __STDC__
  1.6523 -# include <limits.h>
  1.6524 -#else
  1.6525 -# include <assert.h>
  1.6526 -#endif
  1.6527 -
  1.6528 -#undef $ac_func
  1.6529 -
  1.6530 -/* Override any GCC internal prototype to avoid an error.
  1.6531 -   Use char because int might match the return type of a GCC
  1.6532 -   builtin and then its argument prototype would still apply.  */
  1.6533 -#ifdef __cplusplus
  1.6534 -extern "C"
  1.6535 -#endif
  1.6536 -char $ac_func ();
  1.6537 -/* The GNU C library defines this for functions which it implements
  1.6538 -    to always fail with ENOSYS.  Some functions are actually named
  1.6539 -    something starting with __ and the normal name is an alias.  */
  1.6540 -#if defined __stub_$ac_func || defined __stub___$ac_func
  1.6541 -choke me
  1.6542 -#endif
  1.6543 -
  1.6544 -int
  1.6545 -main ()
  1.6546 -{
  1.6547 -return $ac_func ();
  1.6548 -  ;
  1.6549 -  return 0;
  1.6550 -}
  1.6551 -_ACEOF
  1.6552 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.6553 -if { (ac_try="$ac_link"
  1.6554 -case "(($ac_try" in
  1.6555 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6556 -  *) ac_try_echo=$ac_try;;
  1.6557 -esac
  1.6558 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6559 -  (eval "$ac_link") 2>conftest.er1
  1.6560 -  ac_status=$?
  1.6561 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.6562 -  rm -f conftest.er1
  1.6563 -  cat conftest.err >&5
  1.6564 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6565 -  (exit $ac_status); } && {
  1.6566 -	 test -z "$ac_c_werror_flag" ||
  1.6567 -	 test ! -s conftest.err
  1.6568 -       } && test -s conftest$ac_exeext &&
  1.6569 -       $as_test_x conftest$ac_exeext; then
  1.6570 -  eval "$as_ac_var=yes"
  1.6571 -else
  1.6572 -  echo "$as_me: failed program was:" >&5
  1.6573 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6574 -
  1.6575 -	eval "$as_ac_var=no"
  1.6576 -fi
  1.6577 -
  1.6578 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6579 -      conftest$ac_exeext conftest.$ac_ext
  1.6580 -fi
  1.6581 -ac_res=`eval echo '${'$as_ac_var'}'`
  1.6582 -	       { echo "$as_me:$LINENO: result: $ac_res" >&5
  1.6583 -echo "${ECHO_T}$ac_res" >&6; }
  1.6584 -if test `eval echo '${'$as_ac_var'}'` = yes; then
  1.6585 -  cat >>confdefs.h <<_ACEOF
  1.6586 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1.6587 -_ACEOF
  1.6588  
  1.6589  else
  1.6590    # strftime is in -lintl on SCO UNIX.
  1.6591 -{ echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
  1.6592 -echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }
  1.6593 -if test "${ac_cv_lib_intl_strftime+set}" = set; then
  1.6594 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6595 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
  1.6596 +$as_echo_n "checking for strftime in -lintl... " >&6; }
  1.6597 +if test "${ac_cv_lib_intl_strftime+set}" = set; then :
  1.6598 +  $as_echo_n "(cached) " >&6
  1.6599  else
  1.6600    ac_check_lib_save_LIBS=$LIBS
  1.6601  LIBS="-lintl  $LIBS"
  1.6602 -cat >conftest.$ac_ext <<_ACEOF
  1.6603 -/* confdefs.h.  */
  1.6604 -_ACEOF
  1.6605 -cat confdefs.h >>conftest.$ac_ext
  1.6606 -cat >>conftest.$ac_ext <<_ACEOF
  1.6607 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6608  /* end confdefs.h.  */
  1.6609  
  1.6610  /* Override any GCC internal prototype to avoid an error.
  1.6611 @@ -5681,334 +5044,62 @@
  1.6612    return 0;
  1.6613  }
  1.6614  _ACEOF
  1.6615 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.6616 -if { (ac_try="$ac_link"
  1.6617 -case "(($ac_try" in
  1.6618 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6619 -  *) ac_try_echo=$ac_try;;
  1.6620 -esac
  1.6621 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6622 -  (eval "$ac_link") 2>conftest.er1
  1.6623 -  ac_status=$?
  1.6624 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.6625 -  rm -f conftest.er1
  1.6626 -  cat conftest.err >&5
  1.6627 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6628 -  (exit $ac_status); } && {
  1.6629 -	 test -z "$ac_c_werror_flag" ||
  1.6630 -	 test ! -s conftest.err
  1.6631 -       } && test -s conftest$ac_exeext &&
  1.6632 -       $as_test_x conftest$ac_exeext; then
  1.6633 +if ac_fn_c_try_link "$LINENO"; then :
  1.6634    ac_cv_lib_intl_strftime=yes
  1.6635  else
  1.6636 -  echo "$as_me: failed program was:" >&5
  1.6637 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6638 -
  1.6639 -	ac_cv_lib_intl_strftime=no
  1.6640 -fi
  1.6641 -
  1.6642 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6643 -      conftest$ac_exeext conftest.$ac_ext
  1.6644 +  ac_cv_lib_intl_strftime=no
  1.6645 +fi
  1.6646 +rm -f core conftest.err conftest.$ac_objext \
  1.6647 +    conftest$ac_exeext conftest.$ac_ext
  1.6648  LIBS=$ac_check_lib_save_LIBS
  1.6649  fi
  1.6650 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
  1.6651 -echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
  1.6652 -if test $ac_cv_lib_intl_strftime = yes; then
  1.6653 -  cat >>confdefs.h <<\_ACEOF
  1.6654 -#define HAVE_STRFTIME 1
  1.6655 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
  1.6656 +$as_echo "$ac_cv_lib_intl_strftime" >&6; }
  1.6657 +if test "x$ac_cv_lib_intl_strftime" = x""yes; then :
  1.6658 +  $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
  1.6659 +
  1.6660 +LIBS="-lintl $LIBS"
  1.6661 +fi
  1.6662 +
  1.6663 +fi
  1.6664 +done
  1.6665 +
  1.6666 +for ac_func in vprintf
  1.6667 +do :
  1.6668 +  ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
  1.6669 +if test "x$ac_cv_func_vprintf" = x""yes; then :
  1.6670 +  cat >>confdefs.h <<_ACEOF
  1.6671 +#define HAVE_VPRINTF 1
  1.6672  _ACEOF
  1.6673  
  1.6674 -LIBS="-lintl $LIBS"
  1.6675 +ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
  1.6676 +if test "x$ac_cv_func__doprnt" = x""yes; then :
  1.6677 +
  1.6678 +$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
  1.6679 +
  1.6680  fi
  1.6681  
  1.6682  fi
  1.6683  done
  1.6684  
  1.6685  
  1.6686 -for ac_func in vprintf
  1.6687 -do
  1.6688 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1.6689 -{ echo "$as_me:$LINENO: checking for $ac_func" >&5
  1.6690 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
  1.6691 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
  1.6692 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6693 -else
  1.6694 -  cat >conftest.$ac_ext <<_ACEOF
  1.6695 -/* confdefs.h.  */
  1.6696 +for ac_func in select socket strerror strstr
  1.6697 +do :
  1.6698 +  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1.6699 +ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  1.6700 +eval as_val=\$$as_ac_var
  1.6701 +   if test "x$as_val" = x""yes; then :
  1.6702 +  cat >>confdefs.h <<_ACEOF
  1.6703 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1.6704  _ACEOF
  1.6705 -cat confdefs.h >>conftest.$ac_ext
  1.6706 -cat >>conftest.$ac_ext <<_ACEOF
  1.6707 -/* end confdefs.h.  */
  1.6708 -/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1.6709 -   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.6710 -#define $ac_func innocuous_$ac_func
  1.6711 -
  1.6712 -/* System header to define __stub macros and hopefully few prototypes,
  1.6713 -    which can conflict with char $ac_func (); below.
  1.6714 -    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.6715 -    <limits.h> exists even on freestanding compilers.  */
  1.6716 -
  1.6717 -#ifdef __STDC__
  1.6718 -# include <limits.h>
  1.6719 -#else
  1.6720 -# include <assert.h>
  1.6721 -#endif
  1.6722 -
  1.6723 -#undef $ac_func
  1.6724 -
  1.6725 -/* Override any GCC internal prototype to avoid an error.
  1.6726 -   Use char because int might match the return type of a GCC
  1.6727 -   builtin and then its argument prototype would still apply.  */
  1.6728 -#ifdef __cplusplus
  1.6729 -extern "C"
  1.6730 -#endif
  1.6731 -char $ac_func ();
  1.6732 -/* The GNU C library defines this for functions which it implements
  1.6733 -    to always fail with ENOSYS.  Some functions are actually named
  1.6734 -    something starting with __ and the normal name is an alias.  */
  1.6735 -#if defined __stub_$ac_func || defined __stub___$ac_func
  1.6736 -choke me
  1.6737 -#endif
  1.6738 -
  1.6739 -int
  1.6740 -main ()
  1.6741 -{
  1.6742 -return $ac_func ();
  1.6743 -  ;
  1.6744 -  return 0;
  1.6745 -}
  1.6746 -_ACEOF
  1.6747 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.6748 -if { (ac_try="$ac_link"
  1.6749 -case "(($ac_try" in
  1.6750 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6751 -  *) ac_try_echo=$ac_try;;
  1.6752 -esac
  1.6753 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6754 -  (eval "$ac_link") 2>conftest.er1
  1.6755 -  ac_status=$?
  1.6756 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.6757 -  rm -f conftest.er1
  1.6758 -  cat conftest.err >&5
  1.6759 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6760 -  (exit $ac_status); } && {
  1.6761 -	 test -z "$ac_c_werror_flag" ||
  1.6762 -	 test ! -s conftest.err
  1.6763 -       } && test -s conftest$ac_exeext &&
  1.6764 -       $as_test_x conftest$ac_exeext; then
  1.6765 -  eval "$as_ac_var=yes"
  1.6766 -else
  1.6767 -  echo "$as_me: failed program was:" >&5
  1.6768 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6769 -
  1.6770 -	eval "$as_ac_var=no"
  1.6771 -fi
  1.6772 -
  1.6773 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6774 -      conftest$ac_exeext conftest.$ac_ext
  1.6775 -fi
  1.6776 -ac_res=`eval echo '${'$as_ac_var'}'`
  1.6777 -	       { echo "$as_me:$LINENO: result: $ac_res" >&5
  1.6778 -echo "${ECHO_T}$ac_res" >&6; }
  1.6779 -if test `eval echo '${'$as_ac_var'}'` = yes; then
  1.6780 -  cat >>confdefs.h <<_ACEOF
  1.6781 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1.6782 -_ACEOF
  1.6783 -
  1.6784 -{ echo "$as_me:$LINENO: checking for _doprnt" >&5
  1.6785 -echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; }
  1.6786 -if test "${ac_cv_func__doprnt+set}" = set; then
  1.6787 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6788 -else
  1.6789 -  cat >conftest.$ac_ext <<_ACEOF
  1.6790 -/* confdefs.h.  */
  1.6791 -_ACEOF
  1.6792 -cat confdefs.h >>conftest.$ac_ext
  1.6793 -cat >>conftest.$ac_ext <<_ACEOF
  1.6794 -/* end confdefs.h.  */
  1.6795 -/* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  1.6796 -   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.6797 -#define _doprnt innocuous__doprnt
  1.6798 -
  1.6799 -/* System header to define __stub macros and hopefully few prototypes,
  1.6800 -    which can conflict with char _doprnt (); below.
  1.6801 -    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.6802 -    <limits.h> exists even on freestanding compilers.  */
  1.6803 -
  1.6804 -#ifdef __STDC__
  1.6805 -# include <limits.h>
  1.6806 -#else
  1.6807 -# include <assert.h>
  1.6808 -#endif
  1.6809 -
  1.6810 -#undef _doprnt
  1.6811 -
  1.6812 -/* Override any GCC internal prototype to avoid an error.
  1.6813 -   Use char because int might match the return type of a GCC
  1.6814 -   builtin and then its argument prototype would still apply.  */
  1.6815 -#ifdef __cplusplus
  1.6816 -extern "C"
  1.6817 -#endif
  1.6818 -char _doprnt ();
  1.6819 -/* The GNU C library defines this for functions which it implements
  1.6820 -    to always fail with ENOSYS.  Some functions are actually named
  1.6821 -    something starting with __ and the normal name is an alias.  */
  1.6822 -#if defined __stub__doprnt || defined __stub____doprnt
  1.6823 -choke me
  1.6824 -#endif
  1.6825 -
  1.6826 -int
  1.6827 -main ()
  1.6828 -{
  1.6829 -return _doprnt ();
  1.6830 -  ;
  1.6831 -  return 0;
  1.6832 -}
  1.6833 -_ACEOF
  1.6834 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.6835 -if { (ac_try="$ac_link"
  1.6836 -case "(($ac_try" in
  1.6837 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6838 -  *) ac_try_echo=$ac_try;;
  1.6839 -esac
  1.6840 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6841 -  (eval "$ac_link") 2>conftest.er1
  1.6842 -  ac_status=$?
  1.6843 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.6844 -  rm -f conftest.er1
  1.6845 -  cat conftest.err >&5
  1.6846 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6847 -  (exit $ac_status); } && {
  1.6848 -	 test -z "$ac_c_werror_flag" ||
  1.6849 -	 test ! -s conftest.err
  1.6850 -       } && test -s conftest$ac_exeext &&
  1.6851 -       $as_test_x conftest$ac_exeext; then
  1.6852 -  ac_cv_func__doprnt=yes
  1.6853 -else
  1.6854 -  echo "$as_me: failed program was:" >&5
  1.6855 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6856 -
  1.6857 -	ac_cv_func__doprnt=no
  1.6858 -fi
  1.6859 -
  1.6860 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6861 -      conftest$ac_exeext conftest.$ac_ext
  1.6862 -fi
  1.6863 -{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
  1.6864 -echo "${ECHO_T}$ac_cv_func__doprnt" >&6; }
  1.6865 -if test $ac_cv_func__doprnt = yes; then
  1.6866 -
  1.6867 -cat >>confdefs.h <<\_ACEOF
  1.6868 -#define HAVE_DOPRNT 1
  1.6869 -_ACEOF
  1.6870 -
  1.6871 -fi
  1.6872  
  1.6873  fi
  1.6874  done
  1.6875  
  1.6876  
  1.6877  
  1.6878 -
  1.6879 -
  1.6880 -
  1.6881 -for ac_func in select socket strerror strstr
  1.6882 -do
  1.6883 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1.6884 -{ echo "$as_me:$LINENO: checking for $ac_func" >&5
  1.6885 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
  1.6886 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
  1.6887 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6888 -else
  1.6889 -  cat >conftest.$ac_ext <<_ACEOF
  1.6890 -/* confdefs.h.  */
  1.6891 -_ACEOF
  1.6892 -cat confdefs.h >>conftest.$ac_ext
  1.6893 -cat >>conftest.$ac_ext <<_ACEOF
  1.6894 -/* end confdefs.h.  */
  1.6895 -/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1.6896 -   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.6897 -#define $ac_func innocuous_$ac_func
  1.6898 -
  1.6899 -/* System header to define __stub macros and hopefully few prototypes,
  1.6900 -    which can conflict with char $ac_func (); below.
  1.6901 -    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.6902 -    <limits.h> exists even on freestanding compilers.  */
  1.6903 -
  1.6904 -#ifdef __STDC__
  1.6905 -# include <limits.h>
  1.6906 -#else
  1.6907 -# include <assert.h>
  1.6908 -#endif
  1.6909 -
  1.6910 -#undef $ac_func
  1.6911 -
  1.6912 -/* Override any GCC internal prototype to avoid an error.
  1.6913 -   Use char because int might match the return type of a GCC
  1.6914 -   builtin and then its argument prototype would still apply.  */
  1.6915 -#ifdef __cplusplus
  1.6916 -extern "C"
  1.6917 -#endif
  1.6918 -char $ac_func ();
  1.6919 -/* The GNU C library defines this for functions which it implements
  1.6920 -    to always fail with ENOSYS.  Some functions are actually named
  1.6921 -    something starting with __ and the normal name is an alias.  */
  1.6922 -#if defined __stub_$ac_func || defined __stub___$ac_func
  1.6923 -choke me
  1.6924 -#endif
  1.6925 -
  1.6926 -int
  1.6927 -main ()
  1.6928 -{
  1.6929 -return $ac_func ();
  1.6930 -  ;
  1.6931 -  return 0;
  1.6932 -}
  1.6933 -_ACEOF
  1.6934 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.6935 -if { (ac_try="$ac_link"
  1.6936 -case "(($ac_try" in
  1.6937 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6938 -  *) ac_try_echo=$ac_try;;
  1.6939 -esac
  1.6940 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6941 -  (eval "$ac_link") 2>conftest.er1
  1.6942 -  ac_status=$?
  1.6943 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.6944 -  rm -f conftest.er1
  1.6945 -  cat conftest.err >&5
  1.6946 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6947 -  (exit $ac_status); } && {
  1.6948 -	 test -z "$ac_c_werror_flag" ||
  1.6949 -	 test ! -s conftest.err
  1.6950 -       } && test -s conftest$ac_exeext &&
  1.6951 -       $as_test_x conftest$ac_exeext; then
  1.6952 -  eval "$as_ac_var=yes"
  1.6953 -else
  1.6954 -  echo "$as_me: failed program was:" >&5
  1.6955 -sed 's/^/| /' conftest.$ac_ext >&5
  1.6956 -
  1.6957 -	eval "$as_ac_var=no"
  1.6958 -fi
  1.6959 -
  1.6960 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6961 -      conftest$ac_exeext conftest.$ac_ext
  1.6962 -fi
  1.6963 -ac_res=`eval echo '${'$as_ac_var'}'`
  1.6964 -	       { echo "$as_me:$LINENO: result: $ac_res" >&5
  1.6965 -echo "${ECHO_T}$ac_res" >&6; }
  1.6966 -if test `eval echo '${'$as_ac_var'}'` = yes; then
  1.6967 -  cat >>confdefs.h <<_ACEOF
  1.6968 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1.6969 -_ACEOF
  1.6970 -
  1.6971 -fi
  1.6972 -done
  1.6973 -
  1.6974 -
  1.6975 -
  1.6976  # Check whether --with-user was given.
  1.6977 -if test "${with_user+set}" = set; then
  1.6978 +if test "${with_user+set}" = set; then :
  1.6979    withval=$with_user;
  1.6980  fi
  1.6981  
  1.6982 @@ -6018,7 +5109,7 @@
  1.6983  
  1.6984  
  1.6985  # Check whether --with-group was given.
  1.6986 -if test "${with_group+set}" = set; then
  1.6987 +if test "${with_group+set}" = set; then :
  1.6988    withval=$with_group;
  1.6989  fi
  1.6990  
  1.6991 @@ -6027,7 +5118,7 @@
  1.6992  fi
  1.6993  
  1.6994  # Check whether --enable-debug was given.
  1.6995 -if test "${enable_debug+set}" = set; then
  1.6996 +if test "${enable_debug+set}" = set; then :
  1.6997    enableval=$enable_debug; if test "x$enable_debug" != 'xno'; then
  1.6998  		debug_enabled='yes'
  1.6999  	fi
  1.7000 @@ -6038,9 +5129,7 @@
  1.7001  
  1.7002  if test "x$debug_enabled" = xyes; then
  1.7003  
  1.7004 -cat >>confdefs.h <<\_ACEOF
  1.7005 -#define ENABLE_DEBUG 1
  1.7006 -_ACEOF
  1.7007 +$as_echo "#define ENABLE_DEBUG 1" >>confdefs.h
  1.7008  
  1.7009  fi
  1.7010  
  1.7011 @@ -6059,7 +5148,7 @@
  1.7012  
  1.7013  
  1.7014  # Check whether --with-glib_static was given.
  1.7015 -if test "${with_glib_static+set}" = set; then
  1.7016 +if test "${with_glib_static+set}" = set; then :
  1.7017    withval=$with_glib_static;
  1.7018  fi
  1.7019  
  1.7020 @@ -6072,7 +5161,7 @@
  1.7021  BASE64_LIBS=''
  1.7022  
  1.7023  # Check whether --enable-smtp_server was given.
  1.7024 -if test "${enable_smtp_server+set}" = set; then
  1.7025 +if test "${enable_smtp_server+set}" = set; then :
  1.7026    enableval=$enable_smtp_server; if test "x$enable_smtp_server" != 'xno'; then
  1.7027  		smtp_server_enabled='yes'
  1.7028  	fi
  1.7029 @@ -6083,14 +5172,12 @@
  1.7030  
  1.7031  if test "x$smtp_server_enabled" = xyes; then
  1.7032  
  1.7033 -cat >>confdefs.h <<\_ACEOF
  1.7034 -#define ENABLE_SMTP_SERVER 1
  1.7035 -_ACEOF
  1.7036 +$as_echo "#define ENABLE_SMTP_SERVER 1" >>confdefs.h
  1.7037  
  1.7038  fi
  1.7039  
  1.7040  # Check whether --enable-pop3 was given.
  1.7041 -if test "${enable_pop3+set}" = set; then
  1.7042 +if test "${enable_pop3+set}" = set; then :
  1.7043    enableval=$enable_pop3; if test "x$enable_pop3" != 'xno'; then
  1.7044  		pop3_enabled='yes'
  1.7045  	fi
  1.7046 @@ -6101,16 +5188,14 @@
  1.7047  
  1.7048  if test "x$pop3_enabled" = xyes; then
  1.7049  
  1.7050 -cat >>confdefs.h <<\_ACEOF
  1.7051 -#define ENABLE_POP3 1
  1.7052 -_ACEOF
  1.7053 +$as_echo "#define ENABLE_POP3 1" >>confdefs.h
  1.7054  
  1.7055  #	MD5_LIBS='md5/libmd5c.a'
  1.7056  	need_md5='yes'
  1.7057  fi
  1.7058  
  1.7059  # Check whether --enable-auth was given.
  1.7060 -if test "${enable_auth+set}" = set; then
  1.7061 +if test "${enable_auth+set}" = set; then :
  1.7062    enableval=$enable_auth; if test "x$enable_auth" != 'xno'; then
  1.7063  		auth_enabled='yes'
  1.7064  	fi
  1.7065 @@ -6118,9 +5203,7 @@
  1.7066  
  1.7067  if test "x$auth_enabled" = xyes; then
  1.7068  
  1.7069 -cat >>confdefs.h <<\_ACEOF
  1.7070 -#define ENABLE_AUTH 1
  1.7071 -_ACEOF
  1.7072 +$as_echo "#define ENABLE_AUTH 1" >>confdefs.h
  1.7073  
  1.7074  	BASE64_LIBS='base64/libbase64.a'
  1.7075  #	MD5_LIBS='md5/libmd5c.a'
  1.7076 @@ -6129,7 +5212,7 @@
  1.7077  
  1.7078  
  1.7079  # Check whether --enable-maildir was given.
  1.7080 -if test "${enable_maildir+set}" = set; then
  1.7081 +if test "${enable_maildir+set}" = set; then :
  1.7082    enableval=$enable_maildir; if test "x$enable_maildir" != 'xno'; then
  1.7083  		maildir_enabled='yes'
  1.7084  	fi
  1.7085 @@ -6137,15 +5220,13 @@
  1.7086  
  1.7087  if test "x$maildir_enabled" = xyes; then
  1.7088  
  1.7089 -cat >>confdefs.h <<\_ACEOF
  1.7090 -#define ENABLE_MAILDIR 1
  1.7091 -_ACEOF
  1.7092 +$as_echo "#define ENABLE_MAILDIR 1" >>confdefs.h
  1.7093  
  1.7094  fi
  1.7095  
  1.7096  
  1.7097  # Check whether --with-libcrypto was given.
  1.7098 -if test "${with_libcrypto+set}" = set; then
  1.7099 +if test "${with_libcrypto+set}" = set; then :
  1.7100    withval=$with_libcrypto;
  1.7101  fi
  1.7102  
  1.7103 @@ -6155,18 +5236,14 @@
  1.7104  
  1.7105  if test "x$need_md5" = 'xyes'; then
  1.7106  	if test "x$with_libcrypto" = "xyes"; then
  1.7107 -		{ echo "$as_me:$LINENO: checking for MD5 in -lcrypto" >&5
  1.7108 -echo $ECHO_N "checking for MD5 in -lcrypto... $ECHO_C" >&6; }
  1.7109 -if test "${ac_cv_lib_crypto_MD5+set}" = set; then
  1.7110 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7111 +		{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5 in -lcrypto" >&5
  1.7112 +$as_echo_n "checking for MD5 in -lcrypto... " >&6; }
  1.7113 +if test "${ac_cv_lib_crypto_MD5+set}" = set; then :
  1.7114 +  $as_echo_n "(cached) " >&6
  1.7115  else
  1.7116    ac_check_lib_save_LIBS=$LIBS
  1.7117  LIBS="-lcrypto  $LIBS"
  1.7118 -cat >conftest.$ac_ext <<_ACEOF
  1.7119 -/* confdefs.h.  */
  1.7120 -_ACEOF
  1.7121 -cat confdefs.h >>conftest.$ac_ext
  1.7122 -cat >>conftest.$ac_ext <<_ACEOF
  1.7123 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.7124  /* end confdefs.h.  */
  1.7125  
  1.7126  /* Override any GCC internal prototype to avoid an error.
  1.7127 @@ -6184,51 +5261,26 @@
  1.7128    return 0;
  1.7129  }
  1.7130  _ACEOF
  1.7131 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.7132 -if { (ac_try="$ac_link"
  1.7133 -case "(($ac_try" in
  1.7134 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.7135 -  *) ac_try_echo=$ac_try;;
  1.7136 -esac
  1.7137 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.7138 -  (eval "$ac_link") 2>conftest.er1
  1.7139 -  ac_status=$?
  1.7140 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.7141 -  rm -f conftest.er1
  1.7142 -  cat conftest.err >&5
  1.7143 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.7144 -  (exit $ac_status); } && {
  1.7145 -	 test -z "$ac_c_werror_flag" ||
  1.7146 -	 test ! -s conftest.err
  1.7147 -       } && test -s conftest$ac_exeext &&
  1.7148 -       $as_test_x conftest$ac_exeext; then
  1.7149 +if ac_fn_c_try_link "$LINENO"; then :
  1.7150    ac_cv_lib_crypto_MD5=yes
  1.7151  else
  1.7152 -  echo "$as_me: failed program was:" >&5
  1.7153 -sed 's/^/| /' conftest.$ac_ext >&5
  1.7154 -
  1.7155 -	ac_cv_lib_crypto_MD5=no
  1.7156 -fi
  1.7157 -
  1.7158 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.7159 -      conftest$ac_exeext conftest.$ac_ext
  1.7160 +  ac_cv_lib_crypto_MD5=no
  1.7161 +fi
  1.7162 +rm -f core conftest.err conftest.$ac_objext \
  1.7163 +    conftest$ac_exeext conftest.$ac_ext
  1.7164  LIBS=$ac_check_lib_save_LIBS
  1.7165  fi
  1.7166 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_MD5" >&5
  1.7167 -echo "${ECHO_T}$ac_cv_lib_crypto_MD5" >&6; }
  1.7168 -if test $ac_cv_lib_crypto_MD5 = yes; then
  1.7169 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_MD5" >&5
  1.7170 +$as_echo "$ac_cv_lib_crypto_MD5" >&6; }
  1.7171 +if test "x$ac_cv_lib_crypto_MD5" = x""yes; then :
  1.7172    has_crypto='yes'
  1.7173  else
  1.7174 -  { { echo "$as_me:$LINENO: error: 'no libcrypto'" >&5
  1.7175 -echo "$as_me: error: 'no libcrypto'" >&2;}
  1.7176 -   { (exit 1); exit 1; }; }
  1.7177 +  as_fn_error "'no libcrypto'" "$LINENO" 5
  1.7178  fi
  1.7179  
  1.7180  		if test "x$has_crypto" = 'xyes'; then
  1.7181  
  1.7182 -cat >>confdefs.h <<\_ACEOF
  1.7183 -#define USE_LIB_CRYPTO 1
  1.7184 -_ACEOF
  1.7185 +$as_echo "#define USE_LIB_CRYPTO 1" >>confdefs.h
  1.7186  
  1.7187  			MD5_LIBS='-lcrypto'
  1.7188  		fi
  1.7189 @@ -6240,7 +5292,7 @@
  1.7190  
  1.7191  IDENT_LIBS=''
  1.7192  # Check whether --enable-ident was given.
  1.7193 -if test "${enable_ident+set}" = set; then
  1.7194 +if test "${enable_ident+set}" = set; then :
  1.7195    enableval=$enable_ident; if test "x$enable_ident" != 'xno'; then
  1.7196  		ident_enabled='yes'
  1.7197  	fi
  1.7198 @@ -6249,22 +5301,16 @@
  1.7199  
  1.7200  if test "x$ident_enabled" = xyes; then
  1.7201  
  1.7202 -cat >>confdefs.h <<\_ACEOF
  1.7203 -#define ENABLE_IDENT 1
  1.7204 -_ACEOF
  1.7205 -
  1.7206 -	{ echo "$as_me:$LINENO: checking for ident_id in -lident" >&5
  1.7207 -echo $ECHO_N "checking for ident_id in -lident... $ECHO_C" >&6; }
  1.7208 -if test "${ac_cv_lib_ident_ident_id+set}" = set; then
  1.7209 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7210 +$as_echo "#define ENABLE_IDENT 1" >>confdefs.h
  1.7211 +
  1.7212 +	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ident_id in -lident" >&5
  1.7213 +$as_echo_n "checking for ident_id in -lident... " >&6; }
  1.7214 +if test "${ac_cv_lib_ident_ident_id+set}" = set; then :
  1.7215 +  $as_echo_n "(cached) " >&6
  1.7216  else
  1.7217    ac_check_lib_save_LIBS=$LIBS
  1.7218  LIBS="-lident  $LIBS"
  1.7219 -cat >conftest.$ac_ext <<_ACEOF
  1.7220 -/* confdefs.h.  */
  1.7221 -_ACEOF
  1.7222 -cat confdefs.h >>conftest.$ac_ext
  1.7223 -cat >>conftest.$ac_ext <<_ACEOF
  1.7224 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.7225  /* end confdefs.h.  */
  1.7226  
  1.7227  /* Override any GCC internal prototype to avoid an error.
  1.7228 @@ -6282,39 +5328,18 @@
  1.7229    return 0;
  1.7230  }
  1.7231  _ACEOF
  1.7232 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.7233 -if { (ac_try="$ac_link"
  1.7234 -case "(($ac_try" in
  1.7235 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.7236 -  *) ac_try_echo=$ac_try;;
  1.7237 -esac
  1.7238 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.7239 -  (eval "$ac_link") 2>conftest.er1
  1.7240 -  ac_status=$?
  1.7241 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.7242 -  rm -f conftest.er1
  1.7243 -  cat conftest.err >&5
  1.7244 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.7245 -  (exit $ac_status); } && {
  1.7246 -	 test -z "$ac_c_werror_flag" ||
  1.7247 -	 test ! -s conftest.err
  1.7248 -       } && test -s conftest$ac_exeext &&
  1.7249 -       $as_test_x conftest$ac_exeext; then
  1.7250 +if ac_fn_c_try_link "$LINENO"; then :
  1.7251    ac_cv_lib_ident_ident_id=yes
  1.7252  else
  1.7253 -  echo "$as_me: failed program was:" >&5
  1.7254 -sed 's/^/| /' conftest.$ac_ext >&5
  1.7255 -
  1.7256 -	ac_cv_lib_ident_ident_id=no
  1.7257 -fi
  1.7258 -
  1.7259 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.7260 -      conftest$ac_exeext conftest.$ac_ext
  1.7261 +  ac_cv_lib_ident_ident_id=no
  1.7262 +fi
  1.7263 +rm -f core conftest.err conftest.$ac_objext \
  1.7264 +    conftest$ac_exeext conftest.$ac_ext
  1.7265  LIBS=$ac_check_lib_save_LIBS
  1.7266  fi
  1.7267 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_ident_ident_id" >&5
  1.7268 -echo "${ECHO_T}$ac_cv_lib_ident_ident_id" >&6; }
  1.7269 -if test $ac_cv_lib_ident_ident_id = yes; then
  1.7270 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ident_ident_id" >&5
  1.7271 +$as_echo "$ac_cv_lib_ident_ident_id" >&6; }
  1.7272 +if test "x$ac_cv_lib_ident_ident_id" = x""yes; then :
  1.7273    IDENT_LIBS='-lident'
  1.7274  else
  1.7275    IDENT_LIBS='libident/libident.a'
  1.7276 @@ -6324,7 +5349,7 @@
  1.7277  
  1.7278  
  1.7279  # Check whether --enable-mserver was given.
  1.7280 -if test "${enable_mserver+set}" = set; then
  1.7281 +if test "${enable_mserver+set}" = set; then :
  1.7282    enableval=$enable_mserver; if test "x$enable_mserver" != 'xno'; then
  1.7283  		mserver_enabled='yes'
  1.7284  	fi
  1.7285 @@ -6332,15 +5357,13 @@
  1.7286  
  1.7287  if test "x$mserver_enabled" = xyes; then
  1.7288  
  1.7289 -cat >>confdefs.h <<\_ACEOF
  1.7290 -#define ENABLE_MSERVER 1
  1.7291 -_ACEOF
  1.7292 +$as_echo "#define ENABLE_MSERVER 1" >>confdefs.h
  1.7293  
  1.7294  fi
  1.7295  
  1.7296  
  1.7297  # Check whether --with-liblockfile was given.
  1.7298 -if test "${with_liblockfile+set}" = set; then
  1.7299 +if test "${with_liblockfile+set}" = set; then :
  1.7300    withval=$with_liblockfile;
  1.7301  fi
  1.7302  
  1.7303 @@ -6348,18 +5371,14 @@
  1.7304  	with_liblockfile='yes'
  1.7305  fi
  1.7306  if test "x$with_liblockfile" = xyes; then
  1.7307 -	{ echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5
  1.7308 -echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6; }
  1.7309 -if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
  1.7310 -  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.7311 +	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
  1.7312 +$as_echo_n "checking for maillock in -llockfile... " >&6; }
  1.7313 +if test "${ac_cv_lib_lockfile_maillock+set}" = set; then :
  1.7314 +  $as_echo_n "(cached) " >&6
  1.7315  else
  1.7316    ac_check_lib_save_LIBS=$LIBS
  1.7317  LIBS="-llockfile  $LIBS"
  1.7318 -cat >conftest.$ac_ext <<_ACEOF
  1.7319 -/* confdefs.h.  */
  1.7320 -_ACEOF
  1.7321 -cat confdefs.h >>conftest.$ac_ext
  1.7322 -cat >>conftest.$ac_ext <<_ACEOF
  1.7323 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.7324  /* end confdefs.h.  */
  1.7325  
  1.7326  /* Override any GCC internal prototype to avoid an error.
  1.7327 @@ -6377,51 +5396,26 @@
  1.7328    return 0;
  1.7329  }
  1.7330  _ACEOF
  1.7331 -rm -f conftest.$ac_objext conftest$ac_exeext
  1.7332 -if { (ac_try="$ac_link"
  1.7333 -case "(($ac_try" in
  1.7334 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.7335 -  *) ac_try_echo=$ac_try;;
  1.7336 -esac
  1.7337 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.7338 -  (eval "$ac_link") 2>conftest.er1
  1.7339 -  ac_status=$?
  1.7340 -  grep -v '^ *+' conftest.er1 >conftest.err
  1.7341 -  rm -f conftest.er1
  1.7342 -  cat conftest.err >&5
  1.7343 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.7344 -  (exit $ac_status); } && {
  1.7345 -	 test -z "$ac_c_werror_flag" ||
  1.7346 -	 test ! -s conftest.err
  1.7347 -       } && test -s conftest$ac_exeext &&
  1.7348 -       $as_test_x conftest$ac_exeext; then
  1.7349 +if ac_fn_c_try_link "$LINENO"; then :
  1.7350    ac_cv_lib_lockfile_maillock=yes
  1.7351  else
  1.7352 -  echo "$as_me: failed program was:" >&5
  1.7353 -sed 's/^/| /' conftest.$ac_ext >&5
  1.7354 -
  1.7355 -	ac_cv_lib_lockfile_maillock=no
  1.7356 -fi
  1.7357 -
  1.7358 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.7359 -      conftest$ac_exeext conftest.$ac_ext
  1.7360 +  ac_cv_lib_lockfile_maillock=no
  1.7361 +fi
  1.7362 +rm -f core conftest.err conftest.$ac_objext \
  1.7363 +    conftest$ac_exeext conftest.$ac_ext
  1.7364  LIBS=$ac_check_lib_save_LIBS
  1.7365  fi
  1.7366 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5
  1.7367 -echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6; }
  1.7368 -if test $ac_cv_lib_lockfile_maillock = yes; then
  1.7369 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
  1.7370 +$as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
  1.7371 +if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then :
  1.7372    has_lockfile=yes
  1.7373  else
  1.7374 -  { { echo "$as_me:$LINENO: error: \"no liblockfile\"" >&5
  1.7375 -echo "$as_me: error: \"no liblockfile\"" >&2;}
  1.7376 -   { (exit 1); exit 1; }; }
  1.7377 +  as_fn_error "\"no liblockfile\"" "$LINENO" 5
  1.7378  fi
  1.7379  
  1.7380  	LOCKFILE_LIBS='-llockfile'
  1.7381  
  1.7382 -cat >>confdefs.h <<\_ACEOF
  1.7383 -#define USE_LIBLOCKFILE 1
  1.7384 -_ACEOF
  1.7385 +$as_echo "#define USE_LIBLOCKFILE 1" >>confdefs.h
  1.7386  
  1.7387  else
  1.7388  	LOCKFILE_LIBS=''
  1.7389 @@ -6431,7 +5425,7 @@
  1.7390  
  1.7391  
  1.7392  # Check whether --with-logdir was given.
  1.7393 -if test "${with_logdir+set}" = set; then
  1.7394 +if test "${with_logdir+set}" = set; then :
  1.7395    withval=$with_logdir;
  1.7396  else
  1.7397    with_logdir='/var/log/masqmail/'
  1.7398 @@ -6442,7 +5436,7 @@
  1.7399  
  1.7400  
  1.7401  # Check whether --with-spooldir was given.
  1.7402 -if test "${with_spooldir+set}" = set; then
  1.7403 +if test "${with_spooldir+set}" = set; then :
  1.7404    withval=$with_spooldir;
  1.7405  else
  1.7406    with_spooldir='/var/spool/masqmail/'
  1.7407 @@ -6453,7 +5447,7 @@
  1.7408  
  1.7409  
  1.7410  # Check whether --with-confdir was given.
  1.7411 -if test "${with_confdir+set}" = set; then
  1.7412 +if test "${with_confdir+set}" = set; then :
  1.7413    withval=$with_confdir;
  1.7414  else
  1.7415    with_confdir='/etc/masqmail'
  1.7416 @@ -6469,8 +5463,9 @@
  1.7417  
  1.7418  test "x$prefix" = xNONE && prefix="$ac_default_prefix"
  1.7419  
  1.7420 +
  1.7421  cat >>confdefs.h <<_ACEOF
  1.7422 -#define DATA_DIR "`eval echo \""$datadir"\"`/masqmail"
  1.7423 +#define DATA_DIR "`eval eval echo $datadir`/masqmail"
  1.7424  _ACEOF
  1.7425  
  1.7426  
  1.7427 @@ -6523,12 +5518,13 @@
  1.7428      case $ac_val in #(
  1.7429      *${as_nl}*)
  1.7430        case $ac_var in #(
  1.7431 -      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  1.7432 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  1.7433 +      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
  1.7434 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
  1.7435        esac
  1.7436        case $ac_var in #(
  1.7437        _ | IFS | as_nl) ;; #(
  1.7438 -      *) $as_unset $ac_var ;;
  1.7439 +      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  1.7440 +      *) { eval $ac_var=; unset $ac_var;} ;;
  1.7441        esac ;;
  1.7442      esac
  1.7443    done
  1.7444 @@ -6536,8 +5532,8 @@
  1.7445    (set) 2>&1 |
  1.7446      case $as_nl`(ac_space=' '; set) 2>&1` in #(
  1.7447      *${as_nl}ac_space=\ *)
  1.7448 -      # `set' does not quote correctly, so add quotes (double-quote
  1.7449 -      # substitution turns \\\\ into \\, and sed turns \\ into \).
  1.7450 +      # `set' does not quote correctly, so add quotes: double-quote
  1.7451 +      # substitution turns \\\\ into \\, and sed turns \\ into \.
  1.7452        sed -n \
  1.7453  	"s/'/'\\\\''/g;
  1.7454  	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
  1.7455 @@ -6560,12 +5556,12 @@
  1.7456  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  1.7457    if test -w "$cache_file"; then
  1.7458      test "x$cache_file" != "x/dev/null" &&
  1.7459 -      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
  1.7460 -echo "$as_me: updating cache $cache_file" >&6;}
  1.7461 +      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
  1.7462 +$as_echo "$as_me: updating cache $cache_file" >&6;}
  1.7463      cat confcache >$cache_file
  1.7464    else
  1.7465 -    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
  1.7466 -echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  1.7467 +    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
  1.7468 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  1.7469    fi
  1.7470  fi
  1.7471  rm -f confcache
  1.7472 @@ -6581,38 +5577,42 @@
  1.7473  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  1.7474    # 1. Remove the extension, and $U if already installed.
  1.7475    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  1.7476 -  ac_i=`echo "$ac_i" | sed "$ac_script"`
  1.7477 +  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
  1.7478    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  1.7479    #    will be set to the directory where LIBOBJS objects are built.
  1.7480 -  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
  1.7481 -  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
  1.7482 +  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
  1.7483 +  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
  1.7484  done
  1.7485  LIBOBJS=$ac_libobjs
  1.7486  
  1.7487  LTLIBOBJS=$ac_ltlibobjs
  1.7488  
  1.7489  
  1.7490 + if test -n "$EXEEXT"; then
  1.7491 +  am__EXEEXT_TRUE=
  1.7492 +  am__EXEEXT_FALSE='#'
  1.7493 +else
  1.7494 +  am__EXEEXT_TRUE='#'
  1.7495 +  am__EXEEXT_FALSE=
  1.7496 +fi
  1.7497 +
  1.7498  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  1.7499 -  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
  1.7500 -Usually this means the macro was only invoked conditionally." >&5
  1.7501 -echo "$as_me: error: conditional \"AMDEP\" was never defined.
  1.7502 -Usually this means the macro was only invoked conditionally." >&2;}
  1.7503 -   { (exit 1); exit 1; }; }
  1.7504 +  as_fn_error "conditional \"AMDEP\" was never defined.
  1.7505 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1.7506  fi
  1.7507  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  1.7508 -  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
  1.7509 -Usually this means the macro was only invoked conditionally." >&5
  1.7510 -echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
  1.7511 -Usually this means the macro was only invoked conditionally." >&2;}
  1.7512 -   { (exit 1); exit 1; }; }
  1.7513 +  as_fn_error "conditional \"am__fastdepCC\" was never defined.
  1.7514 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
  1.7515  fi
  1.7516  
  1.7517  : ${CONFIG_STATUS=./config.status}
  1.7518 +ac_write_fail=0
  1.7519  ac_clean_files_save=$ac_clean_files
  1.7520  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  1.7521 -{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  1.7522 -echo "$as_me: creating $CONFIG_STATUS" >&6;}
  1.7523 -cat >$CONFIG_STATUS <<_ACEOF
  1.7524 +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
  1.7525 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
  1.7526 +as_write_fail=0
  1.7527 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
  1.7528  #! $SHELL
  1.7529  # Generated by $as_me.
  1.7530  # Run this file to recreate the current configuration.
  1.7531 @@ -6622,59 +5622,79 @@
  1.7532  debug=false
  1.7533  ac_cs_recheck=false
  1.7534  ac_cs_silent=false
  1.7535 +
  1.7536  SHELL=\${CONFIG_SHELL-$SHELL}
  1.7537 -_ACEOF
  1.7538 -
  1.7539 -cat >>$CONFIG_STATUS <<\_ACEOF
  1.7540 -## --------------------- ##
  1.7541 -## M4sh Initialization.  ##
  1.7542 -## --------------------- ##
  1.7543 +export SHELL
  1.7544 +_ASEOF
  1.7545 +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
  1.7546 +## -------------------- ##
  1.7547 +## M4sh Initialization. ##
  1.7548 +## -------------------- ##
  1.7549  
  1.7550  # Be more Bourne compatible
  1.7551  DUALCASE=1; export DUALCASE # for MKS sh
  1.7552 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  1.7553 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  1.7554    emulate sh
  1.7555    NULLCMD=:
  1.7556 -  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  1.7557 +  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  1.7558    # is contrary to our usage.  Disable this feature.
  1.7559    alias -g '${1+"$@"}'='"$@"'
  1.7560    setopt NO_GLOB_SUBST
  1.7561  else
  1.7562 -  case `(set -o) 2>/dev/null` in
  1.7563 -  *posix*) set -o posix ;;
  1.7564 +  case `(set -o) 2>/dev/null` in #(
  1.7565 +  *posix*) :
  1.7566 +    set -o posix ;; #(
  1.7567 +  *) :
  1.7568 +     ;;
  1.7569  esac
  1.7570 -
  1.7571 -fi
  1.7572 -
  1.7573 -
  1.7574 -
  1.7575 -
  1.7576 -# PATH needs CR
  1.7577 -# Avoid depending upon Character Ranges.
  1.7578 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  1.7579 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  1.7580 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  1.7581 -as_cr_digits='0123456789'
  1.7582 -as_cr_alnum=$as_cr_Letters$as_cr_digits
  1.7583 +fi
  1.7584 +
  1.7585 +
  1.7586 +as_nl='
  1.7587 +'
  1.7588 +export as_nl
  1.7589 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
  1.7590 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  1.7591 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  1.7592 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  1.7593 +# Prefer a ksh shell builtin over an external printf program on Solaris,
  1.7594 +# but without wasting forks for bash or zsh.
  1.7595 +if test -z "$BASH_VERSION$ZSH_VERSION" \
  1.7596 +    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  1.7597 +  as_echo='print -r --'
  1.7598 +  as_echo_n='print -rn --'
  1.7599 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  1.7600 +  as_echo='printf %s\n'
  1.7601 +  as_echo_n='printf %s'
  1.7602 +else
  1.7603 +  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  1.7604 +    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  1.7605 +    as_echo_n='/usr/ucb/echo -n'
  1.7606 +  else
  1.7607 +    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  1.7608 +    as_echo_n_body='eval
  1.7609 +      arg=$1;
  1.7610 +      case $arg in #(
  1.7611 +      *"$as_nl"*)
  1.7612 +	expr "X$arg" : "X\\(.*\\)$as_nl";
  1.7613 +	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  1.7614 +      esac;
  1.7615 +      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  1.7616 +    '
  1.7617 +    export as_echo_n_body
  1.7618 +    as_echo_n='sh -c $as_echo_n_body as_echo'
  1.7619 +  fi
  1.7620 +  export as_echo_body
  1.7621 +  as_echo='sh -c $as_echo_body as_echo'
  1.7622 +fi
  1.7623  
  1.7624  # The user is always right.
  1.7625  if test "${PATH_SEPARATOR+set}" != set; then
  1.7626 -  echo "#! /bin/sh" >conf$$.sh
  1.7627 -  echo  "exit 0"   >>conf$$.sh
  1.7628 -  chmod +x conf$$.sh
  1.7629 -  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  1.7630 -    PATH_SEPARATOR=';'
  1.7631 -  else
  1.7632 -    PATH_SEPARATOR=:
  1.7633 -  fi
  1.7634 -  rm -f conf$$.sh
  1.7635 -fi
  1.7636 -
  1.7637 -# Support unset when possible.
  1.7638 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  1.7639 -  as_unset=unset
  1.7640 -else
  1.7641 -  as_unset=false
  1.7642 +  PATH_SEPARATOR=:
  1.7643 +  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  1.7644 +    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  1.7645 +      PATH_SEPARATOR=';'
  1.7646 +  }
  1.7647  fi
  1.7648  
  1.7649  
  1.7650 @@ -6683,20 +5703,18 @@
  1.7651  # there to prevent editors from complaining about space-tab.
  1.7652  # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  1.7653  # splitting by setting IFS to empty value.)
  1.7654 -as_nl='
  1.7655 -'
  1.7656  IFS=" ""	$as_nl"
  1.7657  
  1.7658  # Find who we are.  Look in the path if we contain no directory separator.
  1.7659 -case $0 in
  1.7660 +case $0 in #((
  1.7661    *[\\/]* ) as_myself=$0 ;;
  1.7662    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.7663  for as_dir in $PATH
  1.7664  do
  1.7665    IFS=$as_save_IFS
  1.7666    test -z "$as_dir" && as_dir=.
  1.7667 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  1.7668 -done
  1.7669 +    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  1.7670 +  done
  1.7671  IFS=$as_save_IFS
  1.7672  
  1.7673       ;;
  1.7674 @@ -6707,32 +5725,111 @@
  1.7675    as_myself=$0
  1.7676  fi
  1.7677  if test ! -f "$as_myself"; then
  1.7678 -  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  1.7679 -  { (exit 1); exit 1; }
  1.7680 -fi
  1.7681 -
  1.7682 -# Work around bugs in pre-3.0 UWIN ksh.
  1.7683 -for as_var in ENV MAIL MAILPATH
  1.7684 -do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  1.7685 +  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  1.7686 +  exit 1
  1.7687 +fi
  1.7688 +
  1.7689 +# Unset variables that we do not need and which cause bugs (e.g. in
  1.7690 +# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
  1.7691 +# suppresses any "Segmentation fault" message there.  '((' could
  1.7692 +# trigger a bug in pdksh 5.2.14.
  1.7693 +for as_var in BASH_ENV ENV MAIL MAILPATH
  1.7694 +do eval test x\${$as_var+set} = xset \
  1.7695 +  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  1.7696  done
  1.7697  PS1='$ '
  1.7698  PS2='> '
  1.7699  PS4='+ '
  1.7700  
  1.7701  # NLS nuisances.
  1.7702 -for as_var in \
  1.7703 -  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  1.7704 -  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  1.7705 -  LC_TELEPHONE LC_TIME
  1.7706 -do
  1.7707 -  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  1.7708 -    eval $as_var=C; export $as_var
  1.7709 -  else
  1.7710 -    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  1.7711 +LC_ALL=C
  1.7712 +export LC_ALL
  1.7713 +LANGUAGE=C
  1.7714 +export LANGUAGE
  1.7715 +
  1.7716 +# CDPATH.
  1.7717 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  1.7718 +
  1.7719 +
  1.7720 +# as_fn_error ERROR [LINENO LOG_FD]
  1.7721 +# ---------------------------------
  1.7722 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  1.7723 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  1.7724 +# script with status $?, using 1 if that was 0.
  1.7725 +as_fn_error ()
  1.7726 +{
  1.7727 +  as_status=$?; test $as_status -eq 0 && as_status=1
  1.7728 +  if test "$3"; then
  1.7729 +    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.7730 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
  1.7731    fi
  1.7732 -done
  1.7733 -
  1.7734 -# Required to use basename.
  1.7735 +  $as_echo "$as_me: error: $1" >&2
  1.7736 +  as_fn_exit $as_status
  1.7737 +} # as_fn_error
  1.7738 +
  1.7739 +
  1.7740 +# as_fn_set_status STATUS
  1.7741 +# -----------------------
  1.7742 +# Set $? to STATUS, without forking.
  1.7743 +as_fn_set_status ()
  1.7744 +{
  1.7745 +  return $1
  1.7746 +} # as_fn_set_status
  1.7747 +
  1.7748 +# as_fn_exit STATUS
  1.7749 +# -----------------
  1.7750 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  1.7751 +as_fn_exit ()
  1.7752 +{
  1.7753 +  set +e
  1.7754 +  as_fn_set_status $1
  1.7755 +  exit $1
  1.7756 +} # as_fn_exit
  1.7757 +
  1.7758 +# as_fn_unset VAR
  1.7759 +# ---------------
  1.7760 +# Portably unset VAR.
  1.7761 +as_fn_unset ()
  1.7762 +{
  1.7763 +  { eval $1=; unset $1;}
  1.7764 +}
  1.7765 +as_unset=as_fn_unset
  1.7766 +# as_fn_append VAR VALUE
  1.7767 +# ----------------------
  1.7768 +# Append the text in VALUE to the end of the definition contained in VAR. Take
  1.7769 +# advantage of any shell optimizations that allow amortized linear growth over
  1.7770 +# repeated appends, instead of the typical quadratic growth present in naive
  1.7771 +# implementations.
  1.7772 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  1.7773 +  eval 'as_fn_append ()
  1.7774 +  {
  1.7775 +    eval $1+=\$2
  1.7776 +  }'
  1.7777 +else
  1.7778 +  as_fn_append ()
  1.7779 +  {
  1.7780 +    eval $1=\$$1\$2
  1.7781 +  }
  1.7782 +fi # as_fn_append
  1.7783 +
  1.7784 +# as_fn_arith ARG...
  1.7785 +# ------------------
  1.7786 +# Perform arithmetic evaluation on the ARGs, and store the result in the
  1.7787 +# global $as_val. Take advantage of shells that can avoid forks. The arguments
  1.7788 +# must be portable across $(()) and expr.
  1.7789 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  1.7790 +  eval 'as_fn_arith ()
  1.7791 +  {
  1.7792 +    as_val=$(( $* ))
  1.7793 +  }'
  1.7794 +else
  1.7795 +  as_fn_arith ()
  1.7796 +  {
  1.7797 +    as_val=`expr "$@" || test $? -eq 1`
  1.7798 +  }
  1.7799 +fi # as_fn_arith
  1.7800 +
  1.7801 +
  1.7802  if expr a : '\(a\)' >/dev/null 2>&1 &&
  1.7803     test "X`expr 00001 : '.*\(...\)'`" = X001; then
  1.7804    as_expr=expr
  1.7805 @@ -6746,13 +5843,17 @@
  1.7806    as_basename=false
  1.7807  fi
  1.7808  
  1.7809 -
  1.7810 -# Name of the executable.
  1.7811 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  1.7812 +  as_dirname=dirname
  1.7813 +else
  1.7814 +  as_dirname=false
  1.7815 +fi
  1.7816 +
  1.7817  as_me=`$as_basename -- "$0" ||
  1.7818  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  1.7819  	 X"$0" : 'X\(//\)$' \| \
  1.7820  	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  1.7821 -echo X/"$0" |
  1.7822 +$as_echo X/"$0" |
  1.7823      sed '/^.*\/\([^/][^/]*\)\/*$/{
  1.7824  	    s//\1/
  1.7825  	    q
  1.7826 @@ -6767,624 +5868,68 @@
  1.7827  	  }
  1.7828  	  s/.*/./; q'`
  1.7829  
  1.7830 -# CDPATH.
  1.7831 -$as_unset CDPATH
  1.7832 -
  1.7833 -
  1.7834 -
  1.7835 -  as_lineno_1=$LINENO
  1.7836 -  as_lineno_2=$LINENO
  1.7837 -  test "x$as_lineno_1" != "x$as_lineno_2" &&
  1.7838 -  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  1.7839 -
  1.7840 -  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  1.7841 -  # uniformly replaced by the line number.  The first 'sed' inserts a
  1.7842 -  # line-number line after each line using $LINENO; the second 'sed'
  1.7843 -  # does the real work.  The second script uses 'N' to pair each
  1.7844 -  # line-number line with the line containing $LINENO, and appends
  1.7845 -  # trailing '-' during substitution so that $LINENO is not a special
  1.7846 -  # case at line end.
  1.7847 -  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  1.7848 -  # scripts with optimization help from Paolo Bonzini.  Blame Lee
  1.7849 -  # E. McMahon (1931-1989) for sed's syntax.  :-)
  1.7850 -  sed -n '
  1.7851 -    p
  1.7852 -    /[$]LINENO/=
  1.7853 -  ' <$as_myself |
  1.7854 -    sed '
  1.7855 -      s/[$]LINENO.*/&-/
  1.7856 -      t lineno
  1.7857 -      b
  1.7858 -      :lineno
  1.7859 -      N
  1.7860 -      :loop
  1.7861 -      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  1.7862 -      t loop
  1.7863 -      s/-\n.*//
  1.7864 -    ' >$as_me.lineno &&
  1.7865 -  chmod +x "$as_me.lineno" ||
  1.7866 -    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  1.7867 -   { (exit 1); exit 1; }; }
  1.7868 -
  1.7869 -  # Don't try to exec as it changes $[0], causing all sort of problems
  1.7870 -  # (the dirname of $[0] is not the place where we might find the
  1.7871 -  # original and so on.  Autoconf is especially sensitive to this).
  1.7872 -  . "./$as_me.lineno"
  1.7873 -  # Exit status is that of the last command.
  1.7874 -  exit
  1.7875 -}
  1.7876 -
  1.7877 -
  1.7878 -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  1.7879 -  as_dirname=dirname
  1.7880 -else
  1.7881 -  as_dirname=false
  1.7882 -fi
  1.7883 +# Avoid depending upon Character Ranges.
  1.7884 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  1.7885 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  1.7886 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  1.7887 +as_cr_digits='0123456789'
  1.7888 +as_cr_alnum=$as_cr_Letters$as_cr_digits
  1.7889  
  1.7890  ECHO_C= ECHO_N= ECHO_T=
  1.7891 -case `echo -n x` in
  1.7892 +case `echo -n x` in #(((((
  1.7893  -n*)
  1.7894 -  case `echo 'x\c'` in
  1.7895 +  case `echo 'xy\c'` in
  1.7896    *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  1.7897 -  *)   ECHO_C='\c';;
  1.7898 +  xy)  ECHO_C='\c';;
  1.7899 +  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
  1.7900 +       ECHO_T='	';;
  1.7901    esac;;
  1.7902  *)
  1.7903    ECHO_N='-n';;
  1.7904  esac
  1.7905  
  1.7906 -if expr a : '\(a\)' >/dev/null 2>&1 &&
  1.7907 -   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  1.7908 -  as_expr=expr
  1.7909 -else
  1.7910 -  as_expr=false
  1.7911 -fi
  1.7912 -
  1.7913  rm -f conf$$ conf$$.exe conf$$.file
  1.7914  if test -d conf$$.dir; then
  1.7915    rm -f conf$$.dir/conf$$.file
  1.7916  else
  1.7917    rm -f conf$$.dir
  1.7918 -  mkdir conf$$.dir
  1.7919 -fi
  1.7920 -echo >conf$$.file
  1.7921 -if ln -s conf$$.file conf$$ 2>/dev/null; then
  1.7922 -  as_ln_s='ln -s'
  1.7923 -  # ... but there are two gotchas:
  1.7924 -  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  1.7925 -  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  1.7926 -  # In both cases, we have to default to `cp -p'.
  1.7927 -  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  1.7928 +  mkdir conf$$.dir 2>/dev/null
  1.7929 +fi
  1.7930 +if (echo >conf$$.file) 2>/dev/null; then
  1.7931 +  if ln -s conf$$.file conf$$ 2>/dev/null; then
  1.7932 +    as_ln_s='ln -s'
  1.7933 +    # ... but there are two gotchas:
  1.7934 +    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  1.7935 +    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  1.7936 +    # In both cases, we have to default to `cp -p'.
  1.7937 +    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  1.7938 +      as_ln_s='cp -p'
  1.7939 +  elif ln conf$$.file conf$$ 2>/dev/null; then
  1.7940 +    as_ln_s=ln
  1.7941 +  else
  1.7942      as_ln_s='cp -p'
  1.7943 -elif ln conf$$.file conf$$ 2>/dev/null; then
  1.7944 -  as_ln_s=ln
  1.7945 +  fi
  1.7946  else
  1.7947    as_ln_s='cp -p'
  1.7948  fi
  1.7949  rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  1.7950  rmdir conf$$.dir 2>/dev/null
  1.7951  
  1.7952 -if mkdir -p . 2>/dev/null; then
  1.7953 -  as_mkdir_p=:
  1.7954 -else
  1.7955 -  test -d ./-p && rmdir ./-p
  1.7956 -  as_mkdir_p=false
  1.7957 -fi
  1.7958 -
  1.7959 -if test -x / >/dev/null 2>&1; then
  1.7960 -  as_test_x='test -x'
  1.7961 -else
  1.7962 -  if ls -dL / >/dev/null 2>&1; then
  1.7963 -    as_ls_L_option=L
  1.7964 -  else
  1.7965 -    as_ls_L_option=
  1.7966 -  fi
  1.7967 -  as_test_x='
  1.7968 -    eval sh -c '\''
  1.7969 -      if test -d "$1"; then
  1.7970 -        test -d "$1/.";
  1.7971 -      else
  1.7972 -	case $1 in
  1.7973 -        -*)set "./$1";;
  1.7974 -	esac;
  1.7975 -	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  1.7976 -	???[sx]*):;;*)false;;esac;fi
  1.7977 -    '\'' sh
  1.7978 -  '
  1.7979 -fi
  1.7980 -as_executable_p=$as_test_x
  1.7981 -
  1.7982 -# Sed expression to map a string onto a valid CPP name.
  1.7983 -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  1.7984 -
  1.7985 -# Sed expression to map a string onto a valid variable name.
  1.7986 -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  1.7987 -
  1.7988 -
  1.7989 -exec 6>&1
  1.7990 -
  1.7991 -# Save the log message, to keep $[0] and so on meaningful, and to
  1.7992 -# report actual input values of CONFIG_FILES etc. instead of their
  1.7993 -# values after options handling.
  1.7994 -ac_log="
  1.7995 -This file was extended by masqmail $as_me 0.2.21, which was
  1.7996 -generated by GNU Autoconf 2.61.  Invocation command line was
  1.7997 -
  1.7998 -  CONFIG_FILES    = $CONFIG_FILES
  1.7999 -  CONFIG_HEADERS  = $CONFIG_HEADERS
  1.8000 -  CONFIG_LINKS    = $CONFIG_LINKS
  1.8001 -  CONFIG_COMMANDS = $CONFIG_COMMANDS
  1.8002 -  $ $0 $@
  1.8003 -
  1.8004 -on `(hostname || uname -n) 2>/dev/null | sed 1q`
  1.8005 -"
  1.8006 -
  1.8007 -_ACEOF
  1.8008 -
  1.8009 -cat >>$CONFIG_STATUS <<_ACEOF
  1.8010 -# Files that config.status was made for.
  1.8011 -config_files="$ac_config_files"
  1.8012 -config_headers="$ac_config_headers"
  1.8013 -config_commands="$ac_config_commands"
  1.8014 -
  1.8015 -_ACEOF
  1.8016 -
  1.8017 -cat >>$CONFIG_STATUS <<\_ACEOF
  1.8018 -ac_cs_usage="\
  1.8019 -\`$as_me' instantiates files from templates according to the
  1.8020 -current configuration.
  1.8021 -
  1.8022 -Usage: $0 [OPTIONS] [FILE]...
  1.8023 -
  1.8024 -  -h, --help       print this help, then exit
  1.8025 -  -V, --version    print version number and configuration settings, then exit
  1.8026 -  -q, --quiet      do not print progress messages
  1.8027 -  -d, --debug      don't remove temporary files
  1.8028 -      --recheck    update $as_me by reconfiguring in the same conditions
  1.8029 -  --file=FILE[:TEMPLATE]
  1.8030 -		   instantiate the configuration file FILE
  1.8031 -  --header=FILE[:TEMPLATE]
  1.8032 -		   instantiate the configuration header FILE
  1.8033 -
  1.8034 -Configuration files:
  1.8035 -$config_files
  1.8036 -
  1.8037 -Configuration headers:
  1.8038 -$config_headers
  1.8039 -
  1.8040 -Configuration commands:
  1.8041 -$config_commands
  1.8042 -
  1.8043 -Report bugs to <bug-autoconf@gnu.org>."
  1.8044 -
  1.8045 -_ACEOF
  1.8046 -cat >>$CONFIG_STATUS <<_ACEOF
  1.8047 -ac_cs_version="\\
  1.8048 -masqmail config.status 0.2.21
  1.8049 -configured by $0, generated by GNU Autoconf 2.61,
  1.8050 -  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
  1.8051 -
  1.8052 -Copyright (C) 2006 Free Software Foundation, Inc.
  1.8053 -This config.status script is free software; the Free Software Foundation
  1.8054 -gives unlimited permission to copy, distribute and modify it."
  1.8055 -
  1.8056 -ac_pwd='$ac_pwd'
  1.8057 -srcdir='$srcdir'
  1.8058 -INSTALL='$INSTALL'
  1.8059 -_ACEOF
  1.8060 -
  1.8061 -cat >>$CONFIG_STATUS <<\_ACEOF
  1.8062 -# If no file are specified by the user, then we need to provide default
  1.8063 -# value.  By we need to know if files were specified by the user.
  1.8064 -ac_need_defaults=:
  1.8065 -while test $# != 0
  1.8066 -do
  1.8067 -  case $1 in
  1.8068 -  --*=*)
  1.8069 -    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  1.8070 -    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  1.8071 -    ac_shift=:
  1.8072 -    ;;
  1.8073 -  *)
  1.8074 -    ac_option=$1
  1.8075 -    ac_optarg=$2
  1.8076 -    ac_shift=shift
  1.8077 -    ;;
  1.8078 -  esac
  1.8079 -
  1.8080 -  case $ac_option in
  1.8081 -  # Handling of the options.
  1.8082 -  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1.8083 -    ac_cs_recheck=: ;;
  1.8084 -  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  1.8085 -    echo "$ac_cs_version"; exit ;;
  1.8086 -  --debug | --debu | --deb | --de | --d | -d )
  1.8087 -    debug=: ;;
  1.8088 -  --file | --fil | --fi | --f )
  1.8089 -    $ac_shift
  1.8090 -    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  1.8091 -    ac_need_defaults=false;;
  1.8092 -  --header | --heade | --head | --hea )
  1.8093 -    $ac_shift
  1.8094 -    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  1.8095 -    ac_need_defaults=false;;
  1.8096 -  --he | --h)
  1.8097 -    # Conflict between --help and --header
  1.8098 -    { echo "$as_me: error: ambiguous option: $1
  1.8099 -Try \`$0 --help' for more information." >&2
  1.8100 -   { (exit 1); exit 1; }; };;
  1.8101 -  --help | --hel | -h )
  1.8102 -    echo "$ac_cs_usage"; exit ;;
  1.8103 -  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.8104 -  | -silent | --silent | --silen | --sile | --sil | --si | --s)
  1.8105 -    ac_cs_silent=: ;;
  1.8106 -
  1.8107 -  # This is an error.
  1.8108 -  -*) { echo "$as_me: error: unrecognized option: $1
  1.8109 -Try \`$0 --help' for more information." >&2
  1.8110 -   { (exit 1); exit 1; }; } ;;
  1.8111 -
  1.8112 -  *) ac_config_targets="$ac_config_targets $1"
  1.8113 -     ac_need_defaults=false ;;
  1.8114 -
  1.8115 -  esac
  1.8116 -  shift
  1.8117 -done
  1.8118 -
  1.8119 -ac_configure_extra_args=
  1.8120 -
  1.8121 -if $ac_cs_silent; then
  1.8122 -  exec 6>/dev/null
  1.8123 -  ac_configure_extra_args="$ac_configure_extra_args --silent"
  1.8124 -fi
  1.8125 -
  1.8126 -_ACEOF
  1.8127 -cat >>$CONFIG_STATUS <<_ACEOF
  1.8128 -if \$ac_cs_recheck; then
  1.8129 -  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
  1.8130 -  CONFIG_SHELL=$SHELL
  1.8131 -  export CONFIG_SHELL
  1.8132 -  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  1.8133 -fi
  1.8134 -
  1.8135 -_ACEOF
  1.8136 -cat >>$CONFIG_STATUS <<\_ACEOF
  1.8137 -exec 5>>config.log
  1.8138 +
  1.8139 +# as_fn_mkdir_p
  1.8140 +# -------------
  1.8141 +# Create "$as_dir" as a directory, including parents if necessary.
  1.8142 +as_fn_mkdir_p ()
  1.8143  {
  1.8144 -  echo
  1.8145 -  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  1.8146 -## Running $as_me. ##
  1.8147 -_ASBOX
  1.8148 -  echo "$ac_log"
  1.8149 -} >&5
  1.8150 -
  1.8151 -_ACEOF
  1.8152 -cat >>$CONFIG_STATUS <<_ACEOF
  1.8153 -#
  1.8154 -# INIT-COMMANDS
  1.8155 -#
  1.8156 -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  1.8157 -
  1.8158 -_ACEOF
  1.8159 -
  1.8160 -cat >>$CONFIG_STATUS <<\_ACEOF
  1.8161 -
  1.8162 -# Handling of arguments.
  1.8163 -for ac_config_target in $ac_config_targets
  1.8164 -do
  1.8165 -  case $ac_config_target in
  1.8166 -    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  1.8167 -    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  1.8168 -    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  1.8169 -    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  1.8170 -    "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;;
  1.8171 -    "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;;
  1.8172 -    "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;;
  1.8173 -
  1.8174 -  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  1.8175 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  1.8176 -   { (exit 1); exit 1; }; };;
  1.8177 -  esac
  1.8178 -done
  1.8179 -
  1.8180 -
  1.8181 -# If the user did not use the arguments to specify the items to instantiate,
  1.8182 -# then the envvar interface is used.  Set only those that are not.
  1.8183 -# We use the long form for the default assignment because of an extremely
  1.8184 -# bizarre bug on SunOS 4.1.3.
  1.8185 -if $ac_need_defaults; then
  1.8186 -  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  1.8187 -  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  1.8188 -  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  1.8189 -fi
  1.8190 -
  1.8191 -# Have a temporary directory for convenience.  Make it in the build tree
  1.8192 -# simply because there is no reason against having it here, and in addition,
  1.8193 -# creating and moving files from /tmp can sometimes cause problems.
  1.8194 -# Hook for its removal unless debugging.
  1.8195 -# Note that there is a small window in which the directory will not be cleaned:
  1.8196 -# after its creation but before its name has been assigned to `$tmp'.
  1.8197 -$debug ||
  1.8198 -{
  1.8199 -  tmp=
  1.8200 -  trap 'exit_status=$?
  1.8201 -  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  1.8202 -' 0
  1.8203 -  trap '{ (exit 1); exit 1; }' 1 2 13 15
  1.8204 -}
  1.8205 -# Create a (secure) tmp directory for tmp files.
  1.8206 -
  1.8207 -{
  1.8208 -  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  1.8209 -  test -n "$tmp" && test -d "$tmp"
  1.8210 -}  ||
  1.8211 -{
  1.8212 -  tmp=./conf$$-$RANDOM
  1.8213 -  (umask 077 && mkdir "$tmp")
  1.8214 -} ||
  1.8215 -{
  1.8216 -   echo "$me: cannot create a temporary directory in ." >&2
  1.8217 -   { (exit 1); exit 1; }
  1.8218 -}
  1.8219 -
  1.8220 -#
  1.8221 -# Set up the sed scripts for CONFIG_FILES section.
  1.8222 -#
  1.8223 -
  1.8224 -# No need to generate the scripts if there are no CONFIG_FILES.
  1.8225 -# This happens for instance when ./config.status config.h
  1.8226 -if test -n "$CONFIG_FILES"; then
  1.8227 -
  1.8228 -_ACEOF
  1.8229 -
  1.8230 -
  1.8231 -
  1.8232 -ac_delim='%!_!# '
  1.8233 -for ac_last_try in false false false false false :; do
  1.8234 -  cat >conf$$subs.sed <<_ACEOF
  1.8235 -SHELL!$SHELL$ac_delim
  1.8236 -PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
  1.8237 -PACKAGE_NAME!$PACKAGE_NAME$ac_delim
  1.8238 -PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
  1.8239 -PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
  1.8240 -PACKAGE_STRING!$PACKAGE_STRING$ac_delim
  1.8241 -PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
  1.8242 -exec_prefix!$exec_prefix$ac_delim
  1.8243 -prefix!$prefix$ac_delim
  1.8244 -program_transform_name!$program_transform_name$ac_delim
  1.8245 -bindir!$bindir$ac_delim
  1.8246 -sbindir!$sbindir$ac_delim
  1.8247 -libexecdir!$libexecdir$ac_delim
  1.8248 -datarootdir!$datarootdir$ac_delim
  1.8249 -datadir!$datadir$ac_delim
  1.8250 -sysconfdir!$sysconfdir$ac_delim
  1.8251 -sharedstatedir!$sharedstatedir$ac_delim
  1.8252 -localstatedir!$localstatedir$ac_delim
  1.8253 -includedir!$includedir$ac_delim
  1.8254 -oldincludedir!$oldincludedir$ac_delim
  1.8255 -docdir!$docdir$ac_delim
  1.8256 -infodir!$infodir$ac_delim
  1.8257 -htmldir!$htmldir$ac_delim
  1.8258 -dvidir!$dvidir$ac_delim
  1.8259 -pdfdir!$pdfdir$ac_delim
  1.8260 -psdir!$psdir$ac_delim
  1.8261 -libdir!$libdir$ac_delim
  1.8262 -localedir!$localedir$ac_delim
  1.8263 -mandir!$mandir$ac_delim
  1.8264 -DEFS!$DEFS$ac_delim
  1.8265 -ECHO_C!$ECHO_C$ac_delim
  1.8266 -ECHO_N!$ECHO_N$ac_delim
  1.8267 -ECHO_T!$ECHO_T$ac_delim
  1.8268 -LIBS!$LIBS$ac_delim
  1.8269 -build_alias!$build_alias$ac_delim
  1.8270 -host_alias!$host_alias$ac_delim
  1.8271 -target_alias!$target_alias$ac_delim
  1.8272 -INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
  1.8273 -INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
  1.8274 -INSTALL_DATA!$INSTALL_DATA$ac_delim
  1.8275 -CYGPATH_W!$CYGPATH_W$ac_delim
  1.8276 -PACKAGE!$PACKAGE$ac_delim
  1.8277 -VERSION!$VERSION$ac_delim
  1.8278 -ACLOCAL!$ACLOCAL$ac_delim
  1.8279 -AUTOCONF!$AUTOCONF$ac_delim
  1.8280 -AUTOMAKE!$AUTOMAKE$ac_delim
  1.8281 -AUTOHEADER!$AUTOHEADER$ac_delim
  1.8282 -MAKEINFO!$MAKEINFO$ac_delim
  1.8283 -AMTAR!$AMTAR$ac_delim
  1.8284 -install_sh!$install_sh$ac_delim
  1.8285 -STRIP!$STRIP$ac_delim
  1.8286 -INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
  1.8287 -AWK!$AWK$ac_delim
  1.8288 -SET_MAKE!$SET_MAKE$ac_delim
  1.8289 -am__leading_dot!$am__leading_dot$ac_delim
  1.8290 -CC!$CC$ac_delim
  1.8291 -CFLAGS!$CFLAGS$ac_delim
  1.8292 -LDFLAGS!$LDFLAGS$ac_delim
  1.8293 -CPPFLAGS!$CPPFLAGS$ac_delim
  1.8294 -ac_ct_CC!$ac_ct_CC$ac_delim
  1.8295 -EXEEXT!$EXEEXT$ac_delim
  1.8296 -OBJEXT!$OBJEXT$ac_delim
  1.8297 -DEPDIR!$DEPDIR$ac_delim
  1.8298 -am__include!$am__include$ac_delim
  1.8299 -am__quote!$am__quote$ac_delim
  1.8300 -AMDEP_TRUE!$AMDEP_TRUE$ac_delim
  1.8301 -AMDEP_FALSE!$AMDEP_FALSE$ac_delim
  1.8302 -AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
  1.8303 -CCDEPMODE!$CCDEPMODE$ac_delim
  1.8304 -am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
  1.8305 -am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
  1.8306 -CPP!$CPP$ac_delim
  1.8307 -GREP!$GREP$ac_delim
  1.8308 -EGREP!$EGREP$ac_delim
  1.8309 -RANLIB!$RANLIB$ac_delim
  1.8310 -PKG_CONFIG!$PKG_CONFIG$ac_delim
  1.8311 -GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim
  1.8312 -GLIB_LIBS!$GLIB_LIBS$ac_delim
  1.8313 -RESOLV_LIBS!$RESOLV_LIBS$ac_delim
  1.8314 -with_user!$with_user$ac_delim
  1.8315 -with_group!$with_group$ac_delim
  1.8316 -BASE64_LIBS!$BASE64_LIBS$ac_delim
  1.8317 -MD5_LIBS!$MD5_LIBS$ac_delim
  1.8318 -has_ident!$has_ident$ac_delim
  1.8319 -IDENT_LIBS!$IDENT_LIBS$ac_delim
  1.8320 -LOCKFILE_LIBS!$LOCKFILE_LIBS$ac_delim
  1.8321 -USE_LIBLOCKFILE!$USE_LIBLOCKFILE$ac_delim
  1.8322 -with_logdir!$with_logdir$ac_delim
  1.8323 -with_spooldir!$with_spooldir$ac_delim
  1.8324 -with_confdir!$with_confdir$ac_delim
  1.8325 -LIBOBJS!$LIBOBJS$ac_delim
  1.8326 -LTLIBOBJS!$LTLIBOBJS$ac_delim
  1.8327 -_ACEOF
  1.8328 -
  1.8329 -  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then
  1.8330 -    break
  1.8331 -  elif $ac_last_try; then
  1.8332 -    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
  1.8333 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
  1.8334 -   { (exit 1); exit 1; }; }
  1.8335 -  else
  1.8336 -    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  1.8337 -  fi
  1.8338 -done
  1.8339 -
  1.8340 -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
  1.8341 -if test -n "$ac_eof"; then
  1.8342 -  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
  1.8343 -  ac_eof=`expr $ac_eof + 1`
  1.8344 -fi
  1.8345 -
  1.8346 -cat >>$CONFIG_STATUS <<_ACEOF
  1.8347 -cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
  1.8348 -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
  1.8349 -_ACEOF
  1.8350 -sed '
  1.8351 -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
  1.8352 -s/^/s,@/; s/!/@,|#_!!_#|/
  1.8353 -:n
  1.8354 -t n
  1.8355 -s/'"$ac_delim"'$/,g/; t
  1.8356 -s/$/\\/; p
  1.8357 -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
  1.8358 -' >>$CONFIG_STATUS <conf$$subs.sed
  1.8359 -rm -f conf$$subs.sed
  1.8360 -cat >>$CONFIG_STATUS <<_ACEOF
  1.8361 -:end
  1.8362 -s/|#_!!_#|//g
  1.8363 -CEOF$ac_eof
  1.8364 -_ACEOF
  1.8365 -
  1.8366 -
  1.8367 -# VPATH may cause trouble with some makes, so we remove $(srcdir),
  1.8368 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  1.8369 -# trailing colons and then remove the whole line if VPATH becomes empty
  1.8370 -# (actually we leave an empty line to preserve line numbers).
  1.8371 -if test "x$srcdir" = x.; then
  1.8372 -  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
  1.8373 -s/:*\$(srcdir):*/:/
  1.8374 -s/:*\${srcdir}:*/:/
  1.8375 -s/:*@srcdir@:*/:/
  1.8376 -s/^\([^=]*=[	 ]*\):*/\1/
  1.8377 -s/:*$//
  1.8378 -s/^[^=]*=[	 ]*$//
  1.8379 -}'
  1.8380 -fi
  1.8381 -
  1.8382 -cat >>$CONFIG_STATUS <<\_ACEOF
  1.8383 -fi # test -n "$CONFIG_FILES"
  1.8384 -
  1.8385 -
  1.8386 -for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
  1.8387 -do
  1.8388 -  case $ac_tag in
  1.8389 -  :[FHLC]) ac_mode=$ac_tag; continue;;
  1.8390 -  esac
  1.8391 -  case $ac_mode$ac_tag in
  1.8392 -  :[FHL]*:*);;
  1.8393 -  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
  1.8394 -echo "$as_me: error: Invalid tag $ac_tag." >&2;}
  1.8395 -   { (exit 1); exit 1; }; };;
  1.8396 -  :[FH]-) ac_tag=-:-;;
  1.8397 -  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  1.8398 -  esac
  1.8399 -  ac_save_IFS=$IFS
  1.8400 -  IFS=:
  1.8401 -  set x $ac_tag
  1.8402 -  IFS=$ac_save_IFS
  1.8403 -  shift
  1.8404 -  ac_file=$1
  1.8405 -  shift
  1.8406 -
  1.8407 -  case $ac_mode in
  1.8408 -  :L) ac_source=$1;;
  1.8409 -  :[FH])
  1.8410 -    ac_file_inputs=
  1.8411 -    for ac_f
  1.8412 -    do
  1.8413 -      case $ac_f in
  1.8414 -      -) ac_f="$tmp/stdin";;
  1.8415 -      *) # Look for the file first in the build tree, then in the source tree
  1.8416 -	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  1.8417 -	 # because $ac_f cannot contain `:'.
  1.8418 -	 test -f "$ac_f" ||
  1.8419 -	   case $ac_f in
  1.8420 -	   [\\/$]*) false;;
  1.8421 -	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  1.8422 -	   esac ||
  1.8423 -	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
  1.8424 -echo "$as_me: error: cannot find input file: $ac_f" >&2;}
  1.8425 -   { (exit 1); exit 1; }; };;
  1.8426 -      esac
  1.8427 -      ac_file_inputs="$ac_file_inputs $ac_f"
  1.8428 -    done
  1.8429 -
  1.8430 -    # Let's still pretend it is `configure' which instantiates (i.e., don't
  1.8431 -    # use $as_me), people would be surprised to read:
  1.8432 -    #    /* config.h.  Generated by config.status.  */
  1.8433 -    configure_input="Generated from "`IFS=:
  1.8434 -	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
  1.8435 -    if test x"$ac_file" != x-; then
  1.8436 -      configure_input="$ac_file.  $configure_input"
  1.8437 -      { echo "$as_me:$LINENO: creating $ac_file" >&5
  1.8438 -echo "$as_me: creating $ac_file" >&6;}
  1.8439 -    fi
  1.8440 -
  1.8441 -    case $ac_tag in
  1.8442 -    *:-:* | *:-) cat >"$tmp/stdin";;
  1.8443 -    esac
  1.8444 -    ;;
  1.8445 -  esac
  1.8446 -
  1.8447 -  ac_dir=`$as_dirname -- "$ac_file" ||
  1.8448 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.8449 -	 X"$ac_file" : 'X\(//\)[^/]' \| \
  1.8450 -	 X"$ac_file" : 'X\(//\)$' \| \
  1.8451 -	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  1.8452 -echo X"$ac_file" |
  1.8453 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.8454 -	    s//\1/
  1.8455 -	    q
  1.8456 -	  }
  1.8457 -	  /^X\(\/\/\)[^/].*/{
  1.8458 -	    s//\1/
  1.8459 -	    q
  1.8460 -	  }
  1.8461 -	  /^X\(\/\/\)$/{
  1.8462 -	    s//\1/
  1.8463 -	    q
  1.8464 -	  }
  1.8465 -	  /^X\(\/\).*/{
  1.8466 -	    s//\1/
  1.8467 -	    q
  1.8468 -	  }
  1.8469 -	  s/.*/./; q'`
  1.8470 -  { as_dir="$ac_dir"
  1.8471 +
  1.8472    case $as_dir in #(
  1.8473    -*) as_dir=./$as_dir;;
  1.8474    esac
  1.8475 -  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
  1.8476 +  test -d "$as_dir" || eval $as_mkdir_p || {
  1.8477      as_dirs=
  1.8478      while :; do
  1.8479        case $as_dir in #(
  1.8480 -      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
  1.8481 +      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  1.8482        *) as_qdir=$as_dir;;
  1.8483        esac
  1.8484        as_dirs="'$as_qdir' $as_dirs"
  1.8485 @@ -7393,7 +5938,7 @@
  1.8486  	 X"$as_dir" : 'X\(//\)[^/]' \| \
  1.8487  	 X"$as_dir" : 'X\(//\)$' \| \
  1.8488  	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  1.8489 -echo X"$as_dir" |
  1.8490 +$as_echo X"$as_dir" |
  1.8491      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.8492  	    s//\1/
  1.8493  	    q
  1.8494 @@ -7414,17 +5959,656 @@
  1.8495        test -d "$as_dir" && break
  1.8496      done
  1.8497      test -z "$as_dirs" || eval "mkdir $as_dirs"
  1.8498 -  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
  1.8499 -echo "$as_me: error: cannot create directory $as_dir" >&2;}
  1.8500 -   { (exit 1); exit 1; }; }; }
  1.8501 +  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
  1.8502 +
  1.8503 +
  1.8504 +} # as_fn_mkdir_p
  1.8505 +if mkdir -p . 2>/dev/null; then
  1.8506 +  as_mkdir_p='mkdir -p "$as_dir"'
  1.8507 +else
  1.8508 +  test -d ./-p && rmdir ./-p
  1.8509 +  as_mkdir_p=false
  1.8510 +fi
  1.8511 +
  1.8512 +if test -x / >/dev/null 2>&1; then
  1.8513 +  as_test_x='test -x'
  1.8514 +else
  1.8515 +  if ls -dL / >/dev/null 2>&1; then
  1.8516 +    as_ls_L_option=L
  1.8517 +  else
  1.8518 +    as_ls_L_option=
  1.8519 +  fi
  1.8520 +  as_test_x='
  1.8521 +    eval sh -c '\''
  1.8522 +      if test -d "$1"; then
  1.8523 +	test -d "$1/.";
  1.8524 +      else
  1.8525 +	case $1 in #(
  1.8526 +	-*)set "./$1";;
  1.8527 +	esac;
  1.8528 +	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  1.8529 +	???[sx]*):;;*)false;;esac;fi
  1.8530 +    '\'' sh
  1.8531 +  '
  1.8532 +fi
  1.8533 +as_executable_p=$as_test_x
  1.8534 +
  1.8535 +# Sed expression to map a string onto a valid CPP name.
  1.8536 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  1.8537 +
  1.8538 +# Sed expression to map a string onto a valid variable name.
  1.8539 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  1.8540 +
  1.8541 +
  1.8542 +exec 6>&1
  1.8543 +## ----------------------------------- ##
  1.8544 +## Main body of $CONFIG_STATUS script. ##
  1.8545 +## ----------------------------------- ##
  1.8546 +_ASEOF
  1.8547 +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
  1.8548 +
  1.8549 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.8550 +# Save the log message, to keep $0 and so on meaningful, and to
  1.8551 +# report actual input values of CONFIG_FILES etc. instead of their
  1.8552 +# values after options handling.
  1.8553 +ac_log="
  1.8554 +This file was extended by masqmail $as_me 0.2.21, which was
  1.8555 +generated by GNU Autoconf 2.65.  Invocation command line was
  1.8556 +
  1.8557 +  CONFIG_FILES    = $CONFIG_FILES
  1.8558 +  CONFIG_HEADERS  = $CONFIG_HEADERS
  1.8559 +  CONFIG_LINKS    = $CONFIG_LINKS
  1.8560 +  CONFIG_COMMANDS = $CONFIG_COMMANDS
  1.8561 +  $ $0 $@
  1.8562 +
  1.8563 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
  1.8564 +"
  1.8565 +
  1.8566 +_ACEOF
  1.8567 +
  1.8568 +case $ac_config_files in *"
  1.8569 +"*) set x $ac_config_files; shift; ac_config_files=$*;;
  1.8570 +esac
  1.8571 +
  1.8572 +case $ac_config_headers in *"
  1.8573 +"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
  1.8574 +esac
  1.8575 +
  1.8576 +
  1.8577 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.8578 +# Files that config.status was made for.
  1.8579 +config_files="$ac_config_files"
  1.8580 +config_headers="$ac_config_headers"
  1.8581 +config_commands="$ac_config_commands"
  1.8582 +
  1.8583 +_ACEOF
  1.8584 +
  1.8585 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.8586 +ac_cs_usage="\
  1.8587 +\`$as_me' instantiates files and other configuration actions
  1.8588 +from templates according to the current configuration.  Unless the files
  1.8589 +and actions are specified as TAGs, all are instantiated by default.
  1.8590 +
  1.8591 +Usage: $0 [OPTION]... [TAG]...
  1.8592 +
  1.8593 +  -h, --help       print this help, then exit
  1.8594 +  -V, --version    print version number and configuration settings, then exit
  1.8595 +      --config     print configuration, then exit
  1.8596 +  -q, --quiet, --silent
  1.8597 +                   do not print progress messages
  1.8598 +  -d, --debug      don't remove temporary files
  1.8599 +      --recheck    update $as_me by reconfiguring in the same conditions
  1.8600 +      --file=FILE[:TEMPLATE]
  1.8601 +                   instantiate the configuration file FILE
  1.8602 +      --header=FILE[:TEMPLATE]
  1.8603 +                   instantiate the configuration header FILE
  1.8604 +
  1.8605 +Configuration files:
  1.8606 +$config_files
  1.8607 +
  1.8608 +Configuration headers:
  1.8609 +$config_headers
  1.8610 +
  1.8611 +Configuration commands:
  1.8612 +$config_commands
  1.8613 +
  1.8614 +Report bugs to <meillo@marmaro.de>."
  1.8615 +
  1.8616 +_ACEOF
  1.8617 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.8618 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
  1.8619 +ac_cs_version="\\
  1.8620 +masqmail config.status 0.2.21
  1.8621 +configured by $0, generated by GNU Autoconf 2.65,
  1.8622 +  with options \\"\$ac_cs_config\\"
  1.8623 +
  1.8624 +Copyright (C) 2009 Free Software Foundation, Inc.
  1.8625 +This config.status script is free software; the Free Software Foundation
  1.8626 +gives unlimited permission to copy, distribute and modify it."
  1.8627 +
  1.8628 +ac_pwd='$ac_pwd'
  1.8629 +srcdir='$srcdir'
  1.8630 +INSTALL='$INSTALL'
  1.8631 +MKDIR_P='$MKDIR_P'
  1.8632 +AWK='$AWK'
  1.8633 +test -n "\$AWK" || AWK=awk
  1.8634 +_ACEOF
  1.8635 +
  1.8636 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.8637 +# The default lists apply if the user does not specify any file.
  1.8638 +ac_need_defaults=:
  1.8639 +while test $# != 0
  1.8640 +do
  1.8641 +  case $1 in
  1.8642 +  --*=*)
  1.8643 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  1.8644 +    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  1.8645 +    ac_shift=:
  1.8646 +    ;;
  1.8647 +  *)
  1.8648 +    ac_option=$1
  1.8649 +    ac_optarg=$2
  1.8650 +    ac_shift=shift
  1.8651 +    ;;
  1.8652 +  esac
  1.8653 +
  1.8654 +  case $ac_option in
  1.8655 +  # Handling of the options.
  1.8656 +  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1.8657 +    ac_cs_recheck=: ;;
  1.8658 +  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  1.8659 +    $as_echo "$ac_cs_version"; exit ;;
  1.8660 +  --config | --confi | --conf | --con | --co | --c )
  1.8661 +    $as_echo "$ac_cs_config"; exit ;;
  1.8662 +  --debug | --debu | --deb | --de | --d | -d )
  1.8663 +    debug=: ;;
  1.8664 +  --file | --fil | --fi | --f )
  1.8665 +    $ac_shift
  1.8666 +    case $ac_optarg in
  1.8667 +    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.8668 +    esac
  1.8669 +    as_fn_append CONFIG_FILES " '$ac_optarg'"
  1.8670 +    ac_need_defaults=false;;
  1.8671 +  --header | --heade | --head | --hea )
  1.8672 +    $ac_shift
  1.8673 +    case $ac_optarg in
  1.8674 +    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.8675 +    esac
  1.8676 +    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
  1.8677 +    ac_need_defaults=false;;
  1.8678 +  --he | --h)
  1.8679 +    # Conflict between --help and --header
  1.8680 +    as_fn_error "ambiguous option: \`$1'
  1.8681 +Try \`$0 --help' for more information.";;
  1.8682 +  --help | --hel | -h )
  1.8683 +    $as_echo "$ac_cs_usage"; exit ;;
  1.8684 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.8685 +  | -silent | --silent | --silen | --sile | --sil | --si | --s)
  1.8686 +    ac_cs_silent=: ;;
  1.8687 +
  1.8688 +  # This is an error.
  1.8689 +  -*) as_fn_error "unrecognized option: \`$1'
  1.8690 +Try \`$0 --help' for more information." ;;
  1.8691 +
  1.8692 +  *) as_fn_append ac_config_targets " $1"
  1.8693 +     ac_need_defaults=false ;;
  1.8694 +
  1.8695 +  esac
  1.8696 +  shift
  1.8697 +done
  1.8698 +
  1.8699 +ac_configure_extra_args=
  1.8700 +
  1.8701 +if $ac_cs_silent; then
  1.8702 +  exec 6>/dev/null
  1.8703 +  ac_configure_extra_args="$ac_configure_extra_args --silent"
  1.8704 +fi
  1.8705 +
  1.8706 +_ACEOF
  1.8707 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.8708 +if \$ac_cs_recheck; then
  1.8709 +  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  1.8710 +  shift
  1.8711 +  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
  1.8712 +  CONFIG_SHELL='$SHELL'
  1.8713 +  export CONFIG_SHELL
  1.8714 +  exec "\$@"
  1.8715 +fi
  1.8716 +
  1.8717 +_ACEOF
  1.8718 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.8719 +exec 5>>config.log
  1.8720 +{
  1.8721 +  echo
  1.8722 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  1.8723 +## Running $as_me. ##
  1.8724 +_ASBOX
  1.8725 +  $as_echo "$ac_log"
  1.8726 +} >&5
  1.8727 +
  1.8728 +_ACEOF
  1.8729 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.8730 +#
  1.8731 +# INIT-COMMANDS
  1.8732 +#
  1.8733 +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  1.8734 +
  1.8735 +_ACEOF
  1.8736 +
  1.8737 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.8738 +
  1.8739 +# Handling of arguments.
  1.8740 +for ac_config_target in $ac_config_targets
  1.8741 +do
  1.8742 +  case $ac_config_target in
  1.8743 +    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  1.8744 +    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  1.8745 +    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  1.8746 +    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  1.8747 +    "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;;
  1.8748 +    "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;;
  1.8749 +    "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;;
  1.8750 +
  1.8751 +  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  1.8752 +  esac
  1.8753 +done
  1.8754 +
  1.8755 +
  1.8756 +# If the user did not use the arguments to specify the items to instantiate,
  1.8757 +# then the envvar interface is used.  Set only those that are not.
  1.8758 +# We use the long form for the default assignment because of an extremely
  1.8759 +# bizarre bug on SunOS 4.1.3.
  1.8760 +if $ac_need_defaults; then
  1.8761 +  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  1.8762 +  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  1.8763 +  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  1.8764 +fi
  1.8765 +
  1.8766 +# Have a temporary directory for convenience.  Make it in the build tree
  1.8767 +# simply because there is no reason against having it here, and in addition,
  1.8768 +# creating and moving files from /tmp can sometimes cause problems.
  1.8769 +# Hook for its removal unless debugging.
  1.8770 +# Note that there is a small window in which the directory will not be cleaned:
  1.8771 +# after its creation but before its name has been assigned to `$tmp'.
  1.8772 +$debug ||
  1.8773 +{
  1.8774 +  tmp=
  1.8775 +  trap 'exit_status=$?
  1.8776 +  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  1.8777 +' 0
  1.8778 +  trap 'as_fn_exit 1' 1 2 13 15
  1.8779 +}
  1.8780 +# Create a (secure) tmp directory for tmp files.
  1.8781 +
  1.8782 +{
  1.8783 +  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  1.8784 +  test -n "$tmp" && test -d "$tmp"
  1.8785 +}  ||
  1.8786 +{
  1.8787 +  tmp=./conf$$-$RANDOM
  1.8788 +  (umask 077 && mkdir "$tmp")
  1.8789 +} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
  1.8790 +
  1.8791 +# Set up the scripts for CONFIG_FILES section.
  1.8792 +# No need to generate them if there are no CONFIG_FILES.
  1.8793 +# This happens for instance with `./config.status config.h'.
  1.8794 +if test -n "$CONFIG_FILES"; then
  1.8795 +
  1.8796 +
  1.8797 +ac_cr=`echo X | tr X '\015'`
  1.8798 +# On cygwin, bash can eat \r inside `` if the user requested igncr.
  1.8799 +# But we know of no other shell where ac_cr would be empty at this
  1.8800 +# point, so we can use a bashism as a fallback.
  1.8801 +if test "x$ac_cr" = x; then
  1.8802 +  eval ac_cr=\$\'\\r\'
  1.8803 +fi
  1.8804 +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  1.8805 +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  1.8806 +  ac_cs_awk_cr='\r'
  1.8807 +else
  1.8808 +  ac_cs_awk_cr=$ac_cr
  1.8809 +fi
  1.8810 +
  1.8811 +echo 'BEGIN {' >"$tmp/subs1.awk" &&
  1.8812 +_ACEOF
  1.8813 +
  1.8814 +
  1.8815 +{
  1.8816 +  echo "cat >conf$$subs.awk <<_ACEOF" &&
  1.8817 +  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  1.8818 +  echo "_ACEOF"
  1.8819 +} >conf$$subs.sh ||
  1.8820 +  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  1.8821 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
  1.8822 +ac_delim='%!_!# '
  1.8823 +for ac_last_try in false false false false false :; do
  1.8824 +  . ./conf$$subs.sh ||
  1.8825 +    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  1.8826 +
  1.8827 +  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  1.8828 +  if test $ac_delim_n = $ac_delim_num; then
  1.8829 +    break
  1.8830 +  elif $ac_last_try; then
  1.8831 +    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  1.8832 +  else
  1.8833 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  1.8834 +  fi
  1.8835 +done
  1.8836 +rm -f conf$$subs.sh
  1.8837 +
  1.8838 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.8839 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
  1.8840 +_ACEOF
  1.8841 +sed -n '
  1.8842 +h
  1.8843 +s/^/S["/; s/!.*/"]=/
  1.8844 +p
  1.8845 +g
  1.8846 +s/^[^!]*!//
  1.8847 +:repl
  1.8848 +t repl
  1.8849 +s/'"$ac_delim"'$//
  1.8850 +t delim
  1.8851 +:nl
  1.8852 +h
  1.8853 +s/\(.\{148\}\)..*/\1/
  1.8854 +t more1
  1.8855 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
  1.8856 +p
  1.8857 +n
  1.8858 +b repl
  1.8859 +:more1
  1.8860 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
  1.8861 +p
  1.8862 +g
  1.8863 +s/.\{148\}//
  1.8864 +t nl
  1.8865 +:delim
  1.8866 +h
  1.8867 +s/\(.\{148\}\)..*/\1/
  1.8868 +t more2
  1.8869 +s/["\\]/\\&/g; s/^/"/; s/$/"/
  1.8870 +p
  1.8871 +b
  1.8872 +:more2
  1.8873 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
  1.8874 +p
  1.8875 +g
  1.8876 +s/.\{148\}//
  1.8877 +t delim
  1.8878 +' <conf$$subs.awk | sed '
  1.8879 +/^[^""]/{
  1.8880 +  N
  1.8881 +  s/\n//
  1.8882 +}
  1.8883 +' >>$CONFIG_STATUS || ac_write_fail=1
  1.8884 +rm -f conf$$subs.awk
  1.8885 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.8886 +_ACAWK
  1.8887 +cat >>"\$tmp/subs1.awk" <<_ACAWK &&
  1.8888 +  for (key in S) S_is_set[key] = 1
  1.8889 +  FS = ""
  1.8890 +
  1.8891 +}
  1.8892 +{
  1.8893 +  line = $ 0
  1.8894 +  nfields = split(line, field, "@")
  1.8895 +  substed = 0
  1.8896 +  len = length(field[1])
  1.8897 +  for (i = 2; i < nfields; i++) {
  1.8898 +    key = field[i]
  1.8899 +    keylen = length(key)
  1.8900 +    if (S_is_set[key]) {
  1.8901 +      value = S[key]
  1.8902 +      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  1.8903 +      len += length(value) + length(field[++i])
  1.8904 +      substed = 1
  1.8905 +    } else
  1.8906 +      len += 1 + keylen
  1.8907 +  }
  1.8908 +
  1.8909 +  print line
  1.8910 +}
  1.8911 +
  1.8912 +_ACAWK
  1.8913 +_ACEOF
  1.8914 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.8915 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  1.8916 +  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  1.8917 +else
  1.8918 +  cat
  1.8919 +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
  1.8920 +  || as_fn_error "could not setup config files machinery" "$LINENO" 5
  1.8921 +_ACEOF
  1.8922 +
  1.8923 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
  1.8924 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  1.8925 +# trailing colons and then remove the whole line if VPATH becomes empty
  1.8926 +# (actually we leave an empty line to preserve line numbers).
  1.8927 +if test "x$srcdir" = x.; then
  1.8928 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
  1.8929 +s/:*\$(srcdir):*/:/
  1.8930 +s/:*\${srcdir}:*/:/
  1.8931 +s/:*@srcdir@:*/:/
  1.8932 +s/^\([^=]*=[	 ]*\):*/\1/
  1.8933 +s/:*$//
  1.8934 +s/^[^=]*=[	 ]*$//
  1.8935 +}'
  1.8936 +fi
  1.8937 +
  1.8938 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.8939 +fi # test -n "$CONFIG_FILES"
  1.8940 +
  1.8941 +# Set up the scripts for CONFIG_HEADERS section.
  1.8942 +# No need to generate them if there are no CONFIG_HEADERS.
  1.8943 +# This happens for instance with `./config.status Makefile'.
  1.8944 +if test -n "$CONFIG_HEADERS"; then
  1.8945 +cat >"$tmp/defines.awk" <<\_ACAWK ||
  1.8946 +BEGIN {
  1.8947 +_ACEOF
  1.8948 +
  1.8949 +# Transform confdefs.h into an awk script `defines.awk', embedded as
  1.8950 +# here-document in config.status, that substitutes the proper values into
  1.8951 +# config.h.in to produce config.h.
  1.8952 +
  1.8953 +# Create a delimiter string that does not exist in confdefs.h, to ease
  1.8954 +# handling of long lines.
  1.8955 +ac_delim='%!_!# '
  1.8956 +for ac_last_try in false false :; do
  1.8957 +  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
  1.8958 +  if test -z "$ac_t"; then
  1.8959 +    break
  1.8960 +  elif $ac_last_try; then
  1.8961 +    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
  1.8962 +  else
  1.8963 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  1.8964 +  fi
  1.8965 +done
  1.8966 +
  1.8967 +# For the awk script, D is an array of macro values keyed by name,
  1.8968 +# likewise P contains macro parameters if any.  Preserve backslash
  1.8969 +# newline sequences.
  1.8970 +
  1.8971 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
  1.8972 +sed -n '
  1.8973 +s/.\{148\}/&'"$ac_delim"'/g
  1.8974 +t rset
  1.8975 +:rset
  1.8976 +s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
  1.8977 +t def
  1.8978 +d
  1.8979 +:def
  1.8980 +s/\\$//
  1.8981 +t bsnl
  1.8982 +s/["\\]/\\&/g
  1.8983 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
  1.8984 +D["\1"]=" \3"/p
  1.8985 +s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
  1.8986 +d
  1.8987 +:bsnl
  1.8988 +s/["\\]/\\&/g
  1.8989 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
  1.8990 +D["\1"]=" \3\\\\\\n"\\/p
  1.8991 +t cont
  1.8992 +s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
  1.8993 +t cont
  1.8994 +d
  1.8995 +:cont
  1.8996 +n
  1.8997 +s/.\{148\}/&'"$ac_delim"'/g
  1.8998 +t clear
  1.8999 +:clear
  1.9000 +s/\\$//
  1.9001 +t bsnlc
  1.9002 +s/["\\]/\\&/g; s/^/"/; s/$/"/p
  1.9003 +d
  1.9004 +:bsnlc
  1.9005 +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
  1.9006 +b cont
  1.9007 +' <confdefs.h | sed '
  1.9008 +s/'"$ac_delim"'/"\\\
  1.9009 +"/g' >>$CONFIG_STATUS || ac_write_fail=1
  1.9010 +
  1.9011 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.9012 +  for (key in D) D_is_set[key] = 1
  1.9013 +  FS = ""
  1.9014 +}
  1.9015 +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
  1.9016 +  line = \$ 0
  1.9017 +  split(line, arg, " ")
  1.9018 +  if (arg[1] == "#") {
  1.9019 +    defundef = arg[2]
  1.9020 +    mac1 = arg[3]
  1.9021 +  } else {
  1.9022 +    defundef = substr(arg[1], 2)
  1.9023 +    mac1 = arg[2]
  1.9024 +  }
  1.9025 +  split(mac1, mac2, "(") #)
  1.9026 +  macro = mac2[1]
  1.9027 +  prefix = substr(line, 1, index(line, defundef) - 1)
  1.9028 +  if (D_is_set[macro]) {
  1.9029 +    # Preserve the white space surrounding the "#".
  1.9030 +    print prefix "define", macro P[macro] D[macro]
  1.9031 +    next
  1.9032 +  } else {
  1.9033 +    # Replace #undef with comments.  This is necessary, for example,
  1.9034 +    # in the case of _POSIX_SOURCE, which is predefined and required
  1.9035 +    # on some systems where configure will not decide to define it.
  1.9036 +    if (defundef == "undef") {
  1.9037 +      print "/*", prefix defundef, macro, "*/"
  1.9038 +      next
  1.9039 +    }
  1.9040 +  }
  1.9041 +}
  1.9042 +{ print }
  1.9043 +_ACAWK
  1.9044 +_ACEOF
  1.9045 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.9046 +  as_fn_error "could not setup config headers machinery" "$LINENO" 5
  1.9047 +fi # test -n "$CONFIG_HEADERS"
  1.9048 +
  1.9049 +
  1.9050 +eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
  1.9051 +shift
  1.9052 +for ac_tag
  1.9053 +do
  1.9054 +  case $ac_tag in
  1.9055 +  :[FHLC]) ac_mode=$ac_tag; continue;;
  1.9056 +  esac
  1.9057 +  case $ac_mode$ac_tag in
  1.9058 +  :[FHL]*:*);;
  1.9059 +  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
  1.9060 +  :[FH]-) ac_tag=-:-;;
  1.9061 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  1.9062 +  esac
  1.9063 +  ac_save_IFS=$IFS
  1.9064 +  IFS=:
  1.9065 +  set x $ac_tag
  1.9066 +  IFS=$ac_save_IFS
  1.9067 +  shift
  1.9068 +  ac_file=$1
  1.9069 +  shift
  1.9070 +
  1.9071 +  case $ac_mode in
  1.9072 +  :L) ac_source=$1;;
  1.9073 +  :[FH])
  1.9074 +    ac_file_inputs=
  1.9075 +    for ac_f
  1.9076 +    do
  1.9077 +      case $ac_f in
  1.9078 +      -) ac_f="$tmp/stdin";;
  1.9079 +      *) # Look for the file first in the build tree, then in the source tree
  1.9080 +	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  1.9081 +	 # because $ac_f cannot contain `:'.
  1.9082 +	 test -f "$ac_f" ||
  1.9083 +	   case $ac_f in
  1.9084 +	   [\\/$]*) false;;
  1.9085 +	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  1.9086 +	   esac ||
  1.9087 +	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  1.9088 +      esac
  1.9089 +      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  1.9090 +      as_fn_append ac_file_inputs " '$ac_f'"
  1.9091 +    done
  1.9092 +
  1.9093 +    # Let's still pretend it is `configure' which instantiates (i.e., don't
  1.9094 +    # use $as_me), people would be surprised to read:
  1.9095 +    #    /* config.h.  Generated by config.status.  */
  1.9096 +    configure_input='Generated from '`
  1.9097 +	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  1.9098 +	`' by configure.'
  1.9099 +    if test x"$ac_file" != x-; then
  1.9100 +      configure_input="$ac_file.  $configure_input"
  1.9101 +      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  1.9102 +$as_echo "$as_me: creating $ac_file" >&6;}
  1.9103 +    fi
  1.9104 +    # Neutralize special characters interpreted by sed in replacement strings.
  1.9105 +    case $configure_input in #(
  1.9106 +    *\&* | *\|* | *\\* )
  1.9107 +       ac_sed_conf_input=`$as_echo "$configure_input" |
  1.9108 +       sed 's/[\\\\&|]/\\\\&/g'`;; #(
  1.9109 +    *) ac_sed_conf_input=$configure_input;;
  1.9110 +    esac
  1.9111 +
  1.9112 +    case $ac_tag in
  1.9113 +    *:-:* | *:-) cat >"$tmp/stdin" \
  1.9114 +      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
  1.9115 +    esac
  1.9116 +    ;;
  1.9117 +  esac
  1.9118 +
  1.9119 +  ac_dir=`$as_dirname -- "$ac_file" ||
  1.9120 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.9121 +	 X"$ac_file" : 'X\(//\)[^/]' \| \
  1.9122 +	 X"$ac_file" : 'X\(//\)$' \| \
  1.9123 +	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  1.9124 +$as_echo X"$ac_file" |
  1.9125 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.9126 +	    s//\1/
  1.9127 +	    q
  1.9128 +	  }
  1.9129 +	  /^X\(\/\/\)[^/].*/{
  1.9130 +	    s//\1/
  1.9131 +	    q
  1.9132 +	  }
  1.9133 +	  /^X\(\/\/\)$/{
  1.9134 +	    s//\1/
  1.9135 +	    q
  1.9136 +	  }
  1.9137 +	  /^X\(\/\).*/{
  1.9138 +	    s//\1/
  1.9139 +	    q
  1.9140 +	  }
  1.9141 +	  s/.*/./; q'`
  1.9142 +  as_dir="$ac_dir"; as_fn_mkdir_p
  1.9143    ac_builddir=.
  1.9144  
  1.9145  case "$ac_dir" in
  1.9146  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.9147  *)
  1.9148 -  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1.9149 +  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1.9150    # A ".." for each directory in $ac_dir_suffix.
  1.9151 -  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
  1.9152 +  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1.9153    case $ac_top_builddir_sub in
  1.9154    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.9155    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1.9156 @@ -7462,14 +6646,19 @@
  1.9157    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  1.9158    *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  1.9159    esac
  1.9160 +  ac_MKDIR_P=$MKDIR_P
  1.9161 +  case $MKDIR_P in
  1.9162 +  [\\/$]* | ?:[\\/]* ) ;;
  1.9163 +  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  1.9164 +  esac
  1.9165  _ACEOF
  1.9166  
  1.9167 -cat >>$CONFIG_STATUS <<\_ACEOF
  1.9168 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.9169  # If the template does not know about datarootdir, expand it.
  1.9170  # FIXME: This hack should be removed a few years after 2.60.
  1.9171  ac_datarootdir_hack=; ac_datarootdir_seen=
  1.9172 -
  1.9173 -case `sed -n '/datarootdir/ {
  1.9174 +ac_sed_dataroot='
  1.9175 +/datarootdir/ {
  1.9176    p
  1.9177    q
  1.9178  }
  1.9179 @@ -7477,36 +6666,37 @@
  1.9180  /@docdir@/p
  1.9181  /@infodir@/p
  1.9182  /@localedir@/p
  1.9183 -/@mandir@/p
  1.9184 -' $ac_file_inputs` in
  1.9185 +/@mandir@/p'
  1.9186 +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
  1.9187  *datarootdir*) ac_datarootdir_seen=yes;;
  1.9188  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  1.9189 -  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  1.9190 -echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  1.9191 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  1.9192 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  1.9193  _ACEOF
  1.9194 -cat >>$CONFIG_STATUS <<_ACEOF
  1.9195 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.9196    ac_datarootdir_hack='
  1.9197    s&@datadir@&$datadir&g
  1.9198    s&@docdir@&$docdir&g
  1.9199    s&@infodir@&$infodir&g
  1.9200    s&@localedir@&$localedir&g
  1.9201    s&@mandir@&$mandir&g
  1.9202 -    s&\\\${datarootdir}&$datarootdir&g' ;;
  1.9203 +  s&\\\${datarootdir}&$datarootdir&g' ;;
  1.9204  esac
  1.9205  _ACEOF
  1.9206  
  1.9207  # Neutralize VPATH when `$srcdir' = `.'.
  1.9208  # Shell code in configure.ac might set extrasub.
  1.9209  # FIXME: do we really want to maintain this feature?
  1.9210 -cat >>$CONFIG_STATUS <<_ACEOF
  1.9211 -  sed "$ac_vpsub
  1.9212 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.9213 +ac_sed_extra="$ac_vpsub
  1.9214  $extrasub
  1.9215  _ACEOF
  1.9216 -cat >>$CONFIG_STATUS <<\_ACEOF
  1.9217 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.9218  :t
  1.9219  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  1.9220 -s&@configure_input@&$configure_input&;t t
  1.9221 +s|@configure_input@|$ac_sed_conf_input|;t t
  1.9222  s&@top_builddir@&$ac_top_builddir_sub&;t t
  1.9223 +s&@top_build_prefix@&$ac_top_build_prefix&;t t
  1.9224  s&@srcdir@&$ac_srcdir&;t t
  1.9225  s&@abs_srcdir@&$ac_abs_srcdir&;t t
  1.9226  s&@top_srcdir@&$ac_top_srcdir&;t t
  1.9227 @@ -7515,136 +6705,67 @@
  1.9228  s&@abs_builddir@&$ac_abs_builddir&;t t
  1.9229  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  1.9230  s&@INSTALL@&$ac_INSTALL&;t t
  1.9231 +s&@MKDIR_P@&$ac_MKDIR_P&;t t
  1.9232  $ac_datarootdir_hack
  1.9233 -" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
  1.9234 +"
  1.9235 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
  1.9236 +  || as_fn_error "could not create $ac_file" "$LINENO" 5
  1.9237  
  1.9238  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  1.9239    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  1.9240    { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  1.9241 -  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1.9242 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1.9243  which seems to be undefined.  Please make sure it is defined." >&5
  1.9244 -echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1.9245 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1.9246  which seems to be undefined.  Please make sure it is defined." >&2;}
  1.9247  
  1.9248    rm -f "$tmp/stdin"
  1.9249    case $ac_file in
  1.9250 -  -) cat "$tmp/out"; rm -f "$tmp/out";;
  1.9251 -  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
  1.9252 -  esac
  1.9253 +  -) cat "$tmp/out" && rm -f "$tmp/out";;
  1.9254 +  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
  1.9255 +  esac \
  1.9256 +  || as_fn_error "could not create $ac_file" "$LINENO" 5
  1.9257   ;;
  1.9258    :H)
  1.9259    #
  1.9260    # CONFIG_HEADER
  1.9261    #
  1.9262 -_ACEOF
  1.9263 -
  1.9264 -# Transform confdefs.h into a sed script `conftest.defines', that
  1.9265 -# substitutes the proper values into config.h.in to produce config.h.
  1.9266 -rm -f conftest.defines conftest.tail
  1.9267 -# First, append a space to every undef/define line, to ease matching.
  1.9268 -echo 's/$/ /' >conftest.defines
  1.9269 -# Then, protect against being on the right side of a sed subst, or in
  1.9270 -# an unquoted here document, in config.status.  If some macros were
  1.9271 -# called several times there might be several #defines for the same
  1.9272 -# symbol, which is useless.  But do not sort them, since the last
  1.9273 -# AC_DEFINE must be honored.
  1.9274 -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
  1.9275 -# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
  1.9276 -# NAME is the cpp macro being defined, VALUE is the value it is being given.
  1.9277 -# PARAMS is the parameter list in the macro definition--in most cases, it's
  1.9278 -# just an empty string.
  1.9279 -ac_dA='s,^\\([	 #]*\\)[^	 ]*\\([	 ]*'
  1.9280 -ac_dB='\\)[	 (].*,\\1define\\2'
  1.9281 -ac_dC=' '
  1.9282 -ac_dD=' ,'
  1.9283 -
  1.9284 -uniq confdefs.h |
  1.9285 -  sed -n '
  1.9286 -	t rset
  1.9287 -	:rset
  1.9288 -	s/^[	 ]*#[	 ]*define[	 ][	 ]*//
  1.9289 -	t ok
  1.9290 -	d
  1.9291 -	:ok
  1.9292 -	s/[\\&,]/\\&/g
  1.9293 -	s/^\('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
  1.9294 -	s/^\('"$ac_word_re"'\)[	 ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
  1.9295 -  ' >>conftest.defines
  1.9296 -
  1.9297 -# Remove the space that was appended to ease matching.
  1.9298 -# Then replace #undef with comments.  This is necessary, for
  1.9299 -# example, in the case of _POSIX_SOURCE, which is predefined and required
  1.9300 -# on some systems where configure will not decide to define it.
  1.9301 -# (The regexp can be short, since the line contains either #define or #undef.)
  1.9302 -echo 's/ $//
  1.9303 -s,^[	 #]*u.*,/* & */,' >>conftest.defines
  1.9304 -
  1.9305 -# Break up conftest.defines:
  1.9306 -ac_max_sed_lines=50
  1.9307 -
  1.9308 -# First sed command is:	 sed -f defines.sed $ac_file_inputs >"$tmp/out1"
  1.9309 -# Second one is:	 sed -f defines.sed "$tmp/out1" >"$tmp/out2"
  1.9310 -# Third one will be:	 sed -f defines.sed "$tmp/out2" >"$tmp/out1"
  1.9311 -# et cetera.
  1.9312 -ac_in='$ac_file_inputs'
  1.9313 -ac_out='"$tmp/out1"'
  1.9314 -ac_nxt='"$tmp/out2"'
  1.9315 -
  1.9316 -while :
  1.9317 -do
  1.9318 -  # Write a here document:
  1.9319 -    cat >>$CONFIG_STATUS <<_ACEOF
  1.9320 -    # First, check the format of the line:
  1.9321 -    cat >"\$tmp/defines.sed" <<\\CEOF
  1.9322 -/^[	 ]*#[	 ]*undef[	 ][	 ]*$ac_word_re[	 ]*\$/b def
  1.9323 -/^[	 ]*#[	 ]*define[	 ][	 ]*$ac_word_re[(	 ]/b def
  1.9324 -b
  1.9325 -:def
  1.9326 -_ACEOF
  1.9327 -  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
  1.9328 -  echo 'CEOF
  1.9329 -    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
  1.9330 -  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
  1.9331 -  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
  1.9332 -  grep . conftest.tail >/dev/null || break
  1.9333 -  rm -f conftest.defines
  1.9334 -  mv conftest.tail conftest.defines
  1.9335 -done
  1.9336 -rm -f conftest.defines conftest.tail
  1.9337 -
  1.9338 -echo "ac_result=$ac_in" >>$CONFIG_STATUS
  1.9339 -cat >>$CONFIG_STATUS <<\_ACEOF
  1.9340    if test x"$ac_file" != x-; then
  1.9341 -    echo "/* $configure_input  */" >"$tmp/config.h"
  1.9342 -    cat "$ac_result" >>"$tmp/config.h"
  1.9343 -    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
  1.9344 -      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  1.9345 -echo "$as_me: $ac_file is unchanged" >&6;}
  1.9346 +    {
  1.9347 +      $as_echo "/* $configure_input  */" \
  1.9348 +      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
  1.9349 +    } >"$tmp/config.h" \
  1.9350 +      || as_fn_error "could not create $ac_file" "$LINENO" 5
  1.9351 +    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
  1.9352 +      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  1.9353 +$as_echo "$as_me: $ac_file is unchanged" >&6;}
  1.9354      else
  1.9355 -      rm -f $ac_file
  1.9356 -      mv "$tmp/config.h" $ac_file
  1.9357 +      rm -f "$ac_file"
  1.9358 +      mv "$tmp/config.h" "$ac_file" \
  1.9359 +	|| as_fn_error "could not create $ac_file" "$LINENO" 5
  1.9360      fi
  1.9361    else
  1.9362 -    echo "/* $configure_input  */"
  1.9363 -    cat "$ac_result"
  1.9364 +    $as_echo "/* $configure_input  */" \
  1.9365 +      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
  1.9366 +      || as_fn_error "could not create -" "$LINENO" 5
  1.9367    fi
  1.9368 -  rm -f "$tmp/out12"
  1.9369 -# Compute $ac_file's index in $config_headers.
  1.9370 +# Compute "$ac_file"'s index in $config_headers.
  1.9371 +_am_arg="$ac_file"
  1.9372  _am_stamp_count=1
  1.9373  for _am_header in $config_headers :; do
  1.9374    case $_am_header in
  1.9375 -    $ac_file | $ac_file:* )
  1.9376 +    $_am_arg | $_am_arg:* )
  1.9377        break ;;
  1.9378      * )
  1.9379        _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  1.9380    esac
  1.9381  done
  1.9382 -echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
  1.9383 -$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.9384 -	 X$ac_file : 'X\(//\)[^/]' \| \
  1.9385 -	 X$ac_file : 'X\(//\)$' \| \
  1.9386 -	 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
  1.9387 -echo X$ac_file |
  1.9388 +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
  1.9389 +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.9390 +	 X"$_am_arg" : 'X\(//\)[^/]' \| \
  1.9391 +	 X"$_am_arg" : 'X\(//\)$' \| \
  1.9392 +	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
  1.9393 +$as_echo X"$_am_arg" |
  1.9394      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.9395  	    s//\1/
  1.9396  	    q
  1.9397 @@ -7664,29 +6785,40 @@
  1.9398  	  s/.*/./; q'`/stamp-h$_am_stamp_count
  1.9399   ;;
  1.9400  
  1.9401 -  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
  1.9402 -echo "$as_me: executing $ac_file commands" >&6;}
  1.9403 +  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  1.9404 +$as_echo "$as_me: executing $ac_file commands" >&6;}
  1.9405   ;;
  1.9406    esac
  1.9407  
  1.9408  
  1.9409    case $ac_file$ac_mode in
  1.9410 -    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
  1.9411 -  # Strip MF so we end up with the name of the file.
  1.9412 -  mf=`echo "$mf" | sed -e 's/:.*$//'`
  1.9413 -  # Check whether this is an Automake generated Makefile or not.
  1.9414 -  # We used to match only the files named `Makefile.in', but
  1.9415 -  # some people rename them; so instead we look at the file content.
  1.9416 -  # Grep'ing the first line is not enough: some people post-process
  1.9417 -  # each Makefile.in and add a new line on top of each file to say so.
  1.9418 -  # So let's grep whole file.
  1.9419 -  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
  1.9420 -    dirpart=`$as_dirname -- "$mf" ||
  1.9421 +    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  1.9422 +  # Autoconf 2.62 quotes --file arguments for eval, but not when files
  1.9423 +  # are listed without --file.  Let's play safe and only enable the eval
  1.9424 +  # if we detect the quoting.
  1.9425 +  case $CONFIG_FILES in
  1.9426 +  *\'*) eval set x "$CONFIG_FILES" ;;
  1.9427 +  *)   set x $CONFIG_FILES ;;
  1.9428 +  esac
  1.9429 +  shift
  1.9430 +  for mf
  1.9431 +  do
  1.9432 +    # Strip MF so we end up with the name of the file.
  1.9433 +    mf=`echo "$mf" | sed -e 's/:.*$//'`
  1.9434 +    # Check whether this is an Automake generated Makefile or not.
  1.9435 +    # We used to match only the files named `Makefile.in', but
  1.9436 +    # some people rename them; so instead we look at the file content.
  1.9437 +    # Grep'ing the first line is not enough: some people post-process
  1.9438 +    # each Makefile.in and add a new line on top of each file to say so.
  1.9439 +    # Grep'ing the whole file is not good either: AIX grep has a line
  1.9440 +    # limit of 2048, but all sed's we know have understand at least 4000.
  1.9441 +    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  1.9442 +      dirpart=`$as_dirname -- "$mf" ||
  1.9443  $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.9444  	 X"$mf" : 'X\(//\)[^/]' \| \
  1.9445  	 X"$mf" : 'X\(//\)$' \| \
  1.9446  	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
  1.9447 -echo X"$mf" |
  1.9448 +$as_echo X"$mf" |
  1.9449      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.9450  	    s//\1/
  1.9451  	    q
  1.9452 @@ -7704,39 +6836,33 @@
  1.9453  	    q
  1.9454  	  }
  1.9455  	  s/.*/./; q'`
  1.9456 -  else
  1.9457 -    continue
  1.9458 -  fi
  1.9459 -  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
  1.9460 -  # Extract the definition of DEP_FILES from the Makefile without
  1.9461 -  # running `make'.
  1.9462 -  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
  1.9463 -  test -z "$DEPDIR" && continue
  1.9464 -  # When using ansi2knr, U may be empty or an underscore; expand it
  1.9465 -  U=`sed -n -e '/^U = / s///p' < "$mf"`
  1.9466 -  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
  1.9467 -  # We invoke sed twice because it is the simplest approach to
  1.9468 -  # changing $(DEPDIR) to its actual value in the expansion.
  1.9469 -  for file in `sed -n -e '
  1.9470 -    /^DEP_FILES = .*\\\\$/ {
  1.9471 -      s/^DEP_FILES = //
  1.9472 -      :loop
  1.9473 -	s/\\\\$//
  1.9474 -	p
  1.9475 -	n
  1.9476 -	/\\\\$/ b loop
  1.9477 -      p
  1.9478 -    }
  1.9479 -    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
  1.9480 -       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  1.9481 -    # Make sure the directory exists.
  1.9482 -    test -f "$dirpart/$file" && continue
  1.9483 -    fdir=`$as_dirname -- "$file" ||
  1.9484 +    else
  1.9485 +      continue
  1.9486 +    fi
  1.9487 +    # Extract the definition of DEPDIR, am__include, and am__quote
  1.9488 +    # from the Makefile without running `make'.
  1.9489 +    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  1.9490 +    test -z "$DEPDIR" && continue
  1.9491 +    am__include=`sed -n 's/^am__include = //p' < "$mf"`
  1.9492 +    test -z "am__include" && continue
  1.9493 +    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  1.9494 +    # When using ansi2knr, U may be empty or an underscore; expand it
  1.9495 +    U=`sed -n 's/^U = //p' < "$mf"`
  1.9496 +    # Find all dependency output files, they are included files with
  1.9497 +    # $(DEPDIR) in their names.  We invoke sed twice because it is the
  1.9498 +    # simplest approach to changing $(DEPDIR) to its actual value in the
  1.9499 +    # expansion.
  1.9500 +    for file in `sed -n "
  1.9501 +      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  1.9502 +	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  1.9503 +      # Make sure the directory exists.
  1.9504 +      test -f "$dirpart/$file" && continue
  1.9505 +      fdir=`$as_dirname -- "$file" ||
  1.9506  $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.9507  	 X"$file" : 'X\(//\)[^/]' \| \
  1.9508  	 X"$file" : 'X\(//\)$' \| \
  1.9509  	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
  1.9510 -echo X"$file" |
  1.9511 +$as_echo X"$file" |
  1.9512      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.9513  	    s//\1/
  1.9514  	    q
  1.9515 @@ -7754,62 +6880,25 @@
  1.9516  	    q
  1.9517  	  }
  1.9518  	  s/.*/./; q'`
  1.9519 -    { as_dir=$dirpart/$fdir
  1.9520 -  case $as_dir in #(
  1.9521 -  -*) as_dir=./$as_dir;;
  1.9522 -  esac
  1.9523 -  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
  1.9524 -    as_dirs=
  1.9525 -    while :; do
  1.9526 -      case $as_dir in #(
  1.9527 -      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
  1.9528 -      *) as_qdir=$as_dir;;
  1.9529 -      esac
  1.9530 -      as_dirs="'$as_qdir' $as_dirs"
  1.9531 -      as_dir=`$as_dirname -- "$as_dir" ||
  1.9532 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.9533 -	 X"$as_dir" : 'X\(//\)[^/]' \| \
  1.9534 -	 X"$as_dir" : 'X\(//\)$' \| \
  1.9535 -	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  1.9536 -echo X"$as_dir" |
  1.9537 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.9538 -	    s//\1/
  1.9539 -	    q
  1.9540 -	  }
  1.9541 -	  /^X\(\/\/\)[^/].*/{
  1.9542 -	    s//\1/
  1.9543 -	    q
  1.9544 -	  }
  1.9545 -	  /^X\(\/\/\)$/{
  1.9546 -	    s//\1/
  1.9547 -	    q
  1.9548 -	  }
  1.9549 -	  /^X\(\/\).*/{
  1.9550 -	    s//\1/
  1.9551 -	    q
  1.9552 -	  }
  1.9553 -	  s/.*/./; q'`
  1.9554 -      test -d "$as_dir" && break
  1.9555 +      as_dir=$dirpart/$fdir; as_fn_mkdir_p
  1.9556 +      # echo "creating $dirpart/$file"
  1.9557 +      echo '# dummy' > "$dirpart/$file"
  1.9558      done
  1.9559 -    test -z "$as_dirs" || eval "mkdir $as_dirs"
  1.9560 -  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
  1.9561 -echo "$as_me: error: cannot create directory $as_dir" >&2;}
  1.9562 -   { (exit 1); exit 1; }; }; }
  1.9563 -    # echo "creating $dirpart/$file"
  1.9564 -    echo '# dummy' > "$dirpart/$file"
  1.9565    done
  1.9566 -done
  1.9567 +}
  1.9568   ;;
  1.9569  
  1.9570    esac
  1.9571  done # for ac_tag
  1.9572  
  1.9573  
  1.9574 -{ (exit 0); exit 0; }
  1.9575 +as_fn_exit 0
  1.9576  _ACEOF
  1.9577 -chmod +x $CONFIG_STATUS
  1.9578  ac_clean_files=$ac_clean_files_save
  1.9579  
  1.9580 +test $ac_write_fail = 0 ||
  1.9581 +  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
  1.9582 +
  1.9583  
  1.9584  # configure is writing to config.log, and then calls config.status.
  1.9585  # config.status does its own redirection, appending to config.log.
  1.9586 @@ -7829,6 +6918,10 @@
  1.9587    exec 5>>config.log
  1.9588    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  1.9589    # would make configure fail if this is the last instruction.
  1.9590 -  $ac_cs_success || { (exit 1); exit 1; }
  1.9591 -fi
  1.9592 -
  1.9593 +  $ac_cs_success || as_fn_exit $?
  1.9594 +fi
  1.9595 +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  1.9596 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
  1.9597 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
  1.9598 +fi
  1.9599 +