Changeset 14473 for trunk/base


Ignore:
Timestamp:
Oct 8, 2005, 7:21:09 AM (19 years ago)
Author:
pguyot (Paul Guyot)
Message:

Fix error messages about -with-tclpackage
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

Location:
trunk/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/aclocal.m4

    r14007 r14473  
    556556    else
    557557        AC_CACHE_VAL(ac_cv_c_tclpkgd, [
    558             # Use the value from --with-tclpackagedir, if it was given
     558            # Use the value from --with-tclpackage, if it was given
    559559
    560560            if test x"${with_tclpackagedir}" != x ; then
     561                echo "tclpackagedir"
    561562                ac_cv_c_tclpkgd=${with_tclpackagedir}
    562563            else
     
    592593
    593594    if test x"${ac_cv_c_tclpkgd}" = x ; then
    594         AC_MSG_ERROR(Tcl package directory not found.  Please specify its location with --with-tclpackagedir)
     595        AC_MSG_ERROR(Tcl package directory not found.  Please specify its location with --with-tclpackage)
    595596    else
    596597        AC_MSG_RESULT(${ac_cv_c_tclpkgd})
  • trunk/base/configure

    r14007 r14473  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.59 for OpenDarwin DarwinPorts 1.0.
     3# Generated by GNU Autoconf 2.57 for OpenDarwin DarwinPorts 1.0.
    44#
    55# Report bugs to <darwinports@opendarwin.org>.
    66#
    7 # Copyright (C) 2003 Free Software Foundation, Inc.
     7# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
     8# Free Software Foundation, Inc.
    89# This configure script is free software; the Free Software Foundation
    910# gives unlimited permission to copy, distribute and modify it.
     
    2223  set -o posix
    2324fi
    24 DUALCASE=1; export DUALCASE # for MKS sh
    2525
    2626# Support unset when possible.
    27 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     27if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
    2828  as_unset=unset
    2929else
     
    4444  LC_TELEPHONE LC_TIME
    4545do
    46   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     46  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
    4747    eval $as_var=C; export $as_var
    4848  else
     
    221221  as_mkdir_p=:
    222222else
    223   test -d ./-p && rmdir ./-p
    224223  as_mkdir_p=false
    225224fi
     
    228227
    229228# Sed expression to map a string onto a valid CPP name.
    230 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
     229as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
    231230
    232231# Sed expression to map a string onto a valid variable name.
    233 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
     232as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
    234233
    235234
     
    674673# Be sure to have absolute paths.
    675674for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    676               localstatedir libdir includedir oldincludedir infodir mandir
     675              localstatedir libdir includedir oldincludedir infodir mandir
    677676do
    678677  eval ac_val=$`echo $ac_var`
     
    714713  ac_confdir=`(dirname "$0") 2>/dev/null ||
    715714$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    716         X"$0" : 'X\(//\)[^/]' \| \
    717         X"$0" : 'X\(//\)$' \| \
    718         X"$0" : 'X\(/\)' \| \
    719         .     : '\(.\)' 2>/dev/null ||
     715        X"$0" : 'X\(//\)[^/]' \| \
     716        X"$0" : 'X\(//\)$' \| \
     717        X"$0" : 'X\(/\)' \| \
     718        .     : '\(.\)' 2>/dev/null ||
    720719echo X"$0" |
    721720    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    809808Installation directories:
    810809  --prefix=PREFIX         install architecture-independent files in PREFIX
    811                           [$ac_default_prefix]
     810                          [$ac_default_prefix]
    812811  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    813                           [PREFIX]
     812                          [PREFIX]
    814813
    815814By default, \`make install' will install all the files in
     
    924923    ac_top_srcdir=$ac_top_builddir$srcdir ;;
    925924esac
    926 
    927 # Do not use `cd foo && pwd` to compute absolute paths, because
    928 # the directories may not exist.
    929 case `pwd` in
    930 .) ac_abs_builddir="$ac_dir";;
    931 *)
    932   case "$ac_dir" in
    933   .) ac_abs_builddir=`pwd`;;
    934   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    935   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    936   esac;;
    937 esac
    938 case $ac_abs_builddir in
    939 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    940 *)
    941   case ${ac_top_builddir}. in
    942   .) ac_abs_top_builddir=$ac_abs_builddir;;
    943   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    944   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    945   esac;;
    946 esac
    947 case $ac_abs_builddir in
    948 .) ac_abs_srcdir=$ac_srcdir;;
    949 *)
    950   case $ac_srcdir in
    951   .) ac_abs_srcdir=$ac_abs_builddir;;
    952   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    953   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    954   esac;;
    955 esac
    956 case $ac_abs_builddir in
    957 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    958 *)
    959   case $ac_top_srcdir in
    960   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    961   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    962   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    963   esac;;
    964 esac
     925# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
     926# absolute.
     927ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
     928ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
     929ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
     930ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
    965931
    966932    cd $ac_dir
     
    973939      $SHELL $ac_srcdir/configure  --help=recursive
    974940    elif test -f $ac_srcdir/configure.ac ||
    975            test -f $ac_srcdir/configure.in; then
     941           test -f $ac_srcdir/configure.in; then
    976942      echo
    977943      $ac_configure --help
     
    987953  cat <<\_ACEOF
    988954OpenDarwin DarwinPorts configure 1.0
    989 generated by GNU Autoconf 2.59
    990 
    991 Copyright (C) 2003 Free Software Foundation, Inc.
     955generated by GNU Autoconf 2.57
     956
     957Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
     958Free Software Foundation, Inc.
    992959This configure script is free software; the Free Software Foundation
    993960gives unlimited permission to copy, distribute and modify it.
     
    1001968
    1002969It was created by OpenDarwin DarwinPorts $as_me 1.0, which was
    1003 generated by GNU Autoconf 2.59.  Invocation command line was
     970generated by GNU Autoconf 2.57.  Invocation command line was
    1004971
    1005972  $ $0 $@
     
    10781045      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
    10791046      if test $ac_must_keep_next = true; then
    1080         ac_must_keep_next=false # Got value, back to normal.
     1047        ac_must_keep_next=false # Got value, back to normal.
    10811048      else
    1082         case $ac_arg in
    1083           *=* | --config-cache | -C | -disable-* | --disable-* \
    1084           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
    1085           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
    1086           | -with-* | --with-* | -without-* | --without-* | --x)
    1087             case "$ac_configure_args0 " in
    1088               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
    1089             esac
    1090             ;;
    1091           -* ) ac_must_keep_next=true ;;
    1092         esac
     1049        case $ac_arg in
     1050          *=* | --config-cache | -C | -disable-* | --disable-* \
     1051          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
     1052          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
     1053          | -with-* | --with-* | -without-* | --without-* | --x)
     1054            case "$ac_configure_args0 " in
     1055              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
     1056            esac
     1057            ;;
     1058          -* ) ac_must_keep_next=true ;;
     1059        esac
    10931060      fi
    10941061      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
     
    11241091    *ac_space=\ *)
    11251092      sed -n \
    1126         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1127           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1093        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
     1094          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
    11281095      ;;
    11291096    *)
    11301097      sed -n \
    1131         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     1098        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    11321099      ;;
    11331100    esac;
     
    11581125      do
    11591126        eval ac_val=$`echo $ac_var`
    1160         echo "$ac_var='"'"'$ac_val'"'"'"
     1127        echo "$ac_var='"'"'$ac_val'"'"'"
    11611128      done | sort
    11621129      echo
     
    11771144    echo "$as_me: exit $exit_status"
    11781145  } >&5
    1179   rm -f core *.core &&
     1146  rm -f core core.* *.core &&
    11801147  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
    11811148    exit $exit_status
     
    12571224ac_cache_corrupted=false
    12581225for ac_var in `(set) 2>&1 |
    1259                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1226               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
    12601227  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    12611228  eval ac_new_set=\$ac_env_${ac_var}_set
     
    12741241    *)
    12751242      if test "x$ac_old_val" != "x$ac_new_val"; then
    1276         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1243        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    12771244echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1278         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1245        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    12791246echo "$as_me:   former value:  $ac_old_val" >&2;}
    1280         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1247        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    12811248echo "$as_me:   current value: $ac_new_val" >&2;}
    1282         ac_cache_corrupted=:
     1249        ac_cache_corrupted=:
    12831250      fi;;
    12841251  esac
     
    18091776
    18101777cat >conftest.$ac_ext <<_ACEOF
     1778#line $LINENO "configure"
    18111779/* confdefs.h.  */
    18121780_ACEOF
     
    18281796# It will help us diagnose broken compilers, and finding out an intuition
    18291797# of exeext.
    1830 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    1831 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
     1798echo "$as_me:$LINENO: checking for C compiler default output" >&5
     1799echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
    18321800ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    18331801if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
     
    18491817  case $ac_file in
    18501818    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
    1851         ;;
     1819        ;;
    18521820    conftest.$ac_ext )
    1853         # This is the source file.
    1854         ;;
     1821        # This is the source file.
     1822        ;;
    18551823    [ab].out )
    1856         # We found the default executable, but exeext='' is most
    1857         # certainly right.
    1858         break;;
     1824        # We found the default executable, but exeext='' is most
     1825        # certainly right.
     1826        break;;
    18591827    *.* )
    1860         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    1861         # FIXME: I believe we export ac_cv_exeext for Libtool,
    1862         # but it would be cool to find out if it's true.  Does anybody
    1863         # maintain Libtool? --akim.
    1864         export ac_cv_exeext
    1865         break;;
     1828        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     1829        # FIXME: I believe we export ac_cv_exeext for Libtool,
     1830        # but it would be cool to find out if it's true.  Does anybody
     1831        # maintain Libtool? --akim.
     1832        export ac_cv_exeext
     1833        break;;
    18661834    * )
    1867         break;;
     1835        break;;
    18681836  esac
    18691837done
     
    19391907    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
    19401908    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    1941           export ac_cv_exeext
    1942           break;;
     1909          export ac_cv_exeext
     1910          break;;
    19431911    * ) break;;
    19441912  esac
     
    19651933else
    19661934  cat >conftest.$ac_ext <<_ACEOF
     1935#line $LINENO "configure"
    19671936/* confdefs.h.  */
    19681937_ACEOF
     
    20151984else
    20161985  cat >conftest.$ac_ext <<_ACEOF
     1986#line $LINENO "configure"
    20171987/* confdefs.h.  */
    20181988_ACEOF
     
    20342004rm -f conftest.$ac_objext
    20352005if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2036   (eval $ac_compile) 2>conftest.er1
    2037   ac_status=$?
    2038   grep -v '^ *+' conftest.er1 >conftest.err
    2039   rm -f conftest.er1
    2040   cat conftest.err >&5
     2006  (eval $ac_compile) 2>&5
     2007  ac_status=$?
    20412008  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20422009  (exit $ac_status); } &&
    2043          { ac_try='test -z "$ac_c_werror_flag"
    2044                          || test ! -s conftest.err'
     2010         { ac_try='test -s conftest.$ac_objext'
    20452011  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    20462012  (eval $ac_try) 2>&5
    20472013  ac_status=$?
    20482014  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2049   (exit $ac_status); }; } &&
    2050          { ac_try='test -s conftest.$ac_objext'
    2051   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2052   (eval $ac_try) 2>&5
    2053   ac_status=$?
    2054   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20552015  (exit $ac_status); }; }; then
    20562016  ac_compiler_gnu=yes
     
    20612021ac_compiler_gnu=no
    20622022fi
    2063 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2023rm -f conftest.$ac_objext conftest.$ac_ext
    20642024ac_cv_c_compiler_gnu=$ac_compiler_gnu
    20652025
     
    20772037else
    20782038  cat >conftest.$ac_ext <<_ACEOF
     2039#line $LINENO "configure"
    20792040/* confdefs.h.  */
    20802041_ACEOF
     
    20932054rm -f conftest.$ac_objext
    20942055if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2095   (eval $ac_compile) 2>conftest.er1
    2096   ac_status=$?
    2097   grep -v '^ *+' conftest.er1 >conftest.err
    2098   rm -f conftest.er1
    2099   cat conftest.err >&5
     2056  (eval $ac_compile) 2>&5
     2057  ac_status=$?
    21002058  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21012059  (exit $ac_status); } &&
    2102          { ac_try='test -z "$ac_c_werror_flag"
    2103                          || test ! -s conftest.err'
     2060         { ac_try='test -s conftest.$ac_objext'
    21042061  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    21052062  (eval $ac_try) 2>&5
    21062063  ac_status=$?
    21072064  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2108   (exit $ac_status); }; } &&
    2109          { ac_try='test -s conftest.$ac_objext'
    2110   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2111   (eval $ac_try) 2>&5
    2112   ac_status=$?
    2113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21142065  (exit $ac_status); }; }; then
    21152066  ac_cv_prog_cc_g=yes
     
    21202071ac_cv_prog_cc_g=no
    21212072fi
    2122 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2073rm -f conftest.$ac_objext conftest.$ac_ext
    21232074fi
    21242075echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     
    21472098ac_save_CC=$CC
    21482099cat >conftest.$ac_ext <<_ACEOF
     2100#line $LINENO "configure"
    21492101/* confdefs.h.  */
    21502102_ACEOF
     
    21742126  return s;
    21752127}
    2176 
    2177 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
    2178    function prototypes and stuff, but not '\xHH' hex character constants.
    2179    These don't provoke an error unfortunately, instead are silently treated
    2180    as 'x'.  The following induces an error, until -std1 is added to get
    2181    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    2182    array size at least.  It's necessary to write '\x00'==0 to get something
    2183    that's true only with -std1.  */
    2184 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
    2185 
    21862128int test (int i, double x);
    21872129struct s1 {int (*f) (int a);};
     
    22102152  rm -f conftest.$ac_objext
    22112153if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2212   (eval $ac_compile) 2>conftest.er1
    2213   ac_status=$?
    2214   grep -v '^ *+' conftest.er1 >conftest.err
    2215   rm -f conftest.er1
    2216   cat conftest.err >&5
     2154  (eval $ac_compile) 2>&5
     2155  ac_status=$?
    22172156  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22182157  (exit $ac_status); } &&
    2219          { ac_try='test -z "$ac_c_werror_flag"
    2220                          || test ! -s conftest.err'
    2221   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2222   (eval $ac_try) 2>&5
    2223   ac_status=$?
    2224   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2225   (exit $ac_status); }; } &&
    2226          { ac_try='test -s conftest.$ac_objext'
     2158         { ac_try='test -s conftest.$ac_objext'
    22272159  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    22282160  (eval $ac_try) 2>&5
     
    22372169
    22382170fi
    2239 rm -f conftest.err conftest.$ac_objext
     2171rm -f conftest.$ac_objext
    22402172done
    22412173rm -f conftest.$ac_ext conftest.$ac_objext
     
    22652197rm -f conftest.$ac_objext
    22662198if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2267   (eval $ac_compile) 2>conftest.er1
    2268   ac_status=$?
    2269   grep -v '^ *+' conftest.er1 >conftest.err
    2270   rm -f conftest.er1
    2271   cat conftest.err >&5
     2199  (eval $ac_compile) 2>&5
     2200  ac_status=$?
    22722201  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22732202  (exit $ac_status); } &&
    2274          { ac_try='test -z "$ac_c_werror_flag"
    2275                          || test ! -s conftest.err'
     2203         { ac_try='test -s conftest.$ac_objext'
    22762204  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    22772205  (eval $ac_try) 2>&5
    22782206  ac_status=$?
    22792207  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2280   (exit $ac_status); }; } &&
    2281          { ac_try='test -s conftest.$ac_objext'
    2282   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2283   (eval $ac_try) 2>&5
    2284   ac_status=$?
    2285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22862208  (exit $ac_status); }; }; then
    22872209  for ac_declaration in \
    2288    '' \
     2210   ''\
     2211   '#include <stdlib.h>' \
    22892212   'extern "C" void std::exit (int) throw (); using std::exit;' \
    22902213   'extern "C" void std::exit (int); using std::exit;' \
     
    22942217do
    22952218  cat >conftest.$ac_ext <<_ACEOF
     2219#line $LINENO "configure"
    22962220/* confdefs.h.  */
    22972221_ACEOF
     
    22992223cat >>conftest.$ac_ext <<_ACEOF
    23002224/* end confdefs.h.  */
     2225#include <stdlib.h>
    23012226$ac_declaration
    2302 #include <stdlib.h>
    23032227int
    23042228main ()
     
    23112235rm -f conftest.$ac_objext
    23122236if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2313   (eval $ac_compile) 2>conftest.er1
    2314   ac_status=$?
    2315   grep -v '^ *+' conftest.er1 >conftest.err
    2316   rm -f conftest.er1
    2317   cat conftest.err >&5
     2237  (eval $ac_compile) 2>&5
     2238  ac_status=$?
    23182239  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23192240  (exit $ac_status); } &&
    2320          { ac_try='test -z "$ac_c_werror_flag"
    2321                          || test ! -s conftest.err'
     2241         { ac_try='test -s conftest.$ac_objext'
    23222242  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    23232243  (eval $ac_try) 2>&5
    23242244  ac_status=$?
    23252245  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2326   (exit $ac_status); }; } &&
    2327          { ac_try='test -s conftest.$ac_objext'
    2328   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2329   (eval $ac_try) 2>&5
    2330   ac_status=$?
    2331   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23322246  (exit $ac_status); }; }; then
    23332247  :
     
    23382252continue
    23392253fi
    2340 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2254rm -f conftest.$ac_objext conftest.$ac_ext
    23412255  cat >conftest.$ac_ext <<_ACEOF
     2256#line $LINENO "configure"
    23422257/* confdefs.h.  */
    23432258_ACEOF
     
    23562271rm -f conftest.$ac_objext
    23572272if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2358   (eval $ac_compile) 2>conftest.er1
    2359   ac_status=$?
    2360   grep -v '^ *+' conftest.er1 >conftest.err
    2361   rm -f conftest.er1
    2362   cat conftest.err >&5
     2273  (eval $ac_compile) 2>&5
     2274  ac_status=$?
    23632275  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23642276  (exit $ac_status); } &&
    2365          { ac_try='test -z "$ac_c_werror_flag"
    2366                          || test ! -s conftest.err'
     2277         { ac_try='test -s conftest.$ac_objext'
    23672278  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    23682279  (eval $ac_try) 2>&5
    23692280  ac_status=$?
    23702281  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2371   (exit $ac_status); }; } &&
    2372          { ac_try='test -s conftest.$ac_objext'
    2373   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2374   (eval $ac_try) 2>&5
    2375   ac_status=$?
    2376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23772282  (exit $ac_status); }; }; then
    23782283  break
     
    23822287
    23832288fi
    2384 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2289rm -f conftest.$ac_objext conftest.$ac_ext
    23852290done
    23862291rm -f conftest*
     
    23962301
    23972302fi
    2398 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2303rm -f conftest.$ac_objext conftest.$ac_ext
    23992304ac_ext=c
    24002305ac_cpp='$CPP $CPPFLAGS'
     
    24142319# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    24152320# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    2416 # OS/2's system install, which has a completely different semantic
    24172321# ./install, which can be erroneously created by make from ./install.sh.
    24182322echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     
    24312335  ./ | .// | /cC/* | \
    24322336  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
    2433   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
    24342337  /usr/ucb/* ) ;;
    24352338  *)
     
    24392342    for ac_prog in ginstall scoinst install; do
    24402343      for ac_exec_ext in '' $ac_executable_extensions; do
    2441         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    2442           if test $ac_prog = install &&
    2443             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    2444             # AIX install.  It has an incompatible calling convention.
    2445             :
    2446           elif test $ac_prog = install &&
    2447             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    2448             # program-specific install script used by HP pwplus--don't use.
    2449             :
    2450           else
    2451             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2452             break 3
    2453           fi
    2454         fi
     2344        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     2345          if test $ac_prog = install &&
     2346            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     2347            # AIX install.  It has an incompatible calling convention.
     2348            :
     2349          elif test $ac_prog = install &&
     2350            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     2351            # program-specific install script used by HP pwplus--don't use.
     2352            :
     2353          else
     2354            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2355            break 3
     2356          fi
     2357        fi
    24552358      done
    24562359    done
     
    24842387echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    24852388echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
    2486 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
     2389set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
    24872390if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    24882391  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    27912694echo $ECHO_N "checking how to mark unused variables... $ECHO_C" >&6
    27922695        cat >conftest.$ac_ext <<_ACEOF
     2696#line $LINENO "configure"
    27932697/* confdefs.h.  */
    27942698_ACEOF
     
    28002704rm -f conftest.$ac_objext
    28012705if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2802   (eval $ac_compile) 2>conftest.er1
    2803   ac_status=$?
    2804   grep -v '^ *+' conftest.er1 >conftest.err
    2805   rm -f conftest.er1
    2806   cat conftest.err >&5
     2706  (eval $ac_compile) 2>&5
     2707  ac_status=$?
    28072708  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28082709  (exit $ac_status); } &&
    2809          { ac_try='test -z "$ac_c_werror_flag"
    2810                          || test ! -s conftest.err'
     2710         { ac_try='test -s conftest.$ac_objext'
    28112711  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    28122712  (eval $ac_try) 2>&5
    28132713  ac_status=$?
    28142714  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2815   (exit $ac_status); }; } &&
    2816          { ac_try='test -s conftest.$ac_objext'
    2817   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2818   (eval $ac_try) 2>&5
    2819   ac_status=$?
    2820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28212715  (exit $ac_status); }; }; then
    28222716
     
    28342728
    28352729fi
    2836 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2730rm -f conftest.$ac_objext conftest.$ac_ext
    28372731
    28382732        echo "$as_me:$LINENO: result: " >&5
     
    29212815                cat >conftest.$ac_ext <<_ACEOF
    29222816
    2923                         /* confdefs.h.  */
     2817                        #line $LINENO "configure"
     2818/* confdefs.h.  */
    29242819_ACEOF
    29252820cat confdefs.h >>conftest.$ac_ext
     
    29432838rm -f conftest.$ac_objext conftest$ac_exeext
    29442839if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    2945   (eval $ac_link) 2>conftest.er1
    2946   ac_status=$?
    2947   grep -v '^ *+' conftest.er1 >conftest.err
    2948   rm -f conftest.er1
    2949   cat conftest.err >&5
     2840  (eval $ac_link) 2>&5
     2841  ac_status=$?
    29502842  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29512843  (exit $ac_status); } &&
    2952          { ac_try='test -z "$ac_c_werror_flag"
    2953                          || test ! -s conftest.err'
     2844         { ac_try='test -s conftest$ac_exeext'
    29542845  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    29552846  (eval $ac_try) 2>&5
    29562847  ac_status=$?
    29572848  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2958   (exit $ac_status); }; } &&
    2959          { ac_try='test -s conftest$ac_exeext'
    2960   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2961   (eval $ac_try) 2>&5
    2962   ac_status=$?
    2963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29642849  (exit $ac_status); }; }; then
    29652850
     
    29752860
    29762861fi
    2977 rm -f conftest.err conftest.$ac_objext \
    2978       conftest$ac_exeext conftest.$ac_ext
     2862rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    29792863
    29802864                LIBS="$ac_save_LIBS"
     
    30112895                cat >conftest.$ac_ext <<_ACEOF
    30122896
    3013                         /* confdefs.h.  */
     2897                        #line $LINENO "configure"
     2898/* confdefs.h.  */
    30142899_ACEOF
    30152900cat confdefs.h >>conftest.$ac_ext
     
    30332918rm -f conftest.$ac_objext conftest$ac_exeext
    30342919if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3035   (eval $ac_link) 2>conftest.er1
    3036   ac_status=$?
    3037   grep -v '^ *+' conftest.er1 >conftest.err
    3038   rm -f conftest.er1
    3039   cat conftest.err >&5
     2920  (eval $ac_link) 2>&5
     2921  ac_status=$?
    30402922  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30412923  (exit $ac_status); } &&
    3042          { ac_try='test -z "$ac_c_werror_flag"
    3043                          || test ! -s conftest.err'
     2924         { ac_try='test -s conftest$ac_exeext'
    30442925  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    30452926  (eval $ac_try) 2>&5
    30462927  ac_status=$?
    30472928  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3048   (exit $ac_status); }; } &&
    3049          { ac_try='test -s conftest$ac_exeext'
    3050   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3051   (eval $ac_try) 2>&5
    3052   ac_status=$?
    3053   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30542929  (exit $ac_status); }; }; then
    30552930
     
    30652940
    30662941fi
    3067 rm -f conftest.err conftest.$ac_objext \
    3068       conftest$ac_exeext conftest.$ac_ext
     2942rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    30692943
    30702944                LIBS="$ac_save_LIBS"
     
    31012975                cat >conftest.$ac_ext <<_ACEOF
    31022976
    3103                         /* confdefs.h.  */
     2977                        #line $LINENO "configure"
     2978/* confdefs.h.  */
    31042979_ACEOF
    31052980cat confdefs.h >>conftest.$ac_ext
     
    31232998rm -f conftest.$ac_objext conftest$ac_exeext
    31242999if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3125   (eval $ac_link) 2>conftest.er1
    3126   ac_status=$?
    3127   grep -v '^ *+' conftest.er1 >conftest.err
    3128   rm -f conftest.er1
    3129   cat conftest.err >&5
     3000  (eval $ac_link) 2>&5
     3001  ac_status=$?
    31303002  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31313003  (exit $ac_status); } &&
    3132          { ac_try='test -z "$ac_c_werror_flag"
    3133                          || test ! -s conftest.err'
     3004         { ac_try='test -s conftest$ac_exeext'
    31343005  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    31353006  (eval $ac_try) 2>&5
    31363007  ac_status=$?
    31373008  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3138   (exit $ac_status); }; } &&
    3139          { ac_try='test -s conftest$ac_exeext'
    3140   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3141   (eval $ac_try) 2>&5
    3142   ac_status=$?
    3143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31443009  (exit $ac_status); }; }; then
    31453010
     
    31553020
    31563021fi
    3157 rm -f conftest.err conftest.$ac_objext \
    3158       conftest$ac_exeext conftest.$ac_ext
     3022rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    31593023
    31603024                LIBS="$ac_save_LIBS"
     
    31913055                cat >conftest.$ac_ext <<_ACEOF
    31923056
    3193                         /* confdefs.h.  */
     3057                        #line $LINENO "configure"
     3058/* confdefs.h.  */
    31943059_ACEOF
    31953060cat confdefs.h >>conftest.$ac_ext
     
    32123077rm -f conftest.$ac_objext conftest$ac_exeext
    32133078if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3214   (eval $ac_link) 2>conftest.er1
    3215   ac_status=$?
    3216   grep -v '^ *+' conftest.er1 >conftest.err
    3217   rm -f conftest.er1
    3218   cat conftest.err >&5
     3079  (eval $ac_link) 2>&5
     3080  ac_status=$?
    32193081  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32203082  (exit $ac_status); } &&
    3221          { ac_try='test -z "$ac_c_werror_flag"
    3222                          || test ! -s conftest.err'
     3083         { ac_try='test -s conftest$ac_exeext'
    32233084  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    32243085  (eval $ac_try) 2>&5
    32253086  ac_status=$?
    32263087  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3227   (exit $ac_status); }; } &&
    3228          { ac_try='test -s conftest$ac_exeext'
    3229   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3230   (eval $ac_try) 2>&5
    3231   ac_status=$?
    3232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32333088  (exit $ac_status); }; }; then
    32343089
     
    32443099
    32453100fi
    3246 rm -f conftest.err conftest.$ac_objext \
    3247       conftest$ac_exeext conftest.$ac_ext
     3101rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    32483102
    32493103                LIBS="$ac_save_LIBS"
     
    34553309  # not just through cpp. "Syntax error" is here to catch this case.
    34563310  cat >conftest.$ac_ext <<_ACEOF
     3311#line $LINENO "configure"
    34573312/* confdefs.h.  */
    34583313_ACEOF
     
    34653320# include <assert.h>
    34663321#endif
    3467                      Syntax error
     3322                     Syntax error
    34683323_ACEOF
    34693324if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    34773332  if test -s conftest.err; then
    34783333    ac_cpp_err=$ac_c_preproc_warn_flag
    3479     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    34803334  else
    34813335    ac_cpp_err=
     
    34983352  # can be detected and how.
    34993353  cat >conftest.$ac_ext <<_ACEOF
     3354#line $LINENO "configure"
    35003355/* confdefs.h.  */
    35013356_ACEOF
     
    35153370  if test -s conftest.err; then
    35163371    ac_cpp_err=$ac_c_preproc_warn_flag
    3517     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    35183372  else
    35193373    ac_cpp_err=
     
    35623416  # not just through cpp. "Syntax error" is here to catch this case.
    35633417  cat >conftest.$ac_ext <<_ACEOF
     3418#line $LINENO "configure"
    35643419/* confdefs.h.  */
    35653420_ACEOF
     
    35723427# include <assert.h>
    35733428#endif
    3574                      Syntax error
     3429                     Syntax error
    35753430_ACEOF
    35763431if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    35843439  if test -s conftest.err; then
    35853440    ac_cpp_err=$ac_c_preproc_warn_flag
    3586     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    35873441  else
    35883442    ac_cpp_err=
     
    36053459  # can be detected and how.
    36063460  cat >conftest.$ac_ext <<_ACEOF
     3461#line $LINENO "configure"
    36073462/* confdefs.h.  */
    36083463_ACEOF
     
    36223477  if test -s conftest.err; then
    36233478    ac_cpp_err=$ac_c_preproc_warn_flag
    3624     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    36253479  else
    36263480    ac_cpp_err=
     
    36833537else
    36843538  cat >conftest.$ac_ext <<_ACEOF
     3539#line $LINENO "configure"
    36853540/* confdefs.h.  */
    36863541_ACEOF
     
    37033558rm -f conftest.$ac_objext
    37043559if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3705   (eval $ac_compile) 2>conftest.er1
    3706   ac_status=$?
    3707   grep -v '^ *+' conftest.er1 >conftest.err
    3708   rm -f conftest.er1
    3709   cat conftest.err >&5
     3560  (eval $ac_compile) 2>&5
     3561  ac_status=$?
    37103562  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37113563  (exit $ac_status); } &&
    3712          { ac_try='test -z "$ac_c_werror_flag"
    3713                          || test ! -s conftest.err'
     3564         { ac_try='test -s conftest.$ac_objext'
    37143565  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    37153566  (eval $ac_try) 2>&5
    37163567  ac_status=$?
    37173568  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3718   (exit $ac_status); }; } &&
    3719          { ac_try='test -s conftest.$ac_objext'
    3720   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3721   (eval $ac_try) 2>&5
    3722   ac_status=$?
    3723   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37243569  (exit $ac_status); }; }; then
    37253570  ac_cv_header_stdc=yes
     
    37303575ac_cv_header_stdc=no
    37313576fi
    3732 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3577rm -f conftest.$ac_objext conftest.$ac_ext
    37333578
    37343579if test $ac_cv_header_stdc = yes; then
    37353580  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    37363581  cat >conftest.$ac_ext <<_ACEOF
     3582#line $LINENO "configure"
    37373583/* confdefs.h.  */
    37383584_ACEOF
     
    37563602  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    37573603  cat >conftest.$ac_ext <<_ACEOF
     3604#line $LINENO "configure"
    37583605/* confdefs.h.  */
    37593606_ACEOF
     
    37803627else
    37813628  cat >conftest.$ac_ext <<_ACEOF
     3629#line $LINENO "configure"
    37823630/* confdefs.h.  */
    37833631_ACEOF
     
    37913639#else
    37923640# define ISLOWER(c) \
    3793                    (('a' <= (c) && (c) <= 'i') \
    3794                      || ('j' <= (c) && (c) <= 'r') \
    3795                      || ('s' <= (c) && (c) <= 'z'))
     3641                   (('a' <= (c) && (c) <= 'i') \
     3642                     || ('j' <= (c) && (c) <= 'r') \
     3643                     || ('s' <= (c) && (c) <= 'z'))
    37963644# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
    37973645#endif
     
    38043652  for (i = 0; i < 256; i++)
    38053653    if (XOR (islower (i), ISLOWER (i))
    3806         || toupper (i) != TOUPPER (i))
     3654        || toupper (i) != TOUPPER (i))
    38073655      exit(2);
    38083656  exit (0);
     
    38293677ac_cv_header_stdc=no
    38303678fi
    3831 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     3679rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    38323680fi
    38333681fi
     
    38573705else
    38583706  cat >conftest.$ac_ext <<_ACEOF
     3707#line $LINENO "configure"
    38593708/* confdefs.h.  */
    38603709_ACEOF
     
    38763725rm -f conftest.$ac_objext
    38773726if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    3878   (eval $ac_compile) 2>conftest.er1
    3879   ac_status=$?
    3880   grep -v '^ *+' conftest.er1 >conftest.err
    3881   rm -f conftest.er1
    3882   cat conftest.err >&5
     3727  (eval $ac_compile) 2>&5
     3728  ac_status=$?
    38833729  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38843730  (exit $ac_status); } &&
    3885          { ac_try='test -z "$ac_c_werror_flag"
    3886                          || test ! -s conftest.err'
     3731         { ac_try='test -s conftest.$ac_objext'
    38873732  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    38883733  (eval $ac_try) 2>&5
    38893734  ac_status=$?
    38903735  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3891   (exit $ac_status); }; } &&
    3892          { ac_try='test -s conftest.$ac_objext'
    3893   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3894   (eval $ac_try) 2>&5
    3895   ac_status=$?
    3896   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38973736  (exit $ac_status); }; }; then
    38983737  eval "$as_ac_Header=yes"
     
    39033742eval "$as_ac_Header=no"
    39043743fi
    3905 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     3744rm -f conftest.$ac_objext conftest.$ac_ext
    39063745fi
    39073746echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    39263765ac_cv_search_opendir=no
    39273766cat >conftest.$ac_ext <<_ACEOF
     3767#line $LINENO "configure"
    39283768/* confdefs.h.  */
    39293769_ACEOF
     
    39493789rm -f conftest.$ac_objext conftest$ac_exeext
    39503790if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3951   (eval $ac_link) 2>conftest.er1
    3952   ac_status=$?
    3953   grep -v '^ *+' conftest.er1 >conftest.err
    3954   rm -f conftest.er1
    3955   cat conftest.err >&5
     3791  (eval $ac_link) 2>&5
     3792  ac_status=$?
    39563793  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39573794  (exit $ac_status); } &&
    3958          { ac_try='test -z "$ac_c_werror_flag"
    3959                          || test ! -s conftest.err'
     3795         { ac_try='test -s conftest$ac_exeext'
    39603796  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    39613797  (eval $ac_try) 2>&5
    39623798  ac_status=$?
    39633799  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3964   (exit $ac_status); }; } &&
    3965          { ac_try='test -s conftest$ac_exeext'
    3966   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3967   (eval $ac_try) 2>&5
    3968   ac_status=$?
    3969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39703800  (exit $ac_status); }; }; then
    39713801  ac_cv_search_opendir="none required"
     
    39753805
    39763806fi
    3977 rm -f conftest.err conftest.$ac_objext \
    3978       conftest$ac_exeext conftest.$ac_ext
     3807rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    39793808if test "$ac_cv_search_opendir" = no; then
    39803809  for ac_lib in dir; do
    39813810    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    39823811    cat >conftest.$ac_ext <<_ACEOF
     3812#line $LINENO "configure"
    39833813/* confdefs.h.  */
    39843814_ACEOF
     
    40043834rm -f conftest.$ac_objext conftest$ac_exeext
    40053835if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4006   (eval $ac_link) 2>conftest.er1
    4007   ac_status=$?
    4008   grep -v '^ *+' conftest.er1 >conftest.err
    4009   rm -f conftest.er1
    4010   cat conftest.err >&5
     3836  (eval $ac_link) 2>&5
     3837  ac_status=$?
    40113838  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40123839  (exit $ac_status); } &&
    4013          { ac_try='test -z "$ac_c_werror_flag"
    4014                          || test ! -s conftest.err'
    4015   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4016   (eval $ac_try) 2>&5
    4017   ac_status=$?
    4018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4019   (exit $ac_status); }; } &&
    4020          { ac_try='test -s conftest$ac_exeext'
     3840         { ac_try='test -s conftest$ac_exeext'
    40213841  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    40223842  (eval $ac_try) 2>&5
     
    40313851
    40323852fi
    4033 rm -f conftest.err conftest.$ac_objext \
    4034       conftest$ac_exeext conftest.$ac_ext
     3853rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    40353854  done
    40363855fi
     
    40533872ac_cv_search_opendir=no
    40543873cat >conftest.$ac_ext <<_ACEOF
     3874#line $LINENO "configure"
    40553875/* confdefs.h.  */
    40563876_ACEOF
     
    40763896rm -f conftest.$ac_objext conftest$ac_exeext
    40773897if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4078   (eval $ac_link) 2>conftest.er1
    4079   ac_status=$?
    4080   grep -v '^ *+' conftest.er1 >conftest.err
    4081   rm -f conftest.er1
    4082   cat conftest.err >&5
     3898  (eval $ac_link) 2>&5
     3899  ac_status=$?
    40833900  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40843901  (exit $ac_status); } &&
    4085          { ac_try='test -z "$ac_c_werror_flag"
    4086                          || test ! -s conftest.err'
     3902         { ac_try='test -s conftest$ac_exeext'
    40873903  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    40883904  (eval $ac_try) 2>&5
    40893905  ac_status=$?
    40903906  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4091   (exit $ac_status); }; } &&
    4092          { ac_try='test -s conftest$ac_exeext'
    4093   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4094   (eval $ac_try) 2>&5
    4095   ac_status=$?
    4096   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40973907  (exit $ac_status); }; }; then
    40983908  ac_cv_search_opendir="none required"
     
    41023912
    41033913fi
    4104 rm -f conftest.err conftest.$ac_objext \
    4105       conftest$ac_exeext conftest.$ac_ext
     3914rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    41063915if test "$ac_cv_search_opendir" = no; then
    41073916  for ac_lib in x; do
    41083917    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    41093918    cat >conftest.$ac_ext <<_ACEOF
     3919#line $LINENO "configure"
    41103920/* confdefs.h.  */
    41113921_ACEOF
     
    41313941rm -f conftest.$ac_objext conftest$ac_exeext
    41323942if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4133   (eval $ac_link) 2>conftest.er1
    4134   ac_status=$?
    4135   grep -v '^ *+' conftest.er1 >conftest.err
    4136   rm -f conftest.er1
    4137   cat conftest.err >&5
     3943  (eval $ac_link) 2>&5
     3944  ac_status=$?
    41383945  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41393946  (exit $ac_status); } &&
    4140          { ac_try='test -z "$ac_c_werror_flag"
    4141                          || test ! -s conftest.err'
    4142   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4143   (eval $ac_try) 2>&5
    4144   ac_status=$?
    4145   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4146   (exit $ac_status); }; } &&
    4147          { ac_try='test -s conftest$ac_exeext'
     3947         { ac_try='test -s conftest$ac_exeext'
    41483948  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    41493949  (eval $ac_try) 2>&5
     
    41583958
    41593959fi
    4160 rm -f conftest.err conftest.$ac_objext \
    4161       conftest$ac_exeext conftest.$ac_ext
     3960rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    41623961  done
    41633962fi
     
    41793978else
    41803979  cat >conftest.$ac_ext <<_ACEOF
     3980#line $LINENO "configure"
    41813981/* confdefs.h.  */
    41823982_ACEOF
     
    42054005rm -f conftest.$ac_objext
    42064006if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4207   (eval $ac_compile) 2>conftest.er1
    4208   ac_status=$?
    4209   grep -v '^ *+' conftest.er1 >conftest.err
    4210   rm -f conftest.er1
    4211   cat conftest.err >&5
     4007  (eval $ac_compile) 2>&5
     4008  ac_status=$?
    42124009  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42134010  (exit $ac_status); } &&
    4214          { ac_try='test -z "$ac_c_werror_flag"
    4215                          || test ! -s conftest.err'
     4011         { ac_try='test -s conftest.$ac_objext'
    42164012  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    42174013  (eval $ac_try) 2>&5
    42184014  ac_status=$?
    42194015  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4220   (exit $ac_status); }; } &&
    4221          { ac_try='test -s conftest.$ac_objext'
    4222   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4223   (eval $ac_try) 2>&5
    4224   ac_status=$?
    4225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42264016  (exit $ac_status); }; }; then
    42274017  ac_cv_header_sys_wait_h=yes
     
    42324022ac_cv_header_sys_wait_h=no
    42334023fi
    4234 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4024rm -f conftest.$ac_objext conftest.$ac_ext
    42354025fi
    42364026echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
     
    42504040else
    42514041  cat >conftest.$ac_ext <<_ACEOF
     4042#line $LINENO "configure"
    42524043/* confdefs.h.  */
    42534044_ACEOF
     
    43134104
    43144105for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
    4315                   inttypes.h stdint.h unistd.h
     4106                  inttypes.h stdint.h unistd.h
    43164107do
    43174108as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     
    43224113else
    43234114  cat >conftest.$ac_ext <<_ACEOF
     4115#line $LINENO "configure"
    43244116/* confdefs.h.  */
    43254117_ACEOF
     
    43334125rm -f conftest.$ac_objext
    43344126if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4335   (eval $ac_compile) 2>conftest.er1
    4336   ac_status=$?
    4337   grep -v '^ *+' conftest.er1 >conftest.err
    4338   rm -f conftest.er1
    4339   cat conftest.err >&5
     4127  (eval $ac_compile) 2>&5
     4128  ac_status=$?
    43404129  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43414130  (exit $ac_status); } &&
    4342          { ac_try='test -z "$ac_c_werror_flag"
    4343                          || test ! -s conftest.err'
     4131         { ac_try='test -s conftest.$ac_objext'
    43444132  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    43454133  (eval $ac_try) 2>&5
    43464134  ac_status=$?
    43474135  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4348   (exit $ac_status); }; } &&
    4349          { ac_try='test -s conftest.$ac_objext'
    4350   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4351   (eval $ac_try) 2>&5
    4352   ac_status=$?
    4353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43544136  (exit $ac_status); }; }; then
    43554137  eval "$as_ac_Header=yes"
     
    43604142eval "$as_ac_Header=no"
    43614143fi
    4362 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4144rm -f conftest.$ac_objext conftest.$ac_ext
    43634145fi
    43644146echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    44004182echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
    44014183cat >conftest.$ac_ext <<_ACEOF
     4184#line $LINENO "configure"
    44024185/* confdefs.h.  */
    44034186_ACEOF
     
    44104193rm -f conftest.$ac_objext
    44114194if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4412   (eval $ac_compile) 2>conftest.er1
    4413   ac_status=$?
    4414   grep -v '^ *+' conftest.er1 >conftest.err
    4415   rm -f conftest.er1
    4416   cat conftest.err >&5
     4195  (eval $ac_compile) 2>&5
     4196  ac_status=$?
    44174197  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44184198  (exit $ac_status); } &&
    4419          { ac_try='test -z "$ac_c_werror_flag"
    4420                          || test ! -s conftest.err'
     4199         { ac_try='test -s conftest.$ac_objext'
    44214200  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    44224201  (eval $ac_try) 2>&5
    44234202  ac_status=$?
    44244203  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4425   (exit $ac_status); }; } &&
    4426          { ac_try='test -s conftest.$ac_objext'
    4427   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4428   (eval $ac_try) 2>&5
    4429   ac_status=$?
    4430   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44314204  (exit $ac_status); }; }; then
    44324205  ac_header_compiler=yes
     
    44374210ac_header_compiler=no
    44384211fi
    4439 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4212rm -f conftest.$ac_objext conftest.$ac_ext
    44404213echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    44414214echo "${ECHO_T}$ac_header_compiler" >&6
     
    44454218echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
    44464219cat >conftest.$ac_ext <<_ACEOF
     4220#line $LINENO "configure"
    44474221/* confdefs.h.  */
    44484222_ACEOF
     
    44624236  if test -s conftest.err; then
    44634237    ac_cpp_err=$ac_c_preproc_warn_flag
    4464     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    44654238  else
    44664239    ac_cpp_err=
     
    44824255
    44834256# So?  What about this header?
    4484 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    4485   yes:no: )
     4257case $ac_header_compiler:$ac_header_preproc in
     4258  yes:no )
    44864259    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    44874260echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4488     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    4489 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    4490     ac_header_preproc=yes
     4261    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     4262echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     4263    (
     4264      cat <<\_ASBOX
     4265## ------------------------------------ ##
     4266## Report this to bug-autoconf@gnu.org. ##
     4267## ------------------------------------ ##
     4268_ASBOX
     4269    ) |
     4270      sed "s/^/$as_me: WARNING:     /" >&2
    44914271    ;;
    4492   no:yes:* )
     4272  no:yes )
    44934273    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    44944274echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    4495     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    4496 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    4497     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    4498 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    4499     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    4500 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     4275    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
     4276echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
    45014277    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    45024278echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    4503     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    4504 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    45054279    (
    45064280      cat <<\_ASBOX
    4507 ## ----------------------------------------- ##
    4508 ## Report this to darwinports@opendarwin.org ##
    4509 ## ----------------------------------------- ##
     4281## ------------------------------------ ##
     4282## Report this to bug-autoconf@gnu.org. ##
     4283## ------------------------------------ ##
    45104284_ASBOX
    45114285    ) |
     
    45184292  echo $ECHO_N "(cached) $ECHO_C" >&6
    45194293else
    4520   eval "$as_ac_Header=\$ac_header_preproc"
     4294  eval "$as_ac_Header=$ac_header_preproc"
    45214295fi
    45224296echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    45464320else
    45474321  cat >conftest.$ac_ext <<_ACEOF
     4322#line $LINENO "configure"
    45484323/* confdefs.h.  */
    45494324_ACEOF
     
    45854360ac_cv_func_closedir_void=yes
    45864361fi
    4587 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     4362rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    45884363fi
    45894364fi
     
    46044379else
    46054380  cat >conftest.$ac_ext <<_ACEOF
     4381#line $LINENO "configure"
    46064382/* confdefs.h.  */
    46074383_ACEOF
     
    46234399rm -f conftest.$ac_objext
    46244400if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4625   (eval $ac_compile) 2>conftest.er1
    4626   ac_status=$?
    4627   grep -v '^ *+' conftest.er1 >conftest.err
    4628   rm -f conftest.er1
    4629   cat conftest.err >&5
     4401  (eval $ac_compile) 2>&5
     4402  ac_status=$?
    46304403  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46314404  (exit $ac_status); } &&
    4632          { ac_try='test -z "$ac_c_werror_flag"
    4633                          || test ! -s conftest.err'
     4405         { ac_try='test -s conftest.$ac_objext'
    46344406  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    46354407  (eval $ac_try) 2>&5
    46364408  ac_status=$?
    46374409  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4638   (exit $ac_status); }; } &&
    4639          { ac_try='test -s conftest.$ac_objext'
    4640   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4641   (eval $ac_try) 2>&5
    4642   ac_status=$?
    4643   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46444410  (exit $ac_status); }; }; then
    46454411  ac_cv_type_pid_t=yes
     
    46504416ac_cv_type_pid_t=no
    46514417fi
    4652 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4418rm -f conftest.$ac_objext conftest.$ac_ext
    46534419fi
    46544420echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
     
    46824448echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
    46834449cat >conftest.$ac_ext <<_ACEOF
     4450#line $LINENO "configure"
    46844451/* confdefs.h.  */
    46854452_ACEOF
     
    46924459rm -f conftest.$ac_objext
    46934460if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4694   (eval $ac_compile) 2>conftest.er1
    4695   ac_status=$?
    4696   grep -v '^ *+' conftest.er1 >conftest.err
    4697   rm -f conftest.er1
    4698   cat conftest.err >&5
     4461  (eval $ac_compile) 2>&5
     4462  ac_status=$?
    46994463  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47004464  (exit $ac_status); } &&
    4701          { ac_try='test -z "$ac_c_werror_flag"
    4702                          || test ! -s conftest.err'
     4465         { ac_try='test -s conftest.$ac_objext'
    47034466  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    47044467  (eval $ac_try) 2>&5
    47054468  ac_status=$?
    47064469  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4707   (exit $ac_status); }; } &&
    4708          { ac_try='test -s conftest.$ac_objext'
    4709   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4710   (eval $ac_try) 2>&5
    4711   ac_status=$?
    4712   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47134470  (exit $ac_status); }; }; then
    47144471  ac_header_compiler=yes
     
    47194476ac_header_compiler=no
    47204477fi
    4721 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4478rm -f conftest.$ac_objext conftest.$ac_ext
    47224479echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    47234480echo "${ECHO_T}$ac_header_compiler" >&6
     
    47274484echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
    47284485cat >conftest.$ac_ext <<_ACEOF
     4486#line $LINENO "configure"
    47294487/* confdefs.h.  */
    47304488_ACEOF
     
    47444502  if test -s conftest.err; then
    47454503    ac_cpp_err=$ac_c_preproc_warn_flag
    4746     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    47474504  else
    47484505    ac_cpp_err=
     
    47644521
    47654522# So?  What about this header?
    4766 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    4767   yes:no: )
     4523case $ac_header_compiler:$ac_header_preproc in
     4524  yes:no )
    47684525    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    47694526echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4770     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    4771 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    4772     ac_header_preproc=yes
     4527    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     4528echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     4529    (
     4530      cat <<\_ASBOX
     4531## ------------------------------------ ##
     4532## Report this to bug-autoconf@gnu.org. ##
     4533## ------------------------------------ ##
     4534_ASBOX
     4535    ) |
     4536      sed "s/^/$as_me: WARNING:     /" >&2
    47734537    ;;
    4774   no:yes:* )
     4538  no:yes )
    47754539    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    47764540echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    4777     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    4778 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    4779     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    4780 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    4781     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    4782 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     4541    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
     4542echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
    47834543    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    47844544echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    4785     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    4786 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    47874545    (
    47884546      cat <<\_ASBOX
    4789 ## ----------------------------------------- ##
    4790 ## Report this to darwinports@opendarwin.org ##
    4791 ## ----------------------------------------- ##
     4547## ------------------------------------ ##
     4548## Report this to bug-autoconf@gnu.org. ##
     4549## ------------------------------------ ##
    47924550_ASBOX
    47934551    ) |
     
    48004558  echo $ECHO_N "(cached) $ECHO_C" >&6
    48014559else
    4802   eval "$as_ac_Header=\$ac_header_preproc"
     4560  eval "$as_ac_Header=$ac_header_preproc"
    48034561fi
    48044562echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    48264584else
    48274585  cat >conftest.$ac_ext <<_ACEOF
     4586#line $LINENO "configure"
    48284587/* confdefs.h.  */
    48294588_ACEOF
     
    48314590cat >>conftest.$ac_ext <<_ACEOF
    48324591/* end confdefs.h.  */
    4833 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
    4834    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    4835 #define $ac_func innocuous_$ac_func
    4836 
    48374592/* System header to define __stub macros and hopefully few prototypes,
    48384593    which can conflict with char $ac_func (); below.
    48394594    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    48404595    <limits.h> exists even on freestanding compilers.  */
    4841 
    48424596#ifdef __STDC__
    48434597# include <limits.h>
     
    48454599# include <assert.h>
    48464600#endif
    4847 
    4848 #undef $ac_func
    4849 
    48504601/* Override any gcc2 internal prototype to avoid an error.  */
    48514602#ifdef __cplusplus
     
    48784629rm -f conftest.$ac_objext conftest$ac_exeext
    48794630if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    4880   (eval $ac_link) 2>conftest.er1
    4881   ac_status=$?
    4882   grep -v '^ *+' conftest.er1 >conftest.err
    4883   rm -f conftest.er1
    4884   cat conftest.err >&5
     4631  (eval $ac_link) 2>&5
     4632  ac_status=$?
    48854633  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48864634  (exit $ac_status); } &&
    4887          { ac_try='test -z "$ac_c_werror_flag"
    4888                          || test ! -s conftest.err'
     4635         { ac_try='test -s conftest$ac_exeext'
    48894636  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    48904637  (eval $ac_try) 2>&5
    48914638  ac_status=$?
    48924639  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4893   (exit $ac_status); }; } &&
    4894          { ac_try='test -s conftest$ac_exeext'
    4895   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4896   (eval $ac_try) 2>&5
    4897   ac_status=$?
    4898   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48994640  (exit $ac_status); }; }; then
    49004641  eval "$as_ac_var=yes"
     
    49054646eval "$as_ac_var=no"
    49064647fi
    4907 rm -f conftest.err conftest.$ac_objext \
    4908       conftest$ac_exeext conftest.$ac_ext
     4648rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    49094649fi
    49104650echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
     
    49364676      int main ()
    49374677      {
    4938         if (fork() < 0)
    4939           exit (1);
    4940         exit (0);
     4678        if (fork() < 0)
     4679          exit (1);
     4680        exit (0);
    49414681      }
    49424682_ACEOF
     
    49614701ac_cv_func_fork_works=no
    49624702fi
    4963 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     4703rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    49644704fi
    49654705fi
     
    49944734else
    49954735  cat >conftest.$ac_ext <<_ACEOF
     4736#line $LINENO "configure"
    49964737/* confdefs.h.  */
    49974738_ACEOF
     
    51154856ac_cv_func_vfork_works=no
    51164857fi
    5117 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     4858rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    51184859fi
    51194860fi
     
    51234864fi;
    51244865if test "x$ac_cv_func_fork_works" = xcross; then
    5125   ac_cv_func_vfork_works=$ac_cv_func_vfork
     4866  ac_cv_func_vfork_works=ac_cv_func_vfork
    51264867  { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
    51274868echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
     
    51554896else
    51564897  cat >conftest.$ac_ext <<_ACEOF
     4898#line $LINENO "configure"
    51574899/* confdefs.h.  */
    51584900_ACEOF
     
    51744916rm -f conftest.$ac_objext
    51754917if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5176   (eval $ac_compile) 2>conftest.er1
    5177   ac_status=$?
    5178   grep -v '^ *+' conftest.er1 >conftest.err
    5179   rm -f conftest.er1
    5180   cat conftest.err >&5
     4918  (eval $ac_compile) 2>&5
     4919  ac_status=$?
    51814920  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51824921  (exit $ac_status); } &&
    5183          { ac_try='test -z "$ac_c_werror_flag"
    5184                          || test ! -s conftest.err'
     4922         { ac_try='test -s conftest.$ac_objext'
    51854923  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    51864924  (eval $ac_try) 2>&5
    51874925  ac_status=$?
    51884926  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5189   (exit $ac_status); }; } &&
    5190          { ac_try='test -s conftest.$ac_objext'
    5191   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5192   (eval $ac_try) 2>&5
    5193   ac_status=$?
    5194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51954927  (exit $ac_status); }; }; then
    51964928  ac_cv_have_decl_strerror_r=yes
     
    52014933ac_cv_have_decl_strerror_r=no
    52024934fi
    5203 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4935rm -f conftest.$ac_objext conftest.$ac_ext
    52044936fi
    52054937echo "$as_me:$LINENO: result: $ac_cv_have_decl_strerror_r" >&5
     
    52314963else
    52324964  cat >conftest.$ac_ext <<_ACEOF
     4965#line $LINENO "configure"
    52334966/* confdefs.h.  */
    52344967_ACEOF
     
    52364969cat >>conftest.$ac_ext <<_ACEOF
    52374970/* end confdefs.h.  */
    5238 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
    5239    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    5240 #define $ac_func innocuous_$ac_func
    5241 
    52424971/* System header to define __stub macros and hopefully few prototypes,
    52434972    which can conflict with char $ac_func (); below.
    52444973    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    52454974    <limits.h> exists even on freestanding compilers.  */
    5246 
    52474975#ifdef __STDC__
    52484976# include <limits.h>
     
    52504978# include <assert.h>
    52514979#endif
    5252 
    5253 #undef $ac_func
    5254 
    52554980/* Override any gcc2 internal prototype to avoid an error.  */
    52564981#ifdef __cplusplus
     
    52835008rm -f conftest.$ac_objext conftest$ac_exeext
    52845009if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5285   (eval $ac_link) 2>conftest.er1
    5286   ac_status=$?
    5287   grep -v '^ *+' conftest.er1 >conftest.err
    5288   rm -f conftest.er1
    5289   cat conftest.err >&5
     5010  (eval $ac_link) 2>&5
     5011  ac_status=$?
    52905012  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52915013  (exit $ac_status); } &&
    5292          { ac_try='test -z "$ac_c_werror_flag"
    5293                          || test ! -s conftest.err'
     5014         { ac_try='test -s conftest$ac_exeext'
    52945015  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    52955016  (eval $ac_try) 2>&5
    52965017  ac_status=$?
    52975018  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5298   (exit $ac_status); }; } &&
    5299          { ac_try='test -s conftest$ac_exeext'
    5300   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5301   (eval $ac_try) 2>&5
    5302   ac_status=$?
    5303   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53045019  (exit $ac_status); }; }; then
    53055020  eval "$as_ac_var=yes"
     
    53105025eval "$as_ac_var=no"
    53115026fi
    5312 rm -f conftest.err conftest.$ac_objext \
    5313       conftest$ac_exeext conftest.$ac_ext
     5027rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    53145028fi
    53155029echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
     
    53325046    if test $ac_cv_have_decl_strerror_r = yes; then
    53335047      cat >conftest.$ac_ext <<_ACEOF
     5048#line $LINENO "configure"
    53345049/* confdefs.h.  */
    53355050_ACEOF
     
    53525067rm -f conftest.$ac_objext
    53535068if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5354   (eval $ac_compile) 2>conftest.er1
    5355   ac_status=$?
    5356   grep -v '^ *+' conftest.er1 >conftest.err
    5357   rm -f conftest.er1
    5358   cat conftest.err >&5
     5069  (eval $ac_compile) 2>&5
     5070  ac_status=$?
    53595071  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53605072  (exit $ac_status); } &&
    5361          { ac_try='test -z "$ac_c_werror_flag"
    5362                          || test ! -s conftest.err'
     5073         { ac_try='test -s conftest.$ac_objext'
    53635074  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    53645075  (eval $ac_try) 2>&5
    53655076  ac_status=$?
    53665077  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5367   (exit $ac_status); }; } &&
    5368          { ac_try='test -s conftest.$ac_objext'
    5369   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5370   (eval $ac_try) 2>&5
    5371   ac_status=$?
    5372   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53735078  (exit $ac_status); }; }; then
    53745079  ac_cv_func_strerror_r_char_p=yes
     
    53785083
    53795084fi
    5380 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5085rm -f conftest.$ac_objext conftest.$ac_ext
    53815086    else
    53825087      # strerror_r is not declared.  Choose between
     
    53905095else
    53915096  cat >conftest.$ac_ext <<_ACEOF
     5097#line $LINENO "configure"
    53925098/* confdefs.h.  */
    53935099_ACEOF
     
    54255131
    54265132fi
    5427 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     5133rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    54285134fi
    54295135    fi
     
    54635169else
    54645170  cat >conftest.$ac_ext <<_ACEOF
     5171#line $LINENO "configure"
    54655172/* confdefs.h.  */
    54665173_ACEOF
     
    54685175cat >>conftest.$ac_ext <<_ACEOF
    54695176/* end confdefs.h.  */
    5470 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
    5471    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    5472 #define $ac_func innocuous_$ac_func
    5473 
    54745177/* System header to define __stub macros and hopefully few prototypes,
    54755178    which can conflict with char $ac_func (); below.
    54765179    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    54775180    <limits.h> exists even on freestanding compilers.  */
    5478 
    54795181#ifdef __STDC__
    54805182# include <limits.h>
     
    54825184# include <assert.h>
    54835185#endif
    5484 
    5485 #undef $ac_func
    5486 
    54875186/* Override any gcc2 internal prototype to avoid an error.  */
    54885187#ifdef __cplusplus
     
    55155214rm -f conftest.$ac_objext conftest$ac_exeext
    55165215if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5517   (eval $ac_link) 2>conftest.er1
    5518   ac_status=$?
    5519   grep -v '^ *+' conftest.er1 >conftest.err
    5520   rm -f conftest.er1
    5521   cat conftest.err >&5
     5216  (eval $ac_link) 2>&5
     5217  ac_status=$?
    55225218  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55235219  (exit $ac_status); } &&
    5524          { ac_try='test -z "$ac_c_werror_flag"
    5525                          || test ! -s conftest.err'
     5220         { ac_try='test -s conftest$ac_exeext'
    55265221  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    55275222  (eval $ac_try) 2>&5
    55285223  ac_status=$?
    55295224  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5530   (exit $ac_status); }; } &&
    5531          { ac_try='test -s conftest$ac_exeext'
    5532   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5533   (eval $ac_try) 2>&5
    5534   ac_status=$?
    5535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55365225  (exit $ac_status); }; }; then
    55375226  eval "$as_ac_var=yes"
     
    55425231eval "$as_ac_var=no"
    55435232fi
    5544 rm -f conftest.err conftest.$ac_objext \
    5545       conftest$ac_exeext conftest.$ac_ext
     5233rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    55465234fi
    55475235echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
     
    55685256LIBS="-lmd  $LIBS"
    55695257cat >conftest.$ac_ext <<_ACEOF
     5258#line $LINENO "configure"
    55705259/* confdefs.h.  */
    55715260_ACEOF
     
    55915280rm -f conftest.$ac_objext conftest$ac_exeext
    55925281if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5593   (eval $ac_link) 2>conftest.er1
    5594   ac_status=$?
    5595   grep -v '^ *+' conftest.er1 >conftest.err
    5596   rm -f conftest.er1
    5597   cat conftest.err >&5
     5282  (eval $ac_link) 2>&5
     5283  ac_status=$?
    55985284  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55995285  (exit $ac_status); } &&
    5600          { ac_try='test -z "$ac_c_werror_flag"
    5601                          || test ! -s conftest.err'
     5286         { ac_try='test -s conftest$ac_exeext'
    56025287  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    56035288  (eval $ac_try) 2>&5
    56045289  ac_status=$?
    56055290  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5606   (exit $ac_status); }; } &&
    5607          { ac_try='test -s conftest$ac_exeext'
    5608   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5609   (eval $ac_try) 2>&5
    5610   ac_status=$?
    5611   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56125291  (exit $ac_status); }; }; then
    56135292  ac_cv_lib_md_MD5Update=yes
     
    56185297ac_cv_lib_md_MD5Update=no
    56195298fi
    5620 rm -f conftest.err conftest.$ac_objext \
    5621       conftest$ac_exeext conftest.$ac_ext
     5299rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    56225300LIBS=$ac_check_lib_save_LIBS
    56235301fi
     
    56435321echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
    56445322cat >conftest.$ac_ext <<_ACEOF
     5323#line $LINENO "configure"
    56455324/* confdefs.h.  */
    56465325_ACEOF
     
    56535332rm -f conftest.$ac_objext
    56545333if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5655   (eval $ac_compile) 2>conftest.er1
    5656   ac_status=$?
    5657   grep -v '^ *+' conftest.er1 >conftest.err
    5658   rm -f conftest.er1
    5659   cat conftest.err >&5
     5334  (eval $ac_compile) 2>&5
     5335  ac_status=$?
    56605336  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56615337  (exit $ac_status); } &&
    5662          { ac_try='test -z "$ac_c_werror_flag"
    5663                          || test ! -s conftest.err'
     5338         { ac_try='test -s conftest.$ac_objext'
    56645339  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    56655340  (eval $ac_try) 2>&5
    56665341  ac_status=$?
    56675342  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5668   (exit $ac_status); }; } &&
    5669          { ac_try='test -s conftest.$ac_objext'
    5670   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5671   (eval $ac_try) 2>&5
    5672   ac_status=$?
    5673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56745343  (exit $ac_status); }; }; then
    56755344  ac_header_compiler=yes
     
    56805349ac_header_compiler=no
    56815350fi
    5682 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5351rm -f conftest.$ac_objext conftest.$ac_ext
    56835352echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    56845353echo "${ECHO_T}$ac_header_compiler" >&6
     
    56885357echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
    56895358cat >conftest.$ac_ext <<_ACEOF
     5359#line $LINENO "configure"
    56905360/* confdefs.h.  */
    56915361_ACEOF
     
    57055375  if test -s conftest.err; then
    57065376    ac_cpp_err=$ac_c_preproc_warn_flag
    5707     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    57085377  else
    57095378    ac_cpp_err=
     
    57255394
    57265395# So?  What about this header?
    5727 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    5728   yes:no: )
     5396case $ac_header_compiler:$ac_header_preproc in
     5397  yes:no )
    57295398    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    57305399echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5731     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5732 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    5733     ac_header_preproc=yes
     5400    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5401echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5402    (
     5403      cat <<\_ASBOX
     5404## ------------------------------------ ##
     5405## Report this to bug-autoconf@gnu.org. ##
     5406## ------------------------------------ ##
     5407_ASBOX
     5408    ) |
     5409      sed "s/^/$as_me: WARNING:     /" >&2
    57345410    ;;
    5735   no:yes:* )
     5411  no:yes )
    57365412    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    57375413echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5738     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5739 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5740     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5741 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5742     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5743 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5414    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
     5415echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
    57445416    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    57455417echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5746     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5747 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    57485418    (
    57495419      cat <<\_ASBOX
    5750 ## ----------------------------------------- ##
    5751 ## Report this to darwinports@opendarwin.org ##
    5752 ## ----------------------------------------- ##
     5420## ------------------------------------ ##
     5421## Report this to bug-autoconf@gnu.org. ##
     5422## ------------------------------------ ##
    57535423_ASBOX
    57545424    ) |
     
    57615431  echo $ECHO_N "(cached) $ECHO_C" >&6
    57625432else
    5763   eval "$as_ac_Header=\$ac_header_preproc"
     5433  eval "$as_ac_Header=$ac_header_preproc"
    57645434fi
    57655435echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    58115481LIBS="-lcrypto  $LIBS"
    58125482cat >conftest.$ac_ext <<_ACEOF
     5483#line $LINENO "configure"
    58135484/* confdefs.h.  */
    58145485_ACEOF
     
    58345505rm -f conftest.$ac_objext conftest$ac_exeext
    58355506if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    5836   (eval $ac_link) 2>conftest.er1
    5837   ac_status=$?
    5838   grep -v '^ *+' conftest.er1 >conftest.err
    5839   rm -f conftest.er1
    5840   cat conftest.err >&5
     5507  (eval $ac_link) 2>&5
     5508  ac_status=$?
    58415509  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58425510  (exit $ac_status); } &&
    5843          { ac_try='test -z "$ac_c_werror_flag"
    5844                          || test ! -s conftest.err'
     5511         { ac_try='test -s conftest$ac_exeext'
    58455512  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    58465513  (eval $ac_try) 2>&5
    58475514  ac_status=$?
    58485515  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5849   (exit $ac_status); }; } &&
    5850          { ac_try='test -s conftest$ac_exeext'
    5851   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5852   (eval $ac_try) 2>&5
    5853   ac_status=$?
    5854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58555516  (exit $ac_status); }; }; then
    58565517  ac_cv_lib_crypto_MD5_Update=yes
     
    58615522ac_cv_lib_crypto_MD5_Update=no
    58625523fi
    5863 rm -f conftest.err conftest.$ac_objext \
    5864       conftest$ac_exeext conftest.$ac_ext
     5524rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    58655525LIBS=$ac_check_lib_save_LIBS
    58665526fi
     
    58865546echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
    58875547cat >conftest.$ac_ext <<_ACEOF
     5548#line $LINENO "configure"
    58885549/* confdefs.h.  */
    58895550_ACEOF
     
    58965557rm -f conftest.$ac_objext
    58975558if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5898   (eval $ac_compile) 2>conftest.er1
    5899   ac_status=$?
    5900   grep -v '^ *+' conftest.er1 >conftest.err
    5901   rm -f conftest.er1
    5902   cat conftest.err >&5
     5559  (eval $ac_compile) 2>&5
     5560  ac_status=$?
    59035561  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59045562  (exit $ac_status); } &&
    5905          { ac_try='test -z "$ac_c_werror_flag"
    5906                          || test ! -s conftest.err'
     5563         { ac_try='test -s conftest.$ac_objext'
    59075564  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    59085565  (eval $ac_try) 2>&5
    59095566  ac_status=$?
    59105567  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5911   (exit $ac_status); }; } &&
    5912          { ac_try='test -s conftest.$ac_objext'
    5913   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5914   (eval $ac_try) 2>&5
    5915   ac_status=$?
    5916   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59175568  (exit $ac_status); }; }; then
    59185569  ac_header_compiler=yes
     
    59235574ac_header_compiler=no
    59245575fi
    5925 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5576rm -f conftest.$ac_objext conftest.$ac_ext
    59265577echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    59275578echo "${ECHO_T}$ac_header_compiler" >&6
     
    59315582echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
    59325583cat >conftest.$ac_ext <<_ACEOF
     5584#line $LINENO "configure"
    59335585/* confdefs.h.  */
    59345586_ACEOF
     
    59485600  if test -s conftest.err; then
    59495601    ac_cpp_err=$ac_c_preproc_warn_flag
    5950     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    59515602  else
    59525603    ac_cpp_err=
     
    59685619
    59695620# So?  What about this header?
    5970 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    5971   yes:no: )
     5621case $ac_header_compiler:$ac_header_preproc in
     5622  yes:no )
    59725623    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    59735624echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5974     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    5975 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    5976     ac_header_preproc=yes
     5625    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     5626echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     5627    (
     5628      cat <<\_ASBOX
     5629## ------------------------------------ ##
     5630## Report this to bug-autoconf@gnu.org. ##
     5631## ------------------------------------ ##
     5632_ASBOX
     5633    ) |
     5634      sed "s/^/$as_me: WARNING:     /" >&2
    59775635    ;;
    5978   no:yes:* )
     5636  no:yes )
    59795637    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    59805638echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    5981     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    5982 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    5983     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    5984 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    5985     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    5986 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     5639    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
     5640echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
    59875641    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    59885642echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    5989     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    5990 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    59915643    (
    59925644      cat <<\_ASBOX
    5993 ## ----------------------------------------- ##
    5994 ## Report this to darwinports@opendarwin.org ##
    5995 ## ----------------------------------------- ##
     5645## ------------------------------------ ##
     5646## Report this to bug-autoconf@gnu.org. ##
     5647## ------------------------------------ ##
    59965648_ASBOX
    59975649    ) |
     
    60045656  echo $ECHO_N "(cached) $ECHO_C" >&6
    60055657else
    6006   eval "$as_ac_Header=\$ac_header_preproc"
     5658  eval "$as_ac_Header=$ac_header_preproc"
    60075659fi
    60085660echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    60965748    for ac_extension in a so sl; do
    60975749      if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
    6098         test -f $ac_im_libdir/libX11.$ac_extension; then
    6099         ac_im_usrlibdir=$ac_im_libdir; break
     5750        test -f $ac_im_libdir/libX11.$ac_extension; then
     5751        ac_im_usrlibdir=$ac_im_libdir; break
    61005752      fi
    61015753    done
     
    61575809  # First, try using that file with no special directory specified.
    61585810  cat >conftest.$ac_ext <<_ACEOF
     5811#line $LINENO "configure"
    61595812/* confdefs.h.  */
    61605813_ACEOF
     
    61745827  if test -s conftest.err; then
    61755828    ac_cpp_err=$ac_c_preproc_warn_flag
    6176     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    61775829  else
    61785830    ac_cpp_err=
     
    62055857  LIBS="-lXt $LIBS"
    62065858  cat >conftest.$ac_ext <<_ACEOF
     5859#line $LINENO "configure"
    62075860/* confdefs.h.  */
    62085861_ACEOF
     
    62215874rm -f conftest.$ac_objext conftest$ac_exeext
    62225875if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6223   (eval $ac_link) 2>conftest.er1
    6224   ac_status=$?
    6225   grep -v '^ *+' conftest.er1 >conftest.err
    6226   rm -f conftest.er1
    6227   cat conftest.err >&5
     5876  (eval $ac_link) 2>&5
     5877  ac_status=$?
    62285878  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62295879  (exit $ac_status); } &&
    6230          { ac_try='test -z "$ac_c_werror_flag"
    6231                          || test ! -s conftest.err'
    6232   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6233   (eval $ac_try) 2>&5
    6234   ac_status=$?
    6235   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6236   (exit $ac_status); }; } &&
    6237          { ac_try='test -s conftest$ac_exeext'
     5880         { ac_try='test -s conftest$ac_exeext'
    62385881  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    62395882  (eval $ac_try) 2>&5
     
    62605903done
    62615904fi
    6262 rm -f conftest.err conftest.$ac_objext \
    6263       conftest$ac_exeext conftest.$ac_ext
     5905rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    62645906fi # $ac_x_libraries = no
    62655907
     
    62705912  # Record where we found X for the cache.
    62715913  ac_cv_have_x="have_x=yes \
    6272                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
     5914                ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
    62735915fi
    62745916fi
     
    63195961      ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
    63205962      cat >conftest.$ac_ext <<_ACEOF
     5963#line $LINENO "configure"
    63215964/* confdefs.h.  */
    63225965_ACEOF
     
    63355978rm -f conftest.$ac_objext conftest$ac_exeext
    63365979if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6337   (eval $ac_link) 2>conftest.er1
    6338   ac_status=$?
    6339   grep -v '^ *+' conftest.er1 >conftest.err
    6340   rm -f conftest.er1
    6341   cat conftest.err >&5
     5980  (eval $ac_link) 2>&5
     5981  ac_status=$?
    63425982  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63435983  (exit $ac_status); } &&
    6344          { ac_try='test -z "$ac_c_werror_flag"
    6345                          || test ! -s conftest.err'
     5984         { ac_try='test -s conftest$ac_exeext'
    63465985  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    63475986  (eval $ac_try) 2>&5
    63485987  ac_status=$?
    63495988  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6350   (exit $ac_status); }; } &&
    6351          { ac_try='test -s conftest$ac_exeext'
    6352   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6353   (eval $ac_try) 2>&5
    6354   ac_status=$?
    6355   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63565989  (exit $ac_status); }; }; then
    63575990  ac_R_nospace=yes
     
    63625995ac_R_nospace=no
    63635996fi
    6364 rm -f conftest.err conftest.$ac_objext \
    6365       conftest$ac_exeext conftest.$ac_ext
     5997rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    63665998      if test $ac_R_nospace = yes; then
    63675999        echo "$as_me:$LINENO: result: no" >&5
     
    63716003        LIBS="$ac_xsave_LIBS -R $x_libraries"
    63726004        cat >conftest.$ac_ext <<_ACEOF
     6005#line $LINENO "configure"
    63736006/* confdefs.h.  */
    63746007_ACEOF
     
    63876020rm -f conftest.$ac_objext conftest$ac_exeext
    63886021if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6389   (eval $ac_link) 2>conftest.er1
    6390   ac_status=$?
    6391   grep -v '^ *+' conftest.er1 >conftest.err
    6392   rm -f conftest.er1
    6393   cat conftest.err >&5
     6022  (eval $ac_link) 2>&5
     6023  ac_status=$?
    63946024  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63956025  (exit $ac_status); } &&
    6396          { ac_try='test -z "$ac_c_werror_flag"
    6397                          || test ! -s conftest.err'
     6026         { ac_try='test -s conftest$ac_exeext'
    63986027  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    63996028  (eval $ac_try) 2>&5
    64006029  ac_status=$?
    64016030  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6402   (exit $ac_status); }; } &&
    6403          { ac_try='test -s conftest$ac_exeext'
    6404   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6405   (eval $ac_try) 2>&5
    6406   ac_status=$?
    6407   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64086031  (exit $ac_status); }; }; then
    64096032  ac_R_space=yes
     
    64146037ac_R_space=no
    64156038fi
    6416 rm -f conftest.err conftest.$ac_objext \
    6417       conftest$ac_exeext conftest.$ac_ext
     6039rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    64186040        if test $ac_R_space = yes; then
    64196041          echo "$as_me:$LINENO: result: yes" >&5
     
    64416063    ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
    64426064    cat >conftest.$ac_ext <<_ACEOF
     6065#line $LINENO "configure"
    64436066/* confdefs.h.  */
    64446067_ACEOF
     
    64646087rm -f conftest.$ac_objext conftest$ac_exeext
    64656088if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6466   (eval $ac_link) 2>conftest.er1
    6467   ac_status=$?
    6468   grep -v '^ *+' conftest.er1 >conftest.err
    6469   rm -f conftest.er1
    6470   cat conftest.err >&5
     6089  (eval $ac_link) 2>&5
     6090  ac_status=$?
    64716091  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64726092  (exit $ac_status); } &&
    6473          { ac_try='test -z "$ac_c_werror_flag"
    6474                          || test ! -s conftest.err'
    6475   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6476   (eval $ac_try) 2>&5
    6477   ac_status=$?
    6478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6479   (exit $ac_status); }; } &&
    6480          { ac_try='test -s conftest$ac_exeext'
     6093         { ac_try='test -s conftest$ac_exeext'
    64816094  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    64826095  (eval $ac_try) 2>&5
     
    64976110LIBS="-ldnet  $LIBS"
    64986111cat >conftest.$ac_ext <<_ACEOF
     6112#line $LINENO "configure"
    64996113/* confdefs.h.  */
    65006114_ACEOF
     
    65206134rm -f conftest.$ac_objext conftest$ac_exeext
    65216135if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6522   (eval $ac_link) 2>conftest.er1
    6523   ac_status=$?
    6524   grep -v '^ *+' conftest.er1 >conftest.err
    6525   rm -f conftest.er1
    6526   cat conftest.err >&5
     6136  (eval $ac_link) 2>&5
     6137  ac_status=$?
    65276138  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65286139  (exit $ac_status); } &&
    6529          { ac_try='test -z "$ac_c_werror_flag"
    6530                          || test ! -s conftest.err'
     6140         { ac_try='test -s conftest$ac_exeext'
    65316141  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    65326142  (eval $ac_try) 2>&5
    65336143  ac_status=$?
    65346144  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6535   (exit $ac_status); }; } &&
    6536          { ac_try='test -s conftest$ac_exeext'
    6537   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6538   (eval $ac_try) 2>&5
    6539   ac_status=$?
    6540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65416145  (exit $ac_status); }; }; then
    65426146  ac_cv_lib_dnet_dnet_ntoa=yes
     
    65476151ac_cv_lib_dnet_dnet_ntoa=no
    65486152fi
    6549 rm -f conftest.err conftest.$ac_objext \
    6550       conftest$ac_exeext conftest.$ac_ext
     6153rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    65516154LIBS=$ac_check_lib_save_LIBS
    65526155fi
     
    65666169LIBS="-ldnet_stub  $LIBS"
    65676170cat >conftest.$ac_ext <<_ACEOF
     6171#line $LINENO "configure"
    65686172/* confdefs.h.  */
    65696173_ACEOF
     
    65896193rm -f conftest.$ac_objext conftest$ac_exeext
    65906194if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6591   (eval $ac_link) 2>conftest.er1
    6592   ac_status=$?
    6593   grep -v '^ *+' conftest.er1 >conftest.err
    6594   rm -f conftest.er1
    6595   cat conftest.err >&5
     6195  (eval $ac_link) 2>&5
     6196  ac_status=$?
    65966197  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65976198  (exit $ac_status); } &&
    6598          { ac_try='test -z "$ac_c_werror_flag"
    6599                          || test ! -s conftest.err'
     6199         { ac_try='test -s conftest$ac_exeext'
    66006200  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    66016201  (eval $ac_try) 2>&5
    66026202  ac_status=$?
    66036203  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6604   (exit $ac_status); }; } &&
    6605          { ac_try='test -s conftest$ac_exeext'
    6606   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6607   (eval $ac_try) 2>&5
    6608   ac_status=$?
    6609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66106204  (exit $ac_status); }; }; then
    66116205  ac_cv_lib_dnet_stub_dnet_ntoa=yes
     
    66166210ac_cv_lib_dnet_stub_dnet_ntoa=no
    66176211fi
    6618 rm -f conftest.err conftest.$ac_objext \
    6619       conftest$ac_exeext conftest.$ac_ext
     6212rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    66206213LIBS=$ac_check_lib_save_LIBS
    66216214fi
     
    66286221    fi
    66296222fi
    6630 rm -f conftest.err conftest.$ac_objext \
    6631       conftest$ac_exeext conftest.$ac_ext
     6223rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    66326224    LIBS="$ac_xsave_LIBS"
    66336225
     
    66466238else
    66476239  cat >conftest.$ac_ext <<_ACEOF
     6240#line $LINENO "configure"
    66486241/* confdefs.h.  */
    66496242_ACEOF
     
    66516244cat >>conftest.$ac_ext <<_ACEOF
    66526245/* end confdefs.h.  */
    6653 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
    6654    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    6655 #define gethostbyname innocuous_gethostbyname
    6656 
    66576246/* System header to define __stub macros and hopefully few prototypes,
    66586247    which can conflict with char gethostbyname (); below.
    66596248    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    66606249    <limits.h> exists even on freestanding compilers.  */
    6661 
    66626250#ifdef __STDC__
    66636251# include <limits.h>
     
    66656253# include <assert.h>
    66666254#endif
    6667 
    6668 #undef gethostbyname
    6669 
    66706255/* Override any gcc2 internal prototype to avoid an error.  */
    66716256#ifdef __cplusplus
     
    66986283rm -f conftest.$ac_objext conftest$ac_exeext
    66996284if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6700   (eval $ac_link) 2>conftest.er1
    6701   ac_status=$?
    6702   grep -v '^ *+' conftest.er1 >conftest.err
    6703   rm -f conftest.er1
    6704   cat conftest.err >&5
     6285  (eval $ac_link) 2>&5
     6286  ac_status=$?
    67056287  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67066288  (exit $ac_status); } &&
    6707          { ac_try='test -z "$ac_c_werror_flag"
    6708                          || test ! -s conftest.err'
     6289         { ac_try='test -s conftest$ac_exeext'
    67096290  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    67106291  (eval $ac_try) 2>&5
    67116292  ac_status=$?
    67126293  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6713   (exit $ac_status); }; } &&
    6714          { ac_try='test -s conftest$ac_exeext'
    6715   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6716   (eval $ac_try) 2>&5
    6717   ac_status=$?
    6718   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67196294  (exit $ac_status); }; }; then
    67206295  ac_cv_func_gethostbyname=yes
     
    67256300ac_cv_func_gethostbyname=no
    67266301fi
    6727 rm -f conftest.err conftest.$ac_objext \
    6728       conftest$ac_exeext conftest.$ac_ext
     6302rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    67296303fi
    67306304echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
     
    67406314LIBS="-lnsl  $LIBS"
    67416315cat >conftest.$ac_ext <<_ACEOF
     6316#line $LINENO "configure"
    67426317/* confdefs.h.  */
    67436318_ACEOF
     
    67636338rm -f conftest.$ac_objext conftest$ac_exeext
    67646339if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6765   (eval $ac_link) 2>conftest.er1
    6766   ac_status=$?
    6767   grep -v '^ *+' conftest.er1 >conftest.err
    6768   rm -f conftest.er1
    6769   cat conftest.err >&5
     6340  (eval $ac_link) 2>&5
     6341  ac_status=$?
    67706342  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67716343  (exit $ac_status); } &&
    6772          { ac_try='test -z "$ac_c_werror_flag"
    6773                          || test ! -s conftest.err'
     6344         { ac_try='test -s conftest$ac_exeext'
    67746345  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    67756346  (eval $ac_try) 2>&5
    67766347  ac_status=$?
    67776348  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6778   (exit $ac_status); }; } &&
    6779          { ac_try='test -s conftest$ac_exeext'
    6780   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6781   (eval $ac_try) 2>&5
    6782   ac_status=$?
    6783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67846349  (exit $ac_status); }; }; then
    67856350  ac_cv_lib_nsl_gethostbyname=yes
     
    67906355ac_cv_lib_nsl_gethostbyname=no
    67916356fi
    6792 rm -f conftest.err conftest.$ac_objext \
    6793       conftest$ac_exeext conftest.$ac_ext
     6357rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    67946358LIBS=$ac_check_lib_save_LIBS
    67956359fi
     
    68016365
    68026366      if test $ac_cv_lib_nsl_gethostbyname = no; then
    6803         echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
     6367        echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
    68046368echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
    68056369if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
     
    68096373LIBS="-lbsd  $LIBS"
    68106374cat >conftest.$ac_ext <<_ACEOF
     6375#line $LINENO "configure"
    68116376/* confdefs.h.  */
    68126377_ACEOF
     
    68326397rm -f conftest.$ac_objext conftest$ac_exeext
    68336398if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6834   (eval $ac_link) 2>conftest.er1
    6835   ac_status=$?
    6836   grep -v '^ *+' conftest.er1 >conftest.err
    6837   rm -f conftest.er1
    6838   cat conftest.err >&5
     6399  (eval $ac_link) 2>&5
     6400  ac_status=$?
    68396401  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68406402  (exit $ac_status); } &&
    6841          { ac_try='test -z "$ac_c_werror_flag"
    6842                          || test ! -s conftest.err'
     6403         { ac_try='test -s conftest$ac_exeext'
    68436404  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    68446405  (eval $ac_try) 2>&5
    68456406  ac_status=$?
    68466407  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6847   (exit $ac_status); }; } &&
    6848          { ac_try='test -s conftest$ac_exeext'
    6849   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6850   (eval $ac_try) 2>&5
    6851   ac_status=$?
    6852   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68536408  (exit $ac_status); }; }; then
    68546409  ac_cv_lib_bsd_gethostbyname=yes
     
    68596414ac_cv_lib_bsd_gethostbyname=no
    68606415fi
    6861 rm -f conftest.err conftest.$ac_objext \
    6862       conftest$ac_exeext conftest.$ac_ext
     6416rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    68636417LIBS=$ac_check_lib_save_LIBS
    68646418fi
     
    68856439else
    68866440  cat >conftest.$ac_ext <<_ACEOF
     6441#line $LINENO "configure"
    68876442/* confdefs.h.  */
    68886443_ACEOF
     
    68906445cat >>conftest.$ac_ext <<_ACEOF
    68916446/* end confdefs.h.  */
    6892 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
    6893    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    6894 #define connect innocuous_connect
    6895 
    68966447/* System header to define __stub macros and hopefully few prototypes,
    68976448    which can conflict with char connect (); below.
    68986449    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    68996450    <limits.h> exists even on freestanding compilers.  */
    6900 
    69016451#ifdef __STDC__
    69026452# include <limits.h>
     
    69046454# include <assert.h>
    69056455#endif
    6906 
    6907 #undef connect
    6908 
    69096456/* Override any gcc2 internal prototype to avoid an error.  */
    69106457#ifdef __cplusplus
     
    69376484rm -f conftest.$ac_objext conftest$ac_exeext
    69386485if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6939   (eval $ac_link) 2>conftest.er1
    6940   ac_status=$?
    6941   grep -v '^ *+' conftest.er1 >conftest.err
    6942   rm -f conftest.er1
    6943   cat conftest.err >&5
     6486  (eval $ac_link) 2>&5
     6487  ac_status=$?
    69446488  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69456489  (exit $ac_status); } &&
    6946          { ac_try='test -z "$ac_c_werror_flag"
    6947                          || test ! -s conftest.err'
     6490         { ac_try='test -s conftest$ac_exeext'
    69486491  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    69496492  (eval $ac_try) 2>&5
    69506493  ac_status=$?
    69516494  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6952   (exit $ac_status); }; } &&
    6953          { ac_try='test -s conftest$ac_exeext'
    6954   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6955   (eval $ac_try) 2>&5
    6956   ac_status=$?
    6957   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69586495  (exit $ac_status); }; }; then
    69596496  ac_cv_func_connect=yes
     
    69646501ac_cv_func_connect=no
    69656502fi
    6966 rm -f conftest.err conftest.$ac_objext \
    6967       conftest$ac_exeext conftest.$ac_ext
     6503rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    69686504fi
    69696505echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
     
    69796515LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
    69806516cat >conftest.$ac_ext <<_ACEOF
     6517#line $LINENO "configure"
    69816518/* confdefs.h.  */
    69826519_ACEOF
     
    70026539rm -f conftest.$ac_objext conftest$ac_exeext
    70036540if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7004   (eval $ac_link) 2>conftest.er1
    7005   ac_status=$?
    7006   grep -v '^ *+' conftest.er1 >conftest.err
    7007   rm -f conftest.er1
    7008   cat conftest.err >&5
     6541  (eval $ac_link) 2>&5
     6542  ac_status=$?
    70096543  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70106544  (exit $ac_status); } &&
    7011          { ac_try='test -z "$ac_c_werror_flag"
    7012                          || test ! -s conftest.err'
     6545         { ac_try='test -s conftest$ac_exeext'
    70136546  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    70146547  (eval $ac_try) 2>&5
    70156548  ac_status=$?
    70166549  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7017   (exit $ac_status); }; } &&
    7018          { ac_try='test -s conftest$ac_exeext'
    7019   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7020   (eval $ac_try) 2>&5
    7021   ac_status=$?
    7022   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70236550  (exit $ac_status); }; }; then
    70246551  ac_cv_lib_socket_connect=yes
     
    70296556ac_cv_lib_socket_connect=no
    70306557fi
    7031 rm -f conftest.err conftest.$ac_objext \
    7032       conftest$ac_exeext conftest.$ac_ext
     6558rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    70336559LIBS=$ac_check_lib_save_LIBS
    70346560fi
     
    70486574else
    70496575  cat >conftest.$ac_ext <<_ACEOF
     6576#line $LINENO "configure"
    70506577/* confdefs.h.  */
    70516578_ACEOF
     
    70536580cat >>conftest.$ac_ext <<_ACEOF
    70546581/* end confdefs.h.  */
    7055 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
    7056    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    7057 #define remove innocuous_remove
    7058 
    70596582/* System header to define __stub macros and hopefully few prototypes,
    70606583    which can conflict with char remove (); below.
    70616584    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    70626585    <limits.h> exists even on freestanding compilers.  */
    7063 
    70646586#ifdef __STDC__
    70656587# include <limits.h>
     
    70676589# include <assert.h>
    70686590#endif
    7069 
    7070 #undef remove
    7071 
    70726591/* Override any gcc2 internal prototype to avoid an error.  */
    70736592#ifdef __cplusplus
     
    71006619rm -f conftest.$ac_objext conftest$ac_exeext
    71016620if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7102   (eval $ac_link) 2>conftest.er1
    7103   ac_status=$?
    7104   grep -v '^ *+' conftest.er1 >conftest.err
    7105   rm -f conftest.er1
    7106   cat conftest.err >&5
     6621  (eval $ac_link) 2>&5
     6622  ac_status=$?
    71076623  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71086624  (exit $ac_status); } &&
    7109          { ac_try='test -z "$ac_c_werror_flag"
    7110                          || test ! -s conftest.err'
     6625         { ac_try='test -s conftest$ac_exeext'
    71116626  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    71126627  (eval $ac_try) 2>&5
    71136628  ac_status=$?
    71146629  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7115   (exit $ac_status); }; } &&
    7116          { ac_try='test -s conftest$ac_exeext'
    7117   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7118   (eval $ac_try) 2>&5
    7119   ac_status=$?
    7120   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71216630  (exit $ac_status); }; }; then
    71226631  ac_cv_func_remove=yes
     
    71276636ac_cv_func_remove=no
    71286637fi
    7129 rm -f conftest.err conftest.$ac_objext \
    7130       conftest$ac_exeext conftest.$ac_ext
     6638rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    71316639fi
    71326640echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
     
    71426650LIBS="-lposix  $LIBS"
    71436651cat >conftest.$ac_ext <<_ACEOF
     6652#line $LINENO "configure"
    71446653/* confdefs.h.  */
    71456654_ACEOF
     
    71656674rm -f conftest.$ac_objext conftest$ac_exeext
    71666675if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7167   (eval $ac_link) 2>conftest.er1
    7168   ac_status=$?
    7169   grep -v '^ *+' conftest.er1 >conftest.err
    7170   rm -f conftest.er1
    7171   cat conftest.err >&5
     6676  (eval $ac_link) 2>&5
     6677  ac_status=$?
    71726678  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71736679  (exit $ac_status); } &&
    7174          { ac_try='test -z "$ac_c_werror_flag"
    7175                          || test ! -s conftest.err'
     6680         { ac_try='test -s conftest$ac_exeext'
    71766681  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    71776682  (eval $ac_try) 2>&5
    71786683  ac_status=$?
    71796684  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7180   (exit $ac_status); }; } &&
    7181          { ac_try='test -s conftest$ac_exeext'
    7182   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7183   (eval $ac_try) 2>&5
    7184   ac_status=$?
    7185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71866685  (exit $ac_status); }; }; then
    71876686  ac_cv_lib_posix_remove=yes
     
    71926691ac_cv_lib_posix_remove=no
    71936692fi
    7194 rm -f conftest.err conftest.$ac_objext \
    7195       conftest$ac_exeext conftest.$ac_ext
     6693rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    71966694LIBS=$ac_check_lib_save_LIBS
    71976695fi
     
    72116709else
    72126710  cat >conftest.$ac_ext <<_ACEOF
     6711#line $LINENO "configure"
    72136712/* confdefs.h.  */
    72146713_ACEOF
     
    72166715cat >>conftest.$ac_ext <<_ACEOF
    72176716/* end confdefs.h.  */
    7218 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
    7219    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    7220 #define shmat innocuous_shmat
    7221 
    72226717/* System header to define __stub macros and hopefully few prototypes,
    72236718    which can conflict with char shmat (); below.
    72246719    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    72256720    <limits.h> exists even on freestanding compilers.  */
    7226 
    72276721#ifdef __STDC__
    72286722# include <limits.h>
     
    72306724# include <assert.h>
    72316725#endif
    7232 
    7233 #undef shmat
    7234 
    72356726/* Override any gcc2 internal prototype to avoid an error.  */
    72366727#ifdef __cplusplus
     
    72636754rm -f conftest.$ac_objext conftest$ac_exeext
    72646755if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7265   (eval $ac_link) 2>conftest.er1
    7266   ac_status=$?
    7267   grep -v '^ *+' conftest.er1 >conftest.err
    7268   rm -f conftest.er1
    7269   cat conftest.err >&5
     6756  (eval $ac_link) 2>&5
     6757  ac_status=$?
    72706758  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72716759  (exit $ac_status); } &&
    7272          { ac_try='test -z "$ac_c_werror_flag"
    7273                          || test ! -s conftest.err'
     6760         { ac_try='test -s conftest$ac_exeext'
    72746761  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    72756762  (eval $ac_try) 2>&5
    72766763  ac_status=$?
    72776764  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7278   (exit $ac_status); }; } &&
    7279          { ac_try='test -s conftest$ac_exeext'
    7280   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7281   (eval $ac_try) 2>&5
    7282   ac_status=$?
    7283   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72846765  (exit $ac_status); }; }; then
    72856766  ac_cv_func_shmat=yes
     
    72906771ac_cv_func_shmat=no
    72916772fi
    7292 rm -f conftest.err conftest.$ac_objext \
    7293       conftest$ac_exeext conftest.$ac_ext
     6773rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    72946774fi
    72956775echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
     
    73056785LIBS="-lipc  $LIBS"
    73066786cat >conftest.$ac_ext <<_ACEOF
     6787#line $LINENO "configure"
    73076788/* confdefs.h.  */
    73086789_ACEOF
     
    73286809rm -f conftest.$ac_objext conftest$ac_exeext
    73296810if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7330   (eval $ac_link) 2>conftest.er1
    7331   ac_status=$?
    7332   grep -v '^ *+' conftest.er1 >conftest.err
    7333   rm -f conftest.er1
    7334   cat conftest.err >&5
     6811  (eval $ac_link) 2>&5
     6812  ac_status=$?
    73356813  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73366814  (exit $ac_status); } &&
    7337          { ac_try='test -z "$ac_c_werror_flag"
    7338                          || test ! -s conftest.err'
     6815         { ac_try='test -s conftest$ac_exeext'
    73396816  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    73406817  (eval $ac_try) 2>&5
    73416818  ac_status=$?
    73426819  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7343   (exit $ac_status); }; } &&
    7344          { ac_try='test -s conftest$ac_exeext'
    7345   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7346   (eval $ac_try) 2>&5
    7347   ac_status=$?
    7348   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73496820  (exit $ac_status); }; }; then
    73506821  ac_cv_lib_ipc_shmat=yes
     
    73556826ac_cv_lib_ipc_shmat=no
    73566827fi
    7357 rm -f conftest.err conftest.$ac_objext \
    7358       conftest$ac_exeext conftest.$ac_ext
     6828rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    73596829LIBS=$ac_check_lib_save_LIBS
    73606830fi
     
    73856855LIBS="-lICE $X_EXTRA_LIBS $LIBS"
    73866856cat >conftest.$ac_ext <<_ACEOF
     6857#line $LINENO "configure"
    73876858/* confdefs.h.  */
    73886859_ACEOF
     
    74086879rm -f conftest.$ac_objext conftest$ac_exeext
    74096880if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7410   (eval $ac_link) 2>conftest.er1
    7411   ac_status=$?
    7412   grep -v '^ *+' conftest.er1 >conftest.err
    7413   rm -f conftest.er1
    7414   cat conftest.err >&5
     6881  (eval $ac_link) 2>&5
     6882  ac_status=$?
    74156883  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74166884  (exit $ac_status); } &&
    7417          { ac_try='test -z "$ac_c_werror_flag"
    7418                          || test ! -s conftest.err'
     6885         { ac_try='test -s conftest$ac_exeext'
    74196886  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    74206887  (eval $ac_try) 2>&5
    74216888  ac_status=$?
    74226889  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7423   (exit $ac_status); }; } &&
    7424          { ac_try='test -s conftest$ac_exeext'
    7425   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7426   (eval $ac_try) 2>&5
    7427   ac_status=$?
    7428   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74296890  (exit $ac_status); }; }; then
    74306891  ac_cv_lib_ICE_IceConnectionNumber=yes
     
    74356896ac_cv_lib_ICE_IceConnectionNumber=no
    74366897fi
    7437 rm -f conftest.err conftest.$ac_objext \
    7438       conftest$ac_exeext conftest.$ac_ext
     6898rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    74396899LIBS=$ac_check_lib_save_LIBS
    74406900fi
     
    74596919LIBS="-lX11 -L/usr/X11R6/lib $X_LIBS $LIBS"
    74606920cat >conftest.$ac_ext <<_ACEOF
     6921#line $LINENO "configure"
    74616922/* confdefs.h.  */
    74626923_ACEOF
     
    74826943rm -f conftest.$ac_objext conftest$ac_exeext
    74836944if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7484   (eval $ac_link) 2>conftest.er1
    7485   ac_status=$?
    7486   grep -v '^ *+' conftest.er1 >conftest.err
    7487   rm -f conftest.er1
    7488   cat conftest.err >&5
     6945  (eval $ac_link) 2>&5
     6946  ac_status=$?
    74896947  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74906948  (exit $ac_status); } &&
    7491          { ac_try='test -z "$ac_c_werror_flag"
    7492                          || test ! -s conftest.err'
     6949         { ac_try='test -s conftest$ac_exeext'
    74936950  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    74946951  (eval $ac_try) 2>&5
    74956952  ac_status=$?
    74966953  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7497   (exit $ac_status); }; } &&
    7498          { ac_try='test -s conftest$ac_exeext'
    7499   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7500   (eval $ac_try) 2>&5
    7501   ac_status=$?
    7502   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75036954  (exit $ac_status); }; }; then
    75046955  ac_cv_lib_X11_XOpenDisplay=yes
     
    75096960ac_cv_lib_X11_XOpenDisplay=no
    75106961fi
    7511 rm -f conftest.err conftest.$ac_objext \
    7512       conftest$ac_exeext conftest.$ac_ext
     6962rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    75136963LIBS=$ac_check_lib_save_LIBS
    75146964fi
     
    79467396else
    79477397
    7948             # Use the value from --with-tclpackagedir, if it was given
     7398            # Use the value from --with-tclpackage, if it was given
    79497399
    79507400            if test x"${with_tclpackagedir}" != x ; then
     7401                echo "tclpackagedir"
    79517402                ac_cv_c_tclpkgd=${with_tclpackagedir}
    79527403            else
     
    79847435
    79857436    if test x"${ac_cv_c_tclpkgd}" = x ; then
    7986         { { echo "$as_me:$LINENO: error: Tcl package directory not found.  Please specify its location with --with-tclpackagedir" >&5
    7987 echo "$as_me: error: Tcl package directory not found.  Please specify its location with --with-tclpackagedir" >&2;}
     7437        { { echo "$as_me:$LINENO: error: Tcl package directory not found.  Please specify its location with --with-tclpackage" >&5
     7438echo "$as_me: error: Tcl package directory not found.  Please specify its location with --with-tclpackage" >&2;}
    79887439   { (exit 1); exit 1; }; }
    79897440    else
     
    81357586LIBS="-lcurl $LDFLAGS_LIBCURL $LIBS"
    81367587cat >conftest.$ac_ext <<_ACEOF
     7588#line $LINENO "configure"
    81377589/* confdefs.h.  */
    81387590_ACEOF
     
    81587610rm -f conftest.$ac_objext conftest$ac_exeext
    81597611if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8160   (eval $ac_link) 2>conftest.er1
    8161   ac_status=$?
    8162   grep -v '^ *+' conftest.er1 >conftest.err
    8163   rm -f conftest.er1
    8164   cat conftest.err >&5
     7612  (eval $ac_link) 2>&5
     7613  ac_status=$?
    81657614  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    81667615  (exit $ac_status); } &&
    8167          { ac_try='test -z "$ac_c_werror_flag"
    8168                          || test ! -s conftest.err'
     7616         { ac_try='test -s conftest$ac_exeext'
    81697617  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    81707618  (eval $ac_try) 2>&5
    81717619  ac_status=$?
    81727620  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8173   (exit $ac_status); }; } &&
    8174          { ac_try='test -s conftest$ac_exeext'
    8175   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8176   (eval $ac_try) 2>&5
    8177   ac_status=$?
    8178   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    81797621  (exit $ac_status); }; }; then
    81807622  ac_cv_lib_curl_curl_easy_strerror=yes
     
    81857627ac_cv_lib_curl_curl_easy_strerror=no
    81867628fi
    8187 rm -f conftest.err conftest.$ac_objext \
    8188       conftest$ac_exeext conftest.$ac_ext
     7629rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    81897630LIBS=$ac_check_lib_save_LIBS
    81907631fi
     
    83547795      # substitution turns \\\\ into \\, and sed turns \\ into \).
    83557796      sed -n \
    8356         "s/'/'\\\\''/g;
    8357           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
     7797        "s/'/'\\\\''/g;
     7798          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    83587799      ;;
    83597800    *)
    83607801      # `set' quotes correctly as required by POSIX, so do not add quotes.
    83617802      sed -n \
    8362         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     7803        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    83637804      ;;
    83647805    esac;
     
    83907831# (actually we leave an empty line to preserve line numbers).
    83917832if test "x$srcdir" = x.; then
    8392   ac_vpsub='/^[  ]*VPATH[        ]*=/{
     7833  ac_vpsub='/^[         ]*VPATH[        ]*=/{
    83937834s/:*\$(srcdir):*/:/;
    83947835s/:*\${srcdir}:*/:/;
    83957836s/:*@srcdir@:*/:/;
    8396 s/^\([^=]*=[     ]*\):*/\1/;
     7837s/^\([^=]*=[    ]*\):*/\1/;
    83977838s/:*$//;
    8398 s/^[^=]*=[       ]*$//;
     7839s/^[^=]*=[      ]*$//;
    83997840}'
    84007841fi
     
    84077848  # 1. Remove the extension, and $U if already installed.
    84087849  ac_i=`echo "$ac_i" |
    8409         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
     7850        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    84107851  # 2. Add them.
    84117852  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
     
    84517892  set -o posix
    84527893fi
    8453 DUALCASE=1; export DUALCASE # for MKS sh
    84547894
    84557895# Support unset when possible.
    8456 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     7896if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
    84577897  as_unset=unset
    84587898else
     
    84737913  LC_TELEPHONE LC_TIME
    84747914do
    8475   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     7915  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
    84767916    eval $as_var=C; export $as_var
    84777917  else
     
    86528092  as_mkdir_p=:
    86538093else
    8654   test -d ./-p && rmdir ./-p
    86558094  as_mkdir_p=false
    86568095fi
     
    86598098
    86608099# Sed expression to map a string onto a valid CPP name.
    8661 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
     8100as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
    86628101
    86638102# Sed expression to map a string onto a valid variable name.
    8664 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
     8103as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
    86658104
    86668105
     
    86898128
    86908129This file was extended by OpenDarwin DarwinPorts $as_me 1.0, which was
    8691 generated by GNU Autoconf 2.59.  Invocation command line was
     8130generated by GNU Autoconf 2.57.  Invocation command line was
    86928131
    86938132  CONFIG_FILES    = $CONFIG_FILES
     
    87338172      --recheck    update $as_me by reconfiguring in the same conditions
    87348173  --file=FILE[:TEMPLATE]
    8735                    instantiate the configuration file FILE
     8174                   instantiate the configuration file FILE
    87368175  --header=FILE[:TEMPLATE]
    8737                    instantiate the configuration header FILE
     8176                   instantiate the configuration header FILE
    87388177
    87398178Configuration files:
     
    87498188ac_cs_version="\\
    87508189OpenDarwin DarwinPorts config.status 1.0
    8751 configured by $0, generated by GNU Autoconf 2.59,
     8190configured by $0, generated by GNU Autoconf 2.57,
    87528191  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    87538192
    8754 Copyright (C) 2003 Free Software Foundation, Inc.
     8193Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
     8194Free Software Foundation, Inc.
    87558195This config.status script is free software; the Free Software Foundation
    87568196gives unlimited permission to copy, distribute and modify it."
     
    90608500  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    90618501      if test -z "$ac_sed_cmds"; then
    9062         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
     8502        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    90638503      else
    9064         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
     8504        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    90658505      fi
    90668506      ac_sed_frag=`expr $ac_sed_frag + 1`
     
    90808520  case $ac_file in
    90818521  - | *:- | *:-:* ) # input from stdin
    9082         cat >$tmp/stdin
    9083         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9084         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     8522        cat >$tmp/stdin
     8523        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     8524        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    90858525  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9086         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     8526        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    90878527  * )   ac_file_in=$ac_file.in ;;
    90888528  esac
     
    90918531  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    90928532$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    9093         X"$ac_file" : 'X\(//\)[^/]' \| \
    9094         X"$ac_file" : 'X\(//\)$' \| \
    9095         X"$ac_file" : 'X\(/\)' \| \
    9096         .     : '\(.\)' 2>/dev/null ||
     8533        X"$ac_file" : 'X\(//\)[^/]' \| \
     8534        X"$ac_file" : 'X\(//\)$' \| \
     8535        X"$ac_file" : 'X\(/\)' \| \
     8536        .     : '\(.\)' 2>/dev/null ||
    90978537echo X"$ac_file" |
    90988538    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    91108550      as_dir=`(dirname "$as_dir") 2>/dev/null ||
    91118551$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    9112         X"$as_dir" : 'X\(//\)[^/]' \| \
    9113         X"$as_dir" : 'X\(//\)$' \| \
    9114         X"$as_dir" : 'X\(/\)' \| \
    9115         .     : '\(.\)' 2>/dev/null ||
     8552        X"$as_dir" : 'X\(//\)[^/]' \| \
     8553        X"$as_dir" : 'X\(//\)$' \| \
     8554        X"$as_dir" : 'X\(/\)' \| \
     8555        .     : '\(.\)' 2>/dev/null ||
    91168556echo X"$as_dir" |
    91178557    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    91518591    ac_top_srcdir=$ac_top_builddir$srcdir ;;
    91528592esac
    9153 
    9154 # Do not use `cd foo && pwd` to compute absolute paths, because
    9155 # the directories may not exist.
    9156 case `pwd` in
    9157 .) ac_abs_builddir="$ac_dir";;
    9158 *)
    9159   case "$ac_dir" in
    9160   .) ac_abs_builddir=`pwd`;;
    9161   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    9162   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    9163   esac;;
    9164 esac
    9165 case $ac_abs_builddir in
    9166 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    9167 *)
    9168   case ${ac_top_builddir}. in
    9169   .) ac_abs_top_builddir=$ac_abs_builddir;;
    9170   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    9171   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    9172   esac;;
    9173 esac
    9174 case $ac_abs_builddir in
    9175 .) ac_abs_srcdir=$ac_srcdir;;
    9176 *)
    9177   case $ac_srcdir in
    9178   .) ac_abs_srcdir=$ac_abs_builddir;;
    9179   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    9180   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    9181   esac;;
    9182 esac
    9183 case $ac_abs_builddir in
    9184 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    9185 *)
    9186   case $ac_top_srcdir in
    9187   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    9188   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    9189   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    9190   esac;;
    9191 esac
     8593# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
     8594# absolute.
     8595ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
     8596ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
     8597ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
     8598ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
    91928599
    91938600
     
    92118618  fi
    92128619  configure_input=$configure_input"Generated from `echo $ac_file_in |
    9213                                      sed 's,.*/,,'` by configure."
     8620                                     sed 's,.*/,,'` by configure."
    92148621
    92158622  # First look for the input files in the build tree, otherwise in the
     
    92208627      -) echo $tmp/stdin ;;
    92218628      [\\/$]*)
    9222         # Absolute (can't be DOS-style, as IFS=:)
    9223         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     8629        # Absolute (can't be DOS-style, as IFS=:)
     8630        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    92248631echo "$as_me: error: cannot find input file: $f" >&2;}
    92258632   { (exit 1); exit 1; }; }
    9226          echo "$f";;
     8633         echo $f;;
    92278634      *) # Relative
    9228         if test -f "$f"; then
    9229            # Build tree
    9230            echo "$f"
    9231         elif test -f "$srcdir/$f"; then
    9232            # Source tree
    9233            echo "$srcdir/$f"
    9234         else
    9235            # /dev/null tree
    9236            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     8635        if test -f "$f"; then
     8636           # Build tree
     8637           echo $f
     8638        elif test -f "$srcdir/$f"; then
     8639           # Source tree
     8640           echo $srcdir/$f
     8641        else
     8642           # /dev/null tree
     8643           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    92378644echo "$as_me: error: cannot find input file: $f" >&2;}
    92388645   { (exit 1); exit 1; }; }
    9239         fi;;
     8646        fi;;
    92408647      esac
    92418648    done` || { (exit 1); exit 1; }
     
    92798686#
    92808687# ac_d sets the value in "#define NAME VALUE" lines.
    9281 ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
    9282 ac_dB='[         ].*$,\1#\2'
     8688ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
     8689ac_dB='[        ].*$,\1#\2'
    92838690ac_dC=' '
    92848691ac_dD=',;t'
    92858692# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
    9286 ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
     8693ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
    92878694ac_uB='$,\1#\2define\3'
    92888695ac_uC=' '
     
    92938700  case $ac_file in
    92948701  - | *:- | *:-:* ) # input from stdin
    9295         cat >$tmp/stdin
    9296         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9297         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     8702        cat >$tmp/stdin
     8703        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     8704        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    92988705  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    9299         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     8706        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    93008707  * )   ac_file_in=$ac_file.in ;;
    93018708  esac
     
    93118718      -) echo $tmp/stdin ;;
    93128719      [\\/$]*)
    9313         # Absolute (can't be DOS-style, as IFS=:)
    9314         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     8720        # Absolute (can't be DOS-style, as IFS=:)
     8721        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    93158722echo "$as_me: error: cannot find input file: $f" >&2;}
    93168723   { (exit 1); exit 1; }; }
    9317          # Do quote $f, to prevent DOS paths from being IFS'd.
    9318          echo "$f";;
     8724         echo $f;;
    93198725      *) # Relative
    9320         if test -f "$f"; then
    9321            # Build tree
    9322            echo "$f"
    9323         elif test -f "$srcdir/$f"; then
    9324            # Source tree
    9325            echo "$srcdir/$f"
    9326         else
    9327            # /dev/null tree
    9328            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     8726        if test -f "$f"; then
     8727           # Build tree
     8728           echo $f
     8729        elif test -f "$srcdir/$f"; then
     8730           # Source tree
     8731           echo $srcdir/$f
     8732        else
     8733           # /dev/null tree
     8734           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    93298735echo "$as_me: error: cannot find input file: $f" >&2;}
    93308736   { (exit 1); exit 1; }; }
    9331         fi;;
     8737        fi;;
    93328738      esac
    93338739    done` || { (exit 1); exit 1; }
    93348740  # Remove the trailing spaces.
    9335   sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
     8741  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
    93368742
    93378743_ACEOF
     
    93568762t clear
    93578763: clear
    9358 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
     8764s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
    93598765t end
    9360 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
     8766s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
    93618767: end
    93628768_ACEOF
     
    93728778# on some systems where configure will not decide to define it.
    93738779cat >>conftest.undefs <<\_ACEOF
    9374 s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
     8780s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
    93758781_ACEOF
    93768782
     
    93788784# of here documents, and old seds have small limits too (100 cmds).
    93798785echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
    9380 echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
     8786echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
    93818787echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
    93828788echo '  :' >>$CONFIG_STATUS
     
    93878793  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    93888794  # Speed up: don't consider the non `#define' lines.
    9389   echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
     8795  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
    93908796  # Work around the forget-to-reset-the-flag bug.
    93918797  echo 't clr' >>$CONFIG_STATUS
     
    94148820  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    94158821  # Speed up: don't consider the non `#undef'
    9416   echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
     8822  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    94178823  # Work around the forget-to-reset-the-flag bug.
    94188824  echo 't clr' >>$CONFIG_STATUS
     
    94488854      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    94498855$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    9450         X"$ac_file" : 'X\(//\)[^/]' \| \
    9451         X"$ac_file" : 'X\(//\)$' \| \
    9452         X"$ac_file" : 'X\(/\)' \| \
    9453         .     : '\(.\)' 2>/dev/null ||
     8856        X"$ac_file" : 'X\(//\)[^/]' \| \
     8857        X"$ac_file" : 'X\(//\)$' \| \
     8858        X"$ac_file" : 'X\(/\)' \| \
     8859        .     : '\(.\)' 2>/dev/null ||
    94548860echo X"$ac_file" |
    94558861    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    94678873      as_dir=`(dirname "$as_dir") 2>/dev/null ||
    94688874$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    9469         X"$as_dir" : 'X\(//\)[^/]' \| \
    9470         X"$as_dir" : 'X\(//\)$' \| \
    9471         X"$as_dir" : 'X\(/\)' \| \
    9472         .     : '\(.\)' 2>/dev/null ||
     8875        X"$as_dir" : 'X\(//\)[^/]' \| \
     8876        X"$as_dir" : 'X\(//\)$' \| \
     8877        X"$as_dir" : 'X\(/\)' \| \
     8878        .     : '\(.\)' 2>/dev/null ||
    94738879echo X"$as_dir" |
    94748880    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    95798985      as_dir=`(dirname "$as_dir") 2>/dev/null ||
    95808986$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    9581         X"$as_dir" : 'X\(//\)[^/]' \| \
    9582         X"$as_dir" : 'X\(//\)$' \| \
    9583         X"$as_dir" : 'X\(/\)' \| \
    9584         .     : '\(.\)' 2>/dev/null ||
     8987        X"$as_dir" : 'X\(//\)[^/]' \| \
     8988        X"$as_dir" : 'X\(//\)$' \| \
     8989        X"$as_dir" : 'X\(/\)' \| \
     8990        .     : '\(.\)' 2>/dev/null ||
    95858991echo X"$as_dir" |
    95868992    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    96209026    ac_top_srcdir=$ac_top_builddir$srcdir ;;
    96219027esac
    9622 
    9623 # Do not use `cd foo && pwd` to compute absolute paths, because
    9624 # the directories may not exist.
    9625 case `pwd` in
    9626 .) ac_abs_builddir="$ac_dir";;
    9627 *)
    9628   case "$ac_dir" in
    9629   .) ac_abs_builddir=`pwd`;;
    9630   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    9631   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    9632   esac;;
    9633 esac
    9634 case $ac_abs_builddir in
    9635 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    9636 *)
    9637   case ${ac_top_builddir}. in
    9638   .) ac_abs_top_builddir=$ac_abs_builddir;;
    9639   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    9640   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    9641   esac;;
    9642 esac
    9643 case $ac_abs_builddir in
    9644 .) ac_abs_srcdir=$ac_srcdir;;
    9645 *)
    9646   case $ac_srcdir in
    9647   .) ac_abs_srcdir=$ac_abs_builddir;;
    9648   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    9649   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    9650   esac;;
    9651 esac
    9652 case $ac_abs_builddir in
    9653 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    9654 *)
    9655   case $ac_top_srcdir in
    9656   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    9657   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    9658   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    9659   esac;;
    9660 esac
     9028# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
     9029# absolute.
     9030ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
     9031ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
     9032ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
     9033ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
    96619034
    96629035
     
    96829055      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
    96839056      *) # Relative path.
    9684         ac_sub_cache_file=$ac_top_builddir$cache_file ;;
     9057        ac_sub_cache_file=$ac_top_builddir$cache_file ;;
    96859058      esac
    96869059
     
    96899062      # The eval makes quoting arguments work.
    96909063      eval $ac_sub_configure $ac_sub_configure_args \
    9691            --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
    9692         { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     9064           --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
     9065        { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    96939066echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    96949067   { (exit 1); exit 1; }; }
Note: See TracChangeset for help on using the changeset viewer.