masqmail-0.2

diff configure @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children af25f5c39d90
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/configure	Fri Sep 26 17:05:23 2008 +0200
     1.3 @@ -0,0 +1,7269 @@
     1.4 +#! /bin/sh
     1.5 +# Guess values for system-dependent variables and create Makefiles.
     1.6 +# Generated by GNU Autoconf 2.59 for masqmail 0.2.21.
     1.7 +#
     1.8 +# Report bugs to <oku@debian.org>.
     1.9 +#
    1.10 +# Copyright (C) 2003 Free Software Foundation, Inc.
    1.11 +# This configure script is free software; the Free Software Foundation
    1.12 +# gives unlimited permission to copy, distribute and modify it.
    1.13 +## --------------------- ##
    1.14 +## M4sh Initialization.  ##
    1.15 +## --------------------- ##
    1.16 +
    1.17 +# Be Bourne compatible
    1.18 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    1.19 +  emulate sh
    1.20 +  NULLCMD=:
    1.21 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    1.22 +  # is contrary to our usage.  Disable this feature.
    1.23 +  alias -g '${1+"$@"}'='"$@"'
    1.24 +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    1.25 +  set -o posix
    1.26 +fi
    1.27 +DUALCASE=1; export DUALCASE # for MKS sh
    1.28 +
    1.29 +# Support unset when possible.
    1.30 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    1.31 +  as_unset=unset
    1.32 +else
    1.33 +  as_unset=false
    1.34 +fi
    1.35 +
    1.36 +
    1.37 +# Work around bugs in pre-3.0 UWIN ksh.
    1.38 +$as_unset ENV MAIL MAILPATH
    1.39 +PS1='$ '
    1.40 +PS2='> '
    1.41 +PS4='+ '
    1.42 +
    1.43 +# NLS nuisances.
    1.44 +for as_var in \
    1.45 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    1.46 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    1.47 +  LC_TELEPHONE LC_TIME
    1.48 +do
    1.49 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    1.50 +    eval $as_var=C; export $as_var
    1.51 +  else
    1.52 +    $as_unset $as_var
    1.53 +  fi
    1.54 +done
    1.55 +
    1.56 +# Required to use basename.
    1.57 +if expr a : '\(a\)' >/dev/null 2>&1; then
    1.58 +  as_expr=expr
    1.59 +else
    1.60 +  as_expr=false
    1.61 +fi
    1.62 +
    1.63 +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    1.64 +  as_basename=basename
    1.65 +else
    1.66 +  as_basename=false
    1.67 +fi
    1.68 +
    1.69 +
    1.70 +# Name of the executable.
    1.71 +as_me=`$as_basename "$0" ||
    1.72 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    1.73 +	 X"$0" : 'X\(//\)$' \| \
    1.74 +	 X"$0" : 'X\(/\)$' \| \
    1.75 +	 .     : '\(.\)' 2>/dev/null ||
    1.76 +echo X/"$0" |
    1.77 +    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    1.78 +  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
    1.79 +  	  /^X\/\(\/\).*/{ s//\1/; q; }
    1.80 +  	  s/.*/./; q'`
    1.81 +
    1.82 +
    1.83 +# PATH needs CR, and LINENO needs CR and PATH.
    1.84 +# Avoid depending upon Character Ranges.
    1.85 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    1.86 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    1.87 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    1.88 +as_cr_digits='0123456789'
    1.89 +as_cr_alnum=$as_cr_Letters$as_cr_digits
    1.90 +
    1.91 +# The user is always right.
    1.92 +if test "${PATH_SEPARATOR+set}" != set; then
    1.93 +  echo "#! /bin/sh" >conf$$.sh
    1.94 +  echo  "exit 0"   >>conf$$.sh
    1.95 +  chmod +x conf$$.sh
    1.96 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    1.97 +    PATH_SEPARATOR=';'
    1.98 +  else
    1.99 +    PATH_SEPARATOR=:
   1.100 +  fi
   1.101 +  rm -f conf$$.sh
   1.102 +fi
   1.103 +
   1.104 +
   1.105 +  as_lineno_1=$LINENO
   1.106 +  as_lineno_2=$LINENO
   1.107 +  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
   1.108 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
   1.109 +  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
   1.110 +  # Find who we are.  Look in the path if we contain no path at all
   1.111 +  # relative or not.
   1.112 +  case $0 in
   1.113 +    *[\\/]* ) as_myself=$0 ;;
   1.114 +    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1.115 +for as_dir in $PATH
   1.116 +do
   1.117 +  IFS=$as_save_IFS
   1.118 +  test -z "$as_dir" && as_dir=.
   1.119 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   1.120 +done
   1.121 +
   1.122 +       ;;
   1.123 +  esac
   1.124 +  # We did not find ourselves, most probably we were run as `sh COMMAND'
   1.125 +  # in which case we are not to be found in the path.
   1.126 +  if test "x$as_myself" = x; then
   1.127 +    as_myself=$0
   1.128 +  fi
   1.129 +  if test ! -f "$as_myself"; then
   1.130 +    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
   1.131 +   { (exit 1); exit 1; }; }
   1.132 +  fi
   1.133 +  case $CONFIG_SHELL in
   1.134 +  '')
   1.135 +    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1.136 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   1.137 +do
   1.138 +  IFS=$as_save_IFS
   1.139 +  test -z "$as_dir" && as_dir=.
   1.140 +  for as_base in sh bash ksh sh5; do
   1.141 +	 case $as_dir in
   1.142 +	 /*)
   1.143 +	   if ("$as_dir/$as_base" -c '
   1.144 +  as_lineno_1=$LINENO
   1.145 +  as_lineno_2=$LINENO
   1.146 +  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
   1.147 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
   1.148 +  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
   1.149 +	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
   1.150 +	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
   1.151 +	     CONFIG_SHELL=$as_dir/$as_base
   1.152 +	     export CONFIG_SHELL
   1.153 +	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
   1.154 +	   fi;;
   1.155 +	 esac
   1.156 +       done
   1.157 +done
   1.158 +;;
   1.159 +  esac
   1.160 +
   1.161 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
   1.162 +  # uniformly replaced by the line number.  The first 'sed' inserts a
   1.163 +  # line-number line before each line; the second 'sed' does the real
   1.164 +  # work.  The second script uses 'N' to pair each line-number line
   1.165 +  # with the numbered line, and appends trailing '-' during
   1.166 +  # substitution so that $LINENO is not a special case at line end.
   1.167 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
   1.168 +  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
   1.169 +  sed '=' <$as_myself |
   1.170 +    sed '
   1.171 +      N
   1.172 +      s,$,-,
   1.173 +      : loop
   1.174 +      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
   1.175 +      t loop
   1.176 +      s,-$,,
   1.177 +      s,^['$as_cr_digits']*\n,,
   1.178 +    ' >$as_me.lineno &&
   1.179 +  chmod +x $as_me.lineno ||
   1.180 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
   1.181 +   { (exit 1); exit 1; }; }
   1.182 +
   1.183 +  # Don't try to exec as it changes $[0], causing all sort of problems
   1.184 +  # (the dirname of $[0] is not the place where we might find the
   1.185 +  # original and so on.  Autoconf is especially sensible to this).
   1.186 +  . ./$as_me.lineno
   1.187 +  # Exit status is that of the last command.
   1.188 +  exit
   1.189 +}
   1.190 +
   1.191 +
   1.192 +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
   1.193 +  *c*,-n*) ECHO_N= ECHO_C='
   1.194 +' ECHO_T='	' ;;
   1.195 +  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
   1.196 +  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
   1.197 +esac
   1.198 +
   1.199 +if expr a : '\(a\)' >/dev/null 2>&1; then
   1.200 +  as_expr=expr
   1.201 +else
   1.202 +  as_expr=false
   1.203 +fi
   1.204 +
   1.205 +rm -f conf$$ conf$$.exe conf$$.file
   1.206 +echo >conf$$.file
   1.207 +if ln -s conf$$.file conf$$ 2>/dev/null; then
   1.208 +  # We could just check for DJGPP; but this test a) works b) is more generic
   1.209 +  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
   1.210 +  if test -f conf$$.exe; then
   1.211 +    # Don't use ln at all; we don't have any links
   1.212 +    as_ln_s='cp -p'
   1.213 +  else
   1.214 +    as_ln_s='ln -s'
   1.215 +  fi
   1.216 +elif ln conf$$.file conf$$ 2>/dev/null; then
   1.217 +  as_ln_s=ln
   1.218 +else
   1.219 +  as_ln_s='cp -p'
   1.220 +fi
   1.221 +rm -f conf$$ conf$$.exe conf$$.file
   1.222 +
   1.223 +if mkdir -p . 2>/dev/null; then
   1.224 +  as_mkdir_p=:
   1.225 +else
   1.226 +  test -d ./-p && rmdir ./-p
   1.227 +  as_mkdir_p=false
   1.228 +fi
   1.229 +
   1.230 +as_executable_p="test -f"
   1.231 +
   1.232 +# Sed expression to map a string onto a valid CPP name.
   1.233 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   1.234 +
   1.235 +# Sed expression to map a string onto a valid variable name.
   1.236 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   1.237 +
   1.238 +
   1.239 +# IFS
   1.240 +# We need space, tab and new line, in precisely that order.
   1.241 +as_nl='
   1.242 +'
   1.243 +IFS=" 	$as_nl"
   1.244 +
   1.245 +# CDPATH.
   1.246 +$as_unset CDPATH
   1.247 +
   1.248 +
   1.249 +# Name of the host.
   1.250 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
   1.251 +# so uname gets run too.
   1.252 +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
   1.253 +
   1.254 +exec 6>&1
   1.255 +
   1.256 +#
   1.257 +# Initializations.
   1.258 +#
   1.259 +ac_default_prefix=/usr/local
   1.260 +ac_config_libobj_dir=.
   1.261 +cross_compiling=no
   1.262 +subdirs=
   1.263 +MFLAGS=
   1.264 +MAKEFLAGS=
   1.265 +SHELL=${CONFIG_SHELL-/bin/sh}
   1.266 +
   1.267 +# Maximum number of lines to put in a shell here document.
   1.268 +# This variable seems obsolete.  It should probably be removed, and
   1.269 +# only ac_max_sed_lines should be used.
   1.270 +: ${ac_max_here_lines=38}
   1.271 +
   1.272 +# Identity of this package.
   1.273 +PACKAGE_NAME='masqmail'
   1.274 +PACKAGE_TARNAME='masqmail'
   1.275 +PACKAGE_VERSION='0.2.21'
   1.276 +PACKAGE_STRING='masqmail 0.2.21'
   1.277 +PACKAGE_BUGREPORT='oku@debian.org'
   1.278 +
   1.279 +ac_unique_file="src/masqmail.c"
   1.280 +ac_default_prefix=/usr
   1.281 +# Factoring default headers for most tests.
   1.282 +ac_includes_default="\
   1.283 +#include <stdio.h>
   1.284 +#if HAVE_SYS_TYPES_H
   1.285 +# include <sys/types.h>
   1.286 +#endif
   1.287 +#if HAVE_SYS_STAT_H
   1.288 +# include <sys/stat.h>
   1.289 +#endif
   1.290 +#if STDC_HEADERS
   1.291 +# include <stdlib.h>
   1.292 +# include <stddef.h>
   1.293 +#else
   1.294 +# if HAVE_STDLIB_H
   1.295 +#  include <stdlib.h>
   1.296 +# endif
   1.297 +#endif
   1.298 +#if HAVE_STRING_H
   1.299 +# if !STDC_HEADERS && HAVE_MEMORY_H
   1.300 +#  include <memory.h>
   1.301 +# endif
   1.302 +# include <string.h>
   1.303 +#endif
   1.304 +#if HAVE_STRINGS_H
   1.305 +# include <strings.h>
   1.306 +#endif
   1.307 +#if HAVE_INTTYPES_H
   1.308 +# include <inttypes.h>
   1.309 +#else
   1.310 +# if HAVE_STDINT_H
   1.311 +#  include <stdint.h>
   1.312 +# endif
   1.313 +#endif
   1.314 +#if HAVE_UNISTD_H
   1.315 +# include <unistd.h>
   1.316 +#endif"
   1.317 +
   1.318 +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP RANLIB ac_ct_RANLIB PKG_CONFIG ac_pt_PKG_CONFIG GLIB_CFLAGS GLIB_LIBS RESOLV_LIBS with_user with_group BASE64_LIBS MD5_LIBS has_ident IDENT_LIBS LOCKFILE_LIBS USE_LIBLOCKFILE with_logdir with_spooldir with_confdir LIBOBJS LTLIBOBJS'
   1.319 +ac_subst_files=''
   1.320 +
   1.321 +# Initialize some variables set by options.
   1.322 +ac_init_help=
   1.323 +ac_init_version=false
   1.324 +# The variables have the same names as the options, with
   1.325 +# dashes changed to underlines.
   1.326 +cache_file=/dev/null
   1.327 +exec_prefix=NONE
   1.328 +no_create=
   1.329 +no_recursion=
   1.330 +prefix=NONE
   1.331 +program_prefix=NONE
   1.332 +program_suffix=NONE
   1.333 +program_transform_name=s,x,x,
   1.334 +silent=
   1.335 +site=
   1.336 +srcdir=
   1.337 +verbose=
   1.338 +x_includes=NONE
   1.339 +x_libraries=NONE
   1.340 +
   1.341 +# Installation directory options.
   1.342 +# These are left unexpanded so users can "make install exec_prefix=/foo"
   1.343 +# and all the variables that are supposed to be based on exec_prefix
   1.344 +# by default will actually change.
   1.345 +# Use braces instead of parens because sh, perl, etc. also accept them.
   1.346 +bindir='${exec_prefix}/bin'
   1.347 +sbindir='${exec_prefix}/sbin'
   1.348 +libexecdir='${exec_prefix}/libexec'
   1.349 +datadir='${prefix}/share'
   1.350 +sysconfdir='${prefix}/etc'
   1.351 +sharedstatedir='${prefix}/com'
   1.352 +localstatedir='${prefix}/var'
   1.353 +libdir='${exec_prefix}/lib'
   1.354 +includedir='${prefix}/include'
   1.355 +oldincludedir='/usr/include'
   1.356 +infodir='${prefix}/info'
   1.357 +mandir='${prefix}/man'
   1.358 +
   1.359 +ac_prev=
   1.360 +for ac_option
   1.361 +do
   1.362 +  # If the previous option needs an argument, assign it.
   1.363 +  if test -n "$ac_prev"; then
   1.364 +    eval "$ac_prev=\$ac_option"
   1.365 +    ac_prev=
   1.366 +    continue
   1.367 +  fi
   1.368 +
   1.369 +  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
   1.370 +
   1.371 +  # Accept the important Cygnus configure options, so we can diagnose typos.
   1.372 +
   1.373 +  case $ac_option in
   1.374 +
   1.375 +  -bindir | --bindir | --bindi | --bind | --bin | --bi)
   1.376 +    ac_prev=bindir ;;
   1.377 +  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
   1.378 +    bindir=$ac_optarg ;;
   1.379 +
   1.380 +  -build | --build | --buil | --bui | --bu)
   1.381 +    ac_prev=build_alias ;;
   1.382 +  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
   1.383 +    build_alias=$ac_optarg ;;
   1.384 +
   1.385 +  -cache-file | --cache-file | --cache-fil | --cache-fi \
   1.386 +  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
   1.387 +    ac_prev=cache_file ;;
   1.388 +  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
   1.389 +  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
   1.390 +    cache_file=$ac_optarg ;;
   1.391 +
   1.392 +  --config-cache | -C)
   1.393 +    cache_file=config.cache ;;
   1.394 +
   1.395 +  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
   1.396 +    ac_prev=datadir ;;
   1.397 +  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
   1.398 +  | --da=*)
   1.399 +    datadir=$ac_optarg ;;
   1.400 +
   1.401 +  -disable-* | --disable-*)
   1.402 +    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   1.403 +    # Reject names that are not valid shell variable names.
   1.404 +    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
   1.405 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
   1.406 +   { (exit 1); exit 1; }; }
   1.407 +    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
   1.408 +    eval "enable_$ac_feature=no" ;;
   1.409 +
   1.410 +  -enable-* | --enable-*)
   1.411 +    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   1.412 +    # Reject names that are not valid shell variable names.
   1.413 +    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
   1.414 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
   1.415 +   { (exit 1); exit 1; }; }
   1.416 +    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
   1.417 +    case $ac_option in
   1.418 +      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
   1.419 +      *) ac_optarg=yes ;;
   1.420 +    esac
   1.421 +    eval "enable_$ac_feature='$ac_optarg'" ;;
   1.422 +
   1.423 +  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   1.424 +  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
   1.425 +  | --exec | --exe | --ex)
   1.426 +    ac_prev=exec_prefix ;;
   1.427 +  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
   1.428 +  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
   1.429 +  | --exec=* | --exe=* | --ex=*)
   1.430 +    exec_prefix=$ac_optarg ;;
   1.431 +
   1.432 +  -gas | --gas | --ga | --g)
   1.433 +    # Obsolete; use --with-gas.
   1.434 +    with_gas=yes ;;
   1.435 +
   1.436 +  -help | --help | --hel | --he | -h)
   1.437 +    ac_init_help=long ;;
   1.438 +  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
   1.439 +    ac_init_help=recursive ;;
   1.440 +  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
   1.441 +    ac_init_help=short ;;
   1.442 +
   1.443 +  -host | --host | --hos | --ho)
   1.444 +    ac_prev=host_alias ;;
   1.445 +  -host=* | --host=* | --hos=* | --ho=*)
   1.446 +    host_alias=$ac_optarg ;;
   1.447 +
   1.448 +  -includedir | --includedir | --includedi | --included | --include \
   1.449 +  | --includ | --inclu | --incl | --inc)
   1.450 +    ac_prev=includedir ;;
   1.451 +  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
   1.452 +  | --includ=* | --inclu=* | --incl=* | --inc=*)
   1.453 +    includedir=$ac_optarg ;;
   1.454 +
   1.455 +  -infodir | --infodir | --infodi | --infod | --info | --inf)
   1.456 +    ac_prev=infodir ;;
   1.457 +  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
   1.458 +    infodir=$ac_optarg ;;
   1.459 +
   1.460 +  -libdir | --libdir | --libdi | --libd)
   1.461 +    ac_prev=libdir ;;
   1.462 +  -libdir=* | --libdir=* | --libdi=* | --libd=*)
   1.463 +    libdir=$ac_optarg ;;
   1.464 +
   1.465 +  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
   1.466 +  | --libexe | --libex | --libe)
   1.467 +    ac_prev=libexecdir ;;
   1.468 +  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
   1.469 +  | --libexe=* | --libex=* | --libe=*)
   1.470 +    libexecdir=$ac_optarg ;;
   1.471 +
   1.472 +  -localstatedir | --localstatedir | --localstatedi | --localstated \
   1.473 +  | --localstate | --localstat | --localsta | --localst \
   1.474 +  | --locals | --local | --loca | --loc | --lo)
   1.475 +    ac_prev=localstatedir ;;
   1.476 +  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
   1.477 +  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
   1.478 +  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
   1.479 +    localstatedir=$ac_optarg ;;
   1.480 +
   1.481 +  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
   1.482 +    ac_prev=mandir ;;
   1.483 +  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
   1.484 +    mandir=$ac_optarg ;;
   1.485 +
   1.486 +  -nfp | --nfp | --nf)
   1.487 +    # Obsolete; use --without-fp.
   1.488 +    with_fp=no ;;
   1.489 +
   1.490 +  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
   1.491 +  | --no-cr | --no-c | -n)
   1.492 +    no_create=yes ;;
   1.493 +
   1.494 +  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
   1.495 +  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
   1.496 +    no_recursion=yes ;;
   1.497 +
   1.498 +  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
   1.499 +  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
   1.500 +  | --oldin | --oldi | --old | --ol | --o)
   1.501 +    ac_prev=oldincludedir ;;
   1.502 +  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
   1.503 +  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
   1.504 +  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
   1.505 +    oldincludedir=$ac_optarg ;;
   1.506 +
   1.507 +  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
   1.508 +    ac_prev=prefix ;;
   1.509 +  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
   1.510 +    prefix=$ac_optarg ;;
   1.511 +
   1.512 +  -program-prefix | --program-prefix | --program-prefi | --program-pref \
   1.513 +  | --program-pre | --program-pr | --program-p)
   1.514 +    ac_prev=program_prefix ;;
   1.515 +  -program-prefix=* | --program-prefix=* | --program-prefi=* \
   1.516 +  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
   1.517 +    program_prefix=$ac_optarg ;;
   1.518 +
   1.519 +  -program-suffix | --program-suffix | --program-suffi | --program-suff \
   1.520 +  | --program-suf | --program-su | --program-s)
   1.521 +    ac_prev=program_suffix ;;
   1.522 +  -program-suffix=* | --program-suffix=* | --program-suffi=* \
   1.523 +  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
   1.524 +    program_suffix=$ac_optarg ;;
   1.525 +
   1.526 +  -program-transform-name | --program-transform-name \
   1.527 +  | --program-transform-nam | --program-transform-na \
   1.528 +  | --program-transform-n | --program-transform- \
   1.529 +  | --program-transform | --program-transfor \
   1.530 +  | --program-transfo | --program-transf \
   1.531 +  | --program-trans | --program-tran \
   1.532 +  | --progr-tra | --program-tr | --program-t)
   1.533 +    ac_prev=program_transform_name ;;
   1.534 +  -program-transform-name=* | --program-transform-name=* \
   1.535 +  | --program-transform-nam=* | --program-transform-na=* \
   1.536 +  | --program-transform-n=* | --program-transform-=* \
   1.537 +  | --program-transform=* | --program-transfor=* \
   1.538 +  | --program-transfo=* | --program-transf=* \
   1.539 +  | --program-trans=* | --program-tran=* \
   1.540 +  | --progr-tra=* | --program-tr=* | --program-t=*)
   1.541 +    program_transform_name=$ac_optarg ;;
   1.542 +
   1.543 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   1.544 +  | -silent | --silent | --silen | --sile | --sil)
   1.545 +    silent=yes ;;
   1.546 +
   1.547 +  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
   1.548 +    ac_prev=sbindir ;;
   1.549 +  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
   1.550 +  | --sbi=* | --sb=*)
   1.551 +    sbindir=$ac_optarg ;;
   1.552 +
   1.553 +  -sharedstatedir | --sharedstatedir | --sharedstatedi \
   1.554 +  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
   1.555 +  | --sharedst | --shareds | --shared | --share | --shar \
   1.556 +  | --sha | --sh)
   1.557 +    ac_prev=sharedstatedir ;;
   1.558 +  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
   1.559 +  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
   1.560 +  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
   1.561 +  | --sha=* | --sh=*)
   1.562 +    sharedstatedir=$ac_optarg ;;
   1.563 +
   1.564 +  -site | --site | --sit)
   1.565 +    ac_prev=site ;;
   1.566 +  -site=* | --site=* | --sit=*)
   1.567 +    site=$ac_optarg ;;
   1.568 +
   1.569 +  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
   1.570 +    ac_prev=srcdir ;;
   1.571 +  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
   1.572 +    srcdir=$ac_optarg ;;
   1.573 +
   1.574 +  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
   1.575 +  | --syscon | --sysco | --sysc | --sys | --sy)
   1.576 +    ac_prev=sysconfdir ;;
   1.577 +  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
   1.578 +  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
   1.579 +    sysconfdir=$ac_optarg ;;
   1.580 +
   1.581 +  -target | --target | --targe | --targ | --tar | --ta | --t)
   1.582 +    ac_prev=target_alias ;;
   1.583 +  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
   1.584 +    target_alias=$ac_optarg ;;
   1.585 +
   1.586 +  -v | -verbose | --verbose | --verbos | --verbo | --verb)
   1.587 +    verbose=yes ;;
   1.588 +
   1.589 +  -version | --version | --versio | --versi | --vers | -V)
   1.590 +    ac_init_version=: ;;
   1.591 +
   1.592 +  -with-* | --with-*)
   1.593 +    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   1.594 +    # Reject names that are not valid shell variable names.
   1.595 +    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
   1.596 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
   1.597 +   { (exit 1); exit 1; }; }
   1.598 +    ac_package=`echo $ac_package| sed 's/-/_/g'`
   1.599 +    case $ac_option in
   1.600 +      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
   1.601 +      *) ac_optarg=yes ;;
   1.602 +    esac
   1.603 +    eval "with_$ac_package='$ac_optarg'" ;;
   1.604 +
   1.605 +  -without-* | --without-*)
   1.606 +    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   1.607 +    # Reject names that are not valid shell variable names.
   1.608 +    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
   1.609 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
   1.610 +   { (exit 1); exit 1; }; }
   1.611 +    ac_package=`echo $ac_package | sed 's/-/_/g'`
   1.612 +    eval "with_$ac_package=no" ;;
   1.613 +
   1.614 +  --x)
   1.615 +    # Obsolete; use --with-x.
   1.616 +    with_x=yes ;;
   1.617 +
   1.618 +  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
   1.619 +  | --x-incl | --x-inc | --x-in | --x-i)
   1.620 +    ac_prev=x_includes ;;
   1.621 +  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
   1.622 +  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
   1.623 +    x_includes=$ac_optarg ;;
   1.624 +
   1.625 +  -x-libraries | --x-libraries | --x-librarie | --x-librari \
   1.626 +  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
   1.627 +    ac_prev=x_libraries ;;
   1.628 +  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
   1.629 +  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   1.630 +    x_libraries=$ac_optarg ;;
   1.631 +
   1.632 +  -*) { echo "$as_me: error: unrecognized option: $ac_option
   1.633 +Try \`$0 --help' for more information." >&2
   1.634 +   { (exit 1); exit 1; }; }
   1.635 +    ;;
   1.636 +
   1.637 +  *=*)
   1.638 +    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
   1.639 +    # Reject names that are not valid shell variable names.
   1.640 +    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
   1.641 +      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
   1.642 +   { (exit 1); exit 1; }; }
   1.643 +    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
   1.644 +    eval "$ac_envvar='$ac_optarg'"
   1.645 +    export $ac_envvar ;;
   1.646 +
   1.647 +  *)
   1.648 +    # FIXME: should be removed in autoconf 3.0.
   1.649 +    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   1.650 +    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1.651 +      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   1.652 +    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
   1.653 +    ;;
   1.654 +
   1.655 +  esac
   1.656 +done
   1.657 +
   1.658 +if test -n "$ac_prev"; then
   1.659 +  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   1.660 +  { echo "$as_me: error: missing argument to $ac_option" >&2
   1.661 +   { (exit 1); exit 1; }; }
   1.662 +fi
   1.663 +
   1.664 +# Be sure to have absolute paths.
   1.665 +for ac_var in exec_prefix prefix
   1.666 +do
   1.667 +  eval ac_val=$`echo $ac_var`
   1.668 +  case $ac_val in
   1.669 +    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
   1.670 +    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
   1.671 +   { (exit 1); exit 1; }; };;
   1.672 +  esac
   1.673 +done
   1.674 +
   1.675 +# Be sure to have absolute paths.
   1.676 +for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
   1.677 +	      localstatedir libdir includedir oldincludedir infodir mandir
   1.678 +do
   1.679 +  eval ac_val=$`echo $ac_var`
   1.680 +  case $ac_val in
   1.681 +    [\\/$]* | ?:[\\/]* ) ;;
   1.682 +    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
   1.683 +   { (exit 1); exit 1; }; };;
   1.684 +  esac
   1.685 +done
   1.686 +
   1.687 +# There might be people who depend on the old broken behavior: `$host'
   1.688 +# used to hold the argument of --host etc.
   1.689 +# FIXME: To remove some day.
   1.690 +build=$build_alias
   1.691 +host=$host_alias
   1.692 +target=$target_alias
   1.693 +
   1.694 +# FIXME: To remove some day.
   1.695 +if test "x$host_alias" != x; then
   1.696 +  if test "x$build_alias" = x; then
   1.697 +    cross_compiling=maybe
   1.698 +    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
   1.699 +    If a cross compiler is detected then cross compile mode will be used." >&2
   1.700 +  elif test "x$build_alias" != "x$host_alias"; then
   1.701 +    cross_compiling=yes
   1.702 +  fi
   1.703 +fi
   1.704 +
   1.705 +ac_tool_prefix=
   1.706 +test -n "$host_alias" && ac_tool_prefix=$host_alias-
   1.707 +
   1.708 +test "$silent" = yes && exec 6>/dev/null
   1.709 +
   1.710 +
   1.711 +# Find the source files, if location was not specified.
   1.712 +if test -z "$srcdir"; then
   1.713 +  ac_srcdir_defaulted=yes
   1.714 +  # Try the directory containing this script, then its parent.
   1.715 +  ac_confdir=`(dirname "$0") 2>/dev/null ||
   1.716 +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   1.717 +	 X"$0" : 'X\(//\)[^/]' \| \
   1.718 +	 X"$0" : 'X\(//\)$' \| \
   1.719 +	 X"$0" : 'X\(/\)' \| \
   1.720 +	 .     : '\(.\)' 2>/dev/null ||
   1.721 +echo X"$0" |
   1.722 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   1.723 +  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   1.724 +  	  /^X\(\/\/\)$/{ s//\1/; q; }
   1.725 +  	  /^X\(\/\).*/{ s//\1/; q; }
   1.726 +  	  s/.*/./; q'`
   1.727 +  srcdir=$ac_confdir
   1.728 +  if test ! -r $srcdir/$ac_unique_file; then
   1.729 +    srcdir=..
   1.730 +  fi
   1.731 +else
   1.732 +  ac_srcdir_defaulted=no
   1.733 +fi
   1.734 +if test ! -r $srcdir/$ac_unique_file; then
   1.735 +  if test "$ac_srcdir_defaulted" = yes; then
   1.736 +    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
   1.737 +   { (exit 1); exit 1; }; }
   1.738 +  else
   1.739 +    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
   1.740 +   { (exit 1); exit 1; }; }
   1.741 +  fi
   1.742 +fi
   1.743 +(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
   1.744 +  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
   1.745 +   { (exit 1); exit 1; }; }
   1.746 +srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
   1.747 +ac_env_build_alias_set=${build_alias+set}
   1.748 +ac_env_build_alias_value=$build_alias
   1.749 +ac_cv_env_build_alias_set=${build_alias+set}
   1.750 +ac_cv_env_build_alias_value=$build_alias
   1.751 +ac_env_host_alias_set=${host_alias+set}
   1.752 +ac_env_host_alias_value=$host_alias
   1.753 +ac_cv_env_host_alias_set=${host_alias+set}
   1.754 +ac_cv_env_host_alias_value=$host_alias
   1.755 +ac_env_target_alias_set=${target_alias+set}
   1.756 +ac_env_target_alias_value=$target_alias
   1.757 +ac_cv_env_target_alias_set=${target_alias+set}
   1.758 +ac_cv_env_target_alias_value=$target_alias
   1.759 +ac_env_CC_set=${CC+set}
   1.760 +ac_env_CC_value=$CC
   1.761 +ac_cv_env_CC_set=${CC+set}
   1.762 +ac_cv_env_CC_value=$CC
   1.763 +ac_env_CFLAGS_set=${CFLAGS+set}
   1.764 +ac_env_CFLAGS_value=$CFLAGS
   1.765 +ac_cv_env_CFLAGS_set=${CFLAGS+set}
   1.766 +ac_cv_env_CFLAGS_value=$CFLAGS
   1.767 +ac_env_LDFLAGS_set=${LDFLAGS+set}
   1.768 +ac_env_LDFLAGS_value=$LDFLAGS
   1.769 +ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
   1.770 +ac_cv_env_LDFLAGS_value=$LDFLAGS
   1.771 +ac_env_CPPFLAGS_set=${CPPFLAGS+set}
   1.772 +ac_env_CPPFLAGS_value=$CPPFLAGS
   1.773 +ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
   1.774 +ac_cv_env_CPPFLAGS_value=$CPPFLAGS
   1.775 +ac_env_CPP_set=${CPP+set}
   1.776 +ac_env_CPP_value=$CPP
   1.777 +ac_cv_env_CPP_set=${CPP+set}
   1.778 +ac_cv_env_CPP_value=$CPP
   1.779 +ac_env_PKG_CONFIG_set=${PKG_CONFIG+set}
   1.780 +ac_env_PKG_CONFIG_value=$PKG_CONFIG
   1.781 +ac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set}
   1.782 +ac_cv_env_PKG_CONFIG_value=$PKG_CONFIG
   1.783 +ac_env_GLIB_CFLAGS_set=${GLIB_CFLAGS+set}
   1.784 +ac_env_GLIB_CFLAGS_value=$GLIB_CFLAGS
   1.785 +ac_cv_env_GLIB_CFLAGS_set=${GLIB_CFLAGS+set}
   1.786 +ac_cv_env_GLIB_CFLAGS_value=$GLIB_CFLAGS
   1.787 +ac_env_GLIB_LIBS_set=${GLIB_LIBS+set}
   1.788 +ac_env_GLIB_LIBS_value=$GLIB_LIBS
   1.789 +ac_cv_env_GLIB_LIBS_set=${GLIB_LIBS+set}
   1.790 +ac_cv_env_GLIB_LIBS_value=$GLIB_LIBS
   1.791 +
   1.792 +#
   1.793 +# Report the --help message.
   1.794 +#
   1.795 +if test "$ac_init_help" = "long"; then
   1.796 +  # Omit some internal or obsolete options to make the list less imposing.
   1.797 +  # This message is too long to be a string in the A/UX 3.1 sh.
   1.798 +  cat <<_ACEOF
   1.799 +\`configure' configures masqmail 0.2.21 to adapt to many kinds of systems.
   1.800 +
   1.801 +Usage: $0 [OPTION]... [VAR=VALUE]...
   1.802 +
   1.803 +To assign environment variables (e.g., CC, CFLAGS...), specify them as
   1.804 +VAR=VALUE.  See below for descriptions of some of the useful variables.
   1.805 +
   1.806 +Defaults for the options are specified in brackets.
   1.807 +
   1.808 +Configuration:
   1.809 +  -h, --help              display this help and exit
   1.810 +      --help=short        display options specific to this package
   1.811 +      --help=recursive    display the short help of all the included packages
   1.812 +  -V, --version           display version information and exit
   1.813 +  -q, --quiet, --silent   do not print \`checking...' messages
   1.814 +      --cache-file=FILE   cache test results in FILE [disabled]
   1.815 +  -C, --config-cache      alias for \`--cache-file=config.cache'
   1.816 +  -n, --no-create         do not create output files
   1.817 +      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
   1.818 +
   1.819 +_ACEOF
   1.820 +
   1.821 +  cat <<_ACEOF
   1.822 +Installation directories:
   1.823 +  --prefix=PREFIX         install architecture-independent files in PREFIX
   1.824 +			  [$ac_default_prefix]
   1.825 +  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
   1.826 +			  [PREFIX]
   1.827 +
   1.828 +By default, \`make install' will install all the files in
   1.829 +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
   1.830 +an installation prefix other than \`$ac_default_prefix' using \`--prefix',
   1.831 +for instance \`--prefix=\$HOME'.
   1.832 +
   1.833 +For better control, use the options below.
   1.834 +
   1.835 +Fine tuning of the installation directories:
   1.836 +  --bindir=DIR           user executables [EPREFIX/bin]
   1.837 +  --sbindir=DIR          system admin executables [EPREFIX/sbin]
   1.838 +  --libexecdir=DIR       program executables [EPREFIX/libexec]
   1.839 +  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
   1.840 +  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
   1.841 +  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
   1.842 +  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
   1.843 +  --libdir=DIR           object code libraries [EPREFIX/lib]
   1.844 +  --includedir=DIR       C header files [PREFIX/include]
   1.845 +  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
   1.846 +  --infodir=DIR          info documentation [PREFIX/info]
   1.847 +  --mandir=DIR           man documentation [PREFIX/man]
   1.848 +_ACEOF
   1.849 +
   1.850 +  cat <<\_ACEOF
   1.851 +
   1.852 +Program names:
   1.853 +  --program-prefix=PREFIX            prepend PREFIX to installed program names
   1.854 +  --program-suffix=SUFFIX            append SUFFIX to installed program names
   1.855 +  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
   1.856 +_ACEOF
   1.857 +fi
   1.858 +
   1.859 +if test -n "$ac_init_help"; then
   1.860 +  case $ac_init_help in
   1.861 +     short | recursive ) echo "Configuration of masqmail 0.2.21:";;
   1.862 +   esac
   1.863 +  cat <<\_ACEOF
   1.864 +
   1.865 +Optional Features:
   1.866 +  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   1.867 +  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   1.868 +  --disable-dependency-tracking Speeds up one-time builds
   1.869 +  --enable-dependency-tracking  Do not reject slow dependency extractors
   1.870 +  --disable-resolver       disable resolver support
   1.871 +  --disable-debug          disable debugging
   1.872 +  --disable-smtp-server    disable smtp server support
   1.873 +  --disable-pop3           disable pop3 support
   1.874 +  --enable-auth            enable AUTH (RFC 2554) client support
   1.875 +  --enable-maildir            enable qmail style maildir support
   1.876 +  --enable-ident           enable ident (RFC 1413) support
   1.877 +  --enable-mserver         enable mserver support
   1.878 +
   1.879 +Optional Packages:
   1.880 +  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   1.881 +  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   1.882 +  --with-user=USER         set user mail
   1.883 +  --with-group=GROUP       set group trusted
   1.884 +  --with-glib-static=path  link glib statically (path mandatory!)
   1.885 +  --with-libcrypto         use libcrypto
   1.886 +  --with-liblockfile       use liblock (for Debian)
   1.887 +  --with-logdir=DIR        set log directory /var/masqmail
   1.888 +  --with-spooldir=DIR      set spool directory /var/spool/masqmail
   1.889 +  --with-confdir           directory for configuration /etc/masqmail
   1.890 +
   1.891 +Some influential environment variables:
   1.892 +  CC          C compiler command
   1.893 +  CFLAGS      C compiler flags
   1.894 +  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
   1.895 +              nonstandard directory <lib dir>
   1.896 +  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
   1.897 +              headers in a nonstandard directory <include dir>
   1.898 +  CPP         C preprocessor
   1.899 +  PKG_CONFIG  path to pkg-config utility
   1.900 +  GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
   1.901 +  GLIB_LIBS   linker flags for GLIB, overriding pkg-config
   1.902 +
   1.903 +Use these variables to override the choices made by `configure' or to help
   1.904 +it to find libraries and programs with nonstandard names/locations.
   1.905 +
   1.906 +Report bugs to <oku@debian.org>.
   1.907 +_ACEOF
   1.908 +fi
   1.909 +
   1.910 +if test "$ac_init_help" = "recursive"; then
   1.911 +  # If there are subdirs, report their specific --help.
   1.912 +  ac_popdir=`pwd`
   1.913 +  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
   1.914 +    test -d $ac_dir || continue
   1.915 +    ac_builddir=.
   1.916 +
   1.917 +if test "$ac_dir" != .; then
   1.918 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
   1.919 +  # A "../" for each directory in $ac_dir_suffix.
   1.920 +  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
   1.921 +else
   1.922 +  ac_dir_suffix= ac_top_builddir=
   1.923 +fi
   1.924 +
   1.925 +case $srcdir in
   1.926 +  .)  # No --srcdir option.  We are building in place.
   1.927 +    ac_srcdir=.
   1.928 +    if test -z "$ac_top_builddir"; then
   1.929 +       ac_top_srcdir=.
   1.930 +    else
   1.931 +       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
   1.932 +    fi ;;
   1.933 +  [\\/]* | ?:[\\/]* )  # Absolute path.
   1.934 +    ac_srcdir=$srcdir$ac_dir_suffix;
   1.935 +    ac_top_srcdir=$srcdir ;;
   1.936 +  *) # Relative path.
   1.937 +    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
   1.938 +    ac_top_srcdir=$ac_top_builddir$srcdir ;;
   1.939 +esac
   1.940 +
   1.941 +# Do not use `cd foo && pwd` to compute absolute paths, because
   1.942 +# the directories may not exist.
   1.943 +case `pwd` in
   1.944 +.) ac_abs_builddir="$ac_dir";;
   1.945 +*)
   1.946 +  case "$ac_dir" in
   1.947 +  .) ac_abs_builddir=`pwd`;;
   1.948 +  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
   1.949 +  *) ac_abs_builddir=`pwd`/"$ac_dir";;
   1.950 +  esac;;
   1.951 +esac
   1.952 +case $ac_abs_builddir in
   1.953 +.) ac_abs_top_builddir=${ac_top_builddir}.;;
   1.954 +*)
   1.955 +  case ${ac_top_builddir}. in
   1.956 +  .) ac_abs_top_builddir=$ac_abs_builddir;;
   1.957 +  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
   1.958 +  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
   1.959 +  esac;;
   1.960 +esac
   1.961 +case $ac_abs_builddir in
   1.962 +.) ac_abs_srcdir=$ac_srcdir;;
   1.963 +*)
   1.964 +  case $ac_srcdir in
   1.965 +  .) ac_abs_srcdir=$ac_abs_builddir;;
   1.966 +  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
   1.967 +  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
   1.968 +  esac;;
   1.969 +esac
   1.970 +case $ac_abs_builddir in
   1.971 +.) ac_abs_top_srcdir=$ac_top_srcdir;;
   1.972 +*)
   1.973 +  case $ac_top_srcdir in
   1.974 +  .) ac_abs_top_srcdir=$ac_abs_builddir;;
   1.975 +  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
   1.976 +  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
   1.977 +  esac;;
   1.978 +esac
   1.979 +
   1.980 +    cd $ac_dir
   1.981 +    # Check for guested configure; otherwise get Cygnus style configure.
   1.982 +    if test -f $ac_srcdir/configure.gnu; then
   1.983 +      echo
   1.984 +      $SHELL $ac_srcdir/configure.gnu  --help=recursive
   1.985 +    elif test -f $ac_srcdir/configure; then
   1.986 +      echo
   1.987 +      $SHELL $ac_srcdir/configure  --help=recursive
   1.988 +    elif test -f $ac_srcdir/configure.ac ||
   1.989 +	   test -f $ac_srcdir/configure.in; then
   1.990 +      echo
   1.991 +      $ac_configure --help
   1.992 +    else
   1.993 +      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
   1.994 +    fi
   1.995 +    cd "$ac_popdir"
   1.996 +  done
   1.997 +fi
   1.998 +
   1.999 +test -n "$ac_init_help" && exit 0
  1.1000 +if $ac_init_version; then
  1.1001 +  cat <<\_ACEOF
  1.1002 +masqmail configure 0.2.21
  1.1003 +generated by GNU Autoconf 2.59
  1.1004 +
  1.1005 +Copyright (C) 2003 Free Software Foundation, Inc.
  1.1006 +This configure script is free software; the Free Software Foundation
  1.1007 +gives unlimited permission to copy, distribute and modify it.
  1.1008 +_ACEOF
  1.1009 +  exit 0
  1.1010 +fi
  1.1011 +exec 5>config.log
  1.1012 +cat >&5 <<_ACEOF
  1.1013 +This file contains any messages produced by compilers while
  1.1014 +running configure, to aid debugging if configure makes a mistake.
  1.1015 +
  1.1016 +It was created by masqmail $as_me 0.2.21, which was
  1.1017 +generated by GNU Autoconf 2.59.  Invocation command line was
  1.1018 +
  1.1019 +  $ $0 $@
  1.1020 +
  1.1021 +_ACEOF
  1.1022 +{
  1.1023 +cat <<_ASUNAME
  1.1024 +## --------- ##
  1.1025 +## Platform. ##
  1.1026 +## --------- ##
  1.1027 +
  1.1028 +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1.1029 +uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1.1030 +uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1.1031 +uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1.1032 +uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1.1033 +
  1.1034 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1.1035 +/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  1.1036 +
  1.1037 +/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1.1038 +/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1.1039 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1.1040 +hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
  1.1041 +/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1.1042 +/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1.1043 +/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1.1044 +
  1.1045 +_ASUNAME
  1.1046 +
  1.1047 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1048 +for as_dir in $PATH
  1.1049 +do
  1.1050 +  IFS=$as_save_IFS
  1.1051 +  test -z "$as_dir" && as_dir=.
  1.1052 +  echo "PATH: $as_dir"
  1.1053 +done
  1.1054 +
  1.1055 +} >&5
  1.1056 +
  1.1057 +cat >&5 <<_ACEOF
  1.1058 +
  1.1059 +
  1.1060 +## ----------- ##
  1.1061 +## Core tests. ##
  1.1062 +## ----------- ##
  1.1063 +
  1.1064 +_ACEOF
  1.1065 +
  1.1066 +
  1.1067 +# Keep a trace of the command line.
  1.1068 +# Strip out --no-create and --no-recursion so they do not pile up.
  1.1069 +# Strip out --silent because we don't want to record it for future runs.
  1.1070 +# Also quote any args containing shell meta-characters.
  1.1071 +# Make two passes to allow for proper duplicate-argument suppression.
  1.1072 +ac_configure_args=
  1.1073 +ac_configure_args0=
  1.1074 +ac_configure_args1=
  1.1075 +ac_sep=
  1.1076 +ac_must_keep_next=false
  1.1077 +for ac_pass in 1 2
  1.1078 +do
  1.1079 +  for ac_arg
  1.1080 +  do
  1.1081 +    case $ac_arg in
  1.1082 +    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1.1083 +    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.1084 +    | -silent | --silent | --silen | --sile | --sil)
  1.1085 +      continue ;;
  1.1086 +    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1.1087 +      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.1088 +    esac
  1.1089 +    case $ac_pass in
  1.1090 +    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1.1091 +    2)
  1.1092 +      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1.1093 +      if test $ac_must_keep_next = true; then
  1.1094 +	ac_must_keep_next=false # Got value, back to normal.
  1.1095 +      else
  1.1096 +	case $ac_arg in
  1.1097 +	  *=* | --config-cache | -C | -disable-* | --disable-* \
  1.1098 +	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  1.1099 +	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  1.1100 +	  | -with-* | --with-* | -without-* | --without-* | --x)
  1.1101 +	    case "$ac_configure_args0 " in
  1.1102 +	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1.1103 +	    esac
  1.1104 +	    ;;
  1.1105 +	  -* ) ac_must_keep_next=true ;;
  1.1106 +	esac
  1.1107 +      fi
  1.1108 +      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  1.1109 +      # Get rid of the leading space.
  1.1110 +      ac_sep=" "
  1.1111 +      ;;
  1.1112 +    esac
  1.1113 +  done
  1.1114 +done
  1.1115 +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1.1116 +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1.1117 +
  1.1118 +# When interrupted or exit'd, cleanup temporary files, and complete
  1.1119 +# config.log.  We remove comments because anyway the quotes in there
  1.1120 +# would cause problems or look ugly.
  1.1121 +# WARNING: Be sure not to use single quotes in there, as some shells,
  1.1122 +# such as our DU 5.0 friend, will then `close' the trap.
  1.1123 +trap 'exit_status=$?
  1.1124 +  # Save into config.log some information that might help in debugging.
  1.1125 +  {
  1.1126 +    echo
  1.1127 +
  1.1128 +    cat <<\_ASBOX
  1.1129 +## ---------------- ##
  1.1130 +## Cache variables. ##
  1.1131 +## ---------------- ##
  1.1132 +_ASBOX
  1.1133 +    echo
  1.1134 +    # The following way of writing the cache mishandles newlines in values,
  1.1135 +{
  1.1136 +  (set) 2>&1 |
  1.1137 +    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  1.1138 +    *ac_space=\ *)
  1.1139 +      sed -n \
  1.1140 +	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
  1.1141 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
  1.1142 +      ;;
  1.1143 +    *)
  1.1144 +      sed -n \
  1.1145 +	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  1.1146 +      ;;
  1.1147 +    esac;
  1.1148 +}
  1.1149 +    echo
  1.1150 +
  1.1151 +    cat <<\_ASBOX
  1.1152 +## ----------------- ##
  1.1153 +## Output variables. ##
  1.1154 +## ----------------- ##
  1.1155 +_ASBOX
  1.1156 +    echo
  1.1157 +    for ac_var in $ac_subst_vars
  1.1158 +    do
  1.1159 +      eval ac_val=$`echo $ac_var`
  1.1160 +      echo "$ac_var='"'"'$ac_val'"'"'"
  1.1161 +    done | sort
  1.1162 +    echo
  1.1163 +
  1.1164 +    if test -n "$ac_subst_files"; then
  1.1165 +      cat <<\_ASBOX
  1.1166 +## ------------- ##
  1.1167 +## Output files. ##
  1.1168 +## ------------- ##
  1.1169 +_ASBOX
  1.1170 +      echo
  1.1171 +      for ac_var in $ac_subst_files
  1.1172 +      do
  1.1173 +	eval ac_val=$`echo $ac_var`
  1.1174 +	echo "$ac_var='"'"'$ac_val'"'"'"
  1.1175 +      done | sort
  1.1176 +      echo
  1.1177 +    fi
  1.1178 +
  1.1179 +    if test -s confdefs.h; then
  1.1180 +      cat <<\_ASBOX
  1.1181 +## ----------- ##
  1.1182 +## confdefs.h. ##
  1.1183 +## ----------- ##
  1.1184 +_ASBOX
  1.1185 +      echo
  1.1186 +      sed "/^$/d" confdefs.h | sort
  1.1187 +      echo
  1.1188 +    fi
  1.1189 +    test "$ac_signal" != 0 &&
  1.1190 +      echo "$as_me: caught signal $ac_signal"
  1.1191 +    echo "$as_me: exit $exit_status"
  1.1192 +  } >&5
  1.1193 +  rm -f core *.core &&
  1.1194 +  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1.1195 +    exit $exit_status
  1.1196 +     ' 0
  1.1197 +for ac_signal in 1 2 13 15; do
  1.1198 +  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1.1199 +done
  1.1200 +ac_signal=0
  1.1201 +
  1.1202 +# confdefs.h avoids OS command line length limits that DEFS can exceed.
  1.1203 +rm -rf conftest* confdefs.h
  1.1204 +# AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1.1205 +echo >confdefs.h
  1.1206 +
  1.1207 +# Predefined preprocessor variables.
  1.1208 +
  1.1209 +cat >>confdefs.h <<_ACEOF
  1.1210 +#define PACKAGE_NAME "$PACKAGE_NAME"
  1.1211 +_ACEOF
  1.1212 +
  1.1213 +
  1.1214 +cat >>confdefs.h <<_ACEOF
  1.1215 +#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1.1216 +_ACEOF
  1.1217 +
  1.1218 +
  1.1219 +cat >>confdefs.h <<_ACEOF
  1.1220 +#define PACKAGE_VERSION "$PACKAGE_VERSION"
  1.1221 +_ACEOF
  1.1222 +
  1.1223 +
  1.1224 +cat >>confdefs.h <<_ACEOF
  1.1225 +#define PACKAGE_STRING "$PACKAGE_STRING"
  1.1226 +_ACEOF
  1.1227 +
  1.1228 +
  1.1229 +cat >>confdefs.h <<_ACEOF
  1.1230 +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1.1231 +_ACEOF
  1.1232 +
  1.1233 +
  1.1234 +# Let the site file select an alternate cache file if it wants to.
  1.1235 +# Prefer explicitly selected file to automatically selected ones.
  1.1236 +if test -z "$CONFIG_SITE"; then
  1.1237 +  if test "x$prefix" != xNONE; then
  1.1238 +    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1.1239 +  else
  1.1240 +    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1.1241 +  fi
  1.1242 +fi
  1.1243 +for ac_site_file in $CONFIG_SITE; do
  1.1244 +  if test -r "$ac_site_file"; then
  1.1245 +    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1.1246 +echo "$as_me: loading site script $ac_site_file" >&6;}
  1.1247 +    sed 's/^/| /' "$ac_site_file" >&5
  1.1248 +    . "$ac_site_file"
  1.1249 +  fi
  1.1250 +done
  1.1251 +
  1.1252 +if test -r "$cache_file"; then
  1.1253 +  # Some versions of bash will fail to source /dev/null (special
  1.1254 +  # files actually), so we avoid doing that.
  1.1255 +  if test -f "$cache_file"; then
  1.1256 +    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1.1257 +echo "$as_me: loading cache $cache_file" >&6;}
  1.1258 +    case $cache_file in
  1.1259 +      [\\/]* | ?:[\\/]* ) . $cache_file;;
  1.1260 +      *)                      . ./$cache_file;;
  1.1261 +    esac
  1.1262 +  fi
  1.1263 +else
  1.1264 +  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1.1265 +echo "$as_me: creating cache $cache_file" >&6;}
  1.1266 +  >$cache_file
  1.1267 +fi
  1.1268 +
  1.1269 +# Check that the precious variables saved in the cache have kept the same
  1.1270 +# value.
  1.1271 +ac_cache_corrupted=false
  1.1272 +for ac_var in `(set) 2>&1 |
  1.1273 +	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
  1.1274 +  eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1.1275 +  eval ac_new_set=\$ac_env_${ac_var}_set
  1.1276 +  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
  1.1277 +  eval ac_new_val="\$ac_env_${ac_var}_value"
  1.1278 +  case $ac_old_set,$ac_new_set in
  1.1279 +    set,)
  1.1280 +      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1.1281 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1.1282 +      ac_cache_corrupted=: ;;
  1.1283 +    ,set)
  1.1284 +      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1.1285 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1.1286 +      ac_cache_corrupted=: ;;
  1.1287 +    ,);;
  1.1288 +    *)
  1.1289 +      if test "x$ac_old_val" != "x$ac_new_val"; then
  1.1290 +	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1.1291 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1.1292 +	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1.1293 +echo "$as_me:   former value:  $ac_old_val" >&2;}
  1.1294 +	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1.1295 +echo "$as_me:   current value: $ac_new_val" >&2;}
  1.1296 +	ac_cache_corrupted=:
  1.1297 +      fi;;
  1.1298 +  esac
  1.1299 +  # Pass precious variables to config.status.
  1.1300 +  if test "$ac_new_set" = set; then
  1.1301 +    case $ac_new_val in
  1.1302 +    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1.1303 +      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.1304 +    *) ac_arg=$ac_var=$ac_new_val ;;
  1.1305 +    esac
  1.1306 +    case " $ac_configure_args " in
  1.1307 +      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1.1308 +      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1.1309 +    esac
  1.1310 +  fi
  1.1311 +done
  1.1312 +if $ac_cache_corrupted; then
  1.1313 +  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1.1314 +echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1.1315 +  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1.1316 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1.1317 +   { (exit 1); exit 1; }; }
  1.1318 +fi
  1.1319 +
  1.1320 +ac_ext=c
  1.1321 +ac_cpp='$CPP $CPPFLAGS'
  1.1322 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.1323 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.1324 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.1325 +
  1.1326 +
  1.1327 +
  1.1328 +
  1.1329 +
  1.1330 +
  1.1331 +
  1.1332 +
  1.1333 +
  1.1334 +
  1.1335 +
  1.1336 +
  1.1337 +
  1.1338 +
  1.1339 +
  1.1340 +
  1.1341 +
  1.1342 +
  1.1343 +
  1.1344 +
  1.1345 +
  1.1346 +
  1.1347 +
  1.1348 +
  1.1349 +
  1.1350 +
  1.1351 +
  1.1352 +
  1.1353 +          ac_config_headers="$ac_config_headers config.h"
  1.1354 +
  1.1355 +am__api_version="1.7"
  1.1356 +ac_aux_dir=
  1.1357 +for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1.1358 +  if test -f $ac_dir/install-sh; then
  1.1359 +    ac_aux_dir=$ac_dir
  1.1360 +    ac_install_sh="$ac_aux_dir/install-sh -c"
  1.1361 +    break
  1.1362 +  elif test -f $ac_dir/install.sh; then
  1.1363 +    ac_aux_dir=$ac_dir
  1.1364 +    ac_install_sh="$ac_aux_dir/install.sh -c"
  1.1365 +    break
  1.1366 +  elif test -f $ac_dir/shtool; then
  1.1367 +    ac_aux_dir=$ac_dir
  1.1368 +    ac_install_sh="$ac_aux_dir/shtool install -c"
  1.1369 +    break
  1.1370 +  fi
  1.1371 +done
  1.1372 +if test -z "$ac_aux_dir"; then
  1.1373 +  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  1.1374 +echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
  1.1375 +   { (exit 1); exit 1; }; }
  1.1376 +fi
  1.1377 +ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  1.1378 +ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  1.1379 +ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
  1.1380 +
  1.1381 +# Find a good install program.  We prefer a C program (faster),
  1.1382 +# so one script is as good as another.  But avoid the broken or
  1.1383 +# incompatible versions:
  1.1384 +# SysV /etc/install, /usr/sbin/install
  1.1385 +# SunOS /usr/etc/install
  1.1386 +# IRIX /sbin/install
  1.1387 +# AIX /bin/install
  1.1388 +# AmigaOS /C/install, which installs bootblocks on floppy discs
  1.1389 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1.1390 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1.1391 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1.1392 +# OS/2's system install, which has a completely different semantic
  1.1393 +# ./install, which can be erroneously created by make from ./install.sh.
  1.1394 +echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1.1395 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  1.1396 +if test -z "$INSTALL"; then
  1.1397 +if test "${ac_cv_path_install+set}" = set; then
  1.1398 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1399 +else
  1.1400 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1401 +for as_dir in $PATH
  1.1402 +do
  1.1403 +  IFS=$as_save_IFS
  1.1404 +  test -z "$as_dir" && as_dir=.
  1.1405 +  # Account for people who put trailing slashes in PATH elements.
  1.1406 +case $as_dir/ in
  1.1407 +  ./ | .// | /cC/* | \
  1.1408 +  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  1.1409 +  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
  1.1410 +  /usr/ucb/* ) ;;
  1.1411 +  *)
  1.1412 +    # OSF1 and SCO ODT 3.0 have their own names for install.
  1.1413 +    # Don't use installbsd from OSF since it installs stuff as root
  1.1414 +    # by default.
  1.1415 +    for ac_prog in ginstall scoinst install; do
  1.1416 +      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1417 +	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  1.1418 +	  if test $ac_prog = install &&
  1.1419 +	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1.1420 +	    # AIX install.  It has an incompatible calling convention.
  1.1421 +	    :
  1.1422 +	  elif test $ac_prog = install &&
  1.1423 +	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1.1424 +	    # program-specific install script used by HP pwplus--don't use.
  1.1425 +	    :
  1.1426 +	  else
  1.1427 +	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1.1428 +	    break 3
  1.1429 +	  fi
  1.1430 +	fi
  1.1431 +      done
  1.1432 +    done
  1.1433 +    ;;
  1.1434 +esac
  1.1435 +done
  1.1436 +
  1.1437 +
  1.1438 +fi
  1.1439 +  if test "${ac_cv_path_install+set}" = set; then
  1.1440 +    INSTALL=$ac_cv_path_install
  1.1441 +  else
  1.1442 +    # As a last resort, use the slow shell script.  We don't cache a
  1.1443 +    # path for INSTALL within a source directory, because that will
  1.1444 +    # break other packages using the cache if that directory is
  1.1445 +    # removed, or if the path is relative.
  1.1446 +    INSTALL=$ac_install_sh
  1.1447 +  fi
  1.1448 +fi
  1.1449 +echo "$as_me:$LINENO: result: $INSTALL" >&5
  1.1450 +echo "${ECHO_T}$INSTALL" >&6
  1.1451 +
  1.1452 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1.1453 +# It thinks the first close brace ends the variable substitution.
  1.1454 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1.1455 +
  1.1456 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  1.1457 +
  1.1458 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1.1459 +
  1.1460 +echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  1.1461 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  1.1462 +# Just in case
  1.1463 +sleep 1
  1.1464 +echo timestamp > conftest.file
  1.1465 +# Do `set' in a subshell so we don't clobber the current shell's
  1.1466 +# arguments.  Must try -L first in case configure is actually a
  1.1467 +# symlink; some systems play weird games with the mod time of symlinks
  1.1468 +# (eg FreeBSD returns the mod time of the symlink's containing
  1.1469 +# directory).
  1.1470 +if (
  1.1471 +   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  1.1472 +   if test "$*" = "X"; then
  1.1473 +      # -L didn't work.
  1.1474 +      set X `ls -t $srcdir/configure conftest.file`
  1.1475 +   fi
  1.1476 +   rm -f conftest.file
  1.1477 +   if test "$*" != "X $srcdir/configure conftest.file" \
  1.1478 +      && test "$*" != "X conftest.file $srcdir/configure"; then
  1.1479 +
  1.1480 +      # If neither matched, then we have a broken ls.  This can happen
  1.1481 +      # if, for instance, CONFIG_SHELL is bash and it inherits a
  1.1482 +      # broken ls alias from the environment.  This has actually
  1.1483 +      # happened.  Such a system could not be considered "sane".
  1.1484 +      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
  1.1485 +alias in your environment" >&5
  1.1486 +echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
  1.1487 +alias in your environment" >&2;}
  1.1488 +   { (exit 1); exit 1; }; }
  1.1489 +   fi
  1.1490 +
  1.1491 +   test "$2" = conftest.file
  1.1492 +   )
  1.1493 +then
  1.1494 +   # Ok.
  1.1495 +   :
  1.1496 +else
  1.1497 +   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  1.1498 +Check your system clock" >&5
  1.1499 +echo "$as_me: error: newly created file is older than distributed files!
  1.1500 +Check your system clock" >&2;}
  1.1501 +   { (exit 1); exit 1; }; }
  1.1502 +fi
  1.1503 +echo "$as_me:$LINENO: result: yes" >&5
  1.1504 +echo "${ECHO_T}yes" >&6
  1.1505 +test "$program_prefix" != NONE &&
  1.1506 +  program_transform_name="s,^,$program_prefix,;$program_transform_name"
  1.1507 +# Use a double $ so make ignores it.
  1.1508 +test "$program_suffix" != NONE &&
  1.1509 +  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
  1.1510 +# Double any \ or $.  echo might interpret backslashes.
  1.1511 +# By default was `s,x,x', remove it if useless.
  1.1512 +cat <<\_ACEOF >conftest.sed
  1.1513 +s/[\\$]/&&/g;s/;s,x,x,$//
  1.1514 +_ACEOF
  1.1515 +program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  1.1516 +rm conftest.sed
  1.1517 +
  1.1518 +
  1.1519 +# expand $ac_aux_dir to an absolute path
  1.1520 +am_aux_dir=`cd $ac_aux_dir && pwd`
  1.1521 +
  1.1522 +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
  1.1523 +# Use eval to expand $SHELL
  1.1524 +if eval "$MISSING --run true"; then
  1.1525 +  am_missing_run="$MISSING --run "
  1.1526 +else
  1.1527 +  am_missing_run=
  1.1528 +  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
  1.1529 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
  1.1530 +fi
  1.1531 +
  1.1532 +for ac_prog in gawk mawk nawk awk
  1.1533 +do
  1.1534 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
  1.1535 +set dummy $ac_prog; ac_word=$2
  1.1536 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.1537 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.1538 +if test "${ac_cv_prog_AWK+set}" = set; then
  1.1539 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1540 +else
  1.1541 +  if test -n "$AWK"; then
  1.1542 +  ac_cv_prog_AWK="$AWK" # Let the user override the test.
  1.1543 +else
  1.1544 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1545 +for as_dir in $PATH
  1.1546 +do
  1.1547 +  IFS=$as_save_IFS
  1.1548 +  test -z "$as_dir" && as_dir=.
  1.1549 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.1550 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1551 +    ac_cv_prog_AWK="$ac_prog"
  1.1552 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1553 +    break 2
  1.1554 +  fi
  1.1555 +done
  1.1556 +done
  1.1557 +
  1.1558 +fi
  1.1559 +fi
  1.1560 +AWK=$ac_cv_prog_AWK
  1.1561 +if test -n "$AWK"; then
  1.1562 +  echo "$as_me:$LINENO: result: $AWK" >&5
  1.1563 +echo "${ECHO_T}$AWK" >&6
  1.1564 +else
  1.1565 +  echo "$as_me:$LINENO: result: no" >&5
  1.1566 +echo "${ECHO_T}no" >&6
  1.1567 +fi
  1.1568 +
  1.1569 +  test -n "$AWK" && break
  1.1570 +done
  1.1571 +
  1.1572 +echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  1.1573 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
  1.1574 +set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
  1.1575 +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
  1.1576 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1577 +else
  1.1578 +  cat >conftest.make <<\_ACEOF
  1.1579 +all:
  1.1580 +	@echo 'ac_maketemp="$(MAKE)"'
  1.1581 +_ACEOF
  1.1582 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1.1583 +eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
  1.1584 +if test -n "$ac_maketemp"; then
  1.1585 +  eval ac_cv_prog_make_${ac_make}_set=yes
  1.1586 +else
  1.1587 +  eval ac_cv_prog_make_${ac_make}_set=no
  1.1588 +fi
  1.1589 +rm -f conftest.make
  1.1590 +fi
  1.1591 +if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  1.1592 +  echo "$as_me:$LINENO: result: yes" >&5
  1.1593 +echo "${ECHO_T}yes" >&6
  1.1594 +  SET_MAKE=
  1.1595 +else
  1.1596 +  echo "$as_me:$LINENO: result: no" >&5
  1.1597 +echo "${ECHO_T}no" >&6
  1.1598 +  SET_MAKE="MAKE=${MAKE-make}"
  1.1599 +fi
  1.1600 +
  1.1601 +rm -rf .tst 2>/dev/null
  1.1602 +mkdir .tst 2>/dev/null
  1.1603 +if test -d .tst; then
  1.1604 +  am__leading_dot=.
  1.1605 +else
  1.1606 +  am__leading_dot=_
  1.1607 +fi
  1.1608 +rmdir .tst 2>/dev/null
  1.1609 +
  1.1610 + # test to see if srcdir already configured
  1.1611 +if test "`cd $srcdir && pwd`" != "`pwd`" &&
  1.1612 +   test -f $srcdir/config.status; then
  1.1613 +  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  1.1614 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
  1.1615 +   { (exit 1); exit 1; }; }
  1.1616 +fi
  1.1617 +
  1.1618 +# test whether we have cygpath
  1.1619 +if test -z "$CYGPATH_W"; then
  1.1620 +  if (cygpath --version) >/dev/null 2>/dev/null; then
  1.1621 +    CYGPATH_W='cygpath -w'
  1.1622 +  else
  1.1623 +    CYGPATH_W=echo
  1.1624 +  fi
  1.1625 +fi
  1.1626 +
  1.1627 +
  1.1628 +# Define the identity of the package.
  1.1629 + PACKAGE='masqmail'
  1.1630 + VERSION='0.2.21'
  1.1631 +
  1.1632 +
  1.1633 +cat >>confdefs.h <<_ACEOF
  1.1634 +#define PACKAGE "$PACKAGE"
  1.1635 +_ACEOF
  1.1636 +
  1.1637 +
  1.1638 +cat >>confdefs.h <<_ACEOF
  1.1639 +#define VERSION "$VERSION"
  1.1640 +_ACEOF
  1.1641 +
  1.1642 +# Some tools Automake needs.
  1.1643 +
  1.1644 +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  1.1645 +
  1.1646 +
  1.1647 +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  1.1648 +
  1.1649 +
  1.1650 +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  1.1651 +
  1.1652 +
  1.1653 +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  1.1654 +
  1.1655 +
  1.1656 +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  1.1657 +
  1.1658 +
  1.1659 +AMTAR=${AMTAR-"${am_missing_run}tar"}
  1.1660 +
  1.1661 +install_sh=${install_sh-"$am_aux_dir/install-sh"}
  1.1662 +
  1.1663 +# Installed binaries are usually stripped using `strip' when the user
  1.1664 +# run `make install-strip'.  However `strip' might not be the right
  1.1665 +# tool to use in cross-compilation environments, therefore Automake
  1.1666 +# will honor the `STRIP' environment variable to overrule this program.
  1.1667 +if test "$cross_compiling" != no; then
  1.1668 +  if test -n "$ac_tool_prefix"; then
  1.1669 +  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  1.1670 +set dummy ${ac_tool_prefix}strip; ac_word=$2
  1.1671 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.1672 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.1673 +if test "${ac_cv_prog_STRIP+set}" = set; then
  1.1674 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1675 +else
  1.1676 +  if test -n "$STRIP"; then
  1.1677 +  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  1.1678 +else
  1.1679 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1680 +for as_dir in $PATH
  1.1681 +do
  1.1682 +  IFS=$as_save_IFS
  1.1683 +  test -z "$as_dir" && as_dir=.
  1.1684 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.1685 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1686 +    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  1.1687 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1688 +    break 2
  1.1689 +  fi
  1.1690 +done
  1.1691 +done
  1.1692 +
  1.1693 +fi
  1.1694 +fi
  1.1695 +STRIP=$ac_cv_prog_STRIP
  1.1696 +if test -n "$STRIP"; then
  1.1697 +  echo "$as_me:$LINENO: result: $STRIP" >&5
  1.1698 +echo "${ECHO_T}$STRIP" >&6
  1.1699 +else
  1.1700 +  echo "$as_me:$LINENO: result: no" >&5
  1.1701 +echo "${ECHO_T}no" >&6
  1.1702 +fi
  1.1703 +
  1.1704 +fi
  1.1705 +if test -z "$ac_cv_prog_STRIP"; then
  1.1706 +  ac_ct_STRIP=$STRIP
  1.1707 +  # Extract the first word of "strip", so it can be a program name with args.
  1.1708 +set dummy strip; ac_word=$2
  1.1709 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.1710 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.1711 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  1.1712 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1713 +else
  1.1714 +  if test -n "$ac_ct_STRIP"; then
  1.1715 +  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  1.1716 +else
  1.1717 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1718 +for as_dir in $PATH
  1.1719 +do
  1.1720 +  IFS=$as_save_IFS
  1.1721 +  test -z "$as_dir" && as_dir=.
  1.1722 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.1723 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1724 +    ac_cv_prog_ac_ct_STRIP="strip"
  1.1725 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1726 +    break 2
  1.1727 +  fi
  1.1728 +done
  1.1729 +done
  1.1730 +
  1.1731 +  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
  1.1732 +fi
  1.1733 +fi
  1.1734 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  1.1735 +if test -n "$ac_ct_STRIP"; then
  1.1736 +  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  1.1737 +echo "${ECHO_T}$ac_ct_STRIP" >&6
  1.1738 +else
  1.1739 +  echo "$as_me:$LINENO: result: no" >&5
  1.1740 +echo "${ECHO_T}no" >&6
  1.1741 +fi
  1.1742 +
  1.1743 +  STRIP=$ac_ct_STRIP
  1.1744 +else
  1.1745 +  STRIP="$ac_cv_prog_STRIP"
  1.1746 +fi
  1.1747 +
  1.1748 +fi
  1.1749 +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
  1.1750 +
  1.1751 +# We need awk for the "check" target.  The system "awk" is bad on
  1.1752 +# some platforms.
  1.1753 +
  1.1754 +
  1.1755 +
  1.1756 +
  1.1757 +
  1.1758 +
  1.1759 +
  1.1760 +
  1.1761 +ac_ext=c
  1.1762 +ac_cpp='$CPP $CPPFLAGS'
  1.1763 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.1764 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.1765 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.1766 +if test -n "$ac_tool_prefix"; then
  1.1767 +  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1.1768 +set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1.1769 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.1770 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.1771 +if test "${ac_cv_prog_CC+set}" = set; then
  1.1772 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1773 +else
  1.1774 +  if test -n "$CC"; then
  1.1775 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.1776 +else
  1.1777 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1778 +for as_dir in $PATH
  1.1779 +do
  1.1780 +  IFS=$as_save_IFS
  1.1781 +  test -z "$as_dir" && as_dir=.
  1.1782 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.1783 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1784 +    ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1.1785 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1786 +    break 2
  1.1787 +  fi
  1.1788 +done
  1.1789 +done
  1.1790 +
  1.1791 +fi
  1.1792 +fi
  1.1793 +CC=$ac_cv_prog_CC
  1.1794 +if test -n "$CC"; then
  1.1795 +  echo "$as_me:$LINENO: result: $CC" >&5
  1.1796 +echo "${ECHO_T}$CC" >&6
  1.1797 +else
  1.1798 +  echo "$as_me:$LINENO: result: no" >&5
  1.1799 +echo "${ECHO_T}no" >&6
  1.1800 +fi
  1.1801 +
  1.1802 +fi
  1.1803 +if test -z "$ac_cv_prog_CC"; then
  1.1804 +  ac_ct_CC=$CC
  1.1805 +  # Extract the first word of "gcc", so it can be a program name with args.
  1.1806 +set dummy gcc; ac_word=$2
  1.1807 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.1808 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.1809 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1.1810 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1811 +else
  1.1812 +  if test -n "$ac_ct_CC"; then
  1.1813 +  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1.1814 +else
  1.1815 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1816 +for as_dir in $PATH
  1.1817 +do
  1.1818 +  IFS=$as_save_IFS
  1.1819 +  test -z "$as_dir" && as_dir=.
  1.1820 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.1821 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1822 +    ac_cv_prog_ac_ct_CC="gcc"
  1.1823 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1824 +    break 2
  1.1825 +  fi
  1.1826 +done
  1.1827 +done
  1.1828 +
  1.1829 +fi
  1.1830 +fi
  1.1831 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1.1832 +if test -n "$ac_ct_CC"; then
  1.1833 +  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1.1834 +echo "${ECHO_T}$ac_ct_CC" >&6
  1.1835 +else
  1.1836 +  echo "$as_me:$LINENO: result: no" >&5
  1.1837 +echo "${ECHO_T}no" >&6
  1.1838 +fi
  1.1839 +
  1.1840 +  CC=$ac_ct_CC
  1.1841 +else
  1.1842 +  CC="$ac_cv_prog_CC"
  1.1843 +fi
  1.1844 +
  1.1845 +if test -z "$CC"; then
  1.1846 +  if test -n "$ac_tool_prefix"; then
  1.1847 +  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1.1848 +set dummy ${ac_tool_prefix}cc; ac_word=$2
  1.1849 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.1850 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.1851 +if test "${ac_cv_prog_CC+set}" = set; then
  1.1852 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1853 +else
  1.1854 +  if test -n "$CC"; then
  1.1855 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.1856 +else
  1.1857 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1858 +for as_dir in $PATH
  1.1859 +do
  1.1860 +  IFS=$as_save_IFS
  1.1861 +  test -z "$as_dir" && as_dir=.
  1.1862 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.1863 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1864 +    ac_cv_prog_CC="${ac_tool_prefix}cc"
  1.1865 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1866 +    break 2
  1.1867 +  fi
  1.1868 +done
  1.1869 +done
  1.1870 +
  1.1871 +fi
  1.1872 +fi
  1.1873 +CC=$ac_cv_prog_CC
  1.1874 +if test -n "$CC"; then
  1.1875 +  echo "$as_me:$LINENO: result: $CC" >&5
  1.1876 +echo "${ECHO_T}$CC" >&6
  1.1877 +else
  1.1878 +  echo "$as_me:$LINENO: result: no" >&5
  1.1879 +echo "${ECHO_T}no" >&6
  1.1880 +fi
  1.1881 +
  1.1882 +fi
  1.1883 +if test -z "$ac_cv_prog_CC"; then
  1.1884 +  ac_ct_CC=$CC
  1.1885 +  # Extract the first word of "cc", so it can be a program name with args.
  1.1886 +set dummy cc; ac_word=$2
  1.1887 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.1888 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.1889 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1.1890 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1891 +else
  1.1892 +  if test -n "$ac_ct_CC"; then
  1.1893 +  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1.1894 +else
  1.1895 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1896 +for as_dir in $PATH
  1.1897 +do
  1.1898 +  IFS=$as_save_IFS
  1.1899 +  test -z "$as_dir" && as_dir=.
  1.1900 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.1901 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1902 +    ac_cv_prog_ac_ct_CC="cc"
  1.1903 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1904 +    break 2
  1.1905 +  fi
  1.1906 +done
  1.1907 +done
  1.1908 +
  1.1909 +fi
  1.1910 +fi
  1.1911 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1.1912 +if test -n "$ac_ct_CC"; then
  1.1913 +  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1.1914 +echo "${ECHO_T}$ac_ct_CC" >&6
  1.1915 +else
  1.1916 +  echo "$as_me:$LINENO: result: no" >&5
  1.1917 +echo "${ECHO_T}no" >&6
  1.1918 +fi
  1.1919 +
  1.1920 +  CC=$ac_ct_CC
  1.1921 +else
  1.1922 +  CC="$ac_cv_prog_CC"
  1.1923 +fi
  1.1924 +
  1.1925 +fi
  1.1926 +if test -z "$CC"; then
  1.1927 +  # Extract the first word of "cc", so it can be a program name with args.
  1.1928 +set dummy cc; ac_word=$2
  1.1929 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.1930 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.1931 +if test "${ac_cv_prog_CC+set}" = set; then
  1.1932 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1933 +else
  1.1934 +  if test -n "$CC"; then
  1.1935 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.1936 +else
  1.1937 +  ac_prog_rejected=no
  1.1938 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1939 +for as_dir in $PATH
  1.1940 +do
  1.1941 +  IFS=$as_save_IFS
  1.1942 +  test -z "$as_dir" && as_dir=.
  1.1943 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.1944 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1945 +    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1.1946 +       ac_prog_rejected=yes
  1.1947 +       continue
  1.1948 +     fi
  1.1949 +    ac_cv_prog_CC="cc"
  1.1950 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1951 +    break 2
  1.1952 +  fi
  1.1953 +done
  1.1954 +done
  1.1955 +
  1.1956 +if test $ac_prog_rejected = yes; then
  1.1957 +  # We found a bogon in the path, so make sure we never use it.
  1.1958 +  set dummy $ac_cv_prog_CC
  1.1959 +  shift
  1.1960 +  if test $# != 0; then
  1.1961 +    # We chose a different compiler from the bogus one.
  1.1962 +    # However, it has the same basename, so the bogon will be chosen
  1.1963 +    # first if we set CC to just the basename; use the full file name.
  1.1964 +    shift
  1.1965 +    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  1.1966 +  fi
  1.1967 +fi
  1.1968 +fi
  1.1969 +fi
  1.1970 +CC=$ac_cv_prog_CC
  1.1971 +if test -n "$CC"; then
  1.1972 +  echo "$as_me:$LINENO: result: $CC" >&5
  1.1973 +echo "${ECHO_T}$CC" >&6
  1.1974 +else
  1.1975 +  echo "$as_me:$LINENO: result: no" >&5
  1.1976 +echo "${ECHO_T}no" >&6
  1.1977 +fi
  1.1978 +
  1.1979 +fi
  1.1980 +if test -z "$CC"; then
  1.1981 +  if test -n "$ac_tool_prefix"; then
  1.1982 +  for ac_prog in cl
  1.1983 +  do
  1.1984 +    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1.1985 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1.1986 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.1987 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.1988 +if test "${ac_cv_prog_CC+set}" = set; then
  1.1989 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1990 +else
  1.1991 +  if test -n "$CC"; then
  1.1992 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.1993 +else
  1.1994 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.1995 +for as_dir in $PATH
  1.1996 +do
  1.1997 +  IFS=$as_save_IFS
  1.1998 +  test -z "$as_dir" && as_dir=.
  1.1999 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.2000 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2001 +    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  1.2002 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2003 +    break 2
  1.2004 +  fi
  1.2005 +done
  1.2006 +done
  1.2007 +
  1.2008 +fi
  1.2009 +fi
  1.2010 +CC=$ac_cv_prog_CC
  1.2011 +if test -n "$CC"; then
  1.2012 +  echo "$as_me:$LINENO: result: $CC" >&5
  1.2013 +echo "${ECHO_T}$CC" >&6
  1.2014 +else
  1.2015 +  echo "$as_me:$LINENO: result: no" >&5
  1.2016 +echo "${ECHO_T}no" >&6
  1.2017 +fi
  1.2018 +
  1.2019 +    test -n "$CC" && break
  1.2020 +  done
  1.2021 +fi
  1.2022 +if test -z "$CC"; then
  1.2023 +  ac_ct_CC=$CC
  1.2024 +  for ac_prog in cl
  1.2025 +do
  1.2026 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
  1.2027 +set dummy $ac_prog; ac_word=$2
  1.2028 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.2029 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.2030 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1.2031 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2032 +else
  1.2033 +  if test -n "$ac_ct_CC"; then
  1.2034 +  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1.2035 +else
  1.2036 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2037 +for as_dir in $PATH
  1.2038 +do
  1.2039 +  IFS=$as_save_IFS
  1.2040 +  test -z "$as_dir" && as_dir=.
  1.2041 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.2042 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2043 +    ac_cv_prog_ac_ct_CC="$ac_prog"
  1.2044 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2045 +    break 2
  1.2046 +  fi
  1.2047 +done
  1.2048 +done
  1.2049 +
  1.2050 +fi
  1.2051 +fi
  1.2052 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1.2053 +if test -n "$ac_ct_CC"; then
  1.2054 +  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1.2055 +echo "${ECHO_T}$ac_ct_CC" >&6
  1.2056 +else
  1.2057 +  echo "$as_me:$LINENO: result: no" >&5
  1.2058 +echo "${ECHO_T}no" >&6
  1.2059 +fi
  1.2060 +
  1.2061 +  test -n "$ac_ct_CC" && break
  1.2062 +done
  1.2063 +
  1.2064 +  CC=$ac_ct_CC
  1.2065 +fi
  1.2066 +
  1.2067 +fi
  1.2068 +
  1.2069 +
  1.2070 +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  1.2071 +See \`config.log' for more details." >&5
  1.2072 +echo "$as_me: error: no acceptable C compiler found in \$PATH
  1.2073 +See \`config.log' for more details." >&2;}
  1.2074 +   { (exit 1); exit 1; }; }
  1.2075 +
  1.2076 +# Provide some information about the compiler.
  1.2077 +echo "$as_me:$LINENO:" \
  1.2078 +     "checking for C compiler version" >&5
  1.2079 +ac_compiler=`set X $ac_compile; echo $2`
  1.2080 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
  1.2081 +  (eval $ac_compiler --version </dev/null >&5) 2>&5
  1.2082 +  ac_status=$?
  1.2083 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2084 +  (exit $ac_status); }
  1.2085 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
  1.2086 +  (eval $ac_compiler -v </dev/null >&5) 2>&5
  1.2087 +  ac_status=$?
  1.2088 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2089 +  (exit $ac_status); }
  1.2090 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
  1.2091 +  (eval $ac_compiler -V </dev/null >&5) 2>&5
  1.2092 +  ac_status=$?
  1.2093 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2094 +  (exit $ac_status); }
  1.2095 +
  1.2096 +cat >conftest.$ac_ext <<_ACEOF
  1.2097 +/* confdefs.h.  */
  1.2098 +_ACEOF
  1.2099 +cat confdefs.h >>conftest.$ac_ext
  1.2100 +cat >>conftest.$ac_ext <<_ACEOF
  1.2101 +/* end confdefs.h.  */
  1.2102 +
  1.2103 +int
  1.2104 +main ()
  1.2105 +{
  1.2106 +
  1.2107 +  ;
  1.2108 +  return 0;
  1.2109 +}
  1.2110 +_ACEOF
  1.2111 +ac_clean_files_save=$ac_clean_files
  1.2112 +ac_clean_files="$ac_clean_files a.out a.exe b.out"
  1.2113 +# Try to create an executable without -o first, disregard a.out.
  1.2114 +# It will help us diagnose broken compilers, and finding out an intuition
  1.2115 +# of exeext.
  1.2116 +echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  1.2117 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
  1.2118 +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  1.2119 +if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
  1.2120 +  (eval $ac_link_default) 2>&5
  1.2121 +  ac_status=$?
  1.2122 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2123 +  (exit $ac_status); }; then
  1.2124 +  # Find the output, starting from the most likely.  This scheme is
  1.2125 +# not robust to junk in `.', hence go to wildcards (a.*) only as a last
  1.2126 +# resort.
  1.2127 +
  1.2128 +# Be careful to initialize this variable, since it used to be cached.
  1.2129 +# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  1.2130 +ac_cv_exeext=
  1.2131 +# b.out is created by i960 compilers.
  1.2132 +for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
  1.2133 +do
  1.2134 +  test -f "$ac_file" || continue
  1.2135 +  case $ac_file in
  1.2136 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
  1.2137 +	;;
  1.2138 +    conftest.$ac_ext )
  1.2139 +	# This is the source file.
  1.2140 +	;;
  1.2141 +    [ab].out )
  1.2142 +	# We found the default executable, but exeext='' is most
  1.2143 +	# certainly right.
  1.2144 +	break;;
  1.2145 +    *.* )
  1.2146 +	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  1.2147 +	# FIXME: I believe we export ac_cv_exeext for Libtool,
  1.2148 +	# but it would be cool to find out if it's true.  Does anybody
  1.2149 +	# maintain Libtool? --akim.
  1.2150 +	export ac_cv_exeext
  1.2151 +	break;;
  1.2152 +    * )
  1.2153 +	break;;
  1.2154 +  esac
  1.2155 +done
  1.2156 +else
  1.2157 +  echo "$as_me: failed program was:" >&5
  1.2158 +sed 's/^/| /' conftest.$ac_ext >&5
  1.2159 +
  1.2160 +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
  1.2161 +See \`config.log' for more details." >&5
  1.2162 +echo "$as_me: error: C compiler cannot create executables
  1.2163 +See \`config.log' for more details." >&2;}
  1.2164 +   { (exit 77); exit 77; }; }
  1.2165 +fi
  1.2166 +
  1.2167 +ac_exeext=$ac_cv_exeext
  1.2168 +echo "$as_me:$LINENO: result: $ac_file" >&5
  1.2169 +echo "${ECHO_T}$ac_file" >&6
  1.2170 +
  1.2171 +# Check the compiler produces executables we can run.  If not, either
  1.2172 +# the compiler is broken, or we cross compile.
  1.2173 +echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  1.2174 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  1.2175 +# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  1.2176 +# If not cross compiling, check that we can run a simple program.
  1.2177 +if test "$cross_compiling" != yes; then
  1.2178 +  if { ac_try='./$ac_file'
  1.2179 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2180 +  (eval $ac_try) 2>&5
  1.2181 +  ac_status=$?
  1.2182 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2183 +  (exit $ac_status); }; }; then
  1.2184 +    cross_compiling=no
  1.2185 +  else
  1.2186 +    if test "$cross_compiling" = maybe; then
  1.2187 +	cross_compiling=yes
  1.2188 +    else
  1.2189 +	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  1.2190 +If you meant to cross compile, use \`--host'.
  1.2191 +See \`config.log' for more details." >&5
  1.2192 +echo "$as_me: error: cannot run C compiled programs.
  1.2193 +If you meant to cross compile, use \`--host'.
  1.2194 +See \`config.log' for more details." >&2;}
  1.2195 +   { (exit 1); exit 1; }; }
  1.2196 +    fi
  1.2197 +  fi
  1.2198 +fi
  1.2199 +echo "$as_me:$LINENO: result: yes" >&5
  1.2200 +echo "${ECHO_T}yes" >&6
  1.2201 +
  1.2202 +rm -f a.out a.exe conftest$ac_cv_exeext b.out
  1.2203 +ac_clean_files=$ac_clean_files_save
  1.2204 +# Check the compiler produces executables we can run.  If not, either
  1.2205 +# the compiler is broken, or we cross compile.
  1.2206 +echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  1.2207 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
  1.2208 +echo "$as_me:$LINENO: result: $cross_compiling" >&5
  1.2209 +echo "${ECHO_T}$cross_compiling" >&6
  1.2210 +
  1.2211 +echo "$as_me:$LINENO: checking for suffix of executables" >&5
  1.2212 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
  1.2213 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.2214 +  (eval $ac_link) 2>&5
  1.2215 +  ac_status=$?
  1.2216 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2217 +  (exit $ac_status); }; then
  1.2218 +  # If both `conftest.exe' and `conftest' are `present' (well, observable)
  1.2219 +# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  1.2220 +# work properly (i.e., refer to `conftest.exe'), while it won't with
  1.2221 +# `rm'.
  1.2222 +for ac_file in conftest.exe conftest conftest.*; do
  1.2223 +  test -f "$ac_file" || continue
  1.2224 +  case $ac_file in
  1.2225 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
  1.2226 +    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  1.2227 +	  export ac_cv_exeext
  1.2228 +	  break;;
  1.2229 +    * ) break;;
  1.2230 +  esac
  1.2231 +done
  1.2232 +else
  1.2233 +  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  1.2234 +See \`config.log' for more details." >&5
  1.2235 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  1.2236 +See \`config.log' for more details." >&2;}
  1.2237 +   { (exit 1); exit 1; }; }
  1.2238 +fi
  1.2239 +
  1.2240 +rm -f conftest$ac_cv_exeext
  1.2241 +echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  1.2242 +echo "${ECHO_T}$ac_cv_exeext" >&6
  1.2243 +
  1.2244 +rm -f conftest.$ac_ext
  1.2245 +EXEEXT=$ac_cv_exeext
  1.2246 +ac_exeext=$EXEEXT
  1.2247 +echo "$as_me:$LINENO: checking for suffix of object files" >&5
  1.2248 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
  1.2249 +if test "${ac_cv_objext+set}" = set; then
  1.2250 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2251 +else
  1.2252 +  cat >conftest.$ac_ext <<_ACEOF
  1.2253 +/* confdefs.h.  */
  1.2254 +_ACEOF
  1.2255 +cat confdefs.h >>conftest.$ac_ext
  1.2256 +cat >>conftest.$ac_ext <<_ACEOF
  1.2257 +/* end confdefs.h.  */
  1.2258 +
  1.2259 +int
  1.2260 +main ()
  1.2261 +{
  1.2262 +
  1.2263 +  ;
  1.2264 +  return 0;
  1.2265 +}
  1.2266 +_ACEOF
  1.2267 +rm -f conftest.o conftest.obj
  1.2268 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.2269 +  (eval $ac_compile) 2>&5
  1.2270 +  ac_status=$?
  1.2271 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2272 +  (exit $ac_status); }; then
  1.2273 +  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  1.2274 +  case $ac_file in
  1.2275 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
  1.2276 +    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
  1.2277 +       break;;
  1.2278 +  esac
  1.2279 +done
  1.2280 +else
  1.2281 +  echo "$as_me: failed program was:" >&5
  1.2282 +sed 's/^/| /' conftest.$ac_ext >&5
  1.2283 +
  1.2284 +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  1.2285 +See \`config.log' for more details." >&5
  1.2286 +echo "$as_me: error: cannot compute suffix of object files: cannot compile
  1.2287 +See \`config.log' for more details." >&2;}
  1.2288 +   { (exit 1); exit 1; }; }
  1.2289 +fi
  1.2290 +
  1.2291 +rm -f conftest.$ac_cv_objext conftest.$ac_ext
  1.2292 +fi
  1.2293 +echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  1.2294 +echo "${ECHO_T}$ac_cv_objext" >&6
  1.2295 +OBJEXT=$ac_cv_objext
  1.2296 +ac_objext=$OBJEXT
  1.2297 +echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  1.2298 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  1.2299 +if test "${ac_cv_c_compiler_gnu+set}" = set; then
  1.2300 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2301 +else
  1.2302 +  cat >conftest.$ac_ext <<_ACEOF
  1.2303 +/* confdefs.h.  */
  1.2304 +_ACEOF
  1.2305 +cat confdefs.h >>conftest.$ac_ext
  1.2306 +cat >>conftest.$ac_ext <<_ACEOF
  1.2307 +/* end confdefs.h.  */
  1.2308 +
  1.2309 +int
  1.2310 +main ()
  1.2311 +{
  1.2312 +#ifndef __GNUC__
  1.2313 +       choke me
  1.2314 +#endif
  1.2315 +
  1.2316 +  ;
  1.2317 +  return 0;
  1.2318 +}
  1.2319 +_ACEOF
  1.2320 +rm -f conftest.$ac_objext
  1.2321 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.2322 +  (eval $ac_compile) 2>conftest.er1
  1.2323 +  ac_status=$?
  1.2324 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.2325 +  rm -f conftest.er1
  1.2326 +  cat conftest.err >&5
  1.2327 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2328 +  (exit $ac_status); } &&
  1.2329 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.2330 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2331 +  (eval $ac_try) 2>&5
  1.2332 +  ac_status=$?
  1.2333 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2334 +  (exit $ac_status); }; } &&
  1.2335 +	 { ac_try='test -s conftest.$ac_objext'
  1.2336 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2337 +  (eval $ac_try) 2>&5
  1.2338 +  ac_status=$?
  1.2339 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2340 +  (exit $ac_status); }; }; then
  1.2341 +  ac_compiler_gnu=yes
  1.2342 +else
  1.2343 +  echo "$as_me: failed program was:" >&5
  1.2344 +sed 's/^/| /' conftest.$ac_ext >&5
  1.2345 +
  1.2346 +ac_compiler_gnu=no
  1.2347 +fi
  1.2348 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.2349 +ac_cv_c_compiler_gnu=$ac_compiler_gnu
  1.2350 +
  1.2351 +fi
  1.2352 +echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  1.2353 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  1.2354 +GCC=`test $ac_compiler_gnu = yes && echo yes`
  1.2355 +ac_test_CFLAGS=${CFLAGS+set}
  1.2356 +ac_save_CFLAGS=$CFLAGS
  1.2357 +CFLAGS="-g"
  1.2358 +echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  1.2359 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  1.2360 +if test "${ac_cv_prog_cc_g+set}" = set; then
  1.2361 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2362 +else
  1.2363 +  cat >conftest.$ac_ext <<_ACEOF
  1.2364 +/* confdefs.h.  */
  1.2365 +_ACEOF
  1.2366 +cat confdefs.h >>conftest.$ac_ext
  1.2367 +cat >>conftest.$ac_ext <<_ACEOF
  1.2368 +/* end confdefs.h.  */
  1.2369 +
  1.2370 +int
  1.2371 +main ()
  1.2372 +{
  1.2373 +
  1.2374 +  ;
  1.2375 +  return 0;
  1.2376 +}
  1.2377 +_ACEOF
  1.2378 +rm -f conftest.$ac_objext
  1.2379 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.2380 +  (eval $ac_compile) 2>conftest.er1
  1.2381 +  ac_status=$?
  1.2382 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.2383 +  rm -f conftest.er1
  1.2384 +  cat conftest.err >&5
  1.2385 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2386 +  (exit $ac_status); } &&
  1.2387 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.2388 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2389 +  (eval $ac_try) 2>&5
  1.2390 +  ac_status=$?
  1.2391 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2392 +  (exit $ac_status); }; } &&
  1.2393 +	 { ac_try='test -s conftest.$ac_objext'
  1.2394 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2395 +  (eval $ac_try) 2>&5
  1.2396 +  ac_status=$?
  1.2397 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2398 +  (exit $ac_status); }; }; then
  1.2399 +  ac_cv_prog_cc_g=yes
  1.2400 +else
  1.2401 +  echo "$as_me: failed program was:" >&5
  1.2402 +sed 's/^/| /' conftest.$ac_ext >&5
  1.2403 +
  1.2404 +ac_cv_prog_cc_g=no
  1.2405 +fi
  1.2406 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.2407 +fi
  1.2408 +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  1.2409 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  1.2410 +if test "$ac_test_CFLAGS" = set; then
  1.2411 +  CFLAGS=$ac_save_CFLAGS
  1.2412 +elif test $ac_cv_prog_cc_g = yes; then
  1.2413 +  if test "$GCC" = yes; then
  1.2414 +    CFLAGS="-g -O2"
  1.2415 +  else
  1.2416 +    CFLAGS="-g"
  1.2417 +  fi
  1.2418 +else
  1.2419 +  if test "$GCC" = yes; then
  1.2420 +    CFLAGS="-O2"
  1.2421 +  else
  1.2422 +    CFLAGS=
  1.2423 +  fi
  1.2424 +fi
  1.2425 +echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  1.2426 +echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  1.2427 +if test "${ac_cv_prog_cc_stdc+set}" = set; then
  1.2428 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2429 +else
  1.2430 +  ac_cv_prog_cc_stdc=no
  1.2431 +ac_save_CC=$CC
  1.2432 +cat >conftest.$ac_ext <<_ACEOF
  1.2433 +/* confdefs.h.  */
  1.2434 +_ACEOF
  1.2435 +cat confdefs.h >>conftest.$ac_ext
  1.2436 +cat >>conftest.$ac_ext <<_ACEOF
  1.2437 +/* end confdefs.h.  */
  1.2438 +#include <stdarg.h>
  1.2439 +#include <stdio.h>
  1.2440 +#include <sys/types.h>
  1.2441 +#include <sys/stat.h>
  1.2442 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  1.2443 +struct buf { int x; };
  1.2444 +FILE * (*rcsopen) (struct buf *, struct stat *, int);
  1.2445 +static char *e (p, i)
  1.2446 +     char **p;
  1.2447 +     int i;
  1.2448 +{
  1.2449 +  return p[i];
  1.2450 +}
  1.2451 +static char *f (char * (*g) (char **, int), char **p, ...)
  1.2452 +{
  1.2453 +  char *s;
  1.2454 +  va_list v;
  1.2455 +  va_start (v,p);
  1.2456 +  s = g (p, va_arg (v,int));
  1.2457 +  va_end (v);
  1.2458 +  return s;
  1.2459 +}
  1.2460 +
  1.2461 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  1.2462 +   function prototypes and stuff, but not '\xHH' hex character constants.
  1.2463 +   These don't provoke an error unfortunately, instead are silently treated
  1.2464 +   as 'x'.  The following induces an error, until -std1 is added to get
  1.2465 +   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  1.2466 +   array size at least.  It's necessary to write '\x00'==0 to get something
  1.2467 +   that's true only with -std1.  */
  1.2468 +int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  1.2469 +
  1.2470 +int test (int i, double x);
  1.2471 +struct s1 {int (*f) (int a);};
  1.2472 +struct s2 {int (*f) (double a);};
  1.2473 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  1.2474 +int argc;
  1.2475 +char **argv;
  1.2476 +int
  1.2477 +main ()
  1.2478 +{
  1.2479 +return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  1.2480 +  ;
  1.2481 +  return 0;
  1.2482 +}
  1.2483 +_ACEOF
  1.2484 +# Don't try gcc -ansi; that turns off useful extensions and
  1.2485 +# breaks some systems' header files.
  1.2486 +# AIX			-qlanglvl=ansi
  1.2487 +# Ultrix and OSF/1	-std1
  1.2488 +# HP-UX 10.20 and later	-Ae
  1.2489 +# HP-UX older versions	-Aa -D_HPUX_SOURCE
  1.2490 +# SVR4			-Xc -D__EXTENSIONS__
  1.2491 +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  1.2492 +do
  1.2493 +  CC="$ac_save_CC $ac_arg"
  1.2494 +  rm -f conftest.$ac_objext
  1.2495 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.2496 +  (eval $ac_compile) 2>conftest.er1
  1.2497 +  ac_status=$?
  1.2498 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.2499 +  rm -f conftest.er1
  1.2500 +  cat conftest.err >&5
  1.2501 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2502 +  (exit $ac_status); } &&
  1.2503 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.2504 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2505 +  (eval $ac_try) 2>&5
  1.2506 +  ac_status=$?
  1.2507 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2508 +  (exit $ac_status); }; } &&
  1.2509 +	 { ac_try='test -s conftest.$ac_objext'
  1.2510 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2511 +  (eval $ac_try) 2>&5
  1.2512 +  ac_status=$?
  1.2513 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2514 +  (exit $ac_status); }; }; then
  1.2515 +  ac_cv_prog_cc_stdc=$ac_arg
  1.2516 +break
  1.2517 +else
  1.2518 +  echo "$as_me: failed program was:" >&5
  1.2519 +sed 's/^/| /' conftest.$ac_ext >&5
  1.2520 +
  1.2521 +fi
  1.2522 +rm -f conftest.err conftest.$ac_objext
  1.2523 +done
  1.2524 +rm -f conftest.$ac_ext conftest.$ac_objext
  1.2525 +CC=$ac_save_CC
  1.2526 +
  1.2527 +fi
  1.2528 +
  1.2529 +case "x$ac_cv_prog_cc_stdc" in
  1.2530 +  x|xno)
  1.2531 +    echo "$as_me:$LINENO: result: none needed" >&5
  1.2532 +echo "${ECHO_T}none needed" >&6 ;;
  1.2533 +  *)
  1.2534 +    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  1.2535 +echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  1.2536 +    CC="$CC $ac_cv_prog_cc_stdc" ;;
  1.2537 +esac
  1.2538 +
  1.2539 +# Some people use a C++ compiler to compile C.  Since we use `exit',
  1.2540 +# in C++ we need to declare it.  In case someone uses the same compiler
  1.2541 +# for both compiling C and C++ we need to have the C++ compiler decide
  1.2542 +# the declaration of exit, since it's the most demanding environment.
  1.2543 +cat >conftest.$ac_ext <<_ACEOF
  1.2544 +#ifndef __cplusplus
  1.2545 +  choke me
  1.2546 +#endif
  1.2547 +_ACEOF
  1.2548 +rm -f conftest.$ac_objext
  1.2549 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.2550 +  (eval $ac_compile) 2>conftest.er1
  1.2551 +  ac_status=$?
  1.2552 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.2553 +  rm -f conftest.er1
  1.2554 +  cat conftest.err >&5
  1.2555 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2556 +  (exit $ac_status); } &&
  1.2557 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.2558 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2559 +  (eval $ac_try) 2>&5
  1.2560 +  ac_status=$?
  1.2561 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2562 +  (exit $ac_status); }; } &&
  1.2563 +	 { ac_try='test -s conftest.$ac_objext'
  1.2564 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2565 +  (eval $ac_try) 2>&5
  1.2566 +  ac_status=$?
  1.2567 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2568 +  (exit $ac_status); }; }; then
  1.2569 +  for ac_declaration in \
  1.2570 +   '' \
  1.2571 +   'extern "C" void std::exit (int) throw (); using std::exit;' \
  1.2572 +   'extern "C" void std::exit (int); using std::exit;' \
  1.2573 +   'extern "C" void exit (int) throw ();' \
  1.2574 +   'extern "C" void exit (int);' \
  1.2575 +   'void exit (int);'
  1.2576 +do
  1.2577 +  cat >conftest.$ac_ext <<_ACEOF
  1.2578 +/* confdefs.h.  */
  1.2579 +_ACEOF
  1.2580 +cat confdefs.h >>conftest.$ac_ext
  1.2581 +cat >>conftest.$ac_ext <<_ACEOF
  1.2582 +/* end confdefs.h.  */
  1.2583 +$ac_declaration
  1.2584 +#include <stdlib.h>
  1.2585 +int
  1.2586 +main ()
  1.2587 +{
  1.2588 +exit (42);
  1.2589 +  ;
  1.2590 +  return 0;
  1.2591 +}
  1.2592 +_ACEOF
  1.2593 +rm -f conftest.$ac_objext
  1.2594 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.2595 +  (eval $ac_compile) 2>conftest.er1
  1.2596 +  ac_status=$?
  1.2597 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.2598 +  rm -f conftest.er1
  1.2599 +  cat conftest.err >&5
  1.2600 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2601 +  (exit $ac_status); } &&
  1.2602 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.2603 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2604 +  (eval $ac_try) 2>&5
  1.2605 +  ac_status=$?
  1.2606 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2607 +  (exit $ac_status); }; } &&
  1.2608 +	 { ac_try='test -s conftest.$ac_objext'
  1.2609 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2610 +  (eval $ac_try) 2>&5
  1.2611 +  ac_status=$?
  1.2612 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2613 +  (exit $ac_status); }; }; then
  1.2614 +  :
  1.2615 +else
  1.2616 +  echo "$as_me: failed program was:" >&5
  1.2617 +sed 's/^/| /' conftest.$ac_ext >&5
  1.2618 +
  1.2619 +continue
  1.2620 +fi
  1.2621 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.2622 +  cat >conftest.$ac_ext <<_ACEOF
  1.2623 +/* confdefs.h.  */
  1.2624 +_ACEOF
  1.2625 +cat confdefs.h >>conftest.$ac_ext
  1.2626 +cat >>conftest.$ac_ext <<_ACEOF
  1.2627 +/* end confdefs.h.  */
  1.2628 +$ac_declaration
  1.2629 +int
  1.2630 +main ()
  1.2631 +{
  1.2632 +exit (42);
  1.2633 +  ;
  1.2634 +  return 0;
  1.2635 +}
  1.2636 +_ACEOF
  1.2637 +rm -f conftest.$ac_objext
  1.2638 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.2639 +  (eval $ac_compile) 2>conftest.er1
  1.2640 +  ac_status=$?
  1.2641 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.2642 +  rm -f conftest.er1
  1.2643 +  cat conftest.err >&5
  1.2644 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2645 +  (exit $ac_status); } &&
  1.2646 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.2647 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2648 +  (eval $ac_try) 2>&5
  1.2649 +  ac_status=$?
  1.2650 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2651 +  (exit $ac_status); }; } &&
  1.2652 +	 { ac_try='test -s conftest.$ac_objext'
  1.2653 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2654 +  (eval $ac_try) 2>&5
  1.2655 +  ac_status=$?
  1.2656 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2657 +  (exit $ac_status); }; }; then
  1.2658 +  break
  1.2659 +else
  1.2660 +  echo "$as_me: failed program was:" >&5
  1.2661 +sed 's/^/| /' conftest.$ac_ext >&5
  1.2662 +
  1.2663 +fi
  1.2664 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.2665 +done
  1.2666 +rm -f conftest*
  1.2667 +if test -n "$ac_declaration"; then
  1.2668 +  echo '#ifdef __cplusplus' >>confdefs.h
  1.2669 +  echo $ac_declaration      >>confdefs.h
  1.2670 +  echo '#endif'             >>confdefs.h
  1.2671 +fi
  1.2672 +
  1.2673 +else
  1.2674 +  echo "$as_me: failed program was:" >&5
  1.2675 +sed 's/^/| /' conftest.$ac_ext >&5
  1.2676 +
  1.2677 +fi
  1.2678 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.2679 +ac_ext=c
  1.2680 +ac_cpp='$CPP $CPPFLAGS'
  1.2681 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.2682 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.2683 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.2684 +DEPDIR="${am__leading_dot}deps"
  1.2685 +
  1.2686 +          ac_config_commands="$ac_config_commands depfiles"
  1.2687 +
  1.2688 +
  1.2689 +am_make=${MAKE-make}
  1.2690 +cat > confinc << 'END'
  1.2691 +am__doit:
  1.2692 +	@echo done
  1.2693 +.PHONY: am__doit
  1.2694 +END
  1.2695 +# If we don't find an include directive, just comment out the code.
  1.2696 +echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
  1.2697 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
  1.2698 +am__include="#"
  1.2699 +am__quote=
  1.2700 +_am_result=none
  1.2701 +# First try GNU make style include.
  1.2702 +echo "include confinc" > confmf
  1.2703 +# We grep out `Entering directory' and `Leaving directory'
  1.2704 +# messages which can occur if `w' ends up in MAKEFLAGS.
  1.2705 +# In particular we don't look at `^make:' because GNU make might
  1.2706 +# be invoked under some other name (usually "gmake"), in which
  1.2707 +# case it prints its new name instead of `make'.
  1.2708 +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  1.2709 +   am__include=include
  1.2710 +   am__quote=
  1.2711 +   _am_result=GNU
  1.2712 +fi
  1.2713 +# Now try BSD make style include.
  1.2714 +if test "$am__include" = "#"; then
  1.2715 +   echo '.include "confinc"' > confmf
  1.2716 +   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  1.2717 +      am__include=.include
  1.2718 +      am__quote="\""
  1.2719 +      _am_result=BSD
  1.2720 +   fi
  1.2721 +fi
  1.2722 +
  1.2723 +
  1.2724 +echo "$as_me:$LINENO: result: $_am_result" >&5
  1.2725 +echo "${ECHO_T}$_am_result" >&6
  1.2726 +rm -f confinc confmf
  1.2727 +
  1.2728 +# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
  1.2729 +if test "${enable_dependency_tracking+set}" = set; then
  1.2730 +  enableval="$enable_dependency_tracking"
  1.2731 +
  1.2732 +fi;
  1.2733 +if test "x$enable_dependency_tracking" != xno; then
  1.2734 +  am_depcomp="$ac_aux_dir/depcomp"
  1.2735 +  AMDEPBACKSLASH='\'
  1.2736 +fi
  1.2737 +
  1.2738 +
  1.2739 +if test "x$enable_dependency_tracking" != xno; then
  1.2740 +  AMDEP_TRUE=
  1.2741 +  AMDEP_FALSE='#'
  1.2742 +else
  1.2743 +  AMDEP_TRUE='#'
  1.2744 +  AMDEP_FALSE=
  1.2745 +fi
  1.2746 +
  1.2747 +
  1.2748 +
  1.2749 +
  1.2750 +depcc="$CC"   am_compiler_list=
  1.2751 +
  1.2752 +echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  1.2753 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
  1.2754 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  1.2755 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2756 +else
  1.2757 +  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  1.2758 +  # We make a subdir and do the tests there.  Otherwise we can end up
  1.2759 +  # making bogus files that we don't know about and never remove.  For
  1.2760 +  # instance it was reported that on HP-UX the gcc test will end up
  1.2761 +  # making a dummy file named `D' -- because `-MD' means `put the output
  1.2762 +  # in D'.
  1.2763 +  mkdir conftest.dir
  1.2764 +  # Copy depcomp to subdir because otherwise we won't find it if we're
  1.2765 +  # using a relative directory.
  1.2766 +  cp "$am_depcomp" conftest.dir
  1.2767 +  cd conftest.dir
  1.2768 +  # We will build objects and dependencies in a subdirectory because
  1.2769 +  # it helps to detect inapplicable dependency modes.  For instance
  1.2770 +  # both Tru64's cc and ICC support -MD to output dependencies as a
  1.2771 +  # side effect of compilation, but ICC will put the dependencies in
  1.2772 +  # the current directory while Tru64 will put them in the object
  1.2773 +  # directory.
  1.2774 +  mkdir sub
  1.2775 +
  1.2776 +  am_cv_CC_dependencies_compiler_type=none
  1.2777 +  if test "$am_compiler_list" = ""; then
  1.2778 +     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  1.2779 +  fi
  1.2780 +  for depmode in $am_compiler_list; do
  1.2781 +    # Setup a source with many dependencies, because some compilers
  1.2782 +    # like to wrap large dependency lists on column 80 (with \), and
  1.2783 +    # we should not choose a depcomp mode which is confused by this.
  1.2784 +    #
  1.2785 +    # We need to recreate these files for each test, as the compiler may
  1.2786 +    # overwrite some of them when testing with obscure command lines.
  1.2787 +    # This happens at least with the AIX C compiler.
  1.2788 +    : > sub/conftest.c
  1.2789 +    for i in 1 2 3 4 5 6; do
  1.2790 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
  1.2791 +      : > sub/conftst$i.h
  1.2792 +    done
  1.2793 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  1.2794 +
  1.2795 +    case $depmode in
  1.2796 +    nosideeffect)
  1.2797 +      # after this tag, mechanisms are not by side-effect, so they'll
  1.2798 +      # only be used when explicitly requested
  1.2799 +      if test "x$enable_dependency_tracking" = xyes; then
  1.2800 +	continue
  1.2801 +      else
  1.2802 +	break
  1.2803 +      fi
  1.2804 +      ;;
  1.2805 +    none) break ;;
  1.2806 +    esac
  1.2807 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
  1.2808 +    # mode.  It turns out that the SunPro C++ compiler does not properly
  1.2809 +    # handle `-M -o', and we need to detect this.
  1.2810 +    if depmode=$depmode \
  1.2811 +       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  1.2812 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  1.2813 +       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  1.2814 +         >/dev/null 2>conftest.err &&
  1.2815 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  1.2816 +       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  1.2817 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  1.2818 +      # icc doesn't choke on unknown options, it will just issue warnings
  1.2819 +      # (even with -Werror).  So we grep stderr for any message
  1.2820 +      # that says an option was ignored.
  1.2821 +      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
  1.2822 +        am_cv_CC_dependencies_compiler_type=$depmode
  1.2823 +        break
  1.2824 +      fi
  1.2825 +    fi
  1.2826 +  done
  1.2827 +
  1.2828 +  cd ..
  1.2829 +  rm -rf conftest.dir
  1.2830 +else
  1.2831 +  am_cv_CC_dependencies_compiler_type=none
  1.2832 +fi
  1.2833 +
  1.2834 +fi
  1.2835 +echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  1.2836 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
  1.2837 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  1.2838 +
  1.2839 +
  1.2840 +
  1.2841 +if
  1.2842 +  test "x$enable_dependency_tracking" != xno \
  1.2843 +  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  1.2844 +  am__fastdepCC_TRUE=
  1.2845 +  am__fastdepCC_FALSE='#'
  1.2846 +else
  1.2847 +  am__fastdepCC_TRUE='#'
  1.2848 +  am__fastdepCC_FALSE=
  1.2849 +fi
  1.2850 +
  1.2851 +
  1.2852 +
  1.2853 +
  1.2854 +        echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
  1.2855 +echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6
  1.2856 +if test "${ac_cv_lib_cposix_strerror+set}" = set; then
  1.2857 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2858 +else
  1.2859 +  ac_check_lib_save_LIBS=$LIBS
  1.2860 +LIBS="-lcposix  $LIBS"
  1.2861 +cat >conftest.$ac_ext <<_ACEOF
  1.2862 +/* confdefs.h.  */
  1.2863 +_ACEOF
  1.2864 +cat confdefs.h >>conftest.$ac_ext
  1.2865 +cat >>conftest.$ac_ext <<_ACEOF
  1.2866 +/* end confdefs.h.  */
  1.2867 +
  1.2868 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.2869 +#ifdef __cplusplus
  1.2870 +extern "C"
  1.2871 +#endif
  1.2872 +/* We use char because int might match the return type of a gcc2
  1.2873 +   builtin and then its argument prototype would still apply.  */
  1.2874 +char strerror ();
  1.2875 +int
  1.2876 +main ()
  1.2877 +{
  1.2878 +strerror ();
  1.2879 +  ;
  1.2880 +  return 0;
  1.2881 +}
  1.2882 +_ACEOF
  1.2883 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.2884 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.2885 +  (eval $ac_link) 2>conftest.er1
  1.2886 +  ac_status=$?
  1.2887 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.2888 +  rm -f conftest.er1
  1.2889 +  cat conftest.err >&5
  1.2890 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2891 +  (exit $ac_status); } &&
  1.2892 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.2893 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2894 +  (eval $ac_try) 2>&5
  1.2895 +  ac_status=$?
  1.2896 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2897 +  (exit $ac_status); }; } &&
  1.2898 +	 { ac_try='test -s conftest$ac_exeext'
  1.2899 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.2900 +  (eval $ac_try) 2>&5
  1.2901 +  ac_status=$?
  1.2902 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2903 +  (exit $ac_status); }; }; then
  1.2904 +  ac_cv_lib_cposix_strerror=yes
  1.2905 +else
  1.2906 +  echo "$as_me: failed program was:" >&5
  1.2907 +sed 's/^/| /' conftest.$ac_ext >&5
  1.2908 +
  1.2909 +ac_cv_lib_cposix_strerror=no
  1.2910 +fi
  1.2911 +rm -f conftest.err conftest.$ac_objext \
  1.2912 +      conftest$ac_exeext conftest.$ac_ext
  1.2913 +LIBS=$ac_check_lib_save_LIBS
  1.2914 +fi
  1.2915 +echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
  1.2916 +echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6
  1.2917 +if test $ac_cv_lib_cposix_strerror = yes; then
  1.2918 +  LIBS="$LIBS -lcposix"
  1.2919 +fi
  1.2920 +
  1.2921 +
  1.2922 +
  1.2923 +ac_ext=c
  1.2924 +ac_cpp='$CPP $CPPFLAGS'
  1.2925 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.2926 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.2927 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.2928 +echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  1.2929 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
  1.2930 +# On Suns, sometimes $CPP names a directory.
  1.2931 +if test -n "$CPP" && test -d "$CPP"; then
  1.2932 +  CPP=
  1.2933 +fi
  1.2934 +if test -z "$CPP"; then
  1.2935 +  if test "${ac_cv_prog_CPP+set}" = set; then
  1.2936 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2937 +else
  1.2938 +      # Double quotes because CPP needs to be expanded
  1.2939 +    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  1.2940 +    do
  1.2941 +      ac_preproc_ok=false
  1.2942 +for ac_c_preproc_warn_flag in '' yes
  1.2943 +do
  1.2944 +  # Use a header file that comes with gcc, so configuring glibc
  1.2945 +  # with a fresh cross-compiler works.
  1.2946 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.2947 +  # <limits.h> exists even on freestanding compilers.
  1.2948 +  # On the NeXT, cc -E runs the code through the compiler's parser,
  1.2949 +  # not just through cpp. "Syntax error" is here to catch this case.
  1.2950 +  cat >conftest.$ac_ext <<_ACEOF
  1.2951 +/* confdefs.h.  */
  1.2952 +_ACEOF
  1.2953 +cat confdefs.h >>conftest.$ac_ext
  1.2954 +cat >>conftest.$ac_ext <<_ACEOF
  1.2955 +/* end confdefs.h.  */
  1.2956 +#ifdef __STDC__
  1.2957 +# include <limits.h>
  1.2958 +#else
  1.2959 +# include <assert.h>
  1.2960 +#endif
  1.2961 +		     Syntax error
  1.2962 +_ACEOF
  1.2963 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  1.2964 +  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1.2965 +  ac_status=$?
  1.2966 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.2967 +  rm -f conftest.er1
  1.2968 +  cat conftest.err >&5
  1.2969 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2970 +  (exit $ac_status); } >/dev/null; then
  1.2971 +  if test -s conftest.err; then
  1.2972 +    ac_cpp_err=$ac_c_preproc_warn_flag
  1.2973 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1.2974 +  else
  1.2975 +    ac_cpp_err=
  1.2976 +  fi
  1.2977 +else
  1.2978 +  ac_cpp_err=yes
  1.2979 +fi
  1.2980 +if test -z "$ac_cpp_err"; then
  1.2981 +  :
  1.2982 +else
  1.2983 +  echo "$as_me: failed program was:" >&5
  1.2984 +sed 's/^/| /' conftest.$ac_ext >&5
  1.2985 +
  1.2986 +  # Broken: fails on valid input.
  1.2987 +continue
  1.2988 +fi
  1.2989 +rm -f conftest.err conftest.$ac_ext
  1.2990 +
  1.2991 +  # OK, works on sane cases.  Now check whether non-existent headers
  1.2992 +  # can be detected and how.
  1.2993 +  cat >conftest.$ac_ext <<_ACEOF
  1.2994 +/* confdefs.h.  */
  1.2995 +_ACEOF
  1.2996 +cat confdefs.h >>conftest.$ac_ext
  1.2997 +cat >>conftest.$ac_ext <<_ACEOF
  1.2998 +/* end confdefs.h.  */
  1.2999 +#include <ac_nonexistent.h>
  1.3000 +_ACEOF
  1.3001 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  1.3002 +  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1.3003 +  ac_status=$?
  1.3004 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.3005 +  rm -f conftest.er1
  1.3006 +  cat conftest.err >&5
  1.3007 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3008 +  (exit $ac_status); } >/dev/null; then
  1.3009 +  if test -s conftest.err; then
  1.3010 +    ac_cpp_err=$ac_c_preproc_warn_flag
  1.3011 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1.3012 +  else
  1.3013 +    ac_cpp_err=
  1.3014 +  fi
  1.3015 +else
  1.3016 +  ac_cpp_err=yes
  1.3017 +fi
  1.3018 +if test -z "$ac_cpp_err"; then
  1.3019 +  # Broken: success on invalid input.
  1.3020 +continue
  1.3021 +else
  1.3022 +  echo "$as_me: failed program was:" >&5
  1.3023 +sed 's/^/| /' conftest.$ac_ext >&5
  1.3024 +
  1.3025 +  # Passes both tests.
  1.3026 +ac_preproc_ok=:
  1.3027 +break
  1.3028 +fi
  1.3029 +rm -f conftest.err conftest.$ac_ext
  1.3030 +
  1.3031 +done
  1.3032 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  1.3033 +rm -f conftest.err conftest.$ac_ext
  1.3034 +if $ac_preproc_ok; then
  1.3035 +  break
  1.3036 +fi
  1.3037 +
  1.3038 +    done
  1.3039 +    ac_cv_prog_CPP=$CPP
  1.3040 +
  1.3041 +fi
  1.3042 +  CPP=$ac_cv_prog_CPP
  1.3043 +else
  1.3044 +  ac_cv_prog_CPP=$CPP
  1.3045 +fi
  1.3046 +echo "$as_me:$LINENO: result: $CPP" >&5
  1.3047 +echo "${ECHO_T}$CPP" >&6
  1.3048 +ac_preproc_ok=false
  1.3049 +for ac_c_preproc_warn_flag in '' yes
  1.3050 +do
  1.3051 +  # Use a header file that comes with gcc, so configuring glibc
  1.3052 +  # with a fresh cross-compiler works.
  1.3053 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.3054 +  # <limits.h> exists even on freestanding compilers.
  1.3055 +  # On the NeXT, cc -E runs the code through the compiler's parser,
  1.3056 +  # not just through cpp. "Syntax error" is here to catch this case.
  1.3057 +  cat >conftest.$ac_ext <<_ACEOF
  1.3058 +/* confdefs.h.  */
  1.3059 +_ACEOF
  1.3060 +cat confdefs.h >>conftest.$ac_ext
  1.3061 +cat >>conftest.$ac_ext <<_ACEOF
  1.3062 +/* end confdefs.h.  */
  1.3063 +#ifdef __STDC__
  1.3064 +# include <limits.h>
  1.3065 +#else
  1.3066 +# include <assert.h>
  1.3067 +#endif
  1.3068 +		     Syntax error
  1.3069 +_ACEOF
  1.3070 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  1.3071 +  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1.3072 +  ac_status=$?
  1.3073 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.3074 +  rm -f conftest.er1
  1.3075 +  cat conftest.err >&5
  1.3076 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3077 +  (exit $ac_status); } >/dev/null; then
  1.3078 +  if test -s conftest.err; then
  1.3079 +    ac_cpp_err=$ac_c_preproc_warn_flag
  1.3080 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1.3081 +  else
  1.3082 +    ac_cpp_err=
  1.3083 +  fi
  1.3084 +else
  1.3085 +  ac_cpp_err=yes
  1.3086 +fi
  1.3087 +if test -z "$ac_cpp_err"; then
  1.3088 +  :
  1.3089 +else
  1.3090 +  echo "$as_me: failed program was:" >&5
  1.3091 +sed 's/^/| /' conftest.$ac_ext >&5
  1.3092 +
  1.3093 +  # Broken: fails on valid input.
  1.3094 +continue
  1.3095 +fi
  1.3096 +rm -f conftest.err conftest.$ac_ext
  1.3097 +
  1.3098 +  # OK, works on sane cases.  Now check whether non-existent headers
  1.3099 +  # can be detected and how.
  1.3100 +  cat >conftest.$ac_ext <<_ACEOF
  1.3101 +/* confdefs.h.  */
  1.3102 +_ACEOF
  1.3103 +cat confdefs.h >>conftest.$ac_ext
  1.3104 +cat >>conftest.$ac_ext <<_ACEOF
  1.3105 +/* end confdefs.h.  */
  1.3106 +#include <ac_nonexistent.h>
  1.3107 +_ACEOF
  1.3108 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  1.3109 +  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1.3110 +  ac_status=$?
  1.3111 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.3112 +  rm -f conftest.er1
  1.3113 +  cat conftest.err >&5
  1.3114 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3115 +  (exit $ac_status); } >/dev/null; then
  1.3116 +  if test -s conftest.err; then
  1.3117 +    ac_cpp_err=$ac_c_preproc_warn_flag
  1.3118 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1.3119 +  else
  1.3120 +    ac_cpp_err=
  1.3121 +  fi
  1.3122 +else
  1.3123 +  ac_cpp_err=yes
  1.3124 +fi
  1.3125 +if test -z "$ac_cpp_err"; then
  1.3126 +  # Broken: success on invalid input.
  1.3127 +continue
  1.3128 +else
  1.3129 +  echo "$as_me: failed program was:" >&5
  1.3130 +sed 's/^/| /' conftest.$ac_ext >&5
  1.3131 +
  1.3132 +  # Passes both tests.
  1.3133 +ac_preproc_ok=:
  1.3134 +break
  1.3135 +fi
  1.3136 +rm -f conftest.err conftest.$ac_ext
  1.3137 +
  1.3138 +done
  1.3139 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  1.3140 +rm -f conftest.err conftest.$ac_ext
  1.3141 +if $ac_preproc_ok; then
  1.3142 +  :
  1.3143 +else
  1.3144 +  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
  1.3145 +See \`config.log' for more details." >&5
  1.3146 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
  1.3147 +See \`config.log' for more details." >&2;}
  1.3148 +   { (exit 1); exit 1; }; }
  1.3149 +fi
  1.3150 +
  1.3151 +ac_ext=c
  1.3152 +ac_cpp='$CPP $CPPFLAGS'
  1.3153 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.3154 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.3155 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.3156 +
  1.3157 +
  1.3158 +echo "$as_me:$LINENO: checking for egrep" >&5
  1.3159 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6
  1.3160 +if test "${ac_cv_prog_egrep+set}" = set; then
  1.3161 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3162 +else
  1.3163 +  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
  1.3164 +    then ac_cv_prog_egrep='grep -E'
  1.3165 +    else ac_cv_prog_egrep='egrep'
  1.3166 +    fi
  1.3167 +fi
  1.3168 +echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
  1.3169 +echo "${ECHO_T}$ac_cv_prog_egrep" >&6
  1.3170 + EGREP=$ac_cv_prog_egrep
  1.3171 +
  1.3172 +
  1.3173 +echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  1.3174 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  1.3175 +if test "${ac_cv_header_stdc+set}" = set; then
  1.3176 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3177 +else
  1.3178 +  cat >conftest.$ac_ext <<_ACEOF
  1.3179 +/* confdefs.h.  */
  1.3180 +_ACEOF
  1.3181 +cat confdefs.h >>conftest.$ac_ext
  1.3182 +cat >>conftest.$ac_ext <<_ACEOF
  1.3183 +/* end confdefs.h.  */
  1.3184 +#include <stdlib.h>
  1.3185 +#include <stdarg.h>
  1.3186 +#include <string.h>
  1.3187 +#include <float.h>
  1.3188 +
  1.3189 +int
  1.3190 +main ()
  1.3191 +{
  1.3192 +
  1.3193 +  ;
  1.3194 +  return 0;
  1.3195 +}
  1.3196 +_ACEOF
  1.3197 +rm -f conftest.$ac_objext
  1.3198 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.3199 +  (eval $ac_compile) 2>conftest.er1
  1.3200 +  ac_status=$?
  1.3201 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.3202 +  rm -f conftest.er1
  1.3203 +  cat conftest.err >&5
  1.3204 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3205 +  (exit $ac_status); } &&
  1.3206 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.3207 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.3208 +  (eval $ac_try) 2>&5
  1.3209 +  ac_status=$?
  1.3210 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3211 +  (exit $ac_status); }; } &&
  1.3212 +	 { ac_try='test -s conftest.$ac_objext'
  1.3213 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.3214 +  (eval $ac_try) 2>&5
  1.3215 +  ac_status=$?
  1.3216 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3217 +  (exit $ac_status); }; }; then
  1.3218 +  ac_cv_header_stdc=yes
  1.3219 +else
  1.3220 +  echo "$as_me: failed program was:" >&5
  1.3221 +sed 's/^/| /' conftest.$ac_ext >&5
  1.3222 +
  1.3223 +ac_cv_header_stdc=no
  1.3224 +fi
  1.3225 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3226 +
  1.3227 +if test $ac_cv_header_stdc = yes; then
  1.3228 +  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  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 +/* end confdefs.h.  */
  1.3235 +#include <string.h>
  1.3236 +
  1.3237 +_ACEOF
  1.3238 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1.3239 +  $EGREP "memchr" >/dev/null 2>&1; then
  1.3240 +  :
  1.3241 +else
  1.3242 +  ac_cv_header_stdc=no
  1.3243 +fi
  1.3244 +rm -f conftest*
  1.3245 +
  1.3246 +fi
  1.3247 +
  1.3248 +if test $ac_cv_header_stdc = yes; then
  1.3249 +  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1.3250 +  cat >conftest.$ac_ext <<_ACEOF
  1.3251 +/* confdefs.h.  */
  1.3252 +_ACEOF
  1.3253 +cat confdefs.h >>conftest.$ac_ext
  1.3254 +cat >>conftest.$ac_ext <<_ACEOF
  1.3255 +/* end confdefs.h.  */
  1.3256 +#include <stdlib.h>
  1.3257 +
  1.3258 +_ACEOF
  1.3259 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1.3260 +  $EGREP "free" >/dev/null 2>&1; then
  1.3261 +  :
  1.3262 +else
  1.3263 +  ac_cv_header_stdc=no
  1.3264 +fi
  1.3265 +rm -f conftest*
  1.3266 +
  1.3267 +fi
  1.3268 +
  1.3269 +if test $ac_cv_header_stdc = yes; then
  1.3270 +  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1.3271 +  if test "$cross_compiling" = yes; then
  1.3272 +  :
  1.3273 +else
  1.3274 +  cat >conftest.$ac_ext <<_ACEOF
  1.3275 +/* confdefs.h.  */
  1.3276 +_ACEOF
  1.3277 +cat confdefs.h >>conftest.$ac_ext
  1.3278 +cat >>conftest.$ac_ext <<_ACEOF
  1.3279 +/* end confdefs.h.  */
  1.3280 +#include <ctype.h>
  1.3281 +#if ((' ' & 0x0FF) == 0x020)
  1.3282 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1.3283 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1.3284 +#else
  1.3285 +# define ISLOWER(c) \
  1.3286 +		   (('a' <= (c) && (c) <= 'i') \
  1.3287 +		     || ('j' <= (c) && (c) <= 'r') \
  1.3288 +		     || ('s' <= (c) && (c) <= 'z'))
  1.3289 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  1.3290 +#endif
  1.3291 +
  1.3292 +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1.3293 +int
  1.3294 +main ()
  1.3295 +{
  1.3296 +  int i;
  1.3297 +  for (i = 0; i < 256; i++)
  1.3298 +    if (XOR (islower (i), ISLOWER (i))
  1.3299 +	|| toupper (i) != TOUPPER (i))
  1.3300 +      exit(2);
  1.3301 +  exit (0);
  1.3302 +}
  1.3303 +_ACEOF
  1.3304 +rm -f conftest$ac_exeext
  1.3305 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.3306 +  (eval $ac_link) 2>&5
  1.3307 +  ac_status=$?
  1.3308 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3309 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1.3310 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.3311 +  (eval $ac_try) 2>&5
  1.3312 +  ac_status=$?
  1.3313 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3314 +  (exit $ac_status); }; }; then
  1.3315 +  :
  1.3316 +else
  1.3317 +  echo "$as_me: program exited with status $ac_status" >&5
  1.3318 +echo "$as_me: failed program was:" >&5
  1.3319 +sed 's/^/| /' conftest.$ac_ext >&5
  1.3320 +
  1.3321 +( exit $ac_status )
  1.3322 +ac_cv_header_stdc=no
  1.3323 +fi
  1.3324 +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.3325 +fi
  1.3326 +fi
  1.3327 +fi
  1.3328 +echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  1.3329 +echo "${ECHO_T}$ac_cv_header_stdc" >&6
  1.3330 +if test $ac_cv_header_stdc = yes; then
  1.3331 +
  1.3332 +cat >>confdefs.h <<\_ACEOF
  1.3333 +#define STDC_HEADERS 1
  1.3334 +_ACEOF
  1.3335 +
  1.3336 +fi
  1.3337 +
  1.3338 +if test -n "$ac_tool_prefix"; then
  1.3339 +  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  1.3340 +set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  1.3341 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3342 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.3343 +if test "${ac_cv_prog_RANLIB+set}" = set; then
  1.3344 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3345 +else
  1.3346 +  if test -n "$RANLIB"; then
  1.3347 +  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1.3348 +else
  1.3349 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3350 +for as_dir in $PATH
  1.3351 +do
  1.3352 +  IFS=$as_save_IFS
  1.3353 +  test -z "$as_dir" && as_dir=.
  1.3354 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3355 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.3356 +    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  1.3357 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3358 +    break 2
  1.3359 +  fi
  1.3360 +done
  1.3361 +done
  1.3362 +
  1.3363 +fi
  1.3364 +fi
  1.3365 +RANLIB=$ac_cv_prog_RANLIB
  1.3366 +if test -n "$RANLIB"; then
  1.3367 +  echo "$as_me:$LINENO: result: $RANLIB" >&5
  1.3368 +echo "${ECHO_T}$RANLIB" >&6
  1.3369 +else
  1.3370 +  echo "$as_me:$LINENO: result: no" >&5
  1.3371 +echo "${ECHO_T}no" >&6
  1.3372 +fi
  1.3373 +
  1.3374 +fi
  1.3375 +if test -z "$ac_cv_prog_RANLIB"; then
  1.3376 +  ac_ct_RANLIB=$RANLIB
  1.3377 +  # Extract the first word of "ranlib", so it can be a program name with args.
  1.3378 +set dummy ranlib; ac_word=$2
  1.3379 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3380 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.3381 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
  1.3382 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3383 +else
  1.3384 +  if test -n "$ac_ct_RANLIB"; then
  1.3385 +  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  1.3386 +else
  1.3387 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3388 +for as_dir in $PATH
  1.3389 +do
  1.3390 +  IFS=$as_save_IFS
  1.3391 +  test -z "$as_dir" && as_dir=.
  1.3392 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3393 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.3394 +    ac_cv_prog_ac_ct_RANLIB="ranlib"
  1.3395 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3396 +    break 2
  1.3397 +  fi
  1.3398 +done
  1.3399 +done
  1.3400 +
  1.3401 +  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
  1.3402 +fi
  1.3403 +fi
  1.3404 +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  1.3405 +if test -n "$ac_ct_RANLIB"; then
  1.3406 +  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
  1.3407 +echo "${ECHO_T}$ac_ct_RANLIB" >&6
  1.3408 +else
  1.3409 +  echo "$as_me:$LINENO: result: no" >&5
  1.3410 +echo "${ECHO_T}no" >&6
  1.3411 +fi
  1.3412 +
  1.3413 +  RANLIB=$ac_ct_RANLIB
  1.3414 +else
  1.3415 +  RANLIB="$ac_cv_prog_RANLIB"
  1.3416 +fi
  1.3417 +
  1.3418 +
  1.3419 +
  1.3420 +
  1.3421 +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
  1.3422 +	if test -n "$ac_tool_prefix"; then
  1.3423 +  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
  1.3424 +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
  1.3425 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3426 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.3427 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  1.3428 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3429 +else
  1.3430 +  case $PKG_CONFIG in
  1.3431 +  [\\/]* | ?:[\\/]*)
  1.3432 +  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  1.3433 +  ;;
  1.3434 +  *)
  1.3435 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3436 +for as_dir in $PATH
  1.3437 +do
  1.3438 +  IFS=$as_save_IFS
  1.3439 +  test -z "$as_dir" && as_dir=.
  1.3440 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3441 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.3442 +    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1.3443 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3444 +    break 2
  1.3445 +  fi
  1.3446 +done
  1.3447 +done
  1.3448 +
  1.3449 +  ;;
  1.3450 +esac
  1.3451 +fi
  1.3452 +PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  1.3453 +
  1.3454 +if test -n "$PKG_CONFIG"; then
  1.3455 +  echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  1.3456 +echo "${ECHO_T}$PKG_CONFIG" >&6
  1.3457 +else
  1.3458 +  echo "$as_me:$LINENO: result: no" >&5
  1.3459 +echo "${ECHO_T}no" >&6
  1.3460 +fi
  1.3461 +
  1.3462 +fi
  1.3463 +if test -z "$ac_cv_path_PKG_CONFIG"; then
  1.3464 +  ac_pt_PKG_CONFIG=$PKG_CONFIG
  1.3465 +  # Extract the first word of "pkg-config", so it can be a program name with args.
  1.3466 +set dummy pkg-config; ac_word=$2
  1.3467 +echo "$as_me:$LINENO: checking for $ac_word" >&5
  1.3468 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1.3469 +if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
  1.3470 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3471 +else
  1.3472 +  case $ac_pt_PKG_CONFIG in
  1.3473 +  [\\/]* | ?:[\\/]*)
  1.3474 +  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
  1.3475 +  ;;
  1.3476 +  *)
  1.3477 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3478 +for as_dir in $PATH
  1.3479 +do
  1.3480 +  IFS=$as_save_IFS
  1.3481 +  test -z "$as_dir" && as_dir=.
  1.3482 +  for ac_exec_ext in '' $ac_executable_extensions; do
  1.3483 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.3484 +    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1.3485 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3486 +    break 2
  1.3487 +  fi
  1.3488 +done
  1.3489 +done
  1.3490 +
  1.3491 +  ;;
  1.3492 +esac
  1.3493 +fi
  1.3494 +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
  1.3495 +
  1.3496 +if test -n "$ac_pt_PKG_CONFIG"; then
  1.3497 +  echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
  1.3498 +echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
  1.3499 +else
  1.3500 +  echo "$as_me:$LINENO: result: no" >&5
  1.3501 +echo "${ECHO_T}no" >&6
  1.3502 +fi
  1.3503 +
  1.3504 +  PKG_CONFIG=$ac_pt_PKG_CONFIG
  1.3505 +else
  1.3506 +  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
  1.3507 +fi
  1.3508 +
  1.3509 +fi
  1.3510 +if test -n "$PKG_CONFIG"; then
  1.3511 +	_pkg_min_version=0.9.0
  1.3512 +	echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
  1.3513 +echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
  1.3514 +	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
  1.3515 +		echo "$as_me:$LINENO: result: yes" >&5
  1.3516 +echo "${ECHO_T}yes" >&6
  1.3517 +	else
  1.3518 +		echo "$as_me:$LINENO: result: no" >&5
  1.3519 +echo "${ECHO_T}no" >&6
  1.3520 +		PKG_CONFIG=""
  1.3521 +	fi
  1.3522 +
  1.3523 +fi
  1.3524 +
  1.3525 +pkg_failed=no
  1.3526 +echo "$as_me:$LINENO: checking for GLIB" >&5
  1.3527 +echo $ECHO_N "checking for GLIB... $ECHO_C" >&6
  1.3528 +
  1.3529 +if test -n "$PKG_CONFIG"; then
  1.3530 +        if test -n "$PKG_CONFIG" && \
  1.3531 +    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
  1.3532 +  ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
  1.3533 +  ac_status=$?
  1.3534 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3535 +  (exit $ac_status); }; then
  1.3536 +  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
  1.3537 +else
  1.3538 +  pkg_failed=yes
  1.3539 +fi
  1.3540 +else
  1.3541 +	pkg_failed=untried
  1.3542 +fi
  1.3543 +if test -n "$PKG_CONFIG"; then
  1.3544 +        if test -n "$PKG_CONFIG" && \
  1.3545 +    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
  1.3546 +  ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
  1.3547 +  ac_status=$?
  1.3548 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3549 +  (exit $ac_status); }; then
  1.3550 +  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
  1.3551 +else
  1.3552 +  pkg_failed=yes
  1.3553 +fi
  1.3554 +else
  1.3555 +	pkg_failed=untried
  1.3556 +fi
  1.3557 +
  1.3558 +if test $pkg_failed = yes; then
  1.3559 +	GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"`
  1.3560 +	# Put the nasty error message in config.log where it belongs
  1.3561 +	echo "$GLIB_PKG_ERRORS" 1>&5
  1.3562 +
  1.3563 +	{ { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met.
  1.3564 +Consider adjusting the PKG_CONFIG_PATH environment variable if you
  1.3565 +installed software in a non-standard prefix.
  1.3566 +
  1.3567 +Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables
  1.3568 +to avoid the need to call pkg-config.  See the pkg-config man page for
  1.3569 +more details." >&5
  1.3570 +echo "$as_me: error: Package requirements (glib-2.0) were not met.
  1.3571 +Consider adjusting the PKG_CONFIG_PATH environment variable if you
  1.3572 +installed software in a non-standard prefix.
  1.3573 +
  1.3574 +Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables
  1.3575 +to avoid the need to call pkg-config.  See the pkg-config man page for
  1.3576 +more details." >&2;}
  1.3577 +   { (exit 1); exit 1; }; }
  1.3578 +elif test $pkg_failed = untried; then
  1.3579 +	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
  1.3580 +is in your PATH or set the PKG_CONFIG environment variable to the full
  1.3581 +path to pkg-config.
  1.3582 +
  1.3583 +Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables
  1.3584 +to avoid the need to call pkg-config.  See the pkg-config man page for
  1.3585 +more details.
  1.3586 +
  1.3587 +To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
  1.3588 +See \`config.log' for more details." >&5
  1.3589 +echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
  1.3590 +is in your PATH or set the PKG_CONFIG environment variable to the full
  1.3591 +path to pkg-config.
  1.3592 +
  1.3593 +Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables
  1.3594 +to avoid the need to call pkg-config.  See the pkg-config man page for
  1.3595 +more details.
  1.3596 +
  1.3597 +To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
  1.3598 +See \`config.log' for more details." >&2;}
  1.3599 +   { (exit 1); exit 1; }; }
  1.3600 +else
  1.3601 +	GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
  1.3602 +	GLIB_LIBS=$pkg_cv_GLIB_LIBS
  1.3603 +        echo "$as_me:$LINENO: result: yes" >&5
  1.3604 +echo "${ECHO_T}yes" >&6
  1.3605 +	:
  1.3606 +fi
  1.3607 +
  1.3608 +
  1.3609 +
  1.3610 +# Check whether --enable-resolver or --disable-resolver was given.
  1.3611 +if test "${enable_resolver+set}" = set; then
  1.3612 +  enableval="$enable_resolver"
  1.3613 +  if test "$enable_resolver" != 'no'; then
  1.3614 +		resolver_enabled='yes'
  1.3615 +	fi
  1.3616 +else
  1.3617 +  resolver_enabled='yes'
  1.3618 +
  1.3619 +fi;
  1.3620 +
  1.3621 +if test "$resolver_enabled" = yes; then
  1.3622 +
  1.3623 +cat >>confdefs.h <<\_ACEOF
  1.3624 +#define ENABLE_RESOLVER 1
  1.3625 +_ACEOF
  1.3626 +
  1.3627 +	echo "$as_me:$LINENO: checking for res_search in -lc" >&5
  1.3628 +echo $ECHO_N "checking for res_search in -lc... $ECHO_C" >&6
  1.3629 +if test "${ac_cv_lib_c_res_search+set}" = set; then
  1.3630 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3631 +else
  1.3632 +  ac_check_lib_save_LIBS=$LIBS
  1.3633 +LIBS="-lc  $LIBS"
  1.3634 +cat >conftest.$ac_ext <<_ACEOF
  1.3635 +/* confdefs.h.  */
  1.3636 +_ACEOF
  1.3637 +cat confdefs.h >>conftest.$ac_ext
  1.3638 +cat >>conftest.$ac_ext <<_ACEOF
  1.3639 +/* end confdefs.h.  */
  1.3640 +
  1.3641 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.3642 +#ifdef __cplusplus
  1.3643 +extern "C"
  1.3644 +#endif
  1.3645 +/* We use char because int might match the return type of a gcc2
  1.3646 +   builtin and then its argument prototype would still apply.  */
  1.3647 +char res_search ();
  1.3648 +int
  1.3649 +main ()
  1.3650 +{
  1.3651 +res_search ();
  1.3652 +  ;
  1.3653 +  return 0;
  1.3654 +}
  1.3655 +_ACEOF
  1.3656 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.3657 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.3658 +  (eval $ac_link) 2>conftest.er1
  1.3659 +  ac_status=$?
  1.3660 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.3661 +  rm -f conftest.er1
  1.3662 +  cat conftest.err >&5
  1.3663 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3664 +  (exit $ac_status); } &&
  1.3665 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.3666 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.3667 +  (eval $ac_try) 2>&5
  1.3668 +  ac_status=$?
  1.3669 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3670 +  (exit $ac_status); }; } &&
  1.3671 +	 { ac_try='test -s conftest$ac_exeext'
  1.3672 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.3673 +  (eval $ac_try) 2>&5
  1.3674 +  ac_status=$?
  1.3675 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3676 +  (exit $ac_status); }; }; then
  1.3677 +  ac_cv_lib_c_res_search=yes
  1.3678 +else
  1.3679 +  echo "$as_me: failed program was:" >&5
  1.3680 +sed 's/^/| /' conftest.$ac_ext >&5
  1.3681 +
  1.3682 +ac_cv_lib_c_res_search=no
  1.3683 +fi
  1.3684 +rm -f conftest.err conftest.$ac_objext \
  1.3685 +      conftest$ac_exeext conftest.$ac_ext
  1.3686 +LIBS=$ac_check_lib_save_LIBS
  1.3687 +fi
  1.3688 +echo "$as_me:$LINENO: result: $ac_cv_lib_c_res_search" >&5
  1.3689 +echo "${ECHO_T}$ac_cv_lib_c_res_search" >&6
  1.3690 +if test $ac_cv_lib_c_res_search = yes; then
  1.3691 +  need_resolv=no
  1.3692 +else
  1.3693 +  need_resolv=yes
  1.3694 +fi
  1.3695 +
  1.3696 +	if test "$need_resolv" = yes; then
  1.3697 +		echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5
  1.3698 +echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6
  1.3699 +if test "${ac_cv_lib_resolv_res_search+set}" = set; then
  1.3700 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3701 +else
  1.3702 +  ac_check_lib_save_LIBS=$LIBS
  1.3703 +LIBS="-lresolv  $LIBS"
  1.3704 +cat >conftest.$ac_ext <<_ACEOF
  1.3705 +/* confdefs.h.  */
  1.3706 +_ACEOF
  1.3707 +cat confdefs.h >>conftest.$ac_ext
  1.3708 +cat >>conftest.$ac_ext <<_ACEOF
  1.3709 +/* end confdefs.h.  */
  1.3710 +
  1.3711 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.3712 +#ifdef __cplusplus
  1.3713 +extern "C"
  1.3714 +#endif
  1.3715 +/* We use char because int might match the return type of a gcc2
  1.3716 +   builtin and then its argument prototype would still apply.  */
  1.3717 +char res_search ();
  1.3718 +int
  1.3719 +main ()
  1.3720 +{
  1.3721 +res_search ();
  1.3722 +  ;
  1.3723 +  return 0;
  1.3724 +}
  1.3725 +_ACEOF
  1.3726 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.3727 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.3728 +  (eval $ac_link) 2>conftest.er1
  1.3729 +  ac_status=$?
  1.3730 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.3731 +  rm -f conftest.er1
  1.3732 +  cat conftest.err >&5
  1.3733 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3734 +  (exit $ac_status); } &&
  1.3735 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.3736 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.3737 +  (eval $ac_try) 2>&5
  1.3738 +  ac_status=$?
  1.3739 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3740 +  (exit $ac_status); }; } &&
  1.3741 +	 { ac_try='test -s conftest$ac_exeext'
  1.3742 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.3743 +  (eval $ac_try) 2>&5
  1.3744 +  ac_status=$?
  1.3745 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3746 +  (exit $ac_status); }; }; then
  1.3747 +  ac_cv_lib_resolv_res_search=yes
  1.3748 +else
  1.3749 +  echo "$as_me: failed program was:" >&5
  1.3750 +sed 's/^/| /' conftest.$ac_ext >&5
  1.3751 +
  1.3752 +ac_cv_lib_resolv_res_search=no
  1.3753 +fi
  1.3754 +rm -f conftest.err conftest.$ac_objext \
  1.3755 +      conftest$ac_exeext conftest.$ac_ext
  1.3756 +LIBS=$ac_check_lib_save_LIBS
  1.3757 +fi
  1.3758 +echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5
  1.3759 +echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6
  1.3760 +if test $ac_cv_lib_resolv_res_search = yes; then
  1.3761 +  has_resolv=yes
  1.3762 +else
  1.3763 +  { { echo "$as_me:$LINENO: error: \"no libresolv\"" >&5
  1.3764 +echo "$as_me: error: \"no libresolv\"" >&2;}
  1.3765 +   { (exit 1); exit 1; }; }
  1.3766 +fi
  1.3767 +
  1.3768 +		RESOLV_LIBS='-lresolv'
  1.3769 +	else
  1.3770 +		RESOLV_LIBS=''
  1.3771 +	fi
  1.3772 +else
  1.3773 +	RESOLV_LIBS=''
  1.3774 +fi
  1.3775 +
  1.3776 +
  1.3777 +
  1.3778 +for ac_func in getline
  1.3779 +do
  1.3780 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1.3781 +echo "$as_me:$LINENO: checking for $ac_func" >&5
  1.3782 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1.3783 +if eval "test \"\${$as_ac_var+set}\" = set"; then
  1.3784 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3785 +else
  1.3786 +  cat >conftest.$ac_ext <<_ACEOF
  1.3787 +/* confdefs.h.  */
  1.3788 +_ACEOF
  1.3789 +cat confdefs.h >>conftest.$ac_ext
  1.3790 +cat >>conftest.$ac_ext <<_ACEOF
  1.3791 +/* end confdefs.h.  */
  1.3792 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1.3793 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.3794 +#define $ac_func innocuous_$ac_func
  1.3795 +
  1.3796 +/* System header to define __stub macros and hopefully few prototypes,
  1.3797 +    which can conflict with char $ac_func (); below.
  1.3798 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.3799 +    <limits.h> exists even on freestanding compilers.  */
  1.3800 +
  1.3801 +#ifdef __STDC__
  1.3802 +# include <limits.h>
  1.3803 +#else
  1.3804 +# include <assert.h>
  1.3805 +#endif
  1.3806 +
  1.3807 +#undef $ac_func
  1.3808 +
  1.3809 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.3810 +#ifdef __cplusplus
  1.3811 +extern "C"
  1.3812 +{
  1.3813 +#endif
  1.3814 +/* We use char because int might match the return type of a gcc2
  1.3815 +   builtin and then its argument prototype would still apply.  */
  1.3816 +char $ac_func ();
  1.3817 +/* The GNU C library defines this for functions which it implements
  1.3818 +    to always fail with ENOSYS.  Some functions are actually named
  1.3819 +    something starting with __ and the normal name is an alias.  */
  1.3820 +#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1.3821 +choke me
  1.3822 +#else
  1.3823 +char (*f) () = $ac_func;
  1.3824 +#endif
  1.3825 +#ifdef __cplusplus
  1.3826 +}
  1.3827 +#endif
  1.3828 +
  1.3829 +int
  1.3830 +main ()
  1.3831 +{
  1.3832 +return f != $ac_func;
  1.3833 +  ;
  1.3834 +  return 0;
  1.3835 +}
  1.3836 +_ACEOF
  1.3837 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.3838 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.3839 +  (eval $ac_link) 2>conftest.er1
  1.3840 +  ac_status=$?
  1.3841 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.3842 +  rm -f conftest.er1
  1.3843 +  cat conftest.err >&5
  1.3844 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3845 +  (exit $ac_status); } &&
  1.3846 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.3847 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.3848 +  (eval $ac_try) 2>&5
  1.3849 +  ac_status=$?
  1.3850 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3851 +  (exit $ac_status); }; } &&
  1.3852 +	 { ac_try='test -s conftest$ac_exeext'
  1.3853 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.3854 +  (eval $ac_try) 2>&5
  1.3855 +  ac_status=$?
  1.3856 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3857 +  (exit $ac_status); }; }; then
  1.3858 +  eval "$as_ac_var=yes"
  1.3859 +else
  1.3860 +  echo "$as_me: failed program was:" >&5
  1.3861 +sed 's/^/| /' conftest.$ac_ext >&5
  1.3862 +
  1.3863 +eval "$as_ac_var=no"
  1.3864 +fi
  1.3865 +rm -f conftest.err conftest.$ac_objext \
  1.3866 +      conftest$ac_exeext conftest.$ac_ext
  1.3867 +fi
  1.3868 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1.3869 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1.3870 +if test `eval echo '${'$as_ac_var'}'` = yes; then
  1.3871 +  cat >>confdefs.h <<_ACEOF
  1.3872 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1.3873 +_ACEOF
  1.3874 +
  1.3875 +fi
  1.3876 +done
  1.3877 +
  1.3878 +
  1.3879 +
  1.3880 +for ac_func in fdatasync
  1.3881 +do
  1.3882 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1.3883 +echo "$as_me:$LINENO: checking for $ac_func" >&5
  1.3884 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1.3885 +if eval "test \"\${$as_ac_var+set}\" = set"; then
  1.3886 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3887 +else
  1.3888 +  cat >conftest.$ac_ext <<_ACEOF
  1.3889 +/* confdefs.h.  */
  1.3890 +_ACEOF
  1.3891 +cat confdefs.h >>conftest.$ac_ext
  1.3892 +cat >>conftest.$ac_ext <<_ACEOF
  1.3893 +/* end confdefs.h.  */
  1.3894 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1.3895 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.3896 +#define $ac_func innocuous_$ac_func
  1.3897 +
  1.3898 +/* System header to define __stub macros and hopefully few prototypes,
  1.3899 +    which can conflict with char $ac_func (); below.
  1.3900 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.3901 +    <limits.h> exists even on freestanding compilers.  */
  1.3902 +
  1.3903 +#ifdef __STDC__
  1.3904 +# include <limits.h>
  1.3905 +#else
  1.3906 +# include <assert.h>
  1.3907 +#endif
  1.3908 +
  1.3909 +#undef $ac_func
  1.3910 +
  1.3911 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.3912 +#ifdef __cplusplus
  1.3913 +extern "C"
  1.3914 +{
  1.3915 +#endif
  1.3916 +/* We use char because int might match the return type of a gcc2
  1.3917 +   builtin and then its argument prototype would still apply.  */
  1.3918 +char $ac_func ();
  1.3919 +/* The GNU C library defines this for functions which it implements
  1.3920 +    to always fail with ENOSYS.  Some functions are actually named
  1.3921 +    something starting with __ and the normal name is an alias.  */
  1.3922 +#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1.3923 +choke me
  1.3924 +#else
  1.3925 +char (*f) () = $ac_func;
  1.3926 +#endif
  1.3927 +#ifdef __cplusplus
  1.3928 +}
  1.3929 +#endif
  1.3930 +
  1.3931 +int
  1.3932 +main ()
  1.3933 +{
  1.3934 +return f != $ac_func;
  1.3935 +  ;
  1.3936 +  return 0;
  1.3937 +}
  1.3938 +_ACEOF
  1.3939 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.3940 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.3941 +  (eval $ac_link) 2>conftest.er1
  1.3942 +  ac_status=$?
  1.3943 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.3944 +  rm -f conftest.er1
  1.3945 +  cat conftest.err >&5
  1.3946 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3947 +  (exit $ac_status); } &&
  1.3948 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.3949 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.3950 +  (eval $ac_try) 2>&5
  1.3951 +  ac_status=$?
  1.3952 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3953 +  (exit $ac_status); }; } &&
  1.3954 +	 { ac_try='test -s conftest$ac_exeext'
  1.3955 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.3956 +  (eval $ac_try) 2>&5
  1.3957 +  ac_status=$?
  1.3958 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3959 +  (exit $ac_status); }; }; then
  1.3960 +  eval "$as_ac_var=yes"
  1.3961 +else
  1.3962 +  echo "$as_me: failed program was:" >&5
  1.3963 +sed 's/^/| /' conftest.$ac_ext >&5
  1.3964 +
  1.3965 +eval "$as_ac_var=no"
  1.3966 +fi
  1.3967 +rm -f conftest.err conftest.$ac_objext \
  1.3968 +      conftest$ac_exeext conftest.$ac_ext
  1.3969 +fi
  1.3970 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1.3971 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1.3972 +if test `eval echo '${'$as_ac_var'}'` = yes; then
  1.3973 +  cat >>confdefs.h <<_ACEOF
  1.3974 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1.3975 +_ACEOF
  1.3976 +
  1.3977 +fi
  1.3978 +done
  1.3979 +
  1.3980 +
  1.3981 +echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  1.3982 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  1.3983 +if test "${ac_cv_header_stdc+set}" = set; then
  1.3984 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3985 +else
  1.3986 +  cat >conftest.$ac_ext <<_ACEOF
  1.3987 +/* confdefs.h.  */
  1.3988 +_ACEOF
  1.3989 +cat confdefs.h >>conftest.$ac_ext
  1.3990 +cat >>conftest.$ac_ext <<_ACEOF
  1.3991 +/* end confdefs.h.  */
  1.3992 +#include <stdlib.h>
  1.3993 +#include <stdarg.h>
  1.3994 +#include <string.h>
  1.3995 +#include <float.h>
  1.3996 +
  1.3997 +int
  1.3998 +main ()
  1.3999 +{
  1.4000 +
  1.4001 +  ;
  1.4002 +  return 0;
  1.4003 +}
  1.4004 +_ACEOF
  1.4005 +rm -f conftest.$ac_objext
  1.4006 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.4007 +  (eval $ac_compile) 2>conftest.er1
  1.4008 +  ac_status=$?
  1.4009 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.4010 +  rm -f conftest.er1
  1.4011 +  cat conftest.err >&5
  1.4012 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4013 +  (exit $ac_status); } &&
  1.4014 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.4015 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4016 +  (eval $ac_try) 2>&5
  1.4017 +  ac_status=$?
  1.4018 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4019 +  (exit $ac_status); }; } &&
  1.4020 +	 { ac_try='test -s conftest.$ac_objext'
  1.4021 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4022 +  (eval $ac_try) 2>&5
  1.4023 +  ac_status=$?
  1.4024 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4025 +  (exit $ac_status); }; }; then
  1.4026 +  ac_cv_header_stdc=yes
  1.4027 +else
  1.4028 +  echo "$as_me: failed program was:" >&5
  1.4029 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4030 +
  1.4031 +ac_cv_header_stdc=no
  1.4032 +fi
  1.4033 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4034 +
  1.4035 +if test $ac_cv_header_stdc = yes; then
  1.4036 +  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1.4037 +  cat >conftest.$ac_ext <<_ACEOF
  1.4038 +/* confdefs.h.  */
  1.4039 +_ACEOF
  1.4040 +cat confdefs.h >>conftest.$ac_ext
  1.4041 +cat >>conftest.$ac_ext <<_ACEOF
  1.4042 +/* end confdefs.h.  */
  1.4043 +#include <string.h>
  1.4044 +
  1.4045 +_ACEOF
  1.4046 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1.4047 +  $EGREP "memchr" >/dev/null 2>&1; then
  1.4048 +  :
  1.4049 +else
  1.4050 +  ac_cv_header_stdc=no
  1.4051 +fi
  1.4052 +rm -f conftest*
  1.4053 +
  1.4054 +fi
  1.4055 +
  1.4056 +if test $ac_cv_header_stdc = yes; then
  1.4057 +  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1.4058 +  cat >conftest.$ac_ext <<_ACEOF
  1.4059 +/* confdefs.h.  */
  1.4060 +_ACEOF
  1.4061 +cat confdefs.h >>conftest.$ac_ext
  1.4062 +cat >>conftest.$ac_ext <<_ACEOF
  1.4063 +/* end confdefs.h.  */
  1.4064 +#include <stdlib.h>
  1.4065 +
  1.4066 +_ACEOF
  1.4067 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1.4068 +  $EGREP "free" >/dev/null 2>&1; then
  1.4069 +  :
  1.4070 +else
  1.4071 +  ac_cv_header_stdc=no
  1.4072 +fi
  1.4073 +rm -f conftest*
  1.4074 +
  1.4075 +fi
  1.4076 +
  1.4077 +if test $ac_cv_header_stdc = yes; then
  1.4078 +  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1.4079 +  if test "$cross_compiling" = yes; then
  1.4080 +  :
  1.4081 +else
  1.4082 +  cat >conftest.$ac_ext <<_ACEOF
  1.4083 +/* confdefs.h.  */
  1.4084 +_ACEOF
  1.4085 +cat confdefs.h >>conftest.$ac_ext
  1.4086 +cat >>conftest.$ac_ext <<_ACEOF
  1.4087 +/* end confdefs.h.  */
  1.4088 +#include <ctype.h>
  1.4089 +#if ((' ' & 0x0FF) == 0x020)
  1.4090 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1.4091 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1.4092 +#else
  1.4093 +# define ISLOWER(c) \
  1.4094 +		   (('a' <= (c) && (c) <= 'i') \
  1.4095 +		     || ('j' <= (c) && (c) <= 'r') \
  1.4096 +		     || ('s' <= (c) && (c) <= 'z'))
  1.4097 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  1.4098 +#endif
  1.4099 +
  1.4100 +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1.4101 +int
  1.4102 +main ()
  1.4103 +{
  1.4104 +  int i;
  1.4105 +  for (i = 0; i < 256; i++)
  1.4106 +    if (XOR (islower (i), ISLOWER (i))
  1.4107 +	|| toupper (i) != TOUPPER (i))
  1.4108 +      exit(2);
  1.4109 +  exit (0);
  1.4110 +}
  1.4111 +_ACEOF
  1.4112 +rm -f conftest$ac_exeext
  1.4113 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.4114 +  (eval $ac_link) 2>&5
  1.4115 +  ac_status=$?
  1.4116 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4117 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1.4118 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4119 +  (eval $ac_try) 2>&5
  1.4120 +  ac_status=$?
  1.4121 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4122 +  (exit $ac_status); }; }; then
  1.4123 +  :
  1.4124 +else
  1.4125 +  echo "$as_me: program exited with status $ac_status" >&5
  1.4126 +echo "$as_me: failed program was:" >&5
  1.4127 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4128 +
  1.4129 +( exit $ac_status )
  1.4130 +ac_cv_header_stdc=no
  1.4131 +fi
  1.4132 +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.4133 +fi
  1.4134 +fi
  1.4135 +fi
  1.4136 +echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  1.4137 +echo "${ECHO_T}$ac_cv_header_stdc" >&6
  1.4138 +if test $ac_cv_header_stdc = yes; then
  1.4139 +
  1.4140 +cat >>confdefs.h <<\_ACEOF
  1.4141 +#define STDC_HEADERS 1
  1.4142 +_ACEOF
  1.4143 +
  1.4144 +fi
  1.4145 +
  1.4146 +# On IRIX 5.3, sys/types and inttypes.h are conflicting.
  1.4147 +
  1.4148 +
  1.4149 +
  1.4150 +
  1.4151 +
  1.4152 +
  1.4153 +
  1.4154 +
  1.4155 +
  1.4156 +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
  1.4157 +		  inttypes.h stdint.h unistd.h
  1.4158 +do
  1.4159 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1.4160 +echo "$as_me:$LINENO: checking for $ac_header" >&5
  1.4161 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1.4162 +if eval "test \"\${$as_ac_Header+set}\" = set"; then
  1.4163 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4164 +else
  1.4165 +  cat >conftest.$ac_ext <<_ACEOF
  1.4166 +/* confdefs.h.  */
  1.4167 +_ACEOF
  1.4168 +cat confdefs.h >>conftest.$ac_ext
  1.4169 +cat >>conftest.$ac_ext <<_ACEOF
  1.4170 +/* end confdefs.h.  */
  1.4171 +$ac_includes_default
  1.4172 +
  1.4173 +#include <$ac_header>
  1.4174 +_ACEOF
  1.4175 +rm -f conftest.$ac_objext
  1.4176 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.4177 +  (eval $ac_compile) 2>conftest.er1
  1.4178 +  ac_status=$?
  1.4179 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.4180 +  rm -f conftest.er1
  1.4181 +  cat conftest.err >&5
  1.4182 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4183 +  (exit $ac_status); } &&
  1.4184 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.4185 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4186 +  (eval $ac_try) 2>&5
  1.4187 +  ac_status=$?
  1.4188 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4189 +  (exit $ac_status); }; } &&
  1.4190 +	 { ac_try='test -s conftest.$ac_objext'
  1.4191 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4192 +  (eval $ac_try) 2>&5
  1.4193 +  ac_status=$?
  1.4194 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4195 +  (exit $ac_status); }; }; then
  1.4196 +  eval "$as_ac_Header=yes"
  1.4197 +else
  1.4198 +  echo "$as_me: failed program was:" >&5
  1.4199 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4200 +
  1.4201 +eval "$as_ac_Header=no"
  1.4202 +fi
  1.4203 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4204 +fi
  1.4205 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1.4206 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1.4207 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1.4208 +  cat >>confdefs.h <<_ACEOF
  1.4209 +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1.4210 +_ACEOF
  1.4211 +
  1.4212 +fi
  1.4213 +
  1.4214 +done
  1.4215 +
  1.4216 +
  1.4217 +
  1.4218 +
  1.4219 +
  1.4220 +
  1.4221 +for ac_header in fcntl.h sys/time.h syslog.h unistd.h
  1.4222 +do
  1.4223 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1.4224 +if eval "test \"\${$as_ac_Header+set}\" = set"; then
  1.4225 +  echo "$as_me:$LINENO: checking for $ac_header" >&5
  1.4226 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1.4227 +if eval "test \"\${$as_ac_Header+set}\" = set"; then
  1.4228 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4229 +fi
  1.4230 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1.4231 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1.4232 +else
  1.4233 +  # Is the header compilable?
  1.4234 +echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1.4235 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1.4236 +cat >conftest.$ac_ext <<_ACEOF
  1.4237 +/* confdefs.h.  */
  1.4238 +_ACEOF
  1.4239 +cat confdefs.h >>conftest.$ac_ext
  1.4240 +cat >>conftest.$ac_ext <<_ACEOF
  1.4241 +/* end confdefs.h.  */
  1.4242 +$ac_includes_default
  1.4243 +#include <$ac_header>
  1.4244 +_ACEOF
  1.4245 +rm -f conftest.$ac_objext
  1.4246 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.4247 +  (eval $ac_compile) 2>conftest.er1
  1.4248 +  ac_status=$?
  1.4249 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.4250 +  rm -f conftest.er1
  1.4251 +  cat conftest.err >&5
  1.4252 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4253 +  (exit $ac_status); } &&
  1.4254 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.4255 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4256 +  (eval $ac_try) 2>&5
  1.4257 +  ac_status=$?
  1.4258 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4259 +  (exit $ac_status); }; } &&
  1.4260 +	 { ac_try='test -s conftest.$ac_objext'
  1.4261 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4262 +  (eval $ac_try) 2>&5
  1.4263 +  ac_status=$?
  1.4264 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4265 +  (exit $ac_status); }; }; then
  1.4266 +  ac_header_compiler=yes
  1.4267 +else
  1.4268 +  echo "$as_me: failed program was:" >&5
  1.4269 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4270 +
  1.4271 +ac_header_compiler=no
  1.4272 +fi
  1.4273 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4274 +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1.4275 +echo "${ECHO_T}$ac_header_compiler" >&6
  1.4276 +
  1.4277 +# Is the header present?
  1.4278 +echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1.4279 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1.4280 +cat >conftest.$ac_ext <<_ACEOF
  1.4281 +/* confdefs.h.  */
  1.4282 +_ACEOF
  1.4283 +cat confdefs.h >>conftest.$ac_ext
  1.4284 +cat >>conftest.$ac_ext <<_ACEOF
  1.4285 +/* end confdefs.h.  */
  1.4286 +#include <$ac_header>
  1.4287 +_ACEOF
  1.4288 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
  1.4289 +  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1.4290 +  ac_status=$?
  1.4291 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.4292 +  rm -f conftest.er1
  1.4293 +  cat conftest.err >&5
  1.4294 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4295 +  (exit $ac_status); } >/dev/null; then
  1.4296 +  if test -s conftest.err; then
  1.4297 +    ac_cpp_err=$ac_c_preproc_warn_flag
  1.4298 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1.4299 +  else
  1.4300 +    ac_cpp_err=
  1.4301 +  fi
  1.4302 +else
  1.4303 +  ac_cpp_err=yes
  1.4304 +fi
  1.4305 +if test -z "$ac_cpp_err"; then
  1.4306 +  ac_header_preproc=yes
  1.4307 +else
  1.4308 +  echo "$as_me: failed program was:" >&5
  1.4309 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4310 +
  1.4311 +  ac_header_preproc=no
  1.4312 +fi
  1.4313 +rm -f conftest.err conftest.$ac_ext
  1.4314 +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1.4315 +echo "${ECHO_T}$ac_header_preproc" >&6
  1.4316 +
  1.4317 +# So?  What about this header?
  1.4318 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1.4319 +  yes:no: )
  1.4320 +    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1.4321 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1.4322 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1.4323 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1.4324 +    ac_header_preproc=yes
  1.4325 +    ;;
  1.4326 +  no:yes:* )
  1.4327 +    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1.4328 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1.4329 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1.4330 +echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1.4331 +    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1.4332 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1.4333 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
  1.4334 +echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
  1.4335 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1.4336 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1.4337 +    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1.4338 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1.4339 +    (
  1.4340 +      cat <<\_ASBOX
  1.4341 +## ----------------------------- ##
  1.4342 +## Report this to oku@debian.org ##
  1.4343 +## ----------------------------- ##
  1.4344 +_ASBOX
  1.4345 +    ) |
  1.4346 +      sed "s/^/$as_me: WARNING:     /" >&2
  1.4347 +    ;;
  1.4348 +esac
  1.4349 +echo "$as_me:$LINENO: checking for $ac_header" >&5
  1.4350 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1.4351 +if eval "test \"\${$as_ac_Header+set}\" = set"; then
  1.4352 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4353 +else
  1.4354 +  eval "$as_ac_Header=\$ac_header_preproc"
  1.4355 +fi
  1.4356 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1.4357 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1.4358 +
  1.4359 +fi
  1.4360 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1.4361 +  cat >>confdefs.h <<_ACEOF
  1.4362 +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1.4363 +_ACEOF
  1.4364 +
  1.4365 +fi
  1.4366 +
  1.4367 +done
  1.4368 +
  1.4369 +
  1.4370 +echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
  1.4371 +echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
  1.4372 +if test "${ac_cv_c_const+set}" = set; then
  1.4373 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4374 +else
  1.4375 +  cat >conftest.$ac_ext <<_ACEOF
  1.4376 +/* confdefs.h.  */
  1.4377 +_ACEOF
  1.4378 +cat confdefs.h >>conftest.$ac_ext
  1.4379 +cat >>conftest.$ac_ext <<_ACEOF
  1.4380 +/* end confdefs.h.  */
  1.4381 +
  1.4382 +int
  1.4383 +main ()
  1.4384 +{
  1.4385 +/* FIXME: Include the comments suggested by Paul. */
  1.4386 +#ifndef __cplusplus
  1.4387 +  /* Ultrix mips cc rejects this.  */
  1.4388 +  typedef int charset[2];
  1.4389 +  const charset x;
  1.4390 +  /* SunOS 4.1.1 cc rejects this.  */
  1.4391 +  char const *const *ccp;
  1.4392 +  char **p;
  1.4393 +  /* NEC SVR4.0.2 mips cc rejects this.  */
  1.4394 +  struct point {int x, y;};
  1.4395 +  static struct point const zero = {0,0};
  1.4396 +  /* AIX XL C 1.02.0.0 rejects this.
  1.4397 +     It does not let you subtract one const X* pointer from another in
  1.4398 +     an arm of an if-expression whose if-part is not a constant
  1.4399 +     expression */
  1.4400 +  const char *g = "string";
  1.4401 +  ccp = &g + (g ? g-g : 0);
  1.4402 +  /* HPUX 7.0 cc rejects these. */
  1.4403 +  ++ccp;
  1.4404 +  p = (char**) ccp;
  1.4405 +  ccp = (char const *const *) p;
  1.4406 +  { /* SCO 3.2v4 cc rejects this.  */
  1.4407 +    char *t;
  1.4408 +    char const *s = 0 ? (char *) 0 : (char const *) 0;
  1.4409 +
  1.4410 +    *t++ = 0;
  1.4411 +  }
  1.4412 +  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1.4413 +    int x[] = {25, 17};
  1.4414 +    const int *foo = &x[0];
  1.4415 +    ++foo;
  1.4416 +  }
  1.4417 +  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1.4418 +    typedef const int *iptr;
  1.4419 +    iptr p = 0;
  1.4420 +    ++p;
  1.4421 +  }
  1.4422 +  { /* AIX XL C 1.02.0.0 rejects this saying
  1.4423 +       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1.4424 +    struct s { int j; const int *ap[3]; };
  1.4425 +    struct s *b; b->j = 5;
  1.4426 +  }
  1.4427 +  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1.4428 +    const int foo = 10;
  1.4429 +  }
  1.4430 +#endif
  1.4431 +
  1.4432 +  ;
  1.4433 +  return 0;
  1.4434 +}
  1.4435 +_ACEOF
  1.4436 +rm -f conftest.$ac_objext
  1.4437 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.4438 +  (eval $ac_compile) 2>conftest.er1
  1.4439 +  ac_status=$?
  1.4440 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.4441 +  rm -f conftest.er1
  1.4442 +  cat conftest.err >&5
  1.4443 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4444 +  (exit $ac_status); } &&
  1.4445 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.4446 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4447 +  (eval $ac_try) 2>&5
  1.4448 +  ac_status=$?
  1.4449 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4450 +  (exit $ac_status); }; } &&
  1.4451 +	 { ac_try='test -s conftest.$ac_objext'
  1.4452 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4453 +  (eval $ac_try) 2>&5
  1.4454 +  ac_status=$?
  1.4455 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4456 +  (exit $ac_status); }; }; then
  1.4457 +  ac_cv_c_const=yes
  1.4458 +else
  1.4459 +  echo "$as_me: failed program was:" >&5
  1.4460 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4461 +
  1.4462 +ac_cv_c_const=no
  1.4463 +fi
  1.4464 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4465 +fi
  1.4466 +echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
  1.4467 +echo "${ECHO_T}$ac_cv_c_const" >&6
  1.4468 +if test $ac_cv_c_const = no; then
  1.4469 +
  1.4470 +cat >>confdefs.h <<\_ACEOF
  1.4471 +#define const
  1.4472 +_ACEOF
  1.4473 +
  1.4474 +fi
  1.4475 +
  1.4476 +echo "$as_me:$LINENO: checking for pid_t" >&5
  1.4477 +echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
  1.4478 +if test "${ac_cv_type_pid_t+set}" = set; then
  1.4479 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4480 +else
  1.4481 +  cat >conftest.$ac_ext <<_ACEOF
  1.4482 +/* confdefs.h.  */
  1.4483 +_ACEOF
  1.4484 +cat confdefs.h >>conftest.$ac_ext
  1.4485 +cat >>conftest.$ac_ext <<_ACEOF
  1.4486 +/* end confdefs.h.  */
  1.4487 +$ac_includes_default
  1.4488 +int
  1.4489 +main ()
  1.4490 +{
  1.4491 +if ((pid_t *) 0)
  1.4492 +  return 0;
  1.4493 +if (sizeof (pid_t))
  1.4494 +  return 0;
  1.4495 +  ;
  1.4496 +  return 0;
  1.4497 +}
  1.4498 +_ACEOF
  1.4499 +rm -f conftest.$ac_objext
  1.4500 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.4501 +  (eval $ac_compile) 2>conftest.er1
  1.4502 +  ac_status=$?
  1.4503 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.4504 +  rm -f conftest.er1
  1.4505 +  cat conftest.err >&5
  1.4506 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4507 +  (exit $ac_status); } &&
  1.4508 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.4509 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4510 +  (eval $ac_try) 2>&5
  1.4511 +  ac_status=$?
  1.4512 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4513 +  (exit $ac_status); }; } &&
  1.4514 +	 { ac_try='test -s conftest.$ac_objext'
  1.4515 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4516 +  (eval $ac_try) 2>&5
  1.4517 +  ac_status=$?
  1.4518 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4519 +  (exit $ac_status); }; }; then
  1.4520 +  ac_cv_type_pid_t=yes
  1.4521 +else
  1.4522 +  echo "$as_me: failed program was:" >&5
  1.4523 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4524 +
  1.4525 +ac_cv_type_pid_t=no
  1.4526 +fi
  1.4527 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4528 +fi
  1.4529 +echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
  1.4530 +echo "${ECHO_T}$ac_cv_type_pid_t" >&6
  1.4531 +if test $ac_cv_type_pid_t = yes; then
  1.4532 +  :
  1.4533 +else
  1.4534 +
  1.4535 +cat >>confdefs.h <<_ACEOF
  1.4536 +#define pid_t int
  1.4537 +_ACEOF
  1.4538 +
  1.4539 +fi
  1.4540 +
  1.4541 +echo "$as_me:$LINENO: checking for size_t" >&5
  1.4542 +echo $ECHO_N "checking for size_t... $ECHO_C" >&6
  1.4543 +if test "${ac_cv_type_size_t+set}" = set; then
  1.4544 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4545 +else
  1.4546 +  cat >conftest.$ac_ext <<_ACEOF
  1.4547 +/* confdefs.h.  */
  1.4548 +_ACEOF
  1.4549 +cat confdefs.h >>conftest.$ac_ext
  1.4550 +cat >>conftest.$ac_ext <<_ACEOF
  1.4551 +/* end confdefs.h.  */
  1.4552 +$ac_includes_default
  1.4553 +int
  1.4554 +main ()
  1.4555 +{
  1.4556 +if ((size_t *) 0)
  1.4557 +  return 0;
  1.4558 +if (sizeof (size_t))
  1.4559 +  return 0;
  1.4560 +  ;
  1.4561 +  return 0;
  1.4562 +}
  1.4563 +_ACEOF
  1.4564 +rm -f conftest.$ac_objext
  1.4565 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.4566 +  (eval $ac_compile) 2>conftest.er1
  1.4567 +  ac_status=$?
  1.4568 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.4569 +  rm -f conftest.er1
  1.4570 +  cat conftest.err >&5
  1.4571 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4572 +  (exit $ac_status); } &&
  1.4573 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.4574 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4575 +  (eval $ac_try) 2>&5
  1.4576 +  ac_status=$?
  1.4577 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4578 +  (exit $ac_status); }; } &&
  1.4579 +	 { ac_try='test -s conftest.$ac_objext'
  1.4580 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4581 +  (eval $ac_try) 2>&5
  1.4582 +  ac_status=$?
  1.4583 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4584 +  (exit $ac_status); }; }; then
  1.4585 +  ac_cv_type_size_t=yes
  1.4586 +else
  1.4587 +  echo "$as_me: failed program was:" >&5
  1.4588 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4589 +
  1.4590 +ac_cv_type_size_t=no
  1.4591 +fi
  1.4592 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4593 +fi
  1.4594 +echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
  1.4595 +echo "${ECHO_T}$ac_cv_type_size_t" >&6
  1.4596 +if test $ac_cv_type_size_t = yes; then
  1.4597 +  :
  1.4598 +else
  1.4599 +
  1.4600 +cat >>confdefs.h <<_ACEOF
  1.4601 +#define size_t unsigned
  1.4602 +_ACEOF
  1.4603 +
  1.4604 +fi
  1.4605 +
  1.4606 +echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
  1.4607 +echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
  1.4608 +if test "${ac_cv_header_time+set}" = set; then
  1.4609 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4610 +else
  1.4611 +  cat >conftest.$ac_ext <<_ACEOF
  1.4612 +/* confdefs.h.  */
  1.4613 +_ACEOF
  1.4614 +cat confdefs.h >>conftest.$ac_ext
  1.4615 +cat >>conftest.$ac_ext <<_ACEOF
  1.4616 +/* end confdefs.h.  */
  1.4617 +#include <sys/types.h>
  1.4618 +#include <sys/time.h>
  1.4619 +#include <time.h>
  1.4620 +
  1.4621 +int
  1.4622 +main ()
  1.4623 +{
  1.4624 +if ((struct tm *) 0)
  1.4625 +return 0;
  1.4626 +  ;
  1.4627 +  return 0;
  1.4628 +}
  1.4629 +_ACEOF
  1.4630 +rm -f conftest.$ac_objext
  1.4631 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.4632 +  (eval $ac_compile) 2>conftest.er1
  1.4633 +  ac_status=$?
  1.4634 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.4635 +  rm -f conftest.er1
  1.4636 +  cat conftest.err >&5
  1.4637 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4638 +  (exit $ac_status); } &&
  1.4639 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.4640 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4641 +  (eval $ac_try) 2>&5
  1.4642 +  ac_status=$?
  1.4643 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4644 +  (exit $ac_status); }; } &&
  1.4645 +	 { ac_try='test -s conftest.$ac_objext'
  1.4646 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4647 +  (eval $ac_try) 2>&5
  1.4648 +  ac_status=$?
  1.4649 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4650 +  (exit $ac_status); }; }; then
  1.4651 +  ac_cv_header_time=yes
  1.4652 +else
  1.4653 +  echo "$as_me: failed program was:" >&5
  1.4654 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4655 +
  1.4656 +ac_cv_header_time=no
  1.4657 +fi
  1.4658 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4659 +fi
  1.4660 +echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
  1.4661 +echo "${ECHO_T}$ac_cv_header_time" >&6
  1.4662 +if test $ac_cv_header_time = yes; then
  1.4663 +
  1.4664 +cat >>confdefs.h <<\_ACEOF
  1.4665 +#define TIME_WITH_SYS_TIME 1
  1.4666 +_ACEOF
  1.4667 +
  1.4668 +fi
  1.4669 +
  1.4670 +echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
  1.4671 +echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
  1.4672 +if test "${ac_cv_struct_tm+set}" = set; then
  1.4673 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4674 +else
  1.4675 +  cat >conftest.$ac_ext <<_ACEOF
  1.4676 +/* confdefs.h.  */
  1.4677 +_ACEOF
  1.4678 +cat confdefs.h >>conftest.$ac_ext
  1.4679 +cat >>conftest.$ac_ext <<_ACEOF
  1.4680 +/* end confdefs.h.  */
  1.4681 +#include <sys/types.h>
  1.4682 +#include <time.h>
  1.4683 +
  1.4684 +int
  1.4685 +main ()
  1.4686 +{
  1.4687 +struct tm *tp; tp->tm_sec;
  1.4688 +  ;
  1.4689 +  return 0;
  1.4690 +}
  1.4691 +_ACEOF
  1.4692 +rm -f conftest.$ac_objext
  1.4693 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.4694 +  (eval $ac_compile) 2>conftest.er1
  1.4695 +  ac_status=$?
  1.4696 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.4697 +  rm -f conftest.er1
  1.4698 +  cat conftest.err >&5
  1.4699 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4700 +  (exit $ac_status); } &&
  1.4701 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.4702 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4703 +  (eval $ac_try) 2>&5
  1.4704 +  ac_status=$?
  1.4705 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4706 +  (exit $ac_status); }; } &&
  1.4707 +	 { ac_try='test -s conftest.$ac_objext'
  1.4708 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4709 +  (eval $ac_try) 2>&5
  1.4710 +  ac_status=$?
  1.4711 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4712 +  (exit $ac_status); }; }; then
  1.4713 +  ac_cv_struct_tm=time.h
  1.4714 +else
  1.4715 +  echo "$as_me: failed program was:" >&5
  1.4716 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4717 +
  1.4718 +ac_cv_struct_tm=sys/time.h
  1.4719 +fi
  1.4720 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4721 +fi
  1.4722 +echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
  1.4723 +echo "${ECHO_T}$ac_cv_struct_tm" >&6
  1.4724 +if test $ac_cv_struct_tm = sys/time.h; then
  1.4725 +
  1.4726 +cat >>confdefs.h <<\_ACEOF
  1.4727 +#define TM_IN_SYS_TIME 1
  1.4728 +_ACEOF
  1.4729 +
  1.4730 +fi
  1.4731 +
  1.4732 +
  1.4733 +echo "$as_me:$LINENO: checking for working POSIX fnmatch" >&5
  1.4734 +echo $ECHO_N "checking for working POSIX fnmatch... $ECHO_C" >&6
  1.4735 +if test "${ac_cv_func_fnmatch_works+set}" = set; then
  1.4736 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4737 +else
  1.4738 +  # Some versions of Solaris, SCO, and the GNU C Library
  1.4739 +   # have a broken or incompatible fnmatch.
  1.4740 +   # So we run a test program.  If we are cross-compiling, take no chance.
  1.4741 +   # Thanks to John Oleynick, Franc,ois Pinard, and Paul Eggert for this test.
  1.4742 +   if test "$cross_compiling" = yes; then
  1.4743 +  ac_cv_func_fnmatch_works=cross
  1.4744 +else
  1.4745 +  cat >conftest.$ac_ext <<_ACEOF
  1.4746 +/* confdefs.h.  */
  1.4747 +_ACEOF
  1.4748 +cat confdefs.h >>conftest.$ac_ext
  1.4749 +cat >>conftest.$ac_ext <<_ACEOF
  1.4750 +/* end confdefs.h.  */
  1.4751 +#include <fnmatch.h>
  1.4752 +#	   define y(a, b, c) (fnmatch (a, b, c) == 0)
  1.4753 +#	   define n(a, b, c) (fnmatch (a, b, c) == FNM_NOMATCH)
  1.4754 +
  1.4755 +int
  1.4756 +main ()
  1.4757 +{
  1.4758 +exit
  1.4759 +	   (!(y ("a*", "abc", 0)
  1.4760 +	      && n ("d*/*1", "d/s/1", FNM_PATHNAME)
  1.4761 +	      && y ("a\\\\bc", "abc", 0)
  1.4762 +	      && n ("a\\\\bc", "abc", FNM_NOESCAPE)
  1.4763 +	      && y ("*x", ".x", 0)
  1.4764 +	      && n ("*x", ".x", FNM_PERIOD)
  1.4765 +	      && 1));
  1.4766 +  ;
  1.4767 +  return 0;
  1.4768 +}
  1.4769 +_ACEOF
  1.4770 +rm -f conftest$ac_exeext
  1.4771 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.4772 +  (eval $ac_link) 2>&5
  1.4773 +  ac_status=$?
  1.4774 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4775 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1.4776 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4777 +  (eval $ac_try) 2>&5
  1.4778 +  ac_status=$?
  1.4779 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4780 +  (exit $ac_status); }; }; then
  1.4781 +  ac_cv_func_fnmatch_works=yes
  1.4782 +else
  1.4783 +  echo "$as_me: program exited with status $ac_status" >&5
  1.4784 +echo "$as_me: failed program was:" >&5
  1.4785 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4786 +
  1.4787 +( exit $ac_status )
  1.4788 +ac_cv_func_fnmatch_works=no
  1.4789 +fi
  1.4790 +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.4791 +fi
  1.4792 +fi
  1.4793 +echo "$as_me:$LINENO: result: $ac_cv_func_fnmatch_works" >&5
  1.4794 +echo "${ECHO_T}$ac_cv_func_fnmatch_works" >&6
  1.4795 +if test $ac_cv_func_fnmatch_works = yes; then
  1.4796 +
  1.4797 +cat >>confdefs.h <<\_ACEOF
  1.4798 +#define HAVE_FNMATCH 1
  1.4799 +_ACEOF
  1.4800 +
  1.4801 +fi
  1.4802 +
  1.4803 +
  1.4804 +
  1.4805 +echo "$as_me:$LINENO: checking return type of signal handlers" >&5
  1.4806 +echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
  1.4807 +if test "${ac_cv_type_signal+set}" = set; then
  1.4808 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4809 +else
  1.4810 +  cat >conftest.$ac_ext <<_ACEOF
  1.4811 +/* confdefs.h.  */
  1.4812 +_ACEOF
  1.4813 +cat confdefs.h >>conftest.$ac_ext
  1.4814 +cat >>conftest.$ac_ext <<_ACEOF
  1.4815 +/* end confdefs.h.  */
  1.4816 +#include <sys/types.h>
  1.4817 +#include <signal.h>
  1.4818 +#ifdef signal
  1.4819 +# undef signal
  1.4820 +#endif
  1.4821 +#ifdef __cplusplus
  1.4822 +extern "C" void (*signal (int, void (*)(int)))(int);
  1.4823 +#else
  1.4824 +void (*signal ()) ();
  1.4825 +#endif
  1.4826 +
  1.4827 +int
  1.4828 +main ()
  1.4829 +{
  1.4830 +int i;
  1.4831 +  ;
  1.4832 +  return 0;
  1.4833 +}
  1.4834 +_ACEOF
  1.4835 +rm -f conftest.$ac_objext
  1.4836 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  1.4837 +  (eval $ac_compile) 2>conftest.er1
  1.4838 +  ac_status=$?
  1.4839 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.4840 +  rm -f conftest.er1
  1.4841 +  cat conftest.err >&5
  1.4842 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4843 +  (exit $ac_status); } &&
  1.4844 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.4845 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4846 +  (eval $ac_try) 2>&5
  1.4847 +  ac_status=$?
  1.4848 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4849 +  (exit $ac_status); }; } &&
  1.4850 +	 { ac_try='test -s conftest.$ac_objext'
  1.4851 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4852 +  (eval $ac_try) 2>&5
  1.4853 +  ac_status=$?
  1.4854 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4855 +  (exit $ac_status); }; }; then
  1.4856 +  ac_cv_type_signal=void
  1.4857 +else
  1.4858 +  echo "$as_me: failed program was:" >&5
  1.4859 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4860 +
  1.4861 +ac_cv_type_signal=int
  1.4862 +fi
  1.4863 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4864 +fi
  1.4865 +echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
  1.4866 +echo "${ECHO_T}$ac_cv_type_signal" >&6
  1.4867 +
  1.4868 +cat >>confdefs.h <<_ACEOF
  1.4869 +#define RETSIGTYPE $ac_cv_type_signal
  1.4870 +_ACEOF
  1.4871 +
  1.4872 +
  1.4873 +
  1.4874 +for ac_func in strftime
  1.4875 +do
  1.4876 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1.4877 +echo "$as_me:$LINENO: checking for $ac_func" >&5
  1.4878 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1.4879 +if eval "test \"\${$as_ac_var+set}\" = set"; then
  1.4880 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4881 +else
  1.4882 +  cat >conftest.$ac_ext <<_ACEOF
  1.4883 +/* confdefs.h.  */
  1.4884 +_ACEOF
  1.4885 +cat confdefs.h >>conftest.$ac_ext
  1.4886 +cat >>conftest.$ac_ext <<_ACEOF
  1.4887 +/* end confdefs.h.  */
  1.4888 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1.4889 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.4890 +#define $ac_func innocuous_$ac_func
  1.4891 +
  1.4892 +/* System header to define __stub macros and hopefully few prototypes,
  1.4893 +    which can conflict with char $ac_func (); below.
  1.4894 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.4895 +    <limits.h> exists even on freestanding compilers.  */
  1.4896 +
  1.4897 +#ifdef __STDC__
  1.4898 +# include <limits.h>
  1.4899 +#else
  1.4900 +# include <assert.h>
  1.4901 +#endif
  1.4902 +
  1.4903 +#undef $ac_func
  1.4904 +
  1.4905 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.4906 +#ifdef __cplusplus
  1.4907 +extern "C"
  1.4908 +{
  1.4909 +#endif
  1.4910 +/* We use char because int might match the return type of a gcc2
  1.4911 +   builtin and then its argument prototype would still apply.  */
  1.4912 +char $ac_func ();
  1.4913 +/* The GNU C library defines this for functions which it implements
  1.4914 +    to always fail with ENOSYS.  Some functions are actually named
  1.4915 +    something starting with __ and the normal name is an alias.  */
  1.4916 +#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1.4917 +choke me
  1.4918 +#else
  1.4919 +char (*f) () = $ac_func;
  1.4920 +#endif
  1.4921 +#ifdef __cplusplus
  1.4922 +}
  1.4923 +#endif
  1.4924 +
  1.4925 +int
  1.4926 +main ()
  1.4927 +{
  1.4928 +return f != $ac_func;
  1.4929 +  ;
  1.4930 +  return 0;
  1.4931 +}
  1.4932 +_ACEOF
  1.4933 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.4934 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.4935 +  (eval $ac_link) 2>conftest.er1
  1.4936 +  ac_status=$?
  1.4937 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.4938 +  rm -f conftest.er1
  1.4939 +  cat conftest.err >&5
  1.4940 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4941 +  (exit $ac_status); } &&
  1.4942 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.4943 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4944 +  (eval $ac_try) 2>&5
  1.4945 +  ac_status=$?
  1.4946 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4947 +  (exit $ac_status); }; } &&
  1.4948 +	 { ac_try='test -s conftest$ac_exeext'
  1.4949 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.4950 +  (eval $ac_try) 2>&5
  1.4951 +  ac_status=$?
  1.4952 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4953 +  (exit $ac_status); }; }; then
  1.4954 +  eval "$as_ac_var=yes"
  1.4955 +else
  1.4956 +  echo "$as_me: failed program was:" >&5
  1.4957 +sed 's/^/| /' conftest.$ac_ext >&5
  1.4958 +
  1.4959 +eval "$as_ac_var=no"
  1.4960 +fi
  1.4961 +rm -f conftest.err conftest.$ac_objext \
  1.4962 +      conftest$ac_exeext conftest.$ac_ext
  1.4963 +fi
  1.4964 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1.4965 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1.4966 +if test `eval echo '${'$as_ac_var'}'` = yes; then
  1.4967 +  cat >>confdefs.h <<_ACEOF
  1.4968 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1.4969 +_ACEOF
  1.4970 +
  1.4971 +else
  1.4972 +  # strftime is in -lintl on SCO UNIX.
  1.4973 +echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
  1.4974 +echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6
  1.4975 +if test "${ac_cv_lib_intl_strftime+set}" = set; then
  1.4976 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4977 +else
  1.4978 +  ac_check_lib_save_LIBS=$LIBS
  1.4979 +LIBS="-lintl  $LIBS"
  1.4980 +cat >conftest.$ac_ext <<_ACEOF
  1.4981 +/* confdefs.h.  */
  1.4982 +_ACEOF
  1.4983 +cat confdefs.h >>conftest.$ac_ext
  1.4984 +cat >>conftest.$ac_ext <<_ACEOF
  1.4985 +/* end confdefs.h.  */
  1.4986 +
  1.4987 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.4988 +#ifdef __cplusplus
  1.4989 +extern "C"
  1.4990 +#endif
  1.4991 +/* We use char because int might match the return type of a gcc2
  1.4992 +   builtin and then its argument prototype would still apply.  */
  1.4993 +char strftime ();
  1.4994 +int
  1.4995 +main ()
  1.4996 +{
  1.4997 +strftime ();
  1.4998 +  ;
  1.4999 +  return 0;
  1.5000 +}
  1.5001 +_ACEOF
  1.5002 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.5003 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.5004 +  (eval $ac_link) 2>conftest.er1
  1.5005 +  ac_status=$?
  1.5006 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.5007 +  rm -f conftest.er1
  1.5008 +  cat conftest.err >&5
  1.5009 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5010 +  (exit $ac_status); } &&
  1.5011 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.5012 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5013 +  (eval $ac_try) 2>&5
  1.5014 +  ac_status=$?
  1.5015 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5016 +  (exit $ac_status); }; } &&
  1.5017 +	 { ac_try='test -s conftest$ac_exeext'
  1.5018 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5019 +  (eval $ac_try) 2>&5
  1.5020 +  ac_status=$?
  1.5021 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5022 +  (exit $ac_status); }; }; then
  1.5023 +  ac_cv_lib_intl_strftime=yes
  1.5024 +else
  1.5025 +  echo "$as_me: failed program was:" >&5
  1.5026 +sed 's/^/| /' conftest.$ac_ext >&5
  1.5027 +
  1.5028 +ac_cv_lib_intl_strftime=no
  1.5029 +fi
  1.5030 +rm -f conftest.err conftest.$ac_objext \
  1.5031 +      conftest$ac_exeext conftest.$ac_ext
  1.5032 +LIBS=$ac_check_lib_save_LIBS
  1.5033 +fi
  1.5034 +echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
  1.5035 +echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6
  1.5036 +if test $ac_cv_lib_intl_strftime = yes; then
  1.5037 +  cat >>confdefs.h <<\_ACEOF
  1.5038 +#define HAVE_STRFTIME 1
  1.5039 +_ACEOF
  1.5040 +
  1.5041 +LIBS="-lintl $LIBS"
  1.5042 +fi
  1.5043 +
  1.5044 +fi
  1.5045 +done
  1.5046 +
  1.5047 +
  1.5048 +for ac_func in vprintf
  1.5049 +do
  1.5050 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1.5051 +echo "$as_me:$LINENO: checking for $ac_func" >&5
  1.5052 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1.5053 +if eval "test \"\${$as_ac_var+set}\" = set"; then
  1.5054 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5055 +else
  1.5056 +  cat >conftest.$ac_ext <<_ACEOF
  1.5057 +/* confdefs.h.  */
  1.5058 +_ACEOF
  1.5059 +cat confdefs.h >>conftest.$ac_ext
  1.5060 +cat >>conftest.$ac_ext <<_ACEOF
  1.5061 +/* end confdefs.h.  */
  1.5062 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1.5063 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.5064 +#define $ac_func innocuous_$ac_func
  1.5065 +
  1.5066 +/* System header to define __stub macros and hopefully few prototypes,
  1.5067 +    which can conflict with char $ac_func (); below.
  1.5068 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.5069 +    <limits.h> exists even on freestanding compilers.  */
  1.5070 +
  1.5071 +#ifdef __STDC__
  1.5072 +# include <limits.h>
  1.5073 +#else
  1.5074 +# include <assert.h>
  1.5075 +#endif
  1.5076 +
  1.5077 +#undef $ac_func
  1.5078 +
  1.5079 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.5080 +#ifdef __cplusplus
  1.5081 +extern "C"
  1.5082 +{
  1.5083 +#endif
  1.5084 +/* We use char because int might match the return type of a gcc2
  1.5085 +   builtin and then its argument prototype would still apply.  */
  1.5086 +char $ac_func ();
  1.5087 +/* The GNU C library defines this for functions which it implements
  1.5088 +    to always fail with ENOSYS.  Some functions are actually named
  1.5089 +    something starting with __ and the normal name is an alias.  */
  1.5090 +#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1.5091 +choke me
  1.5092 +#else
  1.5093 +char (*f) () = $ac_func;
  1.5094 +#endif
  1.5095 +#ifdef __cplusplus
  1.5096 +}
  1.5097 +#endif
  1.5098 +
  1.5099 +int
  1.5100 +main ()
  1.5101 +{
  1.5102 +return f != $ac_func;
  1.5103 +  ;
  1.5104 +  return 0;
  1.5105 +}
  1.5106 +_ACEOF
  1.5107 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.5108 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.5109 +  (eval $ac_link) 2>conftest.er1
  1.5110 +  ac_status=$?
  1.5111 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.5112 +  rm -f conftest.er1
  1.5113 +  cat conftest.err >&5
  1.5114 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5115 +  (exit $ac_status); } &&
  1.5116 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.5117 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5118 +  (eval $ac_try) 2>&5
  1.5119 +  ac_status=$?
  1.5120 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5121 +  (exit $ac_status); }; } &&
  1.5122 +	 { ac_try='test -s conftest$ac_exeext'
  1.5123 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5124 +  (eval $ac_try) 2>&5
  1.5125 +  ac_status=$?
  1.5126 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5127 +  (exit $ac_status); }; }; then
  1.5128 +  eval "$as_ac_var=yes"
  1.5129 +else
  1.5130 +  echo "$as_me: failed program was:" >&5
  1.5131 +sed 's/^/| /' conftest.$ac_ext >&5
  1.5132 +
  1.5133 +eval "$as_ac_var=no"
  1.5134 +fi
  1.5135 +rm -f conftest.err conftest.$ac_objext \
  1.5136 +      conftest$ac_exeext conftest.$ac_ext
  1.5137 +fi
  1.5138 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1.5139 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1.5140 +if test `eval echo '${'$as_ac_var'}'` = yes; then
  1.5141 +  cat >>confdefs.h <<_ACEOF
  1.5142 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1.5143 +_ACEOF
  1.5144 +
  1.5145 +echo "$as_me:$LINENO: checking for _doprnt" >&5
  1.5146 +echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
  1.5147 +if test "${ac_cv_func__doprnt+set}" = set; then
  1.5148 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5149 +else
  1.5150 +  cat >conftest.$ac_ext <<_ACEOF
  1.5151 +/* confdefs.h.  */
  1.5152 +_ACEOF
  1.5153 +cat confdefs.h >>conftest.$ac_ext
  1.5154 +cat >>conftest.$ac_ext <<_ACEOF
  1.5155 +/* end confdefs.h.  */
  1.5156 +/* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  1.5157 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.5158 +#define _doprnt innocuous__doprnt
  1.5159 +
  1.5160 +/* System header to define __stub macros and hopefully few prototypes,
  1.5161 +    which can conflict with char _doprnt (); below.
  1.5162 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.5163 +    <limits.h> exists even on freestanding compilers.  */
  1.5164 +
  1.5165 +#ifdef __STDC__
  1.5166 +# include <limits.h>
  1.5167 +#else
  1.5168 +# include <assert.h>
  1.5169 +#endif
  1.5170 +
  1.5171 +#undef _doprnt
  1.5172 +
  1.5173 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.5174 +#ifdef __cplusplus
  1.5175 +extern "C"
  1.5176 +{
  1.5177 +#endif
  1.5178 +/* We use char because int might match the return type of a gcc2
  1.5179 +   builtin and then its argument prototype would still apply.  */
  1.5180 +char _doprnt ();
  1.5181 +/* The GNU C library defines this for functions which it implements
  1.5182 +    to always fail with ENOSYS.  Some functions are actually named
  1.5183 +    something starting with __ and the normal name is an alias.  */
  1.5184 +#if defined (__stub__doprnt) || defined (__stub____doprnt)
  1.5185 +choke me
  1.5186 +#else
  1.5187 +char (*f) () = _doprnt;
  1.5188 +#endif
  1.5189 +#ifdef __cplusplus
  1.5190 +}
  1.5191 +#endif
  1.5192 +
  1.5193 +int
  1.5194 +main ()
  1.5195 +{
  1.5196 +return f != _doprnt;
  1.5197 +  ;
  1.5198 +  return 0;
  1.5199 +}
  1.5200 +_ACEOF
  1.5201 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.5202 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.5203 +  (eval $ac_link) 2>conftest.er1
  1.5204 +  ac_status=$?
  1.5205 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.5206 +  rm -f conftest.er1
  1.5207 +  cat conftest.err >&5
  1.5208 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5209 +  (exit $ac_status); } &&
  1.5210 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.5211 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5212 +  (eval $ac_try) 2>&5
  1.5213 +  ac_status=$?
  1.5214 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5215 +  (exit $ac_status); }; } &&
  1.5216 +	 { ac_try='test -s conftest$ac_exeext'
  1.5217 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5218 +  (eval $ac_try) 2>&5
  1.5219 +  ac_status=$?
  1.5220 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5221 +  (exit $ac_status); }; }; then
  1.5222 +  ac_cv_func__doprnt=yes
  1.5223 +else
  1.5224 +  echo "$as_me: failed program was:" >&5
  1.5225 +sed 's/^/| /' conftest.$ac_ext >&5
  1.5226 +
  1.5227 +ac_cv_func__doprnt=no
  1.5228 +fi
  1.5229 +rm -f conftest.err conftest.$ac_objext \
  1.5230 +      conftest$ac_exeext conftest.$ac_ext
  1.5231 +fi
  1.5232 +echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
  1.5233 +echo "${ECHO_T}$ac_cv_func__doprnt" >&6
  1.5234 +if test $ac_cv_func__doprnt = yes; then
  1.5235 +
  1.5236 +cat >>confdefs.h <<\_ACEOF
  1.5237 +#define HAVE_DOPRNT 1
  1.5238 +_ACEOF
  1.5239 +
  1.5240 +fi
  1.5241 +
  1.5242 +fi
  1.5243 +done
  1.5244 +
  1.5245 +
  1.5246 +
  1.5247 +
  1.5248 +
  1.5249 +
  1.5250 +for ac_func in select socket strerror strstr
  1.5251 +do
  1.5252 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1.5253 +echo "$as_me:$LINENO: checking for $ac_func" >&5
  1.5254 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1.5255 +if eval "test \"\${$as_ac_var+set}\" = set"; then
  1.5256 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5257 +else
  1.5258 +  cat >conftest.$ac_ext <<_ACEOF
  1.5259 +/* confdefs.h.  */
  1.5260 +_ACEOF
  1.5261 +cat confdefs.h >>conftest.$ac_ext
  1.5262 +cat >>conftest.$ac_ext <<_ACEOF
  1.5263 +/* end confdefs.h.  */
  1.5264 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1.5265 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.5266 +#define $ac_func innocuous_$ac_func
  1.5267 +
  1.5268 +/* System header to define __stub macros and hopefully few prototypes,
  1.5269 +    which can conflict with char $ac_func (); below.
  1.5270 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.5271 +    <limits.h> exists even on freestanding compilers.  */
  1.5272 +
  1.5273 +#ifdef __STDC__
  1.5274 +# include <limits.h>
  1.5275 +#else
  1.5276 +# include <assert.h>
  1.5277 +#endif
  1.5278 +
  1.5279 +#undef $ac_func
  1.5280 +
  1.5281 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.5282 +#ifdef __cplusplus
  1.5283 +extern "C"
  1.5284 +{
  1.5285 +#endif
  1.5286 +/* We use char because int might match the return type of a gcc2
  1.5287 +   builtin and then its argument prototype would still apply.  */
  1.5288 +char $ac_func ();
  1.5289 +/* The GNU C library defines this for functions which it implements
  1.5290 +    to always fail with ENOSYS.  Some functions are actually named
  1.5291 +    something starting with __ and the normal name is an alias.  */
  1.5292 +#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1.5293 +choke me
  1.5294 +#else
  1.5295 +char (*f) () = $ac_func;
  1.5296 +#endif
  1.5297 +#ifdef __cplusplus
  1.5298 +}
  1.5299 +#endif
  1.5300 +
  1.5301 +int
  1.5302 +main ()
  1.5303 +{
  1.5304 +return f != $ac_func;
  1.5305 +  ;
  1.5306 +  return 0;
  1.5307 +}
  1.5308 +_ACEOF
  1.5309 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.5310 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.5311 +  (eval $ac_link) 2>conftest.er1
  1.5312 +  ac_status=$?
  1.5313 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.5314 +  rm -f conftest.er1
  1.5315 +  cat conftest.err >&5
  1.5316 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5317 +  (exit $ac_status); } &&
  1.5318 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.5319 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5320 +  (eval $ac_try) 2>&5
  1.5321 +  ac_status=$?
  1.5322 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5323 +  (exit $ac_status); }; } &&
  1.5324 +	 { ac_try='test -s conftest$ac_exeext'
  1.5325 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5326 +  (eval $ac_try) 2>&5
  1.5327 +  ac_status=$?
  1.5328 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5329 +  (exit $ac_status); }; }; then
  1.5330 +  eval "$as_ac_var=yes"
  1.5331 +else
  1.5332 +  echo "$as_me: failed program was:" >&5
  1.5333 +sed 's/^/| /' conftest.$ac_ext >&5
  1.5334 +
  1.5335 +eval "$as_ac_var=no"
  1.5336 +fi
  1.5337 +rm -f conftest.err conftest.$ac_objext \
  1.5338 +      conftest$ac_exeext conftest.$ac_ext
  1.5339 +fi
  1.5340 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1.5341 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1.5342 +if test `eval echo '${'$as_ac_var'}'` = yes; then
  1.5343 +  cat >>confdefs.h <<_ACEOF
  1.5344 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1.5345 +_ACEOF
  1.5346 +
  1.5347 +fi
  1.5348 +done
  1.5349 +
  1.5350 +
  1.5351 +
  1.5352 +# Check whether --with-user or --without-user was given.
  1.5353 +if test "${with_user+set}" = set; then
  1.5354 +  withval="$with_user"
  1.5355 +
  1.5356 +fi;
  1.5357 +if test "x$with_user" = 'x'; then
  1.5358 +	with_user='mail'
  1.5359 +fi
  1.5360 +
  1.5361 +
  1.5362 +# Check whether --with-group or --without-group was given.
  1.5363 +if test "${with_group+set}" = set; then
  1.5364 +  withval="$with_group"
  1.5365 +
  1.5366 +fi;
  1.5367 +if test "x$with_group" = 'x'; then
  1.5368 +	with_group='trusted'
  1.5369 +fi
  1.5370 +
  1.5371 +# Check whether --enable-debug or --disable-debug was given.
  1.5372 +if test "${enable_debug+set}" = set; then
  1.5373 +  enableval="$enable_debug"
  1.5374 +  if test "x$enable_debug" != 'xno'; then
  1.5375 +		debug_enabled='yes'
  1.5376 +	fi
  1.5377 +else
  1.5378 +  debug_enabled='yes'
  1.5379 +
  1.5380 +fi;
  1.5381 +if test "x$debug_enabled" = xyes; then
  1.5382 +
  1.5383 +cat >>confdefs.h <<\_ACEOF
  1.5384 +#define ENABLE_DEBUG 1
  1.5385 +_ACEOF
  1.5386 +
  1.5387 +fi
  1.5388 +
  1.5389 +
  1.5390 +cat >>confdefs.h <<_ACEOF
  1.5391 +#define DEF_MAIL_USER "${with_user}"
  1.5392 +_ACEOF
  1.5393 +
  1.5394 +
  1.5395 +
  1.5396 +cat >>confdefs.h <<_ACEOF
  1.5397 +#define DEF_MAIL_GROUP "${with_group}"
  1.5398 +_ACEOF
  1.5399 +
  1.5400 +
  1.5401 +
  1.5402 +
  1.5403 +# Check whether --with-glib_static or --without-glib_static was given.
  1.5404 +if test "${with_glib_static+set}" = set; then
  1.5405 +  withval="$with_glib_static"
  1.5406 +
  1.5407 +fi;
  1.5408 +if test "x$with_glib_static" != 'x'; then
  1.5409 +	GLIB_LIBS=$with_glib_static
  1.5410 +
  1.5411 +fi
  1.5412 +
  1.5413 +MD5_LIBS=''
  1.5414 +BASE64_LIBS=''
  1.5415 +
  1.5416 +# Check whether --enable-smtp_server or --disable-smtp_server was given.
  1.5417 +if test "${enable_smtp_server+set}" = set; then
  1.5418 +  enableval="$enable_smtp_server"
  1.5419 +  if test "x$enable_smtp_server" != 'xno'; then
  1.5420 +		smtp_server_enabled='yes'
  1.5421 +	fi
  1.5422 +else
  1.5423 +  smtp_server_enabled='yes'
  1.5424 +
  1.5425 +fi;
  1.5426 +if test "x$smtp_server_enabled" = xyes; then
  1.5427 +
  1.5428 +cat >>confdefs.h <<\_ACEOF
  1.5429 +#define ENABLE_SMTP_SERVER 1
  1.5430 +_ACEOF
  1.5431 +
  1.5432 +fi
  1.5433 +
  1.5434 +# Check whether --enable-pop3 or --disable-pop3 was given.
  1.5435 +if test "${enable_pop3+set}" = set; then
  1.5436 +  enableval="$enable_pop3"
  1.5437 +  if test "x$enable_pop3" != 'xno'; then
  1.5438 +		pop3_enabled='yes'
  1.5439 +	fi
  1.5440 +else
  1.5441 +  pop3_enabled='yes'
  1.5442 +
  1.5443 +fi;
  1.5444 +if test "x$pop3_enabled" = xyes; then
  1.5445 +
  1.5446 +cat >>confdefs.h <<\_ACEOF
  1.5447 +#define ENABLE_POP3 1
  1.5448 +_ACEOF
  1.5449 +
  1.5450 +#	MD5_LIBS='md5/libmd5c.a'
  1.5451 +	need_md5='yes'
  1.5452 +fi
  1.5453 +
  1.5454 +# Check whether --enable-auth or --disable-auth was given.
  1.5455 +if test "${enable_auth+set}" = set; then
  1.5456 +  enableval="$enable_auth"
  1.5457 +  if test "x$enable_auth" != 'xno'; then
  1.5458 +		auth_enabled='yes'
  1.5459 +	fi
  1.5460 +fi;
  1.5461 +if test "x$auth_enabled" = xyes; then
  1.5462 +
  1.5463 +cat >>confdefs.h <<\_ACEOF
  1.5464 +#define ENABLE_AUTH 1
  1.5465 +_ACEOF
  1.5466 +
  1.5467 +	BASE64_LIBS='base64/libbase64.a'
  1.5468 +#	MD5_LIBS='md5/libmd5c.a'
  1.5469 +	need_md5='yes'
  1.5470 +fi
  1.5471 +
  1.5472 +
  1.5473 +# Check whether --enable-maildir or --disable-maildir was given.
  1.5474 +if test "${enable_maildir+set}" = set; then
  1.5475 +  enableval="$enable_maildir"
  1.5476 +  if test "x$enable_maildir" != 'xno'; then
  1.5477 +		maildir_enabled='yes'
  1.5478 +	fi
  1.5479 +fi;
  1.5480 +if test "x$maildir_enabled" = xyes; then
  1.5481 +
  1.5482 +cat >>confdefs.h <<\_ACEOF
  1.5483 +#define ENABLE_MAILDIR 1
  1.5484 +_ACEOF
  1.5485 +
  1.5486 +fi
  1.5487 +
  1.5488 +
  1.5489 +# Check whether --with-libcrypto or --without-libcrypto was given.
  1.5490 +if test "${with_libcrypto+set}" = set; then
  1.5491 +  withval="$with_libcrypto"
  1.5492 +
  1.5493 +fi;
  1.5494 +if test "x$with_libcrypto" != 'xyes'; then
  1.5495 +	with_libcrypto='no'
  1.5496 +fi
  1.5497 +
  1.5498 +if test "x$need_md5" = 'xyes'; then
  1.5499 +	if test "x$with_libcrypto" = "xyes"; then
  1.5500 +		echo "$as_me:$LINENO: checking for MD5 in -lcrypto" >&5
  1.5501 +echo $ECHO_N "checking for MD5 in -lcrypto... $ECHO_C" >&6
  1.5502 +if test "${ac_cv_lib_crypto_MD5+set}" = set; then
  1.5503 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5504 +else
  1.5505 +  ac_check_lib_save_LIBS=$LIBS
  1.5506 +LIBS="-lcrypto  $LIBS"
  1.5507 +cat >conftest.$ac_ext <<_ACEOF
  1.5508 +/* confdefs.h.  */
  1.5509 +_ACEOF
  1.5510 +cat confdefs.h >>conftest.$ac_ext
  1.5511 +cat >>conftest.$ac_ext <<_ACEOF
  1.5512 +/* end confdefs.h.  */
  1.5513 +
  1.5514 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.5515 +#ifdef __cplusplus
  1.5516 +extern "C"
  1.5517 +#endif
  1.5518 +/* We use char because int might match the return type of a gcc2
  1.5519 +   builtin and then its argument prototype would still apply.  */
  1.5520 +char MD5 ();
  1.5521 +int
  1.5522 +main ()
  1.5523 +{
  1.5524 +MD5 ();
  1.5525 +  ;
  1.5526 +  return 0;
  1.5527 +}
  1.5528 +_ACEOF
  1.5529 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.5530 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.5531 +  (eval $ac_link) 2>conftest.er1
  1.5532 +  ac_status=$?
  1.5533 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.5534 +  rm -f conftest.er1
  1.5535 +  cat conftest.err >&5
  1.5536 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5537 +  (exit $ac_status); } &&
  1.5538 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.5539 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5540 +  (eval $ac_try) 2>&5
  1.5541 +  ac_status=$?
  1.5542 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5543 +  (exit $ac_status); }; } &&
  1.5544 +	 { ac_try='test -s conftest$ac_exeext'
  1.5545 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5546 +  (eval $ac_try) 2>&5
  1.5547 +  ac_status=$?
  1.5548 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5549 +  (exit $ac_status); }; }; then
  1.5550 +  ac_cv_lib_crypto_MD5=yes
  1.5551 +else
  1.5552 +  echo "$as_me: failed program was:" >&5
  1.5553 +sed 's/^/| /' conftest.$ac_ext >&5
  1.5554 +
  1.5555 +ac_cv_lib_crypto_MD5=no
  1.5556 +fi
  1.5557 +rm -f conftest.err conftest.$ac_objext \
  1.5558 +      conftest$ac_exeext conftest.$ac_ext
  1.5559 +LIBS=$ac_check_lib_save_LIBS
  1.5560 +fi
  1.5561 +echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_MD5" >&5
  1.5562 +echo "${ECHO_T}$ac_cv_lib_crypto_MD5" >&6
  1.5563 +if test $ac_cv_lib_crypto_MD5 = yes; then
  1.5564 +  has_crypto='yes'
  1.5565 +else
  1.5566 +  { { echo "$as_me:$LINENO: error: 'no libcrypto'" >&5
  1.5567 +echo "$as_me: error: 'no libcrypto'" >&2;}
  1.5568 +   { (exit 1); exit 1; }; }
  1.5569 +fi
  1.5570 +
  1.5571 +		if test "x$has_crypto" = 'xyes'; then
  1.5572 +
  1.5573 +cat >>confdefs.h <<\_ACEOF
  1.5574 +#define USE_LIB_CRYPTO 1
  1.5575 +_ACEOF
  1.5576 +
  1.5577 +			MD5_LIBS='-lcrypto'
  1.5578 +		fi
  1.5579 +	else
  1.5580 +		MD5_LIBS='md5/libmd5c.a'
  1.5581 +	fi
  1.5582 +fi
  1.5583 +
  1.5584 +
  1.5585 +IDENT_LIBS=''
  1.5586 +# Check whether --enable-ident or --disable-ident was given.
  1.5587 +if test "${enable_ident+set}" = set; then
  1.5588 +  enableval="$enable_ident"
  1.5589 +  if test "x$enable_ident" != 'xno'; then
  1.5590 +		ident_enabled='yes'
  1.5591 +	fi
  1.5592 +fi;
  1.5593 +
  1.5594 +if test "x$ident_enabled" = xyes; then
  1.5595 +
  1.5596 +cat >>confdefs.h <<\_ACEOF
  1.5597 +#define ENABLE_IDENT 1
  1.5598 +_ACEOF
  1.5599 +
  1.5600 +	echo "$as_me:$LINENO: checking for ident_id in -lident" >&5
  1.5601 +echo $ECHO_N "checking for ident_id in -lident... $ECHO_C" >&6
  1.5602 +if test "${ac_cv_lib_ident_ident_id+set}" = set; then
  1.5603 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5604 +else
  1.5605 +  ac_check_lib_save_LIBS=$LIBS
  1.5606 +LIBS="-lident  $LIBS"
  1.5607 +cat >conftest.$ac_ext <<_ACEOF
  1.5608 +/* confdefs.h.  */
  1.5609 +_ACEOF
  1.5610 +cat confdefs.h >>conftest.$ac_ext
  1.5611 +cat >>conftest.$ac_ext <<_ACEOF
  1.5612 +/* end confdefs.h.  */
  1.5613 +
  1.5614 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.5615 +#ifdef __cplusplus
  1.5616 +extern "C"
  1.5617 +#endif
  1.5618 +/* We use char because int might match the return type of a gcc2
  1.5619 +   builtin and then its argument prototype would still apply.  */
  1.5620 +char ident_id ();
  1.5621 +int
  1.5622 +main ()
  1.5623 +{
  1.5624 +ident_id ();
  1.5625 +  ;
  1.5626 +  return 0;
  1.5627 +}
  1.5628 +_ACEOF
  1.5629 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.5630 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.5631 +  (eval $ac_link) 2>conftest.er1
  1.5632 +  ac_status=$?
  1.5633 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.5634 +  rm -f conftest.er1
  1.5635 +  cat conftest.err >&5
  1.5636 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5637 +  (exit $ac_status); } &&
  1.5638 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.5639 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5640 +  (eval $ac_try) 2>&5
  1.5641 +  ac_status=$?
  1.5642 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5643 +  (exit $ac_status); }; } &&
  1.5644 +	 { ac_try='test -s conftest$ac_exeext'
  1.5645 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5646 +  (eval $ac_try) 2>&5
  1.5647 +  ac_status=$?
  1.5648 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5649 +  (exit $ac_status); }; }; then
  1.5650 +  ac_cv_lib_ident_ident_id=yes
  1.5651 +else
  1.5652 +  echo "$as_me: failed program was:" >&5
  1.5653 +sed 's/^/| /' conftest.$ac_ext >&5
  1.5654 +
  1.5655 +ac_cv_lib_ident_ident_id=no
  1.5656 +fi
  1.5657 +rm -f conftest.err conftest.$ac_objext \
  1.5658 +      conftest$ac_exeext conftest.$ac_ext
  1.5659 +LIBS=$ac_check_lib_save_LIBS
  1.5660 +fi
  1.5661 +echo "$as_me:$LINENO: result: $ac_cv_lib_ident_ident_id" >&5
  1.5662 +echo "${ECHO_T}$ac_cv_lib_ident_ident_id" >&6
  1.5663 +if test $ac_cv_lib_ident_ident_id = yes; then
  1.5664 +  IDENT_LIBS='-lident'
  1.5665 +else
  1.5666 +  IDENT_LIBS='libident/libident.a'
  1.5667 +fi
  1.5668 +
  1.5669 +fi
  1.5670 +
  1.5671 +
  1.5672 +# Check whether --enable-mserver or --disable-mserver was given.
  1.5673 +if test "${enable_mserver+set}" = set; then
  1.5674 +  enableval="$enable_mserver"
  1.5675 +  if test "x$enable_mserver" != 'xno'; then
  1.5676 +		mserver_enabled='yes'
  1.5677 +	fi
  1.5678 +fi;
  1.5679 +if test "x$mserver_enabled" = xyes; then
  1.5680 +
  1.5681 +cat >>confdefs.h <<\_ACEOF
  1.5682 +#define ENABLE_MSERVER 1
  1.5683 +_ACEOF
  1.5684 +
  1.5685 +fi
  1.5686 +
  1.5687 +
  1.5688 +# Check whether --with-liblockfile or --without-liblockfile was given.
  1.5689 +if test "${with_liblockfile+set}" = set; then
  1.5690 +  withval="$with_liblockfile"
  1.5691 +
  1.5692 +fi;
  1.5693 +if test "x$with_liblockfile" != 'x'; then
  1.5694 +	with_liblockfile='yes'
  1.5695 +fi
  1.5696 +if test "x$with_liblockfile" = xyes; then
  1.5697 +	echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5
  1.5698 +echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6
  1.5699 +if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
  1.5700 +  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5701 +else
  1.5702 +  ac_check_lib_save_LIBS=$LIBS
  1.5703 +LIBS="-llockfile  $LIBS"
  1.5704 +cat >conftest.$ac_ext <<_ACEOF
  1.5705 +/* confdefs.h.  */
  1.5706 +_ACEOF
  1.5707 +cat confdefs.h >>conftest.$ac_ext
  1.5708 +cat >>conftest.$ac_ext <<_ACEOF
  1.5709 +/* end confdefs.h.  */
  1.5710 +
  1.5711 +/* Override any gcc2 internal prototype to avoid an error.  */
  1.5712 +#ifdef __cplusplus
  1.5713 +extern "C"
  1.5714 +#endif
  1.5715 +/* We use char because int might match the return type of a gcc2
  1.5716 +   builtin and then its argument prototype would still apply.  */
  1.5717 +char maillock ();
  1.5718 +int
  1.5719 +main ()
  1.5720 +{
  1.5721 +maillock ();
  1.5722 +  ;
  1.5723 +  return 0;
  1.5724 +}
  1.5725 +_ACEOF
  1.5726 +rm -f conftest.$ac_objext conftest$ac_exeext
  1.5727 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  1.5728 +  (eval $ac_link) 2>conftest.er1
  1.5729 +  ac_status=$?
  1.5730 +  grep -v '^ *+' conftest.er1 >conftest.err
  1.5731 +  rm -f conftest.er1
  1.5732 +  cat conftest.err >&5
  1.5733 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5734 +  (exit $ac_status); } &&
  1.5735 +	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
  1.5736 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5737 +  (eval $ac_try) 2>&5
  1.5738 +  ac_status=$?
  1.5739 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5740 +  (exit $ac_status); }; } &&
  1.5741 +	 { ac_try='test -s conftest$ac_exeext'
  1.5742 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  1.5743 +  (eval $ac_try) 2>&5
  1.5744 +  ac_status=$?
  1.5745 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5746 +  (exit $ac_status); }; }; then
  1.5747 +  ac_cv_lib_lockfile_maillock=yes
  1.5748 +else
  1.5749 +  echo "$as_me: failed program was:" >&5
  1.5750 +sed 's/^/| /' conftest.$ac_ext >&5
  1.5751 +
  1.5752 +ac_cv_lib_lockfile_maillock=no
  1.5753 +fi
  1.5754 +rm -f conftest.err conftest.$ac_objext \
  1.5755 +      conftest$ac_exeext conftest.$ac_ext
  1.5756 +LIBS=$ac_check_lib_save_LIBS
  1.5757 +fi
  1.5758 +echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5
  1.5759 +echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6
  1.5760 +if test $ac_cv_lib_lockfile_maillock = yes; then
  1.5761 +  has_lockfile=yes
  1.5762 +else
  1.5763 +  { { echo "$as_me:$LINENO: error: \"no liblockfile\"" >&5
  1.5764 +echo "$as_me: error: \"no liblockfile\"" >&2;}
  1.5765 +   { (exit 1); exit 1; }; }
  1.5766 +fi
  1.5767 +
  1.5768 +	LOCKFILE_LIBS='-llockfile'
  1.5769 +
  1.5770 +cat >>confdefs.h <<\_ACEOF
  1.5771 +#define USE_LIBLOCKFILE 1
  1.5772 +_ACEOF
  1.5773 +
  1.5774 +else
  1.5775 +	LOCKFILE_LIBS=''
  1.5776 +fi
  1.5777 +
  1.5778 +
  1.5779 +
  1.5780 +
  1.5781 +# Check whether --with-logdir or --without-logdir was given.
  1.5782 +if test "${with_logdir+set}" = set; then
  1.5783 +  withval="$with_logdir"
  1.5784 +
  1.5785 +else
  1.5786 +  with_logdir='/var/log/masqmail/'
  1.5787 +
  1.5788 +fi;
  1.5789 +
  1.5790 +
  1.5791 +
  1.5792 +# Check whether --with-spooldir or --without-spooldir was given.
  1.5793 +if test "${with_spooldir+set}" = set; then
  1.5794 +  withval="$with_spooldir"
  1.5795 +
  1.5796 +else
  1.5797 +  with_spooldir='/var/spool/masqmail/'
  1.5798 +
  1.5799 +fi;
  1.5800 +
  1.5801 +
  1.5802 +
  1.5803 +# Check whether --with-confdir or --without-confdir was given.
  1.5804 +if test "${with_confdir+set}" = set; then
  1.5805 +  withval="$with_confdir"
  1.5806 +
  1.5807 +else
  1.5808 +  with_confdir='/etc/masqmail'
  1.5809 +
  1.5810 +fi;
  1.5811 +
  1.5812 +cat >>confdefs.h <<_ACEOF
  1.5813 +#define CONF_DIR "${with_confdir}"
  1.5814 +_ACEOF
  1.5815 +
  1.5816 +
  1.5817 +
  1.5818 +test "x$prefix" = xNONE && prefix="$ac_default_prefix"
  1.5819 +
  1.5820 +cat >>confdefs.h <<_ACEOF
  1.5821 +#define DATA_DIR "`eval echo \""$datadir"\"`/masqmail"
  1.5822 +_ACEOF
  1.5823 +
  1.5824 +
  1.5825 +if test "x${exec_prefix}" != 'xNONE'; then
  1.5826 +
  1.5827 +cat >>confdefs.h <<_ACEOF
  1.5828 +#define SBINDIR "${exec_prefix}/sbin"
  1.5829 +_ACEOF
  1.5830 +
  1.5831 +else
  1.5832 +	if test "x${prefix}" != 'xNONE'; then
  1.5833 +		cat >>confdefs.h <<_ACEOF
  1.5834 +#define SBINDIR "${prefix}/sbin"
  1.5835 +_ACEOF
  1.5836 +
  1.5837 +	else
  1.5838 +		cat >>confdefs.h <<_ACEOF
  1.5839 +#define SBINDIR "/usr/sbin"
  1.5840 +_ACEOF
  1.5841 +
  1.5842 +	fi
  1.5843 +fi
  1.5844 +
  1.5845 +                                                                                                                        ac_config_files="$ac_config_files Makefile debian/Makefile docs/Makefile docs/man/Makefile docs/xml/Makefile tests/Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile suse/masqmail.spec redhat/masqmail.spec"
  1.5846 +cat >confcache <<\_ACEOF
  1.5847 +# This file is a shell script that caches the results of configure
  1.5848 +# tests run on this system so they can be shared between configure
  1.5849 +# scripts and configure runs, see configure's option --config-cache.
  1.5850 +# It is not useful on other systems.  If it contains results you don't
  1.5851 +# want to keep, you may remove or edit it.
  1.5852 +#
  1.5853 +# config.status only pays attention to the cache file if you give it
  1.5854 +# the --recheck option to rerun configure.
  1.5855 +#
  1.5856 +# `ac_cv_env_foo' variables (set or unset) will be overridden when
  1.5857 +# loading this file, other *unset* `ac_cv_foo' will be assigned the
  1.5858 +# following values.
  1.5859 +
  1.5860 +_ACEOF
  1.5861 +
  1.5862 +# The following way of writing the cache mishandles newlines in values,
  1.5863 +# but we know of no workaround that is simple, portable, and efficient.
  1.5864 +# So, don't put newlines in cache variables' values.
  1.5865 +# Ultrix sh set writes to stderr and can't be redirected directly,
  1.5866 +# and sets the high bit in the cache file unless we assign to the vars.
  1.5867 +{
  1.5868 +  (set) 2>&1 |
  1.5869 +    case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1.5870 +    *ac_space=\ *)
  1.5871 +      # `set' does not quote correctly, so add quotes (double-quote
  1.5872 +      # substitution turns \\\\ into \\, and sed turns \\ into \).
  1.5873 +      sed -n \
  1.5874 +	"s/'/'\\\\''/g;
  1.5875 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
  1.5876 +      ;;
  1.5877 +    *)
  1.5878 +      # `set' quotes correctly as required by POSIX, so do not add quotes.
  1.5879 +      sed -n \
  1.5880 +	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  1.5881 +      ;;
  1.5882 +    esac;
  1.5883 +} |
  1.5884 +  sed '
  1.5885 +     t clear
  1.5886 +     : clear
  1.5887 +     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
  1.5888 +     t end
  1.5889 +     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
  1.5890 +     : end' >>confcache
  1.5891 +if diff $cache_file confcache >/dev/null 2>&1; then :; else
  1.5892 +  if test -w $cache_file; then
  1.5893 +    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  1.5894 +    cat confcache >$cache_file
  1.5895 +  else
  1.5896 +    echo "not updating unwritable cache $cache_file"
  1.5897 +  fi
  1.5898 +fi
  1.5899 +rm -f confcache
  1.5900 +
  1.5901 +test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1.5902 +# Let make expand exec_prefix.
  1.5903 +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1.5904 +
  1.5905 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
  1.5906 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  1.5907 +# trailing colons and then remove the whole line if VPATH becomes empty
  1.5908 +# (actually we leave an empty line to preserve line numbers).
  1.5909 +if test "x$srcdir" = x.; then
  1.5910 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
  1.5911 +s/:*\$(srcdir):*/:/;
  1.5912 +s/:*\${srcdir}:*/:/;
  1.5913 +s/:*@srcdir@:*/:/;
  1.5914 +s/^\([^=]*=[	 ]*\):*/\1/;
  1.5915 +s/:*$//;
  1.5916 +s/^[^=]*=[	 ]*$//;
  1.5917 +}'
  1.5918 +fi
  1.5919 +
  1.5920 +DEFS=-DHAVE_CONFIG_H
  1.5921 +
  1.5922 +ac_libobjs=
  1.5923 +ac_ltlibobjs=
  1.5924 +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  1.5925 +  # 1. Remove the extension, and $U if already installed.
  1.5926 +  ac_i=`echo "$ac_i" |
  1.5927 +	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
  1.5928 +  # 2. Add them.
  1.5929 +  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
  1.5930 +  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  1.5931 +done
  1.5932 +LIBOBJS=$ac_libobjs
  1.5933 +
  1.5934 +LTLIBOBJS=$ac_ltlibobjs
  1.5935 +
  1.5936 +
  1.5937 +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  1.5938 +  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
  1.5939 +Usually this means the macro was only invoked conditionally." >&5
  1.5940 +echo "$as_me: error: conditional \"AMDEP\" was never defined.
  1.5941 +Usually this means the macro was only invoked conditionally." >&2;}
  1.5942 +   { (exit 1); exit 1; }; }
  1.5943 +fi
  1.5944 +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  1.5945 +  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
  1.5946 +Usually this means the macro was only invoked conditionally." >&5
  1.5947 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
  1.5948 +Usually this means the macro was only invoked conditionally." >&2;}
  1.5949 +   { (exit 1); exit 1; }; }
  1.5950 +fi
  1.5951 +
  1.5952 +: ${CONFIG_STATUS=./config.status}
  1.5953 +ac_clean_files_save=$ac_clean_files
  1.5954 +ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  1.5955 +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  1.5956 +echo "$as_me: creating $CONFIG_STATUS" >&6;}
  1.5957 +cat >$CONFIG_STATUS <<_ACEOF
  1.5958 +#! $SHELL
  1.5959 +# Generated by $as_me.
  1.5960 +# Run this file to recreate the current configuration.
  1.5961 +# Compiler output produced by configure, useful for debugging
  1.5962 +# configure, is in config.log if it exists.
  1.5963 +
  1.5964 +debug=false
  1.5965 +ac_cs_recheck=false
  1.5966 +ac_cs_silent=false
  1.5967 +SHELL=\${CONFIG_SHELL-$SHELL}
  1.5968 +_ACEOF
  1.5969 +
  1.5970 +cat >>$CONFIG_STATUS <<\_ACEOF
  1.5971 +## --------------------- ##
  1.5972 +## M4sh Initialization.  ##
  1.5973 +## --------------------- ##
  1.5974 +
  1.5975 +# Be Bourne compatible
  1.5976 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  1.5977 +  emulate sh
  1.5978 +  NULLCMD=:
  1.5979 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  1.5980 +  # is contrary to our usage.  Disable this feature.
  1.5981 +  alias -g '${1+"$@"}'='"$@"'
  1.5982 +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  1.5983 +  set -o posix
  1.5984 +fi
  1.5985 +DUALCASE=1; export DUALCASE # for MKS sh
  1.5986 +
  1.5987 +# Support unset when possible.
  1.5988 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  1.5989 +  as_unset=unset
  1.5990 +else
  1.5991 +  as_unset=false
  1.5992 +fi
  1.5993 +
  1.5994 +
  1.5995 +# Work around bugs in pre-3.0 UWIN ksh.
  1.5996 +$as_unset ENV MAIL MAILPATH
  1.5997 +PS1='$ '
  1.5998 +PS2='> '
  1.5999 +PS4='+ '
  1.6000 +
  1.6001 +# NLS nuisances.
  1.6002 +for as_var in \
  1.6003 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  1.6004 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  1.6005 +  LC_TELEPHONE LC_TIME
  1.6006 +do
  1.6007 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  1.6008 +    eval $as_var=C; export $as_var
  1.6009 +  else
  1.6010 +    $as_unset $as_var
  1.6011 +  fi
  1.6012 +done
  1.6013 +
  1.6014 +# Required to use basename.
  1.6015 +if expr a : '\(a\)' >/dev/null 2>&1; then
  1.6016 +  as_expr=expr
  1.6017 +else
  1.6018 +  as_expr=false
  1.6019 +fi
  1.6020 +
  1.6021 +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  1.6022 +  as_basename=basename
  1.6023 +else
  1.6024 +  as_basename=false
  1.6025 +fi
  1.6026 +
  1.6027 +
  1.6028 +# Name of the executable.
  1.6029 +as_me=`$as_basename "$0" ||
  1.6030 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  1.6031 +	 X"$0" : 'X\(//\)$' \| \
  1.6032 +	 X"$0" : 'X\(/\)$' \| \
  1.6033 +	 .     : '\(.\)' 2>/dev/null ||
  1.6034 +echo X/"$0" |
  1.6035 +    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
  1.6036 +  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
  1.6037 +  	  /^X\/\(\/\).*/{ s//\1/; q; }
  1.6038 +  	  s/.*/./; q'`
  1.6039 +
  1.6040 +
  1.6041 +# PATH needs CR, and LINENO needs CR and PATH.
  1.6042 +# Avoid depending upon Character Ranges.
  1.6043 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  1.6044 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  1.6045 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  1.6046 +as_cr_digits='0123456789'
  1.6047 +as_cr_alnum=$as_cr_Letters$as_cr_digits
  1.6048 +
  1.6049 +# The user is always right.
  1.6050 +if test "${PATH_SEPARATOR+set}" != set; then
  1.6051 +  echo "#! /bin/sh" >conf$$.sh
  1.6052 +  echo  "exit 0"   >>conf$$.sh
  1.6053 +  chmod +x conf$$.sh
  1.6054 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  1.6055 +    PATH_SEPARATOR=';'
  1.6056 +  else
  1.6057 +    PATH_SEPARATOR=:
  1.6058 +  fi
  1.6059 +  rm -f conf$$.sh
  1.6060 +fi
  1.6061 +
  1.6062 +
  1.6063 +  as_lineno_1=$LINENO
  1.6064 +  as_lineno_2=$LINENO
  1.6065 +  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  1.6066 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
  1.6067 +  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  1.6068 +  # Find who we are.  Look in the path if we contain no path at all
  1.6069 +  # relative or not.
  1.6070 +  case $0 in
  1.6071 +    *[\\/]* ) as_myself=$0 ;;
  1.6072 +    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.6073 +for as_dir in $PATH
  1.6074 +do
  1.6075 +  IFS=$as_save_IFS
  1.6076 +  test -z "$as_dir" && as_dir=.
  1.6077 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  1.6078 +done
  1.6079 +
  1.6080 +       ;;
  1.6081 +  esac
  1.6082 +  # We did not find ourselves, most probably we were run as `sh COMMAND'
  1.6083 +  # in which case we are not to be found in the path.
  1.6084 +  if test "x$as_myself" = x; then
  1.6085 +    as_myself=$0
  1.6086 +  fi
  1.6087 +  if test ! -f "$as_myself"; then
  1.6088 +    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  1.6089 +echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  1.6090 +   { (exit 1); exit 1; }; }
  1.6091 +  fi
  1.6092 +  case $CONFIG_SHELL in
  1.6093 +  '')
  1.6094 +    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.6095 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  1.6096 +do
  1.6097 +  IFS=$as_save_IFS
  1.6098 +  test -z "$as_dir" && as_dir=.
  1.6099 +  for as_base in sh bash ksh sh5; do
  1.6100 +	 case $as_dir in
  1.6101 +	 /*)
  1.6102 +	   if ("$as_dir/$as_base" -c '
  1.6103 +  as_lineno_1=$LINENO
  1.6104 +  as_lineno_2=$LINENO
  1.6105 +  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  1.6106 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
  1.6107 +  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  1.6108 +	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  1.6109 +	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  1.6110 +	     CONFIG_SHELL=$as_dir/$as_base
  1.6111 +	     export CONFIG_SHELL
  1.6112 +	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  1.6113 +	   fi;;
  1.6114 +	 esac
  1.6115 +       done
  1.6116 +done
  1.6117 +;;
  1.6118 +  esac
  1.6119 +
  1.6120 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  1.6121 +  # uniformly replaced by the line number.  The first 'sed' inserts a
  1.6122 +  # line-number line before each line; the second 'sed' does the real
  1.6123 +  # work.  The second script uses 'N' to pair each line-number line
  1.6124 +  # with the numbered line, and appends trailing '-' during
  1.6125 +  # substitution so that $LINENO is not a special case at line end.
  1.6126 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  1.6127 +  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  1.6128 +  sed '=' <$as_myself |
  1.6129 +    sed '
  1.6130 +      N
  1.6131 +      s,$,-,
  1.6132 +      : loop
  1.6133 +      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
  1.6134 +      t loop
  1.6135 +      s,-$,,
  1.6136 +      s,^['$as_cr_digits']*\n,,
  1.6137 +    ' >$as_me.lineno &&
  1.6138 +  chmod +x $as_me.lineno ||
  1.6139 +    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  1.6140 +echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  1.6141 +   { (exit 1); exit 1; }; }
  1.6142 +
  1.6143 +  # Don't try to exec as it changes $[0], causing all sort of problems
  1.6144 +  # (the dirname of $[0] is not the place where we might find the
  1.6145 +  # original and so on.  Autoconf is especially sensible to this).
  1.6146 +  . ./$as_me.lineno
  1.6147 +  # Exit status is that of the last command.
  1.6148 +  exit
  1.6149 +}
  1.6150 +
  1.6151 +
  1.6152 +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  1.6153 +  *c*,-n*) ECHO_N= ECHO_C='
  1.6154 +' ECHO_T='	' ;;
  1.6155 +  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  1.6156 +  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
  1.6157 +esac
  1.6158 +
  1.6159 +if expr a : '\(a\)' >/dev/null 2>&1; then
  1.6160 +  as_expr=expr
  1.6161 +else
  1.6162 +  as_expr=false
  1.6163 +fi
  1.6164 +
  1.6165 +rm -f conf$$ conf$$.exe conf$$.file
  1.6166 +echo >conf$$.file
  1.6167 +if ln -s conf$$.file conf$$ 2>/dev/null; then
  1.6168 +  # We could just check for DJGPP; but this test a) works b) is more generic
  1.6169 +  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  1.6170 +  if test -f conf$$.exe; then
  1.6171 +    # Don't use ln at all; we don't have any links
  1.6172 +    as_ln_s='cp -p'
  1.6173 +  else
  1.6174 +    as_ln_s='ln -s'
  1.6175 +  fi
  1.6176 +elif ln conf$$.file conf$$ 2>/dev/null; then
  1.6177 +  as_ln_s=ln
  1.6178 +else
  1.6179 +  as_ln_s='cp -p'
  1.6180 +fi
  1.6181 +rm -f conf$$ conf$$.exe conf$$.file
  1.6182 +
  1.6183 +if mkdir -p . 2>/dev/null; then
  1.6184 +  as_mkdir_p=:
  1.6185 +else
  1.6186 +  test -d ./-p && rmdir ./-p
  1.6187 +  as_mkdir_p=false
  1.6188 +fi
  1.6189 +
  1.6190 +as_executable_p="test -f"
  1.6191 +
  1.6192 +# Sed expression to map a string onto a valid CPP name.
  1.6193 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  1.6194 +
  1.6195 +# Sed expression to map a string onto a valid variable name.
  1.6196 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  1.6197 +
  1.6198 +
  1.6199 +# IFS
  1.6200 +# We need space, tab and new line, in precisely that order.
  1.6201 +as_nl='
  1.6202 +'
  1.6203 +IFS=" 	$as_nl"
  1.6204 +
  1.6205 +# CDPATH.
  1.6206 +$as_unset CDPATH
  1.6207 +
  1.6208 +exec 6>&1
  1.6209 +
  1.6210 +# Open the log real soon, to keep \$[0] and so on meaningful, and to
  1.6211 +# report actual input values of CONFIG_FILES etc. instead of their
  1.6212 +# values after options handling.  Logging --version etc. is OK.
  1.6213 +exec 5>>config.log
  1.6214 +{
  1.6215 +  echo
  1.6216 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  1.6217 +## Running $as_me. ##
  1.6218 +_ASBOX
  1.6219 +} >&5
  1.6220 +cat >&5 <<_CSEOF
  1.6221 +
  1.6222 +This file was extended by masqmail $as_me 0.2.21, which was
  1.6223 +generated by GNU Autoconf 2.59.  Invocation command line was
  1.6224 +
  1.6225 +  CONFIG_FILES    = $CONFIG_FILES
  1.6226 +  CONFIG_HEADERS  = $CONFIG_HEADERS
  1.6227 +  CONFIG_LINKS    = $CONFIG_LINKS
  1.6228 +  CONFIG_COMMANDS = $CONFIG_COMMANDS
  1.6229 +  $ $0 $@
  1.6230 +
  1.6231 +_CSEOF
  1.6232 +echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  1.6233 +echo >&5
  1.6234 +_ACEOF
  1.6235 +
  1.6236 +# Files that config.status was made for.
  1.6237 +if test -n "$ac_config_files"; then
  1.6238 +  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
  1.6239 +fi
  1.6240 +
  1.6241 +if test -n "$ac_config_headers"; then
  1.6242 +  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
  1.6243 +fi
  1.6244 +
  1.6245 +if test -n "$ac_config_links"; then
  1.6246 +  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
  1.6247 +fi
  1.6248 +
  1.6249 +if test -n "$ac_config_commands"; then
  1.6250 +  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
  1.6251 +fi
  1.6252 +
  1.6253 +cat >>$CONFIG_STATUS <<\_ACEOF
  1.6254 +
  1.6255 +ac_cs_usage="\
  1.6256 +\`$as_me' instantiates files from templates according to the
  1.6257 +current configuration.
  1.6258 +
  1.6259 +Usage: $0 [OPTIONS] [FILE]...
  1.6260 +
  1.6261 +  -h, --help       print this help, then exit
  1.6262 +  -V, --version    print version number, then exit
  1.6263 +  -q, --quiet      do not print progress messages
  1.6264 +  -d, --debug      don't remove temporary files
  1.6265 +      --recheck    update $as_me by reconfiguring in the same conditions
  1.6266 +  --file=FILE[:TEMPLATE]
  1.6267 +		   instantiate the configuration file FILE
  1.6268 +  --header=FILE[:TEMPLATE]
  1.6269 +		   instantiate the configuration header FILE
  1.6270 +
  1.6271 +Configuration files:
  1.6272 +$config_files
  1.6273 +
  1.6274 +Configuration headers:
  1.6275 +$config_headers
  1.6276 +
  1.6277 +Configuration commands:
  1.6278 +$config_commands
  1.6279 +
  1.6280 +Report bugs to <bug-autoconf@gnu.org>."
  1.6281 +_ACEOF
  1.6282 +
  1.6283 +cat >>$CONFIG_STATUS <<_ACEOF
  1.6284 +ac_cs_version="\\
  1.6285 +masqmail config.status 0.2.21
  1.6286 +configured by $0, generated by GNU Autoconf 2.59,
  1.6287 +  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  1.6288 +
  1.6289 +Copyright (C) 2003 Free Software Foundation, Inc.
  1.6290 +This config.status script is free software; the Free Software Foundation
  1.6291 +gives unlimited permission to copy, distribute and modify it."
  1.6292 +srcdir=$srcdir
  1.6293 +INSTALL="$INSTALL"
  1.6294 +_ACEOF
  1.6295 +
  1.6296 +cat >>$CONFIG_STATUS <<\_ACEOF
  1.6297 +# If no file are specified by the user, then we need to provide default
  1.6298 +# value.  By we need to know if files were specified by the user.
  1.6299 +ac_need_defaults=:
  1.6300 +while test $# != 0
  1.6301 +do
  1.6302 +  case $1 in
  1.6303 +  --*=*)
  1.6304 +    ac_option=`expr "x$1" : 'x\([^=]*\)='`
  1.6305 +    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
  1.6306 +    ac_shift=:
  1.6307 +    ;;
  1.6308 +  -*)
  1.6309 +    ac_option=$1
  1.6310 +    ac_optarg=$2
  1.6311 +    ac_shift=shift
  1.6312 +    ;;
  1.6313 +  *) # This is not an option, so the user has probably given explicit
  1.6314 +     # arguments.
  1.6315 +     ac_option=$1
  1.6316 +     ac_need_defaults=false;;
  1.6317 +  esac
  1.6318 +
  1.6319 +  case $ac_option in
  1.6320 +  # Handling of the options.
  1.6321 +_ACEOF
  1.6322 +cat >>$CONFIG_STATUS <<\_ACEOF
  1.6323 +  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1.6324 +    ac_cs_recheck=: ;;
  1.6325 +  --version | --vers* | -V )
  1.6326 +    echo "$ac_cs_version"; exit 0 ;;
  1.6327 +  --he | --h)
  1.6328 +    # Conflict between --help and --header
  1.6329 +    { { echo "$as_me:$LINENO: error: ambiguous option: $1
  1.6330 +Try \`$0 --help' for more information." >&5
  1.6331 +echo "$as_me: error: ambiguous option: $1
  1.6332 +Try \`$0 --help' for more information." >&2;}
  1.6333 +   { (exit 1); exit 1; }; };;
  1.6334 +  --help | --hel | -h )
  1.6335 +    echo "$ac_cs_usage"; exit 0 ;;
  1.6336 +  --debug | --d* | -d )
  1.6337 +    debug=: ;;
  1.6338 +  --file | --fil | --fi | --f )
  1.6339 +    $ac_shift
  1.6340 +    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  1.6341 +    ac_need_defaults=false;;
  1.6342 +  --header | --heade | --head | --hea )
  1.6343 +    $ac_shift
  1.6344 +    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  1.6345 +    ac_need_defaults=false;;
  1.6346 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.6347 +  | -silent | --silent | --silen | --sile | --sil | --si | --s)
  1.6348 +    ac_cs_silent=: ;;
  1.6349 +
  1.6350 +  # This is an error.
  1.6351 +  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  1.6352 +Try \`$0 --help' for more information." >&5
  1.6353 +echo "$as_me: error: unrecognized option: $1
  1.6354 +Try \`$0 --help' for more information." >&2;}
  1.6355 +   { (exit 1); exit 1; }; } ;;
  1.6356 +
  1.6357 +  *) ac_config_targets="$ac_config_targets $1" ;;
  1.6358 +
  1.6359 +  esac
  1.6360 +  shift
  1.6361 +done
  1.6362 +
  1.6363 +ac_configure_extra_args=
  1.6364 +
  1.6365 +if $ac_cs_silent; then
  1.6366 +  exec 6>/dev/null
  1.6367 +  ac_configure_extra_args="$ac_configure_extra_args --silent"
  1.6368 +fi
  1.6369 +
  1.6370 +_ACEOF
  1.6371 +cat >>$CONFIG_STATUS <<_ACEOF
  1.6372 +if \$ac_cs_recheck; then
  1.6373 +  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
  1.6374 +  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  1.6375 +fi
  1.6376 +
  1.6377 +_ACEOF
  1.6378 +
  1.6379 +cat >>$CONFIG_STATUS <<_ACEOF
  1.6380 +#
  1.6381 +# INIT-COMMANDS section.
  1.6382 +#
  1.6383 +
  1.6384 +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
  1.6385 +
  1.6386 +_ACEOF
  1.6387 +
  1.6388 +
  1.6389 +
  1.6390 +cat >>$CONFIG_STATUS <<\_ACEOF
  1.6391 +for ac_config_target in $ac_config_targets
  1.6392 +do
  1.6393 +  case "$ac_config_target" in
  1.6394 +  # Handling of arguments.
  1.6395 +  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  1.6396 +  "debian/Makefile" ) CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;;
  1.6397 +  "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
  1.6398 +  "docs/man/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/man/Makefile" ;;
  1.6399 +  "docs/xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/xml/Makefile" ;;
  1.6400 +  "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
  1.6401 +  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  1.6402 +  "src/base64/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;;
  1.6403 +  "src/md5/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;;
  1.6404 +  "src/libident/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;;
  1.6405 +  "suse/masqmail.spec" ) CONFIG_FILES="$CONFIG_FILES suse/masqmail.spec" ;;
  1.6406 +  "redhat/masqmail.spec" ) CONFIG_FILES="$CONFIG_FILES redhat/masqmail.spec" ;;
  1.6407 +  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  1.6408 +  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  1.6409 +  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  1.6410 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  1.6411 +   { (exit 1); exit 1; }; };;
  1.6412 +  esac
  1.6413 +done
  1.6414 +
  1.6415 +# If the user did not use the arguments to specify the items to instantiate,
  1.6416 +# then the envvar interface is used.  Set only those that are not.
  1.6417 +# We use the long form for the default assignment because of an extremely
  1.6418 +# bizarre bug on SunOS 4.1.3.
  1.6419 +if $ac_need_defaults; then
  1.6420 +  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  1.6421 +  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  1.6422 +  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  1.6423 +fi
  1.6424 +
  1.6425 +# Have a temporary directory for convenience.  Make it in the build tree
  1.6426 +# simply because there is no reason to put it here, and in addition,
  1.6427 +# creating and moving files from /tmp can sometimes cause problems.
  1.6428 +# Create a temporary directory, and hook for its removal unless debugging.
  1.6429 +$debug ||
  1.6430 +{
  1.6431 +  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  1.6432 +  trap '{ (exit 1); exit 1; }' 1 2 13 15
  1.6433 +}
  1.6434 +
  1.6435 +# Create a (secure) tmp directory for tmp files.
  1.6436 +
  1.6437 +{
  1.6438 +  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  1.6439 +  test -n "$tmp" && test -d "$tmp"
  1.6440 +}  ||
  1.6441 +{
  1.6442 +  tmp=./confstat$$-$RANDOM
  1.6443 +  (umask 077 && mkdir $tmp)
  1.6444 +} ||
  1.6445 +{
  1.6446 +   echo "$me: cannot create a temporary directory in ." >&2
  1.6447 +   { (exit 1); exit 1; }
  1.6448 +}
  1.6449 +
  1.6450 +_ACEOF
  1.6451 +
  1.6452 +cat >>$CONFIG_STATUS <<_ACEOF
  1.6453 +
  1.6454 +#
  1.6455 +# CONFIG_FILES section.
  1.6456 +#
  1.6457 +
  1.6458 +# No need to generate the scripts if there are no CONFIG_FILES.
  1.6459 +# This happens for instance when ./config.status config.h
  1.6460 +if test -n "\$CONFIG_FILES"; then
  1.6461 +  # Protect against being on the right side of a sed subst in config.status.
  1.6462 +  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
  1.6463 +   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
  1.6464 +s,@SHELL@,$SHELL,;t t
  1.6465 +s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  1.6466 +s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  1.6467 +s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  1.6468 +s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  1.6469 +s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  1.6470 +s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  1.6471 +s,@exec_prefix@,$exec_prefix,;t t
  1.6472 +s,@prefix@,$prefix,;t t
  1.6473 +s,@program_transform_name@,$program_transform_name,;t t
  1.6474 +s,@bindir@,$bindir,;t t
  1.6475 +s,@sbindir@,$sbindir,;t t
  1.6476 +s,@libexecdir@,$libexecdir,;t t
  1.6477 +s,@datadir@,$datadir,;t t
  1.6478 +s,@sysconfdir@,$sysconfdir,;t t
  1.6479 +s,@sharedstatedir@,$sharedstatedir,;t t
  1.6480 +s,@localstatedir@,$localstatedir,;t t
  1.6481 +s,@libdir@,$libdir,;t t
  1.6482 +s,@includedir@,$includedir,;t t
  1.6483 +s,@oldincludedir@,$oldincludedir,;t t
  1.6484 +s,@infodir@,$infodir,;t t
  1.6485 +s,@mandir@,$mandir,;t t
  1.6486 +s,@build_alias@,$build_alias,;t t
  1.6487 +s,@host_alias@,$host_alias,;t t
  1.6488 +s,@target_alias@,$target_alias,;t t
  1.6489 +s,@DEFS@,$DEFS,;t t
  1.6490 +s,@ECHO_C@,$ECHO_C,;t t
  1.6491 +s,@ECHO_N@,$ECHO_N,;t t
  1.6492 +s,@ECHO_T@,$ECHO_T,;t t
  1.6493 +s,@LIBS@,$LIBS,;t t
  1.6494 +s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  1.6495 +s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  1.6496 +s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  1.6497 +s,@CYGPATH_W@,$CYGPATH_W,;t t
  1.6498 +s,@PACKAGE@,$PACKAGE,;t t
  1.6499 +s,@VERSION@,$VERSION,;t t
  1.6500 +s,@ACLOCAL@,$ACLOCAL,;t t
  1.6501 +s,@AUTOCONF@,$AUTOCONF,;t t
  1.6502 +s,@AUTOMAKE@,$AUTOMAKE,;t t
  1.6503 +s,@AUTOHEADER@,$AUTOHEADER,;t t
  1.6504 +s,@MAKEINFO@,$MAKEINFO,;t t
  1.6505 +s,@AMTAR@,$AMTAR,;t t
  1.6506 +s,@install_sh@,$install_sh,;t t
  1.6507 +s,@STRIP@,$STRIP,;t t
  1.6508 +s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
  1.6509 +s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
  1.6510 +s,@AWK@,$AWK,;t t
  1.6511 +s,@SET_MAKE@,$SET_MAKE,;t t
  1.6512 +s,@am__leading_dot@,$am__leading_dot,;t t
  1.6513 +s,@CC@,$CC,;t t
  1.6514 +s,@CFLAGS@,$CFLAGS,;t t
  1.6515 +s,@LDFLAGS@,$LDFLAGS,;t t
  1.6516 +s,@CPPFLAGS@,$CPPFLAGS,;t t
  1.6517 +s,@ac_ct_CC@,$ac_ct_CC,;t t
  1.6518 +s,@EXEEXT@,$EXEEXT,;t t
  1.6519 +s,@OBJEXT@,$OBJEXT,;t t
  1.6520 +s,@DEPDIR@,$DEPDIR,;t t
  1.6521 +s,@am__include@,$am__include,;t t
  1.6522 +s,@am__quote@,$am__quote,;t t
  1.6523 +s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
  1.6524 +s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
  1.6525 +s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
  1.6526 +s,@CCDEPMODE@,$CCDEPMODE,;t t
  1.6527 +s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
  1.6528 +s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
  1.6529 +s,@CPP@,$CPP,;t t
  1.6530 +s,@EGREP@,$EGREP,;t t
  1.6531 +s,@RANLIB@,$RANLIB,;t t
  1.6532 +s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
  1.6533 +s,@PKG_CONFIG@,$PKG_CONFIG,;t t
  1.6534 +s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
  1.6535 +s,@GLIB_CFLAGS@,$GLIB_CFLAGS,;t t
  1.6536 +s,@GLIB_LIBS@,$GLIB_LIBS,;t t
  1.6537 +s,@RESOLV_LIBS@,$RESOLV_LIBS,;t t
  1.6538 +s,@with_user@,$with_user,;t t
  1.6539 +s,@with_group@,$with_group,;t t
  1.6540 +s,@BASE64_LIBS@,$BASE64_LIBS,;t t
  1.6541 +s,@MD5_LIBS@,$MD5_LIBS,;t t
  1.6542 +s,@has_ident@,$has_ident,;t t
  1.6543 +s,@IDENT_LIBS@,$IDENT_LIBS,;t t
  1.6544 +s,@LOCKFILE_LIBS@,$LOCKFILE_LIBS,;t t
  1.6545 +s,@USE_LIBLOCKFILE@,$USE_LIBLOCKFILE,;t t
  1.6546 +s,@with_logdir@,$with_logdir,;t t
  1.6547 +s,@with_spooldir@,$with_spooldir,;t t
  1.6548 +s,@with_confdir@,$with_confdir,;t t
  1.6549 +s,@LIBOBJS@,$LIBOBJS,;t t
  1.6550 +s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  1.6551 +CEOF
  1.6552 +
  1.6553 +_ACEOF
  1.6554 +
  1.6555 +  cat >>$CONFIG_STATUS <<\_ACEOF
  1.6556 +  # Split the substitutions into bite-sized pieces for seds with
  1.6557 +  # small command number limits, like on Digital OSF/1 and HP-UX.
  1.6558 +  ac_max_sed_lines=48
  1.6559 +  ac_sed_frag=1 # Number of current file.
  1.6560 +  ac_beg=1 # First line for current file.
  1.6561 +  ac_end=$ac_max_sed_lines # Line after last line for current file.
  1.6562 +  ac_more_lines=:
  1.6563 +  ac_sed_cmds=
  1.6564 +  while $ac_more_lines; do
  1.6565 +    if test $ac_beg -gt 1; then
  1.6566 +      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  1.6567 +    else
  1.6568 +      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  1.6569 +    fi
  1.6570 +    if test ! -s $tmp/subs.frag; then
  1.6571 +      ac_more_lines=false
  1.6572 +    else
  1.6573 +      # The purpose of the label and of the branching condition is to
  1.6574 +      # speed up the sed processing (if there are no `@' at all, there
  1.6575 +      # is no need to browse any of the substitutions).
  1.6576 +      # These are the two extra sed commands mentioned above.
  1.6577 +      (echo ':t
  1.6578 +  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  1.6579 +      if test -z "$ac_sed_cmds"; then
  1.6580 +	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  1.6581 +      else
  1.6582 +	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  1.6583 +      fi
  1.6584 +      ac_sed_frag=`expr $ac_sed_frag + 1`
  1.6585 +      ac_beg=$ac_end
  1.6586 +      ac_end=`expr $ac_end + $ac_max_sed_lines`
  1.6587 +    fi
  1.6588 +  done
  1.6589 +  if test -z "$ac_sed_cmds"; then
  1.6590 +    ac_sed_cmds=cat
  1.6591 +  fi
  1.6592 +fi # test -n "$CONFIG_FILES"
  1.6593 +
  1.6594 +_ACEOF
  1.6595 +cat >>$CONFIG_STATUS <<\_ACEOF
  1.6596 +for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  1.6597 +  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1.6598 +  case $ac_file in
  1.6599 +  - | *:- | *:-:* ) # input from stdin
  1.6600 +	cat >$tmp/stdin
  1.6601 +	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  1.6602 +	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  1.6603 +  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  1.6604 +	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  1.6605 +  * )   ac_file_in=$ac_file.in ;;
  1.6606 +  esac
  1.6607 +
  1.6608 +  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  1.6609 +  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  1.6610 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.6611 +	 X"$ac_file" : 'X\(//\)[^/]' \| \
  1.6612 +	 X"$ac_file" : 'X\(//\)$' \| \
  1.6613 +	 X"$ac_file" : 'X\(/\)' \| \
  1.6614 +	 .     : '\(.\)' 2>/dev/null ||
  1.6615 +echo X"$ac_file" |
  1.6616 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  1.6617 +  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  1.6618 +  	  /^X\(\/\/\)$/{ s//\1/; q; }
  1.6619 +  	  /^X\(\/\).*/{ s//\1/; q; }
  1.6620 +  	  s/.*/./; q'`
  1.6621 +  { if $as_mkdir_p; then
  1.6622 +    mkdir -p "$ac_dir"
  1.6623 +  else
  1.6624 +    as_dir="$ac_dir"
  1.6625 +    as_dirs=
  1.6626 +    while test ! -d "$as_dir"; do
  1.6627 +      as_dirs="$as_dir $as_dirs"
  1.6628 +      as_dir=`(dirname "$as_dir") 2>/dev/null ||
  1.6629 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.6630 +	 X"$as_dir" : 'X\(//\)[^/]' \| \
  1.6631 +	 X"$as_dir" : 'X\(//\)$' \| \
  1.6632 +	 X"$as_dir" : 'X\(/\)' \| \
  1.6633 +	 .     : '\(.\)' 2>/dev/null ||
  1.6634 +echo X"$as_dir" |
  1.6635 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  1.6636 +  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  1.6637 +  	  /^X\(\/\/\)$/{ s//\1/; q; }
  1.6638 +  	  /^X\(\/\).*/{ s//\1/; q; }
  1.6639 +  	  s/.*/./; q'`
  1.6640 +    done
  1.6641 +    test ! -n "$as_dirs" || mkdir $as_dirs
  1.6642 +  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
  1.6643 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
  1.6644 +   { (exit 1); exit 1; }; }; }
  1.6645 +
  1.6646 +  ac_builddir=.
  1.6647 +
  1.6648 +if test "$ac_dir" != .; then
  1.6649 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1.6650 +  # A "../" for each directory in $ac_dir_suffix.
  1.6651 +  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  1.6652 +else
  1.6653 +  ac_dir_suffix= ac_top_builddir=
  1.6654 +fi
  1.6655 +
  1.6656 +case $srcdir in
  1.6657 +  .)  # No --srcdir option.  We are building in place.
  1.6658 +    ac_srcdir=.
  1.6659 +    if test -z "$ac_top_builddir"; then
  1.6660 +       ac_top_srcdir=.
  1.6661 +    else
  1.6662 +       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  1.6663 +    fi ;;
  1.6664 +  [\\/]* | ?:[\\/]* )  # Absolute path.
  1.6665 +    ac_srcdir=$srcdir$ac_dir_suffix;
  1.6666 +    ac_top_srcdir=$srcdir ;;
  1.6667 +  *) # Relative path.
  1.6668 +    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  1.6669 +    ac_top_srcdir=$ac_top_builddir$srcdir ;;
  1.6670 +esac
  1.6671 +
  1.6672 +# Do not use `cd foo && pwd` to compute absolute paths, because
  1.6673 +# the directories may not exist.
  1.6674 +case `pwd` in
  1.6675 +.) ac_abs_builddir="$ac_dir";;
  1.6676 +*)
  1.6677 +  case "$ac_dir" in
  1.6678 +  .) ac_abs_builddir=`pwd`;;
  1.6679 +  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
  1.6680 +  *) ac_abs_builddir=`pwd`/"$ac_dir";;
  1.6681 +  esac;;
  1.6682 +esac
  1.6683 +case $ac_abs_builddir in
  1.6684 +.) ac_abs_top_builddir=${ac_top_builddir}.;;
  1.6685 +*)
  1.6686 +  case ${ac_top_builddir}. in
  1.6687 +  .) ac_abs_top_builddir=$ac_abs_builddir;;
  1.6688 +  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  1.6689 +  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  1.6690 +  esac;;
  1.6691 +esac
  1.6692 +case $ac_abs_builddir in
  1.6693 +.) ac_abs_srcdir=$ac_srcdir;;
  1.6694 +*)
  1.6695 +  case $ac_srcdir in
  1.6696 +  .) ac_abs_srcdir=$ac_abs_builddir;;
  1.6697 +  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
  1.6698 +  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  1.6699 +  esac;;
  1.6700 +esac
  1.6701 +case $ac_abs_builddir in
  1.6702 +.) ac_abs_top_srcdir=$ac_top_srcdir;;
  1.6703 +*)
  1.6704 +  case $ac_top_srcdir in
  1.6705 +  .) ac_abs_top_srcdir=$ac_abs_builddir;;
  1.6706 +  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  1.6707 +  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  1.6708 +  esac;;
  1.6709 +esac
  1.6710 +
  1.6711 +
  1.6712 +  case $INSTALL in
  1.6713 +  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  1.6714 +  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  1.6715 +  esac
  1.6716 +
  1.6717 +  # Let's still pretend it is `configure' which instantiates (i.e., don't
  1.6718 +  # use $as_me), people would be surprised to read:
  1.6719 +  #    /* config.h.  Generated by config.status.  */
  1.6720 +  if test x"$ac_file" = x-; then
  1.6721 +    configure_input=
  1.6722 +  else
  1.6723 +    configure_input="$ac_file.  "
  1.6724 +  fi
  1.6725 +  configure_input=$configure_input"Generated from `echo $ac_file_in |
  1.6726 +				     sed 's,.*/,,'` by configure."
  1.6727 +
  1.6728 +  # First look for the input files in the build tree, otherwise in the
  1.6729 +  # src tree.
  1.6730 +  ac_file_inputs=`IFS=:
  1.6731 +    for f in $ac_file_in; do
  1.6732 +      case $f in
  1.6733 +      -) echo $tmp/stdin ;;
  1.6734 +      [\\/$]*)
  1.6735 +	 # Absolute (can't be DOS-style, as IFS=:)
  1.6736 +	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  1.6737 +echo "$as_me: error: cannot find input file: $f" >&2;}
  1.6738 +   { (exit 1); exit 1; }; }
  1.6739 +	 echo "$f";;
  1.6740 +      *) # Relative
  1.6741 +	 if test -f "$f"; then
  1.6742 +	   # Build tree
  1.6743 +	   echo "$f"
  1.6744 +	 elif test -f "$srcdir/$f"; then
  1.6745 +	   # Source tree
  1.6746 +	   echo "$srcdir/$f"
  1.6747 +	 else
  1.6748 +	   # /dev/null tree
  1.6749 +	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  1.6750 +echo "$as_me: error: cannot find input file: $f" >&2;}
  1.6751 +   { (exit 1); exit 1; }; }
  1.6752 +	 fi;;
  1.6753 +      esac
  1.6754 +    done` || { (exit 1); exit 1; }
  1.6755 +
  1.6756 +  if test x"$ac_file" != x-; then
  1.6757 +    { echo "$as_me:$LINENO: creating $ac_file" >&5
  1.6758 +echo "$as_me: creating $ac_file" >&6;}
  1.6759 +    rm -f "$ac_file"
  1.6760 +  fi
  1.6761 +_ACEOF
  1.6762 +cat >>$CONFIG_STATUS <<_ACEOF
  1.6763 +  sed "$ac_vpsub
  1.6764 +$extrasub
  1.6765 +_ACEOF
  1.6766 +cat >>$CONFIG_STATUS <<\_ACEOF
  1.6767 +:t
  1.6768 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  1.6769 +s,@configure_input@,$configure_input,;t t
  1.6770 +s,@srcdir@,$ac_srcdir,;t t
  1.6771 +s,@abs_srcdir@,$ac_abs_srcdir,;t t
  1.6772 +s,@top_srcdir@,$ac_top_srcdir,;t t
  1.6773 +s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  1.6774 +s,@builddir@,$ac_builddir,;t t
  1.6775 +s,@abs_builddir@,$ac_abs_builddir,;t t
  1.6776 +s,@top_builddir@,$ac_top_builddir,;t t
  1.6777 +s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  1.6778 +s,@INSTALL@,$ac_INSTALL,;t t
  1.6779 +" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  1.6780 +  rm -f $tmp/stdin
  1.6781 +  if test x"$ac_file" != x-; then
  1.6782 +    mv $tmp/out $ac_file
  1.6783 +  else
  1.6784 +    cat $tmp/out
  1.6785 +    rm -f $tmp/out
  1.6786 +  fi
  1.6787 +
  1.6788 +done
  1.6789 +_ACEOF
  1.6790 +cat >>$CONFIG_STATUS <<\_ACEOF
  1.6791 +
  1.6792 +#
  1.6793 +# CONFIG_HEADER section.
  1.6794 +#
  1.6795 +
  1.6796 +# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1.6797 +# NAME is the cpp macro being defined and VALUE is the value it is being given.
  1.6798 +#
  1.6799 +# ac_d sets the value in "#define NAME VALUE" lines.
  1.6800 +ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)'
  1.6801 +ac_dB='[	 ].*$,\1#\2'
  1.6802 +ac_dC=' '
  1.6803 +ac_dD=',;t'
  1.6804 +# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1.6805 +ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)'
  1.6806 +ac_uB='$,\1#\2define\3'
  1.6807 +ac_uC=' '
  1.6808 +ac_uD=',;t'
  1.6809 +
  1.6810 +for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  1.6811 +  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1.6812 +  case $ac_file in
  1.6813 +  - | *:- | *:-:* ) # input from stdin
  1.6814 +	cat >$tmp/stdin
  1.6815 +	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  1.6816 +	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  1.6817 +  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  1.6818 +	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  1.6819 +  * )   ac_file_in=$ac_file.in ;;
  1.6820 +  esac
  1.6821 +
  1.6822 +  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  1.6823 +echo "$as_me: creating $ac_file" >&6;}
  1.6824 +
  1.6825 +  # First look for the input files in the build tree, otherwise in the
  1.6826 +  # src tree.
  1.6827 +  ac_file_inputs=`IFS=:
  1.6828 +    for f in $ac_file_in; do
  1.6829 +      case $f in
  1.6830 +      -) echo $tmp/stdin ;;
  1.6831 +      [\\/$]*)
  1.6832 +	 # Absolute (can't be DOS-style, as IFS=:)
  1.6833 +	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  1.6834 +echo "$as_me: error: cannot find input file: $f" >&2;}
  1.6835 +   { (exit 1); exit 1; }; }
  1.6836 +	 # Do quote $f, to prevent DOS paths from being IFS'd.
  1.6837 +	 echo "$f";;
  1.6838 +      *) # Relative
  1.6839 +	 if test -f "$f"; then
  1.6840 +	   # Build tree
  1.6841 +	   echo "$f"
  1.6842 +	 elif test -f "$srcdir/$f"; then
  1.6843 +	   # Source tree
  1.6844 +	   echo "$srcdir/$f"
  1.6845 +	 else
  1.6846 +	   # /dev/null tree
  1.6847 +	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  1.6848 +echo "$as_me: error: cannot find input file: $f" >&2;}
  1.6849 +   { (exit 1); exit 1; }; }
  1.6850 +	 fi;;
  1.6851 +      esac
  1.6852 +    done` || { (exit 1); exit 1; }
  1.6853 +  # Remove the trailing spaces.
  1.6854 +  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
  1.6855 +
  1.6856 +_ACEOF
  1.6857 +
  1.6858 +# Transform confdefs.h into two sed scripts, `conftest.defines' and
  1.6859 +# `conftest.undefs', that substitutes the proper values into
  1.6860 +# config.h.in to produce config.h.  The first handles `#define'
  1.6861 +# templates, and the second `#undef' templates.
  1.6862 +# And first: Protect against being on the right side of a sed subst in
  1.6863 +# config.status.  Protect against being in an unquoted here document
  1.6864 +# in config.status.
  1.6865 +rm -f conftest.defines conftest.undefs
  1.6866 +# Using a here document instead of a string reduces the quoting nightmare.
  1.6867 +# Putting comments in sed scripts is not portable.
  1.6868 +#
  1.6869 +# `end' is used to avoid that the second main sed command (meant for
  1.6870 +# 0-ary CPP macros) applies to n-ary macro definitions.
  1.6871 +# See the Autoconf documentation for `clear'.
  1.6872 +cat >confdef2sed.sed <<\_ACEOF
  1.6873 +s/[\\&,]/\\&/g
  1.6874 +s,[\\$`],\\&,g
  1.6875 +t clear
  1.6876 +: clear
  1.6877 +s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
  1.6878 +t end
  1.6879 +s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
  1.6880 +: end
  1.6881 +_ACEOF
  1.6882 +# If some macros were called several times there might be several times
  1.6883 +# the same #defines, which is useless.  Nevertheless, we may not want to
  1.6884 +# sort them, since we want the *last* AC-DEFINE to be honored.
  1.6885 +uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  1.6886 +sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  1.6887 +rm -f confdef2sed.sed
  1.6888 +
  1.6889 +# This sed command replaces #undef with comments.  This is necessary, for
  1.6890 +# example, in the case of _POSIX_SOURCE, which is predefined and required
  1.6891 +# on some systems where configure will not decide to define it.
  1.6892 +cat >>conftest.undefs <<\_ACEOF
  1.6893 +s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  1.6894 +_ACEOF
  1.6895 +
  1.6896 +# Break up conftest.defines because some shells have a limit on the size
  1.6897 +# of here documents, and old seds have small limits too (100 cmds).
  1.6898 +echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  1.6899 +echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  1.6900 +echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  1.6901 +echo '  :' >>$CONFIG_STATUS
  1.6902 +rm -f conftest.tail
  1.6903 +while grep . conftest.defines >/dev/null
  1.6904 +do
  1.6905 +  # Write a limited-size here document to $tmp/defines.sed.
  1.6906 +  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  1.6907 +  # Speed up: don't consider the non `#define' lines.
  1.6908 +  echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS
  1.6909 +  # Work around the forget-to-reset-the-flag bug.
  1.6910 +  echo 't clr' >>$CONFIG_STATUS
  1.6911 +  echo ': clr' >>$CONFIG_STATUS
  1.6912 +  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  1.6913 +  echo 'CEOF
  1.6914 +  sed -f $tmp/defines.sed $tmp/in >$tmp/out
  1.6915 +  rm -f $tmp/in
  1.6916 +  mv $tmp/out $tmp/in
  1.6917 +' >>$CONFIG_STATUS
  1.6918 +  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  1.6919 +  rm -f conftest.defines
  1.6920 +  mv conftest.tail conftest.defines
  1.6921 +done
  1.6922 +rm -f conftest.defines
  1.6923 +echo '  fi # grep' >>$CONFIG_STATUS
  1.6924 +echo >>$CONFIG_STATUS
  1.6925 +
  1.6926 +# Break up conftest.undefs because some shells have a limit on the size
  1.6927 +# of here documents, and old seds have small limits too (100 cmds).
  1.6928 +echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
  1.6929 +rm -f conftest.tail
  1.6930 +while grep . conftest.undefs >/dev/null
  1.6931 +do
  1.6932 +  # Write a limited-size here document to $tmp/undefs.sed.
  1.6933 +  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  1.6934 +  # Speed up: don't consider the non `#undef'
  1.6935 +  echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS
  1.6936 +  # Work around the forget-to-reset-the-flag bug.
  1.6937 +  echo 't clr' >>$CONFIG_STATUS
  1.6938 +  echo ': clr' >>$CONFIG_STATUS
  1.6939 +  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  1.6940 +  echo 'CEOF
  1.6941 +  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  1.6942 +  rm -f $tmp/in
  1.6943 +  mv $tmp/out $tmp/in
  1.6944 +' >>$CONFIG_STATUS
  1.6945 +  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  1.6946 +  rm -f conftest.undefs
  1.6947 +  mv conftest.tail conftest.undefs
  1.6948 +done
  1.6949 +rm -f conftest.undefs
  1.6950 +
  1.6951 +cat >>$CONFIG_STATUS <<\_ACEOF
  1.6952 +  # Let's still pretend it is `configure' which instantiates (i.e., don't
  1.6953 +  # use $as_me), people would be surprised to read:
  1.6954 +  #    /* config.h.  Generated by config.status.  */
  1.6955 +  if test x"$ac_file" = x-; then
  1.6956 +    echo "/* Generated by configure.  */" >$tmp/config.h
  1.6957 +  else
  1.6958 +    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
  1.6959 +  fi
  1.6960 +  cat $tmp/in >>$tmp/config.h
  1.6961 +  rm -f $tmp/in
  1.6962 +  if test x"$ac_file" != x-; then
  1.6963 +    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  1.6964 +      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  1.6965 +echo "$as_me: $ac_file is unchanged" >&6;}
  1.6966 +    else
  1.6967 +      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  1.6968 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.6969 +	 X"$ac_file" : 'X\(//\)[^/]' \| \
  1.6970 +	 X"$ac_file" : 'X\(//\)$' \| \
  1.6971 +	 X"$ac_file" : 'X\(/\)' \| \
  1.6972 +	 .     : '\(.\)' 2>/dev/null ||
  1.6973 +echo X"$ac_file" |
  1.6974 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  1.6975 +  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  1.6976 +  	  /^X\(\/\/\)$/{ s//\1/; q; }
  1.6977 +  	  /^X\(\/\).*/{ s//\1/; q; }
  1.6978 +  	  s/.*/./; q'`
  1.6979 +      { if $as_mkdir_p; then
  1.6980 +    mkdir -p "$ac_dir"
  1.6981 +  else
  1.6982 +    as_dir="$ac_dir"
  1.6983 +    as_dirs=
  1.6984 +    while test ! -d "$as_dir"; do
  1.6985 +      as_dirs="$as_dir $as_dirs"
  1.6986 +      as_dir=`(dirname "$as_dir") 2>/dev/null ||
  1.6987 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.6988 +	 X"$as_dir" : 'X\(//\)[^/]' \| \
  1.6989 +	 X"$as_dir" : 'X\(//\)$' \| \
  1.6990 +	 X"$as_dir" : 'X\(/\)' \| \
  1.6991 +	 .     : '\(.\)' 2>/dev/null ||
  1.6992 +echo X"$as_dir" |
  1.6993 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  1.6994 +  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  1.6995 +  	  /^X\(\/\/\)$/{ s//\1/; q; }
  1.6996 +  	  /^X\(\/\).*/{ s//\1/; q; }
  1.6997 +  	  s/.*/./; q'`
  1.6998 +    done
  1.6999 +    test ! -n "$as_dirs" || mkdir $as_dirs
  1.7000 +  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
  1.7001 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
  1.7002 +   { (exit 1); exit 1; }; }; }
  1.7003 +
  1.7004 +      rm -f $ac_file
  1.7005 +      mv $tmp/config.h $ac_file
  1.7006 +    fi
  1.7007 +  else
  1.7008 +    cat $tmp/config.h
  1.7009 +    rm -f $tmp/config.h
  1.7010 +  fi
  1.7011 +# Compute $ac_file's index in $config_headers.
  1.7012 +_am_stamp_count=1
  1.7013 +for _am_header in $config_headers :; do
  1.7014 +  case $_am_header in
  1.7015 +    $ac_file | $ac_file:* )
  1.7016 +      break ;;
  1.7017 +    * )
  1.7018 +      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  1.7019 +  esac
  1.7020 +done
  1.7021 +echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
  1.7022 +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.7023 +	 X$ac_file : 'X\(//\)[^/]' \| \
  1.7024 +	 X$ac_file : 'X\(//\)$' \| \
  1.7025 +	 X$ac_file : 'X\(/\)' \| \
  1.7026 +	 .     : '\(.\)' 2>/dev/null ||
  1.7027 +echo X$ac_file |
  1.7028 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  1.7029 +  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  1.7030 +  	  /^X\(\/\/\)$/{ s//\1/; q; }
  1.7031 +  	  /^X\(\/\).*/{ s//\1/; q; }
  1.7032 +  	  s/.*/./; q'`/stamp-h$_am_stamp_count
  1.7033 +done
  1.7034 +_ACEOF
  1.7035 +cat >>$CONFIG_STATUS <<\_ACEOF
  1.7036 +
  1.7037 +#
  1.7038 +# CONFIG_COMMANDS section.
  1.7039 +#
  1.7040 +for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
  1.7041 +  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
  1.7042 +  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
  1.7043 +  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  1.7044 +$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.7045 +	 X"$ac_dest" : 'X\(//\)[^/]' \| \
  1.7046 +	 X"$ac_dest" : 'X\(//\)$' \| \
  1.7047 +	 X"$ac_dest" : 'X\(/\)' \| \
  1.7048 +	 .     : '\(.\)' 2>/dev/null ||
  1.7049 +echo X"$ac_dest" |
  1.7050 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  1.7051 +  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  1.7052 +  	  /^X\(\/\/\)$/{ s//\1/; q; }
  1.7053 +  	  /^X\(\/\).*/{ s//\1/; q; }
  1.7054 +  	  s/.*/./; q'`
  1.7055 +  { if $as_mkdir_p; then
  1.7056 +    mkdir -p "$ac_dir"
  1.7057 +  else
  1.7058 +    as_dir="$ac_dir"
  1.7059 +    as_dirs=
  1.7060 +    while test ! -d "$as_dir"; do
  1.7061 +      as_dirs="$as_dir $as_dirs"
  1.7062 +      as_dir=`(dirname "$as_dir") 2>/dev/null ||
  1.7063 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.7064 +	 X"$as_dir" : 'X\(//\)[^/]' \| \
  1.7065 +	 X"$as_dir" : 'X\(//\)$' \| \
  1.7066 +	 X"$as_dir" : 'X\(/\)' \| \
  1.7067 +	 .     : '\(.\)' 2>/dev/null ||
  1.7068 +echo X"$as_dir" |
  1.7069 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  1.7070 +  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  1.7071 +  	  /^X\(\/\/\)$/{ s//\1/; q; }
  1.7072 +  	  /^X\(\/\).*/{ s//\1/; q; }
  1.7073 +  	  s/.*/./; q'`
  1.7074 +    done
  1.7075 +    test ! -n "$as_dirs" || mkdir $as_dirs
  1.7076 +  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
  1.7077 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
  1.7078 +   { (exit 1); exit 1; }; }; }
  1.7079 +
  1.7080 +  ac_builddir=.
  1.7081 +
  1.7082 +if test "$ac_dir" != .; then
  1.7083 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1.7084 +  # A "../" for each directory in $ac_dir_suffix.
  1.7085 +  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  1.7086 +else
  1.7087 +  ac_dir_suffix= ac_top_builddir=
  1.7088 +fi
  1.7089 +
  1.7090 +case $srcdir in
  1.7091 +  .)  # No --srcdir option.  We are building in place.
  1.7092 +    ac_srcdir=.
  1.7093 +    if test -z "$ac_top_builddir"; then
  1.7094 +       ac_top_srcdir=.
  1.7095 +    else
  1.7096 +       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  1.7097 +    fi ;;
  1.7098 +  [\\/]* | ?:[\\/]* )  # Absolute path.
  1.7099 +    ac_srcdir=$srcdir$ac_dir_suffix;
  1.7100 +    ac_top_srcdir=$srcdir ;;
  1.7101 +  *) # Relative path.
  1.7102 +    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  1.7103 +    ac_top_srcdir=$ac_top_builddir$srcdir ;;
  1.7104 +esac
  1.7105 +
  1.7106 +# Do not use `cd foo && pwd` to compute absolute paths, because
  1.7107 +# the directories may not exist.
  1.7108 +case `pwd` in
  1.7109 +.) ac_abs_builddir="$ac_dir";;
  1.7110 +*)
  1.7111 +  case "$ac_dir" in
  1.7112 +  .) ac_abs_builddir=`pwd`;;
  1.7113 +  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
  1.7114 +  *) ac_abs_builddir=`pwd`/"$ac_dir";;
  1.7115 +  esac;;
  1.7116 +esac
  1.7117 +case $ac_abs_builddir in
  1.7118 +.) ac_abs_top_builddir=${ac_top_builddir}.;;
  1.7119 +*)
  1.7120 +  case ${ac_top_builddir}. in
  1.7121 +  .) ac_abs_top_builddir=$ac_abs_builddir;;
  1.7122 +  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  1.7123 +  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  1.7124 +  esac;;
  1.7125 +esac
  1.7126 +case $ac_abs_builddir in
  1.7127 +.) ac_abs_srcdir=$ac_srcdir;;
  1.7128 +*)
  1.7129 +  case $ac_srcdir in
  1.7130 +  .) ac_abs_srcdir=$ac_abs_builddir;;
  1.7131 +  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
  1.7132 +  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  1.7133 +  esac;;
  1.7134 +esac
  1.7135 +case $ac_abs_builddir in
  1.7136 +.) ac_abs_top_srcdir=$ac_top_srcdir;;
  1.7137 +*)
  1.7138 +  case $ac_top_srcdir in
  1.7139 +  .) ac_abs_top_srcdir=$ac_abs_builddir;;
  1.7140 +  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  1.7141 +  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  1.7142 +  esac;;
  1.7143 +esac
  1.7144 +
  1.7145 +
  1.7146 +  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  1.7147 +echo "$as_me: executing $ac_dest commands" >&6;}
  1.7148 +  case $ac_dest in
  1.7149 +    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
  1.7150 +  # Strip MF so we end up with the name of the file.
  1.7151 +  mf=`echo "$mf" | sed -e 's/:.*$//'`
  1.7152 +  # Check whether this is an Automake generated Makefile or not.
  1.7153 +  # We used to match only the files named `Makefile.in', but
  1.7154 +  # some people rename them; so instead we look at the file content.
  1.7155 +  # Grep'ing the first line is not enough: some people post-process
  1.7156 +  # each Makefile.in and add a new line on top of each file to say so.
  1.7157 +  # So let's grep whole file.
  1.7158 +  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
  1.7159 +    dirpart=`(dirname "$mf") 2>/dev/null ||
  1.7160 +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.7161 +	 X"$mf" : 'X\(//\)[^/]' \| \
  1.7162 +	 X"$mf" : 'X\(//\)$' \| \
  1.7163 +	 X"$mf" : 'X\(/\)' \| \
  1.7164 +	 .     : '\(.\)' 2>/dev/null ||
  1.7165 +echo X"$mf" |
  1.7166 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  1.7167 +  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  1.7168 +  	  /^X\(\/\/\)$/{ s//\1/; q; }
  1.7169 +  	  /^X\(\/\).*/{ s//\1/; q; }
  1.7170 +  	  s/.*/./; q'`
  1.7171 +  else
  1.7172 +    continue
  1.7173 +  fi
  1.7174 +  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
  1.7175 +  # Extract the definition of DEP_FILES from the Makefile without
  1.7176 +  # running `make'.
  1.7177 +  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
  1.7178 +  test -z "$DEPDIR" && continue
  1.7179 +  # When using ansi2knr, U may be empty or an underscore; expand it
  1.7180 +  U=`sed -n -e '/^U = / s///p' < "$mf"`
  1.7181 +  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
  1.7182 +  # We invoke sed twice because it is the simplest approach to
  1.7183 +  # changing $(DEPDIR) to its actual value in the expansion.
  1.7184 +  for file in `sed -n -e '
  1.7185 +    /^DEP_FILES = .*\\\\$/ {
  1.7186 +      s/^DEP_FILES = //
  1.7187 +      :loop
  1.7188 +	s/\\\\$//
  1.7189 +	p
  1.7190 +	n
  1.7191 +	/\\\\$/ b loop
  1.7192 +      p
  1.7193 +    }
  1.7194 +    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
  1.7195 +       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  1.7196 +    # Make sure the directory exists.
  1.7197 +    test -f "$dirpart/$file" && continue
  1.7198 +    fdir=`(dirname "$file") 2>/dev/null ||
  1.7199 +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.7200 +	 X"$file" : 'X\(//\)[^/]' \| \
  1.7201 +	 X"$file" : 'X\(//\)$' \| \
  1.7202 +	 X"$file" : 'X\(/\)' \| \
  1.7203 +	 .     : '\(.\)' 2>/dev/null ||
  1.7204 +echo X"$file" |
  1.7205 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  1.7206 +  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  1.7207 +  	  /^X\(\/\/\)$/{ s//\1/; q; }
  1.7208 +  	  /^X\(\/\).*/{ s//\1/; q; }
  1.7209 +  	  s/.*/./; q'`
  1.7210 +    { if $as_mkdir_p; then
  1.7211 +    mkdir -p $dirpart/$fdir
  1.7212 +  else
  1.7213 +    as_dir=$dirpart/$fdir
  1.7214 +    as_dirs=
  1.7215 +    while test ! -d "$as_dir"; do
  1.7216 +      as_dirs="$as_dir $as_dirs"
  1.7217 +      as_dir=`(dirname "$as_dir") 2>/dev/null ||
  1.7218 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.7219 +	 X"$as_dir" : 'X\(//\)[^/]' \| \
  1.7220 +	 X"$as_dir" : 'X\(//\)$' \| \
  1.7221 +	 X"$as_dir" : 'X\(/\)' \| \
  1.7222 +	 .     : '\(.\)' 2>/dev/null ||
  1.7223 +echo X"$as_dir" |
  1.7224 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  1.7225 +  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  1.7226 +  	  /^X\(\/\/\)$/{ s//\1/; q; }
  1.7227 +  	  /^X\(\/\).*/{ s//\1/; q; }
  1.7228 +  	  s/.*/./; q'`
  1.7229 +    done
  1.7230 +    test ! -n "$as_dirs" || mkdir $as_dirs
  1.7231 +  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
  1.7232 +echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
  1.7233 +   { (exit 1); exit 1; }; }; }
  1.7234 +
  1.7235 +    # echo "creating $dirpart/$file"
  1.7236 +    echo '# dummy' > "$dirpart/$file"
  1.7237 +  done
  1.7238 +done
  1.7239 + ;;
  1.7240 +  esac
  1.7241 +done
  1.7242 +_ACEOF
  1.7243 +
  1.7244 +cat >>$CONFIG_STATUS <<\_ACEOF
  1.7245 +
  1.7246 +{ (exit 0); exit 0; }
  1.7247 +_ACEOF
  1.7248 +chmod +x $CONFIG_STATUS
  1.7249 +ac_clean_files=$ac_clean_files_save
  1.7250 +
  1.7251 +
  1.7252 +# configure is writing to config.log, and then calls config.status.
  1.7253 +# config.status does its own redirection, appending to config.log.
  1.7254 +# Unfortunately, on DOS this fails, as config.log is still kept open
  1.7255 +# by configure, so config.status won't be able to write to it; its
  1.7256 +# output is simply discarded.  So we exec the FD to /dev/null,
  1.7257 +# effectively closing config.log, so it can be properly (re)opened and
  1.7258 +# appended to by config.status.  When coming back to configure, we
  1.7259 +# need to make the FD available again.
  1.7260 +if test "$no_create" != yes; then
  1.7261 +  ac_cs_success=:
  1.7262 +  ac_config_status_args=
  1.7263 +  test "$silent" = yes &&
  1.7264 +    ac_config_status_args="$ac_config_status_args --quiet"
  1.7265 +  exec 5>/dev/null
  1.7266 +  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  1.7267 +  exec 5>>config.log
  1.7268 +  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  1.7269 +  # would make configure fail if this is the last instruction.
  1.7270 +  $ac_cs_success || { (exit 1); exit 1; }
  1.7271 +fi
  1.7272 +