emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/configure
Date: Wed, 23 Jul 2003 07:16:32 -0400

Index: emacs/configure
diff -c emacs/configure:1.117 emacs/configure:1.118
*** emacs/configure:1.117       Tue Jul 22 13:30:03 2003
--- emacs/configure     Wed Jul 23 07:16:30 2003
***************
*** 1,9 ****
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.54.
  #
! # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
! # Free Software Foundation, Inc.
  # This configure script is free software; the Free Software Foundation
  # gives unlimited permission to copy, distribute and modify it.
  ## --------------------- ##
--- 1,8 ----
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.57a.
  #
! # Copyright (C) 2003 Free Software Foundation, Inc.
  # This configure script is free software; the Free Software Foundation
  # gives unlimited permission to copy, distribute and modify it.
  ## --------------------- ##
***************
*** 22,28 ****
  fi
  
  # Support unset when possible.
! if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
    as_unset=unset
  else
    as_unset=false
--- 21,27 ----
  fi
  
  # Support unset when possible.
! if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then
    as_unset=unset
  else
    as_unset=false
***************
*** 36,44 ****
  PS4='+ '
  
  # NLS nuisances.
! for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES 
LC_TIME
  do
!   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
      eval $as_var=C; export $as_var
    else
      $as_unset $as_var
--- 35,46 ----
  PS4='+ '
  
  # NLS nuisances.
! for as_var in \
!   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
!   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
!   LC_TELEPHONE LC_TIME
  do
!   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
      eval $as_var=C; export $as_var
    else
      $as_unset $as_var
***************
*** 82,96 ****
  
  # The user is always right.
  if test "${PATH_SEPARATOR+set}" != set; then
!   echo "#! /bin/sh" >conftest.sh
!   echo  "exit 0"   >>conftest.sh
!   chmod +x conftest.sh
!   if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
      PATH_SEPARATOR=';'
    else
      PATH_SEPARATOR=:
    fi
!   rm -f conftest.sh
  fi
  
  
--- 84,98 ----
  
  # The user is always right.
  if test "${PATH_SEPARATOR+set}" != set; then
!   echo "#! /bin/sh" >conf$$.sh
!   echo  "exit 0"   >>conf$$.sh
!   chmod +x conf$$.sh
!   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
      PATH_SEPARATOR=';'
    else
      PATH_SEPARATOR=:
    fi
!   rm -f conf$$.sh
  fi
  
  
***************
*** 306,312 ****
  # include <unistd.h>
  #endif"
  
! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME 
PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix 
program_transform_name bindir sbindir libexecdir datadir sysconfdir 
sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir 
build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build 
build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS 
LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT 
INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO EGREP LIBSOUND SET_MAKE 
PKG_CONFIG GTK_CFLAGS GTK_LIBS ALLOCA liblockfile LIBOBJS NEED_SETGID 
KMEM_GROUP GETLOADAVG_LIBS version configuration canonical srcdir lispdir 
locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir 
gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE 
LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile 
carbon_appdir LTLIBOBJS'
  ac_subst_files=''
  
  # Initialize some variables set by options.
--- 308,314 ----
  # include <unistd.h>
  #endif"
  
! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME 
PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix 
program_transform_name bindir sbindir libexecdir datadir sysconfdir 
sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir 
build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINT build 
build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS 
LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT 
INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO EGREP LIBSOUND SET_MAKE 
PKG_CONFIG GTK_CFLAGS GTK_LIBS ALLOCA liblockfile LIBOBJS NEED_SETGID 
KMEM_GROUP GETLOADAVG_LIBS version configuration canonical srcdir lispdir 
locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir 
gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE 
LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile 
carbon_appdir LTLIBOBJS'
  ac_subst_files=''
  
  # Initialize some variables set by options.
***************
*** 665,671 ****
  
  # Be sure to have absolute paths.
  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
!               localstatedir libdir includedir oldincludedir infodir mandir
  do
    eval ac_val=$`echo $ac_var`
    case $ac_val in
--- 667,673 ----
  
  # Be sure to have absolute paths.
  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
!             localstatedir libdir includedir oldincludedir infodir mandir
  do
    eval ac_val=$`echo $ac_var`
    case $ac_val in
***************
*** 705,714 ****
    # Try the directory containing this script, then its parent.
    ac_confdir=`(dirname "$0") 2>/dev/null ||
  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!          X"$0" : 'X\(//\)[^/]' \| \
!          X"$0" : 'X\(//\)$' \| \
!          X"$0" : 'X\(/\)' \| \
!          .     : '\(.\)' 2>/dev/null ||
  echo X"$0" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--- 707,716 ----
    # Try the directory containing this script, then its parent.
    ac_confdir=`(dirname "$0") 2>/dev/null ||
  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!        X"$0" : 'X\(//\)[^/]' \| \
!        X"$0" : 'X\(//\)$' \| \
!        X"$0" : 'X\(/\)' \| \
!        .     : '\(.\)' 2>/dev/null ||
  echo X"$0" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
***************
*** 800,808 ****
    cat <<_ACEOF
  Installation directories:
    --prefix=PREFIX         install architecture-independent files in PREFIX
!                           [$ac_default_prefix]
    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
!                           [PREFIX]
  
  By default, \`make install' will install all the files in
  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
--- 802,810 ----
    cat <<_ACEOF
  Installation directories:
    --prefix=PREFIX         install architecture-independent files in PREFIX
!                         [$ac_default_prefix]
    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
!                         [PREFIX]
  
  By default, \`make install' will install all the files in
  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
***************
*** 852,857 ****
--- 854,861 ----
    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    --enable-carbon-app[=DIR]  [DIR=/Application]
                            specify install directory for Emacs.app on Mac OS X
+   --enable-maintainer-mode enable make rules and dependencies not useful
+                           (and sometimes confusing) to the casual installer
    --disable-largefile     omit support for large files
  
  Optional Packages:
***************
*** 939,945 ****
        echo
        $SHELL $ac_srcdir/configure  --help=recursive
      elif test -f $ac_srcdir/configure.ac ||
!            test -f $ac_srcdir/configure.in; then
        echo
        $ac_configure --help
      else
--- 943,949 ----
        echo
        $SHELL $ac_srcdir/configure  --help=recursive
      elif test -f $ac_srcdir/configure.ac ||
!          test -f $ac_srcdir/configure.in; then
        echo
        $ac_configure --help
      else
***************
*** 953,960 ****
  if $ac_init_version; then
    cat <<\_ACEOF
  
! Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
! Free Software Foundation, Inc.
  This configure script is free software; the Free Software Foundation
  gives unlimited permission to copy, distribute and modify it.
  _ACEOF
--- 957,963 ----
  if $ac_init_version; then
    cat <<\_ACEOF
  
! Copyright (C) 2003 Free Software Foundation, Inc.
  This configure script is free software; the Free Software Foundation
  gives unlimited permission to copy, distribute and modify it.
  _ACEOF
***************
*** 966,972 ****
  running configure, to aid debugging if configure makes a mistake.
  
  It was created by $as_me, which was
! generated by GNU Autoconf 2.54.  Invocation command line was
  
    $ $0 $@
  
--- 969,975 ----
  running configure, to aid debugging if configure makes a mistake.
  
  It was created by $as_me, which was
! generated by GNU Autoconf 2.57a.  Invocation command line was
  
    $ $0 $@
  
***************
*** 1018,1041 ****
  
  # Keep a trace of the command line.
  # Strip out --no-create and --no-recursion so they do not pile up.
  # Also quote any args containing shell meta-characters.
  ac_configure_args=
  ac_sep=
! for ac_arg
  do
!   case $ac_arg in
!   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
!   | --no-cr | --no-c | -n ) continue ;;
!   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
!   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
!     continue ;;
!   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
!     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
!   esac
!   ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
!   # Get rid of the leading space.
!   ac_sep=" "
  done
  
  # When interrupted or exit'd, cleanup temporary files, and complete
  # config.log.  We remove comments because anyway the quotes in there
--- 1021,1074 ----
  
  # Keep a trace of the command line.
  # Strip out --no-create and --no-recursion so they do not pile up.
+ # Strip out --silent because we don't want to record it for future runs.
  # Also quote any args containing shell meta-characters.
+ # Make two passes to allow for proper duplicate-argument suppression.
  ac_configure_args=
+ ac_configure_args0=
+ ac_configure_args1=
  ac_sep=
! ac_must_keep_next=false
! for ac_pass in 1 2
  do
!   for ac_arg
!   do
!     case $ac_arg in
!     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
!     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
!     | -silent | --silent | --silen | --sile | --sil)
!       continue ;;
!     *" "*|*"  "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
!       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
!     esac
!     case $ac_pass in
!     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
!     2)
!       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
!       if test $ac_must_keep_next = true; then
!       ac_must_keep_next=false # Got value, back to normal.
!       else
!       case $ac_arg in
!         *=* | --config-cache | -C | -disable-* | --disable-* \
!         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
!         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
!         | -with-* | --with-* | -without-* | --without-* | --x)
!           case "$ac_configure_args0 " in
!             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
!           esac
!           ;;
!         -* ) ac_must_keep_next=true ;;
!       esac
!       fi
!       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
!       # Get rid of the leading space.
!       ac_sep=" "
!       ;;
!     esac
!   done
  done
+ $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { 
ac_configure_args0=; export ac_configure_args0; }
+ $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { 
ac_configure_args1=; export ac_configure_args1; }
  
  # When interrupted or exit'd, cleanup temporary files, and complete
  # config.log.  We remove comments because anyway the quotes in there
***************
*** 1059,1070 ****
      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
      *ac_space=\ *)
        sed -n \
!         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
!         
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
        ;;
      *)
        sed -n \
!         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
        ;;
      esac;
  }
--- 1092,1103 ----
      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
      *ac_space=\ *)
        sed -n \
!       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
!         
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
        ;;
      *)
        sed -n \
!       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
        ;;
      esac;
  }
***************
*** 1093,1099 ****
        for ac_var in $ac_subst_files
        do
        eval ac_val=$`echo $ac_var`
!         echo "$ac_var='"'"'$ac_val'"'"'"
        done | sort
        echo
      fi
--- 1126,1132 ----
        for ac_var in $ac_subst_files
        do
        eval ac_val=$`echo $ac_var`
!       echo "$ac_var='"'"'$ac_val'"'"'"
        done | sort
        echo
      fi
***************
*** 1192,1198 ****
  # value.
  ac_cache_corrupted=false
  for ac_var in `(set) 2>&1 |
!                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
    eval ac_old_set=\$ac_cv_env_${ac_var}_set
    eval ac_new_set=\$ac_env_${ac_var}_set
    eval ac_old_val="\$ac_cv_env_${ac_var}_value"
--- 1225,1231 ----
  # value.
  ac_cache_corrupted=false
  for ac_var in `(set) 2>&1 |
!              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
    eval ac_old_set=\$ac_cv_env_${ac_var}_set
    eval ac_new_set=\$ac_env_${ac_var}_set
    eval ac_old_val="\$ac_cv_env_${ac_var}_value"
***************
*** 1209,1221 ****
      ,);;
      *)
        if test "x$ac_old_val" != "x$ac_new_val"; then
!         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the 
previous run:" >&5
  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
!         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  echo "$as_me:   former value:  $ac_old_val" >&2;}
!         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  echo "$as_me:   current value: $ac_new_val" >&2;}
!         ac_cache_corrupted=:
        fi;;
    esac
    # Pass precious variables to config.status.
--- 1242,1254 ----
      ,);;
      *)
        if test "x$ac_old_val" != "x$ac_new_val"; then
!       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the 
previous run:" >&5
  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
!       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  echo "$as_me:   former value:  $ac_old_val" >&2;}
!       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  echo "$as_me:   current value: $ac_new_val" >&2;}
!       ac_cache_corrupted=:
        fi;;
    esac
    # Pass precious variables to config.status.
***************
*** 1452,1457 ****
--- 1485,1504 ----
     carbon_appdir_x=${enableval}
  fi;
  
+ # Check whether --enable-maintainer-mode or --disable-maintainer-mode was 
given.
+ if test "${enable_maintainer_mode+set}" = set; then
+   enableval="$enable_maintainer_mode"
+   USE_MAINTAINER_MODE=$enableval
+ else
+   USE_MAINTAINER_MODE=no
+ fi;
+ if test $USE_MAINTAINER_MODE = yes; then
+   MAINT=
+ else
+   MAINT=#
+ fi
+ 
+ 
  #### Make srcdir absolute, if it isn't already.  It's important to
  #### avoid running the path through pwd unnecessarily, since pwd can
  #### give you automounter prefixes, which can go away.  We do all this
***************
*** 2912,2919 ****
  fi
  
  
! test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler 
found in \$PATH" >&5
! echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
     { (exit 1); exit 1; }; }
  
  # Provide some information about the compiler.
--- 2959,2968 ----
  fi
  
  
! test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler 
found in \$PATH
! See \`config.log' for more details." >&5
! echo "$as_me: error: no acceptable C compiler found in \$PATH
! See \`config.log' for more details." >&2;}
     { (exit 1); exit 1; }; }
  
  # Provide some information about the compiler.
***************
*** 2937,2944 ****
    (exit $ac_status); }
  
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  int
  main ()
--- 2986,2996 ----
    (exit $ac_status); }
  
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  int
  main ()
***************
*** 2949,2960 ****
  }
  _ACEOF
  ac_clean_files_save=$ac_clean_files
! ac_clean_files="$ac_clean_files a.out a.exe"
  # Try to create an executable without -o first, disregard a.out.
  # It will help us diagnose broken compilers, and finding out an intuition
  # of exeext.
! echo "$as_me:$LINENO: checking for C compiler default output" >&5
! echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
    (eval $ac_link_default) 2>&5
--- 3001,3012 ----
  }
  _ACEOF
  ac_clean_files_save=$ac_clean_files
! ac_clean_files="$ac_clean_files a.out a.exe b.out"
  # Try to create an executable without -o first, disregard a.out.
  # It will help us diagnose broken compilers, and finding out an intuition
  # of exeext.
! echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
! echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
    (eval $ac_link_default) 2>&5
***************
*** 2968,2994 ****
  # Be careful to initialize this variable, since it used to be cached.
  # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  ac_cv_exeext=
! for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do
    test -f "$ac_file" || continue
    case $ac_file in
!     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | 
*.obj ) ;;
!     a.out ) # We found the default executable, but exeext='' is most
!             # certainly right.
!             break;;
!     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
!           # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
!           export ac_cv_exeext
!           break;;
!     * ) break;;
    esac
  done
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  { { echo "$as_me:$LINENO: error: C compiler cannot create executables
! check \`config.log' for details." >&5
  echo "$as_me: error: C compiler cannot create executables
! check \`config.log' for details." >&2;}
     { (exit 77); exit 77; }; }
  fi
  
--- 3020,3058 ----
  # Be careful to initialize this variable, since it used to be cached.
  # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  ac_cv_exeext=
! # b.out is created by i960 compilers.
! for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* 
b.out
! do
    test -f "$ac_file" || continue
    case $ac_file in
!     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | 
*.obj )
!       ;;
!     conftest.$ac_ext )
!       # This is the source file.
!       ;;
!     [ab].out )
!       # We found the default executable, but exeext='' is most
!       # certainly right.
!       break;;
!     *.* )
!       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
!       # FIXME: I believe we export ac_cv_exeext for Libtool,
!       # but it would be cool to find out if it's true.  Does anybody
!       # maintain Libtool? --akim.
!       export ac_cv_exeext
!       break;;
!     * )
!       break;;
    esac
  done
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  { { echo "$as_me:$LINENO: error: C compiler cannot create executables
! See \`config.log' for more details." >&5
  echo "$as_me: error: C compiler cannot create executables
! See \`config.log' for more details." >&2;}
     { (exit 77); exit 77; }; }
  fi
  
***************
*** 3015,3023 ****
        cross_compiling=yes
      else
        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
! If you meant to cross compile, use \`--host'." >&5
  echo "$as_me: error: cannot run C compiled programs.
! If you meant to cross compile, use \`--host'." >&2;}
     { (exit 1); exit 1; }; }
      fi
    fi
--- 3079,3089 ----
        cross_compiling=yes
      else
        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
! If you meant to cross compile, use \`--host'.
! See \`config.log' for more details." >&5
  echo "$as_me: error: cannot run C compiled programs.
! If you meant to cross compile, use \`--host'.
! See \`config.log' for more details." >&2;}
     { (exit 1); exit 1; }; }
      fi
    fi
***************
*** 3025,3031 ****
  echo "$as_me:$LINENO: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  
! rm -f a.out a.exe conftest$ac_cv_exeext
  ac_clean_files=$ac_clean_files_save
  # Check the compiler produces executables we can run.  If not, either
  # the compiler is broken, or we cross compile.
--- 3091,3097 ----
  echo "$as_me:$LINENO: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  
! rm -f a.out a.exe conftest$ac_cv_exeext b.out
  ac_clean_files=$ac_clean_files_save
  # Check the compiler produces executables we can run.  If not, either
  # the compiler is broken, or we cross compile.
***************
*** 3050,3063 ****
    case $ac_file in
      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | 
*.obj ) ;;
      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
!           export ac_cv_exeext
!           break;;
      * ) break;;
    esac
  done
  else
!   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: 
cannot compile and link" >&5
! echo "$as_me: error: cannot compute suffix of executables: cannot compile and 
link" >&2;}
     { (exit 1); exit 1; }; }
  fi
  
--- 3116,3131 ----
    case $ac_file in
      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | 
*.obj ) ;;
      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
!         export ac_cv_exeext
!         break;;
      * ) break;;
    esac
  done
  else
!   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: 
cannot compile and link
! See \`config.log' for more details." >&5
! echo "$as_me: error: cannot compute suffix of executables: cannot compile and 
link
! See \`config.log' for more details." >&2;}
     { (exit 1); exit 1; }; }
  fi
  
***************
*** 3074,3081 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  int
  main ()
--- 3142,3152 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  int
  main ()
***************
*** 3100,3108 ****
  done
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
! { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: 
cannot compile" >&5
! echo "$as_me: error: cannot compute suffix of object files: cannot compile" 
>&2;}
     { (exit 1); exit 1; }; }
  fi
  
--- 3171,3182 ----
  done
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
! { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: 
cannot compile
! See \`config.log' for more details." >&5
! echo "$as_me: error: cannot compute suffix of object files: cannot compile
! See \`config.log' for more details." >&2;}
     { (exit 1); exit 1; }; }
  fi
  
***************
*** 3118,3125 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  int
  main ()
--- 3192,3202 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  int
  main ()
***************
*** 3138,3144 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 3215,3221 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 3147,3153 ****
    ac_compiler_gnu=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_compiler_gnu=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 3224,3231 ----
    ac_compiler_gnu=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_compiler_gnu=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 3166,3173 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  int
  main ()
--- 3244,3254 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  int
  main ()
***************
*** 3183,3189 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 3264,3270 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 3192,3198 ****
    ac_cv_prog_cc_g=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_prog_cc_g=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 3273,3280 ----
    ac_cv_prog_cc_g=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_prog_cc_g=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 3222,3229 ****
    ac_cv_prog_cc_stdc=no
  ac_save_CC=$CC
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <stdarg.h>
  #include <stdio.h>
  #include <sys/types.h>
--- 3304,3314 ----
    ac_cv_prog_cc_stdc=no
  ac_save_CC=$CC
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <stdarg.h>
  #include <stdio.h>
  #include <sys/types.h>
***************
*** 3276,3282 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 3361,3367 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 3286,3292 ****
  break
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext
  done
--- 3371,3378 ----
  break
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext
  done
***************
*** 3320,3334 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    for ac_declaration in \
!    ''\
!    '#include <stdlib.h>' \
     'extern "C" void std::exit (int) throw (); using std::exit;' \
     'extern "C" void std::exit (int); using std::exit;' \
     'extern "C" void exit (int) throw ();' \
--- 3406,3419 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    for ac_declaration in \
!    '' \
     'extern "C" void std::exit (int) throw (); using std::exit;' \
     'extern "C" void std::exit (int); using std::exit;' \
     'extern "C" void exit (int) throw ();' \
***************
*** 3336,3345 ****
     'void exit (int);'
  do
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
! #include <stdlib.h>
  $ac_declaration
  int
  main ()
  {
--- 3421,3433 ----
     'void exit (int);'
  do
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_declaration
+ #include <stdlib.h>
  int
  main ()
  {
***************
*** 3354,3360 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 3442,3448 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 3363,3375 ****
    :
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  continue
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_declaration
  int
  main ()
--- 3451,3467 ----
    :
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  continue
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_declaration
  int
  main ()
***************
*** 3385,3391 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 3477,3483 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 3394,3400 ****
    break
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  done
--- 3486,3493 ----
    break
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  done
***************
*** 3407,3413 ****
  
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  ac_ext=c
--- 3500,3507 ----
  
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  ac_ext=c
***************
*** 3485,3497 ****
  do
    # Use a header file that comes with gcc, so configuring glibc
    # with a fresh cross-compiler works.
    # On the NeXT, cc -E runs the code through the compiler's parser,
    # not just through cpp. "Syntax error" is here to catch this case.
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
! #include <assert.h>
!                      Syntax error
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
--- 3579,3600 ----
  do
    # Use a header file that comes with gcc, so configuring glibc
    # with a fresh cross-compiler works.
+   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+   # <limits.h> exists even on freestanding compilers.
    # On the NeXT, cc -E runs the code through the compiler's parser,
    # not just through cpp. "Syntax error" is here to catch this case.
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
!                    Syntax error
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
***************
*** 3513,3519 ****
    :
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    # Broken: fails on valid input.
  continue
  fi
--- 3616,3623 ----
    :
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    # Broken: fails on valid input.
  continue
  fi
***************
*** 3522,3529 ****
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <ac_nonexistent.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 3626,3636 ----
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <ac_nonexistent.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 3547,3553 ****
  continue
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    # Passes both tests.
  ac_preproc_ok=:
  break
--- 3654,3661 ----
  continue
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    # Passes both tests.
  ac_preproc_ok=:
  break
***************
*** 3576,3588 ****
  do
    # Use a header file that comes with gcc, so configuring glibc
    # with a fresh cross-compiler works.
    # On the NeXT, cc -E runs the code through the compiler's parser,
    # not just through cpp. "Syntax error" is here to catch this case.
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
! #include <assert.h>
!                      Syntax error
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
--- 3684,3705 ----
  do
    # Use a header file that comes with gcc, so configuring glibc
    # with a fresh cross-compiler works.
+   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+   # <limits.h> exists even on freestanding compilers.
    # On the NeXT, cc -E runs the code through the compiler's parser,
    # not just through cpp. "Syntax error" is here to catch this case.
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
!                    Syntax error
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
***************
*** 3604,3610 ****
    :
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    # Broken: fails on valid input.
  continue
  fi
--- 3721,3728 ----
    :
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    # Broken: fails on valid input.
  continue
  fi
***************
*** 3613,3620 ****
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <ac_nonexistent.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 3731,3741 ----
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <ac_nonexistent.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 3638,3644 ****
  continue
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    # Passes both tests.
  ac_preproc_ok=:
  break
--- 3759,3766 ----
  continue
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    # Passes both tests.
  ac_preproc_ok=:
  break
***************
*** 3651,3658 ****
  if $ac_preproc_ok; then
    :
  else
!   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity 
check" >&5
! echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
     { (exit 1); exit 1; }; }
  fi
  
--- 3773,3782 ----
  if $ac_preproc_ok; then
    :
  else
!   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
! See \`config.log' for more details." >&5
! echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
! See \`config.log' for more details." >&2;}
     { (exit 1); exit 1; }; }
  fi
  
***************
*** 3673,3678 ****
--- 3797,3803 ----
  # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+ # OS/2's system install, which has a completely different semantic
  # ./install, which can be erroneously created by make from ./install.sh.
  echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
***************
*** 3689,3694 ****
--- 3814,3820 ----
  case $as_dir/ in
    ./ | .// | /cC/* | \
    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
    /usr/ucb/* ) ;;
    *)
      # OSF1 and SCO ODT 3.0 have their own names for install.
***************
*** 3696,3715 ****
      # by default.
      for ac_prog in ginstall scoinst install; do
        for ac_exec_ext in '' $ac_executable_extensions; do
!         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
!           if test $ac_prog = install &&
!             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
!             # AIX install.  It has an incompatible calling convention.
!             :
!           elif test $ac_prog = install &&
!             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
!             # program-specific install script used by HP pwplus--don't use.
!             :
!           else
!             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
!             break 3
!           fi
!         fi
        done
      done
      ;;
--- 3822,3841 ----
      # by default.
      for ac_prog in ginstall scoinst install; do
        for ac_exec_ext in '' $ac_executable_extensions; do
!       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
!         if test $ac_prog = install &&
!           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
!           # AIX install.  It has an incompatible calling convention.
!           :
!         elif test $ac_prog = install &&
!           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
!           # program-specific install script used by HP pwplus--don't use.
!           :
!         else
!           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
!           break 3
!         fi
!       fi
        done
      done
      ;;
***************
*** 3972,3979 ****
  echo "$as_me:$LINENO: checking for AIX" >&5
  echo $ECHO_N "checking for AIX... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #ifdef _AIX
    yes
  #endif
--- 4098,4108 ----
  echo "$as_me:$LINENO: checking for AIX" >&5
  echo $ECHO_N "checking for AIX... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #ifdef _AIX
    yes
  #endif
***************
*** 4167,4175 ****
         while :; do
         # IRIX 6.2 and later do not support large files by default,
         # so use the C compiler's -n32 option if that helps.
!          cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
      We can't simply define LARGE_OFF_T to be 9223372036854775807,
--- 4296,4307 ----
         while :; do
         # IRIX 6.2 and later do not support large files by default,
         # so use the C compiler's -n32 option if that helps.
!        cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
      We can't simply define LARGE_OFF_T to be 9223372036854775807,
***************
*** 4193,4199 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 4325,4331 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 4202,4208 ****
    break
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext
         CC="$CC -n32"
--- 4334,4341 ----
    break
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext
         CC="$CC -n32"
***************
*** 4212,4218 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 4345,4351 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 4221,4230 ****
    ac_cv_sys_largefile_CC=' -n32'; break
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext
!          break
         done
         CC=$ac_save_CC
         rm -f conftest.$ac_ext
--- 4354,4364 ----
    ac_cv_sys_largefile_CC=' -n32'; break
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext
!        break
         done
         CC=$ac_save_CC
         rm -f conftest.$ac_ext
***************
*** 4244,4251 ****
    while :; do
    ac_cv_sys_file_offset_bits=no
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
      We can't simply define LARGE_OFF_T to be 9223372036854775807,
--- 4378,4388 ----
    while :; do
    ac_cv_sys_file_offset_bits=no
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
      We can't simply define LARGE_OFF_T to be 9223372036854775807,
***************
*** 4269,4275 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 4406,4412 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 4278,4289 ****
    break
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #define _FILE_OFFSET_BITS 64
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
--- 4415,4430 ----
    break
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #define _FILE_OFFSET_BITS 64
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
***************
*** 4308,4314 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 4449,4455 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 4317,4323 ****
    ac_cv_sys_file_offset_bits=64; break
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    break
--- 4458,4465 ----
    ac_cv_sys_file_offset_bits=64; break
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    break
***************
*** 4341,4348 ****
    while :; do
    ac_cv_sys_large_files=no
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
      We can't simply define LARGE_OFF_T to be 9223372036854775807,
--- 4483,4493 ----
    while :; do
    ac_cv_sys_large_files=no
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
      We can't simply define LARGE_OFF_T to be 9223372036854775807,
***************
*** 4366,4372 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 4511,4517 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 4375,4386 ****
    break
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #define _LARGE_FILES 1
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
--- 4520,4535 ----
    break
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #define _LARGE_FILES 1
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
***************
*** 4405,4411 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 4554,4560 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 4414,4420 ****
    ac_cv_sys_large_files=1; break
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    break
--- 4563,4570 ----
    ac_cv_sys_large_files=1; break
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    break
***************
*** 4441,4484 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
  #include <string.h>
  #include <float.h>
  
  _ACEOF
! if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
!   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
-   grep -v '^ *+' conftest.er1 >conftest.err
-   rm -f conftest.er1
-   cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
!   (exit $ac_status); } >/dev/null; then
!   if test -s conftest.err; then
!     ac_cpp_err=$ac_c_preproc_warn_flag
!   else
!     ac_cpp_err=
!   fi
! else
!   ac_cpp_err=yes
! fi
! if test -z "$ac_cpp_err"; then
    ac_cv_header_stdc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
!   ac_cv_header_stdc=no
  fi
! rm -f conftest.err conftest.$ac_ext
  
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <string.h>
  
  _ACEOF
--- 4591,4643 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <stdlib.h>
  #include <stdarg.h>
  #include <string.h>
  #include <float.h>
  
+ int
+ main ()
+ {
+ 
+   ;
+   return 0;
+ }
  _ACEOF
! rm -f conftest.$ac_objext
! if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
!   (eval $ac_compile) 2>&5
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
!   (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
!   (eval $ac_try) 2>&5
!   ac_status=$?
!   echo "$as_me:$LINENO: \$? = $ac_status" >&5
!   (exit $ac_status); }; }; then
    ac_cv_header_stdc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
! ac_cv_header_stdc=no
  fi
! rm -f conftest.$ac_objext conftest.$ac_ext
  
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <string.h>
  
  _ACEOF
***************
*** 4495,4502 ****
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <stdlib.h>
  
  _ACEOF
--- 4654,4664 ----
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <stdlib.h>
  
  _ACEOF
***************
*** 4516,4531 ****
    :
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <ctype.h>
  #if ((' ' & 0x0FF) == 0x020)
  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  #else
! # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
!                      || ('j' <= (c) && (c) <= 'r') \
!                      || ('s' <= (c) && (c) <= 'z'))
  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  #endif
  
--- 4678,4697 ----
    :
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <ctype.h>
  #if ((' ' & 0x0FF) == 0x020)
  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  #else
! # define ISLOWER(c) \
!                  (('a' <= (c) && (c) <= 'i') \
!                    || ('j' <= (c) && (c) <= 'r') \
!                    || ('s' <= (c) && (c) <= 'z'))
  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  #endif
  
***************
*** 4536,4542 ****
    int i;
    for (i = 0; i < 256; i++)
      if (XOR (islower (i), ISLOWER (i))
!         || toupper (i) != TOUPPER (i))
        exit(2);
    exit (0);
  }
--- 4702,4708 ----
    int i;
    for (i = 0; i < 256; i++)
      if (XOR (islower (i), ISLOWER (i))
!       || toupper (i) != TOUPPER (i))
        exit(2);
    exit (0);
  }
***************
*** 4556,4562 ****
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ( exit $ac_status )
  ac_cv_header_stdc=no
  fi
--- 4722,4729 ----
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ( exit $ac_status )
  ac_cv_header_stdc=no
  fi
***************
*** 4585,4591 ****
  
  
  for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
!                   inttypes.h stdint.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  echo "$as_me:$LINENO: checking for $ac_header" >&5
--- 4752,4758 ----
  
  
  for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
!                 inttypes.h stdint.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  echo "$as_me:$LINENO: checking for $ac_header" >&5
***************
*** 4594,4601 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  
  #include <$ac_header>
--- 4761,4771 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  
  #include <$ac_header>
***************
*** 4606,4612 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 4776,4782 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 4615,4621 ****
    eval "$as_ac_Header=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_Header=no"
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 4785,4792 ----
    eval "$as_ac_Header=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_Header=no"
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 4651,4658 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 4822,4832 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 4662,4668 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 4836,4842 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 4671,4677 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 4845,4852 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 4682,4689 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 4857,4867 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 4706,4712 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 4884,4891 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 4718,4739 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 4897,4935 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 4757,4764 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lossaudio  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 4953,4963 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lossaudio  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 4781,4787 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 4980,4986 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 4790,4796 ****
    ac_cv_lib_ossaudio__oss_ioctl=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_ossaudio__oss_ioctl=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 4989,4996 ----
    ac_cv_lib_ossaudio__oss_ioctl=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_ossaudio__oss_ioctl=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 4849,4856 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 5049,5059 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 4860,4866 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 5063,5069 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 4869,4875 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 5072,5079 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 4880,4887 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 5084,5094 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 4904,4910 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 5111,5118 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 4916,4937 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 5124,5162 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 4956,4963 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 5181,5191 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 4980,4986 ****
    eval "$as_ac_Header=yes"
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    eval "$as_ac_Header=no"
  fi
  rm -f conftest.err conftest.$ac_ext
--- 5208,5215 ----
    eval "$as_ac_Header=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    eval "$as_ac_Header=no"
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 5002,5045 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
  #include <string.h>
  #include <float.h>
  
  _ACEOF
! if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
!   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
-   grep -v '^ *+' conftest.er1 >conftest.err
-   rm -f conftest.er1
-   cat conftest.err >&5
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
!   (exit $ac_status); } >/dev/null; then
!   if test -s conftest.err; then
!     ac_cpp_err=$ac_c_preproc_warn_flag
!   else
!     ac_cpp_err=
!   fi
! else
!   ac_cpp_err=yes
! fi
! if test -z "$ac_cpp_err"; then
    ac_cv_header_stdc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
!   ac_cv_header_stdc=no
  fi
! rm -f conftest.err conftest.$ac_ext
  
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <string.h>
  
  _ACEOF
--- 5231,5283 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <stdlib.h>
  #include <stdarg.h>
  #include <string.h>
  #include <float.h>
  
+ int
+ main ()
+ {
+ 
+   ;
+   return 0;
+ }
  _ACEOF
! rm -f conftest.$ac_objext
! if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
!   (eval $ac_compile) 2>&5
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
!   (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
!   (eval $ac_try) 2>&5
!   ac_status=$?
!   echo "$as_me:$LINENO: \$? = $ac_status" >&5
!   (exit $ac_status); }; }; then
    ac_cv_header_stdc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
! ac_cv_header_stdc=no
  fi
! rm -f conftest.$ac_objext conftest.$ac_ext
  
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <string.h>
  
  _ACEOF
***************
*** 5056,5063 ****
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <stdlib.h>
  
  _ACEOF
--- 5294,5304 ----
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <stdlib.h>
  
  _ACEOF
***************
*** 5077,5092 ****
    :
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <ctype.h>
  #if ((' ' & 0x0FF) == 0x020)
  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  #else
! # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
!                      || ('j' <= (c) && (c) <= 'r') \
!                      || ('s' <= (c) && (c) <= 'z'))
  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  #endif
  
--- 5318,5337 ----
    :
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <ctype.h>
  #if ((' ' & 0x0FF) == 0x020)
  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  #else
! # define ISLOWER(c) \
!                  (('a' <= (c) && (c) <= 'i') \
!                    || ('j' <= (c) && (c) <= 'r') \
!                    || ('s' <= (c) && (c) <= 'z'))
  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  #endif
  
***************
*** 5097,5103 ****
    int i;
    for (i = 0; i < 256; i++)
      if (XOR (islower (i), ISLOWER (i))
!         || toupper (i) != TOUPPER (i))
        exit(2);
    exit (0);
  }
--- 5342,5348 ----
    int i;
    for (i = 0; i < 256; i++)
      if (XOR (islower (i), ISLOWER (i))
!       || toupper (i) != TOUPPER (i))
        exit(2);
    exit (0);
  }
***************
*** 5117,5123 ****
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ( exit $ac_status )
  ac_cv_header_stdc=no
  fi
--- 5362,5369 ----
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ( exit $ac_status )
  ac_cv_header_stdc=no
  fi
***************
*** 5141,5148 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/time.h>
  #include <time.h>
--- 5387,5397 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/types.h>
  #include <sys/time.h>
  #include <time.h>
***************
*** 5162,5168 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 5411,5417 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5171,5177 ****
    ac_cv_header_time=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_header_time=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 5420,5427 ----
    ac_cv_header_time=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_header_time=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5192,5199 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  int
  main ()
--- 5442,5452 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  int
  main ()
***************
*** 5212,5218 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 5465,5471 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5221,5227 ****
    ac_cv_have_decl_sys_siglist=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_have_decl_sys_siglist=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 5474,5481 ----
    ac_cv_have_decl_sys_siglist=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_have_decl_sys_siglist=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5252,5259 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  int
  main ()
--- 5506,5516 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  int
  main ()
***************
*** 5272,5278 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 5529,5535 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5281,5287 ****
    ac_cv_have_decl___sys_siglist=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_have_decl___sys_siglist=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 5538,5545 ----
    ac_cv_have_decl___sys_siglist=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_have_decl___sys_siglist=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5318,5325 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/wait.h>
  #ifndef WEXITSTATUS
--- 5576,5586 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/types.h>
  #include <sys/wait.h>
  #ifndef WEXITSTATUS
***************
*** 5345,5351 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 5606,5612 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5354,5360 ****
    ac_cv_header_sys_wait_h=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_header_sys_wait_h=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 5615,5622 ----
    ac_cv_header_sys_wait_h=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_header_sys_wait_h=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5376,5383 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
  #include <time.h>
--- 5638,5648 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
  #include <time.h>
***************
*** 5405,5411 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 5670,5676 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5414,5420 ****
    emacs_cv_struct_utimbuf=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_struct_utimbuf=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 5679,5686 ----
    emacs_cv_struct_utimbuf=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_struct_utimbuf=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5435,5442 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/types.h>
  #include <signal.h>
  #ifdef signal
--- 5701,5711 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/types.h>
  #include <signal.h>
  #ifdef signal
***************
*** 5462,5468 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 5731,5737 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5471,5477 ****
    ac_cv_type_signal=void
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_type_signal=int
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 5740,5747 ----
    ac_cv_type_signal=void
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_type_signal=int
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5491,5498 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <termios.h>
  int
  main ()
--- 5761,5771 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <termios.h>
  int
  main ()
***************
*** 5508,5514 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 5781,5787 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5517,5523 ****
    emacs_cv_speed_t=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_speed_t=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 5790,5797 ----
    emacs_cv_speed_t=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_speed_t=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5538,5545 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
  #include <time.h>
--- 5812,5822 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
  #include <time.h>
***************
*** 5564,5570 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 5841,5847 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5573,5579 ****
    emacs_cv_struct_timeval=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_struct_timeval=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 5850,5857 ----
    emacs_cv_struct_timeval=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_struct_timeval=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5595,5602 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <math.h>
  int
  main ()
--- 5873,5883 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <math.h>
  int
  main ()
***************
*** 5612,5618 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 5893,5899 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5621,5627 ****
    emacs_cv_struct_exception=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_struct_exception=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 5902,5909 ----
    emacs_cv_struct_exception=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_struct_exception=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5643,5650 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/types.h>
  #include <time.h>
  
--- 5925,5935 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/types.h>
  #include <time.h>
  
***************
*** 5662,5668 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 5947,5953 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5671,5677 ****
    ac_cv_struct_tm=time.h
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_struct_tm=sys/time.h
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 5956,5963 ----
    ac_cv_struct_tm=time.h
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_struct_tm=sys/time.h
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5692,5699 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
  
--- 5978,5988 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
  
***************
*** 5714,5720 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 6003,6009 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5723,5732 ****
    ac_cv_member_struct_tm_tm_zone=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
  
--- 6012,6025 ----
    ac_cv_member_struct_tm_tm_zone=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
  
***************
*** 5747,5753 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 6040,6046 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5756,5762 ****
    ac_cv_member_struct_tm_tm_zone=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_member_struct_tm_tm_zone=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 6049,6056 ----
    ac_cv_member_struct_tm_tm_zone=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_member_struct_tm_tm_zone=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5787,5794 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <time.h>
  #ifndef tzname /* For SGI.  */
  extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
--- 6081,6091 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <time.h>
  #ifndef tzname /* For SGI.  */
  extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
***************
*** 5808,5814 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 6105,6111 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5817,5823 ****
    ac_cv_var_tzname=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_var_tzname=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 6114,6121 ----
    ac_cv_var_tzname=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_var_tzname=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 5839,5846 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <time.h>
  
  int
--- 6137,6147 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <time.h>
  
  int
***************
*** 5859,5865 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 6160,6166 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5868,5877 ****
    ac_cv_member_struct_tm_tm_gmtoff=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <time.h>
  
  int
--- 6169,6182 ----
    ac_cv_member_struct_tm_tm_gmtoff=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <time.h>
  
  int
***************
*** 5890,5896 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 6195,6201 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5899,5905 ****
    ac_cv_member_struct_tm_tm_gmtoff=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_member_struct_tm_tm_gmtoff=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 6204,6211 ----
    ac_cv_member_struct_tm_tm_gmtoff=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_member_struct_tm_tm_gmtoff=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5944,5951 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  int
  main ()
--- 6250,6260 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  int
  main ()
***************
*** 5963,5969 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 6272,6278 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 5972,5978 ****
    ac_cv_c_volatile=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_c_volatile=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 6281,6288 ----
    ac_cv_c_volatile=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_c_volatile=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 5993,6000 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  int
  main ()
--- 6303,6313 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  int
  main ()
***************
*** 6056,6062 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 6369,6375 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 6065,6071 ****
    ac_cv_c_const=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_c_const=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 6378,6385 ----
    ac_cv_c_const=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_c_const=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 6086,6093 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  int
  main ()
--- 6400,6410 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  int
  main ()
***************
*** 6103,6109 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 6420,6426 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 6112,6118 ****
    emacs_cv_void_star=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_void_star=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 6429,6436 ----
    emacs_cv_void_star=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_void_star=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 6133,6147 ****
  
  
  
! echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
! echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
! set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.make <<\_ACEOF
  all:
!       @echo 'ac_maketemp="${MAKE}"'
  _ACEOF
  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
--- 6451,6465 ----
  
  
  
! echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
! echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
! set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.make <<\_ACEOF
  all:
!       @echo 'ac_maketemp="$(MAKE)"'
  _ACEOF
  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
***************
*** 6252,6259 ****
      # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
      for ac_extension in a so sl; do
        if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
!          test -f $ac_im_libdir/libX11.$ac_extension; then
!         ac_im_usrlibdir=$ac_im_libdir; break
        fi
      done
      # Screen out bogus values from the imake configuration.  They are
--- 6570,6577 ----
      # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
      for ac_extension in a so sl; do
        if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
!        test -f $ac_im_libdir/libX11.$ac_extension; then
!       ac_im_usrlibdir=$ac_im_libdir; break
        fi
      done
      # Screen out bogus values from the imake configuration.  They are
***************
*** 6313,6320 ****
    # Guess where to find include files, by looking for Intrinsic.h.
    # First, try using that file with no special directory specified.
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <X11/Intrinsic.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 6631,6641 ----
    # Guess where to find include files, by looking for Intrinsic.h.
    # First, try using that file with no special directory specified.
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <X11/Intrinsic.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 6338,6344 ****
  ac_x_includes=
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    for ac_dir in $ac_x_header_dirs; do
    if test -r "$ac_dir/X11/Intrinsic.h"; then
      ac_x_includes=$ac_dir
--- 6659,6666 ----
  ac_x_includes=
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    for ac_dir in $ac_x_header_dirs; do
    if test -r "$ac_dir/X11/Intrinsic.h"; then
      ac_x_includes=$ac_dir
***************
*** 6356,6363 ****
    ac_save_LIBS=$LIBS
    LIBS="-lXt $LIBS"
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <X11/Intrinsic.h>
  int
  main ()
--- 6678,6688 ----
    ac_save_LIBS=$LIBS
    LIBS="-lXt $LIBS"
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <X11/Intrinsic.h>
  int
  main ()
***************
*** 6373,6379 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 6698,6704 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 6384,6390 ****
  ac_x_libraries=
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  LIBS=$ac_save_LIBS
  for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
  do
--- 6709,6716 ----
  ac_x_libraries=
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  LIBS=$ac_save_LIBS
  for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
  do
***************
*** 6406,6412 ****
  else
    # Record where we found X for the cache.
    ac_cv_have_x="have_x=yes \
!               ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
  fi
  fi
  
--- 6732,6738 ----
  else
    # Record where we found X for the cache.
    ac_cv_have_x="have_x=yes \
!               ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
  fi
  fi
  
***************
*** 6531,6562 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char malloc_get_state (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char malloc_get_state ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state)
  choke me
  #else
! f = malloc_get_state;
  #endif
  
    ;
    return 0;
  }
--- 6857,6908 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define malloc_get_state to an innocuous variant, in case <limits.h> 
declares malloc_get_state.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define malloc_get_state innocuous_malloc_get_state
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char malloc_get_state (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef malloc_get_state
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char malloc_get_state ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state)
  choke me
  #else
! char (*f) () = malloc_get_state;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != malloc_get_state;
    ;
    return 0;
  }
***************
*** 6567,6573 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 6913,6919 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 6576,6582 ****
    ac_cv_func_malloc_get_state=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_func_malloc_get_state=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 6922,6929 ----
    ac_cv_func_malloc_get_state=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_func_malloc_get_state=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 6595,6626 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char malloc_set_state (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char malloc_set_state ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state)
  choke me
  #else
! f = malloc_set_state;
  #endif
  
    ;
    return 0;
  }
--- 6942,6993 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define malloc_set_state to an innocuous variant, in case <limits.h> 
declares malloc_set_state.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define malloc_set_state innocuous_malloc_set_state
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char malloc_set_state (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef malloc_set_state
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char malloc_set_state ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state)
  choke me
  #else
! char (*f) () = malloc_set_state;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != malloc_set_state;
    ;
    return 0;
  }
***************
*** 6631,6637 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 6998,7004 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 6640,6646 ****
    ac_cv_func_malloc_set_state=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_func_malloc_set_state=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 7007,7014 ----
    ac_cv_func_malloc_set_state=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_func_malloc_set_state=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 6659,6666 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  extern void (* __after_morecore_hook)();
  int
  main ()
--- 7027,7037 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  extern void (* __after_morecore_hook)();
  int
  main ()
***************
*** 6676,6682 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 7047,7053 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 6685,6691 ****
    emacs_cv_var___after_morecore_hook=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_var___after_morecore_hook=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 7056,7063 ----
    emacs_cv_var___after_morecore_hook=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_var___after_morecore_hook=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 6735,6742 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 7107,7117 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 6746,6752 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 7121,7127 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 6755,6761 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 7130,7137 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 6766,6773 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 7142,7152 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 6790,6796 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 7169,7176 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 6802,6823 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 7182,7220 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 6842,6873 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 7239,7290 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 6878,6884 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 7295,7301 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 6887,6893 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 7304,7311 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 6911,6918 ****
    ac_cv_func_mmap_fixed_mapped=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  /* malloc might have been renamed as rpl_malloc. */
  #undef malloc
--- 7329,7339 ----
    ac_cv_func_mmap_fixed_mapped=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  /* malloc might have been renamed as rpl_malloc. */
  #undef malloc
***************
*** 7017,7023 ****
      exit (1);
    data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
    if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
!                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
      exit (1);
    for (i = 0; i < pagesize; ++i)
      if (*(data + i) != *(data2 + i))
--- 7438,7444 ----
      exit (1);
    data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
    if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
!                    MAP_PRIVATE | MAP_FIXED, fd, 0L))
      exit (1);
    for (i = 0; i < pagesize; ++i)
      if (*(data + i) != *(data2 + i))
***************
*** 7055,7061 ****
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ( exit $ac_status )
  ac_cv_func_mmap_fixed_mapped=no
  fi
--- 7476,7483 ----
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ( exit $ac_status )
  ac_cv_func_mmap_fixed_mapped=no
  fi
***************
*** 7088,7095 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldnet  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 7510,7520 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldnet  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 7112,7118 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 7537,7543 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7121,7127 ****
    ac_cv_lib_dnet_dnet_ntoa=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_dnet_dnet_ntoa=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 7546,7553 ----
    ac_cv_lib_dnet_dnet_ntoa=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_dnet_dnet_ntoa=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7147,7154 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXbsd  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  
  int
--- 7573,7583 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXbsd  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  
  int
***************
*** 7165,7171 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 7594,7600 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7174,7180 ****
    ac_cv_lib_Xbsd_main=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_Xbsd_main=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 7603,7610 ----
    ac_cv_lib_Xbsd_main=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_Xbsd_main=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7196,7203 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpthreads  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 7626,7636 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpthreads  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 7220,7226 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 7653,7659 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7229,7235 ****
    ac_cv_lib_pthreads_cma_open=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_pthreads_cma_open=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 7662,7669 ----
    ac_cv_lib_pthreads_cma_open=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_pthreads_cma_open=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7274,7281 ****
  
      LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
      cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  int
  main ()
--- 7708,7718 ----
  
      LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
      cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  int
  main ()
***************
*** 7291,7297 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 7728,7734 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7300,7306 ****
    :
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  gdb_cv_bigtoc=
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 7737,7744 ----
    :
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  gdb_cv_bigtoc=
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7337,7344 ****
      echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" 
>&5
  echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
      cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  int
  main ()
--- 7775,7785 ----
      echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" 
>&5
  echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
      cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  int
  main ()
***************
*** 7354,7360 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 7795,7801 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7363,7369 ****
    xlinux_first_failure=no
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  xlinux_first_failure=yes
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 7804,7811 ----
    xlinux_first_failure=no
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  xlinux_first_failure=yes
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7377,7384 ****
        CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
        LIBS="$LIBS -b i486-linuxaout"
        cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  int
  main ()
--- 7819,7829 ----
        CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
        LIBS="$LIBS -b i486-linuxaout"
        cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  int
  main ()
***************
*** 7394,7400 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 7839,7845 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7403,7409 ****
    xlinux_second_failure=no
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  xlinux_second_failure=yes
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 7848,7855 ----
    xlinux_second_failure=no
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  xlinux_second_failure=yes
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7431,7438 ****
    echo "$as_me:$LINENO: checking for Xkb" >&5
  echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <X11/Xlib.h>
  #include <X11/XKBlib.h>
  int
--- 7877,7887 ----
    echo "$as_me:$LINENO: checking for Xkb" >&5
  echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <X11/Xlib.h>
  #include <X11/XKBlib.h>
  int
***************
*** 7449,7455 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 7898,7904 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7458,7464 ****
    emacs_xkb=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_xkb=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 7907,7914 ----
    emacs_xkb=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_xkb=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7486,7517 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 7936,7987 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 7522,7528 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 7992,7998 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7531,7537 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 8001,8008 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7555,7562 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <X11/Xlib.h>
  int
  main ()
--- 8026,8036 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <X11/Xlib.h>
  int
  main ()
***************
*** 7575,7581 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8049,8055 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7584,7590 ****
    emacs_cv_x11_version_6=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_x11_version_6=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 8058,8065 ----
    emacs_cv_x11_version_6=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_x11_version_6=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7611,7618 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <X11/Xlib.h>
  int
  main ()
--- 8086,8096 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <X11/Xlib.h>
  int
  main ()
***************
*** 7631,7637 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8109,8115 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7640,7646 ****
    emacs_cv_x11_version_5=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_x11_version_5=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 8118,8125 ----
    emacs_cv_x11_version_5=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_x11_version_5=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7798,7805 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  #include <X11/Intrinsic.h>
  #include <X11/Xaw/Simple.h>
--- 8277,8287 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  #include <X11/Intrinsic.h>
  #include <X11/Xaw/Simple.h>
***************
*** 7817,7823 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8299,8305 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7826,7832 ****
    emacs_cv_x11_version_5_with_xaw=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_x11_version_5_with_xaw=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 8308,8315 ----
    emacs_cv_x11_version_5_with_xaw=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_x11_version_5_with_xaw=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7855,7862 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <X11/Intrinsic.h>
  int
  main ()
--- 8338,8348 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <X11/Intrinsic.h>
  int
  main ()
***************
*** 7875,7881 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8361,8367 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7884,7890 ****
    emacs_cv_x11_toolkit_version_6=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_x11_toolkit_version_6=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 8370,8377 ----
    emacs_cv_x11_toolkit_version_6=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_x11_toolkit_version_6=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7919,7926 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXmu  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 8406,8416 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXmu  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 7943,7949 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8433,8439 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 7952,7958 ****
    ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_Xmu_XmuConvertStandardSelection=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 8442,8449 ----
    ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_Xmu_XmuConvertStandardSelection=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 7984,7991 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXext  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 8475,8485 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXext  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 8008,8014 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8502,8508 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8017,8023 ****
    ac_cv_lib_Xext_XShapeQueryExtension=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_Xext_XShapeQueryExtension=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 8511,8518 ----
    ac_cv_lib_Xext_XShapeQueryExtension=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_Xext_XShapeQueryExtension=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 8051,8058 ****
    CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
    CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
  int
  main ()
--- 8546,8556 ----
    CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
    CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
  int
  main ()
***************
*** 8068,8074 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8566,8572 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8077,8083 ****
    emacs_cv_lesstif=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_lesstif=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 8575,8582 ----
    emacs_cv_lesstif=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_lesstif=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 8102,8109 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <Xm/Xm.h>
  int
  main ()
--- 8601,8611 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <Xm/Xm.h>
  int
  main ()
***************
*** 8123,8129 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8625,8631 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8132,8138 ****
    emacs_cv_motif_version_2_1=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_motif_version_2_1=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 8634,8641 ----
    emacs_cv_motif_version_2_1=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_motif_version_2_1=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 8155,8162 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXp  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 8658,8668 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXp  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 8179,8185 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8685,8691 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8188,8194 ****
    ac_cv_lib_Xp_XpCreateContext=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_Xp_XpCreateContext=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 8694,8701 ----
    ac_cv_lib_Xp_XpCreateContext=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_Xp_XpCreateContext=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 8220,8227 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <X11/Xaw3d/Scrollbar.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 8727,8737 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <X11/Xaw3d/Scrollbar.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 8244,8250 ****
    ac_cv_header_X11_Xaw3d_Scrollbar_h=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_cv_header_X11_Xaw3d_Scrollbar_h=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 8754,8761 ----
    ac_cv_header_X11_Xaw3d_Scrollbar_h=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_cv_header_X11_Xaw3d_Scrollbar_h=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 8260,8267 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXaw3d  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 8771,8781 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXaw3d  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 8284,8290 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8798,8804 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8293,8299 ****
    ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 8807,8814 ----
    ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 8360,8367 ****
  fi
  if test "${HAVE_X11}" = "yes"; then
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  #include <X11/Xlib.h>
  #include <X11/Xresource.h>
--- 8875,8885 ----
  fi
  if test "${HAVE_X11}" = "yes"; then
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  #include <X11/Xlib.h>
  #include <X11/Xresource.h>
***************
*** 8392,8398 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8910,8916 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8401,8407 ****
    emacs_cv_arg6_star=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  
--- 8919,8926 ----
    emacs_cv_arg6_star=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  
***************
*** 8436,8443 ****
  echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
  echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <X11/xpm.h>
  _ACEOF
--- 8955,8965 ----
  echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
  echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <X11/xpm.h>
  _ACEOF
***************
*** 8447,8453 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 8969,8975 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8456,8462 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 8978,8985 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 8467,8474 ****
  echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
  echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <X11/xpm.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 8990,9000 ----
  echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
  echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <X11/xpm.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 8491,8497 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 9017,9024 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 8503,8517 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
  echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
--- 9030,9061 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/xpm.h:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: X11/xpm.h:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/xpm.h:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: X11/xpm.h:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
  echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
***************
*** 8533,8540 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXpm -lX11 $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 9077,9087 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXpm -lX11 $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 8557,8563 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 9104,9110 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8566,8572 ****
    ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_Xpm_XpmReadFileToPixmap=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 9113,9120 ----
    ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_Xpm_XpmReadFileToPixmap=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 8585,8592 ****
        echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor 
define" >&5
  echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... 
$ECHO_C" >&6
        cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include "X11/xpm.h"
  #ifndef XpmReturnAllocPixels
  no_return_alloc_pixels
--- 9133,9143 ----
        echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor 
define" >&5
  echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... 
$ECHO_C" >&6
        cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include "X11/xpm.h"
  #ifndef XpmReturnAllocPixels
  no_return_alloc_pixels
***************
*** 8638,8645 ****
  echo "$as_me:$LINENO: checking jerror.h usability" >&5
  echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <jerror.h>
  _ACEOF
--- 9189,9199 ----
  echo "$as_me:$LINENO: checking jerror.h usability" >&5
  echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <jerror.h>
  _ACEOF
***************
*** 8649,8655 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 9203,9209 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8658,8664 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 9212,9219 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 8669,8676 ****
  echo "$as_me:$LINENO: checking jerror.h presence" >&5
  echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <jerror.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 9224,9234 ----
  echo "$as_me:$LINENO: checking jerror.h presence" >&5
  echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <jerror.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 8693,8699 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 9251,9258 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 8705,8719 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite 
headers?" >&5
! echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for jerror.h" >&5
  echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
--- 9264,9295 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's 
result" >&5
! echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: jerror.h:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: jerror.h:     check for missing prerequisite headers?" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: jerror.h:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: jerror.h:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: jerror.h: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for jerror.h" >&5
  echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
***************
*** 8735,8742 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ljpeg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 9311,9321 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ljpeg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 8759,8765 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 9338,9344 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8768,8774 ****
    ac_cv_lib_jpeg_jpeg_destroy_compress=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_jpeg_jpeg_destroy_compress=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 9347,9354 ----
    ac_cv_lib_jpeg_jpeg_destroy_compress=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_jpeg_jpeg_destroy_compress=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 8792,8799 ****
  _ACEOF
  
      cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <jpeglib.h>
         version=JPEG_LIB_VERSION
  
--- 9372,9382 ----
  _ACEOF
  
      cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <jpeglib.h>
         version=JPEG_LIB_VERSION
  
***************
*** 8838,8845 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 9421,9431 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 8849,8855 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 9435,9441 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8858,8864 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 9444,9451 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 8869,8876 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 9456,9466 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 8893,8899 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 9483,9490 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 8905,8926 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 9496,9534 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 8944,8951 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpng -lz -lm $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 9552,9562 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpng -lz -lm $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 8968,8974 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 9579,9585 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 8977,8983 ****
    ac_cv_lib_png_png_get_channels=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_png_png_get_channels=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 9588,9595 ----
    ac_cv_lib_png_png_get_channels=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_png_png_get_channels=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 9018,9025 ****
  echo "$as_me:$LINENO: checking tiffio.h usability" >&5
  echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <tiffio.h>
  _ACEOF
--- 9630,9640 ----
  echo "$as_me:$LINENO: checking tiffio.h usability" >&5
  echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <tiffio.h>
  _ACEOF
***************
*** 9029,9035 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 9644,9650 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 9038,9044 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 9653,9660 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 9049,9056 ****
  echo "$as_me:$LINENO: checking tiffio.h presence" >&5
  echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <tiffio.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 9665,9675 ----
  echo "$as_me:$LINENO: checking tiffio.h presence" >&5
  echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <tiffio.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 9073,9079 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 9692,9699 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 9085,9099 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite 
headers?" >&5
! echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for tiffio.h" >&5
  echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
--- 9705,9736 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's 
result" >&5
! echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: tiffio.h:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: tiffio.h:     check for missing prerequisite headers?" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: tiffio.h:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: tiffio.h:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for tiffio.h" >&5
  echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
***************
*** 9118,9125 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ltiff $tifflibs $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 9755,9765 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ltiff $tifflibs $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 9142,9148 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 9782,9788 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 9151,9157 ****
    ac_cv_lib_tiff_TIFFGetVersion=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_tiff_TIFFGetVersion=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 9791,9798 ----
    ac_cv_lib_tiff_TIFFGetVersion=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_tiff_TIFFGetVersion=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 9194,9201 ****
  echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
  echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <gif_lib.h>
  _ACEOF
--- 9835,9845 ----
  echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
  echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <gif_lib.h>
  _ACEOF
***************
*** 9205,9211 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 9849,9855 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 9214,9220 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 9858,9865 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 9225,9232 ****
  echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
  echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <gif_lib.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 9870,9880 ----
  echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
  echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <gif_lib.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 9249,9255 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 9897,9904 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 9261,9275 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for gif_lib.h" >&5
  echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
--- 9910,9941 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: gif_lib.h:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: gif_lib.h:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: gif_lib.h:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: gif_lib.h:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for gif_lib.h" >&5
  echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
***************
*** 9293,9300 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lungif  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 9959,9969 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lungif  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 9317,9323 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 9986,9992 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 9326,9332 ****
    ac_cv_lib_ungif_EGifPutExtensionLast=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_ungif_EGifPutExtensionLast=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 9995,10002 ----
    ac_cv_lib_ungif_EGifPutExtensionLast=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_ungif_EGifPutExtensionLast=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 9368,9375 ****
  echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
  echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <Carbon/Carbon.h>
  _ACEOF
--- 10038,10048 ----
  echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
  echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <Carbon/Carbon.h>
  _ACEOF
***************
*** 9379,9385 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 10052,10058 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 9388,9394 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 10061,10068 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 9399,9406 ****
  echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
  echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <Carbon/Carbon.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 10073,10083 ----
  echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
  echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <Carbon/Carbon.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 9423,9429 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 10100,10107 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 9435,9449 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the 
compiler, rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by 
the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's 
result" >&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite 
headers?" >&2;}
      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's 
result" >&2;};;
  esac
  echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
  echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
--- 10113,10144 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the 
compiler, rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by 
the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's 
result" >&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: Carbon/Carbon.h:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h:     section \"Present 
But Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: Carbon/Carbon.h:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's 
result" >&2;}
!     { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the 
compiler will take precedence" >&5
! echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
  echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
***************
*** 9498,9505 ****
  echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
  echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <X11/SM/SMlib.h>
  _ACEOF
--- 10193,10203 ----
  echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
  echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <X11/SM/SMlib.h>
  _ACEOF
***************
*** 9509,9515 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 10207,10213 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 9518,9524 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 10216,10223 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 9529,9536 ****
  echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
  echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <X11/SM/SMlib.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 10228,10238 ----
  echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
  echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <X11/SM/SMlib.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 9553,9559 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 10255,10262 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 9565,9579 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the 
compiler, rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by 
the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's 
result" >&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite 
headers?" >&2;}
      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's 
result" >&2;};;
  esac
  echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
  echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
--- 10268,10299 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the 
compiler, rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by 
the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: X11/SM/SMlib.h:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h:     section \"Present 
But Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: X11/SM/SMlib.h:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's 
result" >&2;}
!     { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the 
compiler will take precedence" >&5
! echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
  echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
***************
*** 9595,9602 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lSM  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 10315,10325 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lSM  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 9619,9625 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 10342,10348 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 9628,9634 ****
    ac_cv_lib_SM_SmcOpenConnection=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_SM_SmcOpenConnection=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 10351,10358 ----
    ac_cv_lib_SM_SmcOpenConnection=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_SM_SmcOpenConnection=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 9666,9673 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <netdb.h>
  int
  main ()
--- 10390,10400 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <netdb.h>
  int
  main ()
***************
*** 9683,9689 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 10410,10416 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 9692,9698 ****
    emacs_cv_netdb_declares_h_errno=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_netdb_declares_h_errno=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 10419,10426 ----
    emacs_cv_netdb_declares_h_errno=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_netdb_declares_h_errno=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 9715,9722 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <alloca.h>
  int
  main ()
--- 10443,10453 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <alloca.h>
  int
  main ()
***************
*** 9732,9738 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 10463,10469 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 9741,9747 ****
    ac_cv_working_alloca_h=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_working_alloca_h=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 10472,10479 ----
    ac_cv_working_alloca_h=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_working_alloca_h=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 9762,9769 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #ifdef __GNUC__
  # define alloca __builtin_alloca
  #else
--- 10494,10504 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #ifdef __GNUC__
  # define alloca __builtin_alloca
  #else
***************
*** 9799,9805 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 10534,10540 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 9808,9814 ****
    ac_cv_func_alloca_works=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_func_alloca_works=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 10543,10550 ----
    ac_cv_func_alloca_works=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_func_alloca_works=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 9841,9848 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
  #else
--- 10577,10587 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
  #else
***************
*** 9870,9901 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 10609,10660 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 9906,9912 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 10665,10671 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 9915,9921 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 10674,10681 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 9943,9950 ****
    ac_cv_c_stack_direction=0
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  int
  find_stack_direction ()
  {
--- 10703,10713 ----
    ac_cv_c_stack_direction=0
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  int
  find_stack_direction ()
  {
***************
*** 9980,9986 ****
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ( exit $ac_status )
  ac_cv_c_stack_direction=-1
  fi
--- 10743,10750 ----
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ( exit $ac_status )
  ac_cv_c_stack_direction=-1
  fi
***************
*** 10009,10016 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 10773,10783 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 10033,10039 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 10800,10806 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 10042,10048 ****
    ac_cv_lib_m_sqrt=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_m_sqrt=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 10809,10816 ----
    ac_cv_lib_m_sqrt=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_m_sqrt=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 10071,10078 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lmail  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 10839,10849 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lmail  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 10095,10101 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 10866,10872 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 10104,10110 ****
    ac_cv_lib_mail_maillock=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_mail_maillock=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 10875,10882 ----
    ac_cv_lib_mail_maillock=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_mail_maillock=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 10130,10137 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-llockfile  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 10902,10912 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-llockfile  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 10154,10160 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 10929,10935 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 10163,10169 ****
    ac_cv_lib_lockfile_maillock=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_lockfile_maillock=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 10938,10945 ----
    ac_cv_lib_lockfile_maillock=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_lockfile_maillock=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 10242,10273 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 11018,11069 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 10278,10284 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 11074,11080 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 10287,10293 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 11083,11090 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 10319,10326 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 11116,11126 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 10330,10336 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 11130,11136 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 10339,10345 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 11139,11146 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 10350,10357 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 11151,11161 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 10374,10380 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 11178,11185 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 10386,10407 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 11191,11229 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 10501,10532 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 11323,11374 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 10537,10543 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 11379,11385 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 10546,10552 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 11388,11395 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 10579,10586 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 11422,11432 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 10590,10596 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 11436,11442 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 10599,10605 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 11445,11452 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 10610,10617 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 11457,11467 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 10634,10640 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 11484,11491 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 10646,10667 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 11497,11535 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 10679,10685 ****
  
  
  
! for ac_header in sys/time.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
--- 11547,11554 ----
  
  
  
! 
! for ac_header in stdlib.h sys/time.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
***************
*** 10695,10702 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 11564,11574 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 10706,10712 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 11578,11584 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 10715,10721 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 11587,11594 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 10726,10733 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 11599,11609 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 10750,10756 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 11626,11633 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 10762,10783 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 11639,11677 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 10802,10833 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 11696,11747 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 10838,10844 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 11752,11758 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 10847,10853 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 11761,11768 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 10871,10878 ****
    ac_cv_func_working_mktime=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* Test program from Paul Eggert and Tony Leneis.  */
  #if TIME_WITH_SYS_TIME
  # include <sys/time.h>
--- 11786,11796 ----
    ac_cv_func_working_mktime=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  /* Test program from Paul Eggert and Tony Leneis.  */
  #if TIME_WITH_SYS_TIME
  # include <sys/time.h>
***************
*** 10885,10890 ****
--- 11803,11812 ----
  # endif
  #endif
  
+ #if HAVE_STDLIB_H
+ # include <stdlib.h>
+ #endif
+ 
  #if HAVE_UNISTD_H
  # include <unistd.h>
  #endif
***************
*** 10897,10906 ****
  #undef putenv
  
  static time_t time_t_max;
  
  /* Values we'll use to set the TZ environment variable.  */
! static const char *const tz_strings[] = {
!   (const char *) 0, "TZ=GMT0", "TZ=JST-9",
    "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
  };
  #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
--- 11819,11829 ----
  #undef putenv
  
  static time_t time_t_max;
+ static time_t time_t_min;
  
  /* Values we'll use to set the TZ environment variable.  */
! static char *tz_strings[] = {
!   (char *) 0, "TZ=GMT0", "TZ=JST-9",
    "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
  };
  #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
***************
*** 10931,10945 ****
  }
  
  static void
! mktime_test (now)
       time_t now;
  {
    struct tm *lt;
    if ((lt = localtime (&now)) && mktime (lt) != now)
      exit (1);
!   now = time_t_max - now;
!   if ((lt = localtime (&now)) && mktime (lt) != now)
!     exit (1);
  }
  
  static void
--- 11854,11874 ----
  }
  
  static void
! mktime_test1 (now)
       time_t now;
  {
    struct tm *lt;
    if ((lt = localtime (&now)) && mktime (lt) != now)
      exit (1);
! }
! 
! static void
! mktime_test (now)
!      time_t now;
! {
!   mktime_test1 (now);
!   mktime_test1 ((time_t) (time_t_max - now));
!   mktime_test1 ((time_t) (time_t_min + now));
  }
  
  static void
***************
*** 10999,11004 ****
--- 11928,11936 ----
    for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
      continue;
    time_t_max--;
+   if ((time_t) -1 < 0)
+     for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
+       continue;
    delta = time_t_max / 997; /* a suitable prime number */
    for (i = 0; i < N_STRINGS; i++)
      {
***************
*** 11007,11017 ****
  
        for (t = 0; t <= time_t_max - delta; t += delta)
        mktime_test (t);
!       mktime_test ((time_t) 60 * 60);
!       mktime_test ((time_t) 60 * 60 * 24);
  
        for (j = 1; 0 < j; j *= 2)
!         bigtime_test (j);
        bigtime_test (j - 1);
      }
    irix_6_4_bug ();
--- 11939,11950 ----
  
        for (t = 0; t <= time_t_max - delta; t += delta)
        mktime_test (t);
!       mktime_test ((time_t) 1);
!       mktime_test ((time_t) (60 * 60));
!       mktime_test ((time_t) (60 * 60 * 24));
  
        for (j = 1; 0 < j; j *= 2)
!       bigtime_test (j);
        bigtime_test (j - 1);
      }
    irix_6_4_bug ();
***************
*** 11034,11040 ****
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ( exit $ac_status )
  ac_cv_func_working_mktime=no
  fi
--- 11967,11974 ----
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ( exit $ac_status )
  ac_cv_func_working_mktime=no
  fi
***************
*** 11072,11103 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char getloadavg (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char getloadavg ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_getloadavg) || defined (__stub___getloadavg)
  choke me
  #else
! f = getloadavg;
  #endif
  
    ;
    return 0;
  }
--- 12006,12057 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define getloadavg to an innocuous variant, in case <limits.h> declares 
getloadavg.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define getloadavg innocuous_getloadavg
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char getloadavg (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef getloadavg
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char getloadavg ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_getloadavg) || defined (__stub___getloadavg)
  choke me
  #else
! char (*f) () = getloadavg;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != getloadavg;
    ;
    return 0;
  }
***************
*** 11108,11114 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12062,12068 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11117,11123 ****
    ac_cv_func_getloadavg=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_func_getloadavg=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 12071,12078 ----
    ac_cv_func_getloadavg=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_func_getloadavg=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 11142,11173 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 12097,12148 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 11178,11184 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12153,12159 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11187,11193 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 12162,12169 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 11213,11220 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkstat  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 12189,12199 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkstat  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 11237,11243 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12216,12222 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11246,11252 ****
    ac_cv_lib_kstat_kstat_open=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_kstat_kstat_open=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 12225,12232 ----
    ac_cv_lib_kstat_kstat_open=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_kstat_kstat_open=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 11278,11285 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lelf  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 12258,12268 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lelf  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 11302,11308 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12285,12291 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11311,11317 ****
    ac_cv_lib_elf_elf_begin=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_elf_elf_begin=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 12294,12301 ----
    ac_cv_lib_elf_elf_begin=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_elf_elf_begin=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 11333,11340 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkvm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 12317,12327 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkvm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 11357,11363 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12344,12350 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11366,11372 ****
    ac_cv_lib_kvm_kvm_open=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_kvm_kvm_open=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 12353,12360 ----
    ac_cv_lib_kvm_kvm_open=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_kvm_kvm_open=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 11387,11394 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lutil  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 12375,12385 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lutil  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 11411,11417 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12402,12408 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11420,11426 ****
    ac_cv_lib_util_getloadavg=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_util_getloadavg=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 12411,12418 ----
    ac_cv_lib_util_getloadavg=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_util_getloadavg=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 11447,11454 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lgetloadavg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 12439,12449 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lgetloadavg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 11471,11477 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12466,12472 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11480,11486 ****
    ac_cv_lib_getloadavg_getloadavg=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_getloadavg_getloadavg=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 12475,12482 ----
    ac_cv_lib_getloadavg_getloadavg=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_getloadavg_getloadavg=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 11508,11539 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 12504,12555 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 11544,11550 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12560,12566 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11553,11559 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 12569,12576 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 11587,11594 ****
  echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
  echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <sys/dg_sys_info.h>
  _ACEOF
--- 12604,12614 ----
  echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
  echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <sys/dg_sys_info.h>
  _ACEOF
***************
*** 11598,11604 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12618,12624 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11607,11613 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 12627,12634 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 11618,11625 ****
  echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
  echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/dg_sys_info.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 12639,12649 ----
  echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
  echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/dg_sys_info.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 11642,11648 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 12666,12673 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 11654,11668 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the 
compiler, rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected 
by the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's 
result" >&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite 
headers?" >&2;}
      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's 
result" >&2;};;
  esac
  echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
  echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
--- 12679,12710 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the 
compiler, rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected 
by the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's 
result" >&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: sys/dg_sys_info.h:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h:     section \"Present 
But Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: sys/dg_sys_info.h:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's 
result" >&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the 
compiler will take precedence" >&5
! echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will 
take precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
  echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
***************
*** 11691,11698 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldgc  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 12733,12743 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldgc  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 11715,11721 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12760,12766 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11724,11730 ****
    ac_cv_lib_dgc_dg_sys_info=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_dgc_dg_sys_info=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 12769,12776 ----
    ac_cv_lib_dgc_dg_sys_info=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_dgc_dg_sys_info=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 11758,11765 ****
  echo "$as_me:$LINENO: checking locale.h usability" >&5
  echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <locale.h>
  _ACEOF
--- 12804,12814 ----
  echo "$as_me:$LINENO: checking locale.h usability" >&5
  echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <locale.h>
  _ACEOF
***************
*** 11769,11775 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12818,12824 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11778,11784 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 12827,12834 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 11789,11796 ****
  echo "$as_me:$LINENO: checking locale.h presence" >&5
  echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <locale.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 12839,12849 ----
  echo "$as_me:$LINENO: checking locale.h presence" >&5
  echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <locale.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 11813,11819 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 12866,12873 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 11825,11839 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite 
headers?" >&5
! echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for locale.h" >&5
  echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
--- 12879,12910 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's 
result" >&5
! echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: locale.h:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: locale.h:     check for missing prerequisite headers?" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: locale.h:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: locale.h:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: locale.h: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for locale.h" >&5
  echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
***************
*** 11858,11889 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 12929,12980 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 11894,11900 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 12985,12991 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11903,11909 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 12994,13001 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 11945,11952 ****
  echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
  echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <inq_stats/cpustats.h>
  _ACEOF
--- 13037,13047 ----
  echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
  echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <inq_stats/cpustats.h>
  _ACEOF
***************
*** 11956,11962 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 13051,13057 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 11965,11971 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 13060,13067 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 11976,11983 ****
  echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
  echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <inq_stats/cpustats.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 13072,13082 ----
  echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
  echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <inq_stats/cpustats.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 12000,12006 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 13099,13106 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 12012,12026 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the 
compiler, rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, 
rejected by the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with 
the preprocessor's result" >&5
! echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the 
preprocessor's result" >&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot 
be compiled" >&5
  echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite 
headers?" >&2;}
      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with 
the preprocessor's result" >&5
! echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the 
preprocessor's result" >&2;};;
  esac
  echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
  echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
--- 13112,13143 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the 
compiler, rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, 
rejected by the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with 
the compiler's result" >&5
! echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's 
result" >&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot 
be compiled" >&5
  echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h:     check for 
missing prerequisite headers?" >&5
! echo "$as_me: WARNING: inq_stats/cpustats.h:     check for missing 
prerequisite headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h:     section 
\"Present But Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: inq_stats/cpustats.h:     section \"Present But Cannot 
Be Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with 
the preprocessor's result" >&5
! echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the 
preprocessor's result" >&2;}
!     { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the 
compiler will take precedence" >&5
! echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will 
take precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
  echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
***************
*** 12064,12071 ****
  echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
  echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <sys/cpustats.h>
  _ACEOF
--- 13181,13191 ----
  echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
  echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <sys/cpustats.h>
  _ACEOF
***************
*** 12075,12081 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 13195,13201 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12084,12090 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 13204,13211 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 12095,12102 ****
  echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
  echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/cpustats.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 13216,13226 ----
  echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
  echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/cpustats.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 12119,12125 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 13243,13250 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 12131,12145 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the 
compiler, rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by 
the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's 
result" >&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite 
headers?" >&2;}
      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's 
result" >&2;};;
  esac
  echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
  echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
--- 13256,13287 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the 
compiler, rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by 
the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/cpustats.h:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: sys/cpustats.h:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/cpustats.h:     section \"Present 
But Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: sys/cpustats.h:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's 
result" >&2;}
!     { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the 
compiler will take precedence" >&5
! echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
  echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
***************
*** 12180,12187 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 13322,13332 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 12191,12197 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 13336,13342 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12200,12206 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 13345,13352 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 12211,12218 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 13357,13367 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 12235,12241 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 13384,13391 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 12247,12268 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 13397,13435 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 12296,12303 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 13463,13473 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 12307,12313 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 13477,13483 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12316,12322 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 13486,13493 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 12327,12334 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 13498,13508 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 12351,12357 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 13525,13532 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 12363,12384 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 13538,13576 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 12394,12401 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <nlist.h>
  
  int
--- 13586,13596 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <nlist.h>
  
  int
***************
*** 12414,12420 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 13609,13615 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12423,12432 ****
    ac_cv_member_struct_nlist_n_un_n_name=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <nlist.h>
  
  int
--- 13618,13631 ----
    ac_cv_member_struct_nlist_n_un_n_name=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <nlist.h>
  
  int
***************
*** 12445,12451 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 13644,13650 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12454,12460 ****
    ac_cv_member_struct_nlist_n_un_n_name=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_member_struct_nlist_n_un_n_name=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 13653,13660 ----
    ac_cv_member_struct_nlist_n_un_n_name=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_member_struct_nlist_n_un_n_name=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 12492,12499 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
  #ifdef LDAV_PRIVILEGED
  Yowza Am I SETGID yet
--- 13692,13702 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
  #ifdef LDAV_PRIVILEGED
  Yowza Am I SETGID yet
***************
*** 12532,12538 ****
    # If we got an error (system does not support symlinks), try without -L.
    test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
    ac_cv_group_kmem=`echo $ac_ls_output \
!     | sed -ne 's/[    ][      ]*/ /g;
               s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\)  *.*/\1/;
               / /s/.* //;p;'`
  
--- 13735,13741 ----
    # If we got an error (system does not support symlinks), try without -L.
    test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
    ac_cv_group_kmem=`echo $ac_ls_output \
!     | sed -ne 's/[     ][      ]*/ /g;
               s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\)  *.*/\1/;
               / /s/.* //;p;'`
  
***************
*** 12558,12565 ****
    while :; do
    ac_cv_sys_largefile_source=no
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <stdio.h>
  int
  main ()
--- 13761,13771 ----
    while :; do
    ac_cv_sys_largefile_source=no
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <stdio.h>
  int
  main ()
***************
*** 12575,12581 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 13781,13787 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12584,12595 ****
    break
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #define _LARGEFILE_SOURCE 1
  #include <stdio.h>
  int
--- 13790,13805 ----
    break
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #define _LARGEFILE_SOURCE 1
  #include <stdio.h>
  int
***************
*** 12606,12612 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 13816,13822 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12615,12621 ****
    ac_cv_sys_largefile_source=1; break
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    break
--- 13825,13832 ----
    ac_cv_sys_largefile_source=1; break
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    break
***************
*** 12641,12648 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <stdio.h>
  int
  main ()
--- 13852,13862 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <stdio.h>
  int
  main ()
***************
*** 12658,12664 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 13872,13878 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12667,12673 ****
    ac_cv_func_fseeko=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_func_fseeko=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 13881,13888 ----
    ac_cv_func_fseeko=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_func_fseeko=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 12690,12697 ****
  else
    # Use it with a single arg.
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  int
  main ()
--- 13905,13915 ----
  else
    # Use it with a single arg.
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  int
  main ()
***************
*** 12707,12713 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 13925,13931 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12716,12722 ****
    ac_cv_func_getpgrp_void=no
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_func_getpgrp_void=yes
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 13934,13941 ----
    ac_cv_func_getpgrp_void=no
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_func_getpgrp_void=yes
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 12743,12774 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 13962,14013 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 12779,12785 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14018,14024 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12788,12794 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14027,14034 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 12810,12817 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lintl  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 14050,14060 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lintl  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 12834,12840 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14077,14083 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12843,12849 ****
    ac_cv_lib_intl_strftime=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_intl_strftime=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14086,14093 ----
    ac_cv_lib_intl_strftime=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_intl_strftime=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 12874,12905 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 14118,14169 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 12910,12916 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14174,14180 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12919,12925 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14183,14190 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 12946,12977 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 14211,14262 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 12982,12988 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14267,14273 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 12991,12997 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14276,14283 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13020,13027 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lncurses  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 14306,14316 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lncurses  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13044,13050 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14333,14339 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13053,13059 ****
    ac_cv_lib_ncurses_tparm=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_ncurses_tparm=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14342,14349 ----
    ac_cv_lib_ncurses_tparm=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_ncurses_tparm=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13081,13112 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char res_send (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char res_send ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_res_send) || defined (__stub___res_send)
  choke me
  #else
! f = res_send;
  #endif
  
    ;
    return 0;
  }
--- 14371,14422 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define res_send to an innocuous variant, in case <limits.h> declares 
res_send.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define res_send innocuous_res_send
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char res_send (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef res_send
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char res_send ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_res_send) || defined (__stub___res_send)
  choke me
  #else
! char (*f) () = res_send;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != res_send;
    ;
    return 0;
  }
***************
*** 13117,13123 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14427,14433 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13126,13132 ****
    ac_cv_func_res_send=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_func_res_send=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14436,14443 ----
    ac_cv_func_res_send=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_func_res_send=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13142,13173 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char __res_send (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char __res_send ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub___res_send) || defined (__stub_____res_send)
  choke me
  #else
! f = __res_send;
  #endif
  
    ;
    return 0;
  }
--- 14453,14504 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define __res_send to an innocuous variant, in case <limits.h> declares 
__res_send.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define __res_send innocuous___res_send
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char __res_send (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef __res_send
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char __res_send ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub___res_send) || defined (__stub_____res_send)
  choke me
  #else
! char (*f) () = __res_send;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != __res_send;
    ;
    return 0;
  }
***************
*** 13178,13184 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14509,14515 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13187,13193 ****
    ac_cv_func___res_send=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_func___res_send=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14518,14525 ----
    ac_cv_func___res_send=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_func___res_send=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13205,13212 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 14537,14547 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13229,13235 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14564,14570 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13238,13244 ****
    ac_cv_lib_resolv_res_send=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_resolv_res_send=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14573,14580 ----
    ac_cv_lib_resolv_res_send=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_resolv_res_send=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13257,13264 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 14593,14603 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13281,13287 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14620,14626 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13290,13296 ****
    ac_cv_lib_resolv___res_send=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_resolv___res_send=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14629,14636 ----
    ac_cv_lib_resolv___res_send=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_resolv___res_send=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13324,13355 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char hes_getmailhost (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char hes_getmailhost ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost)
  choke me
  #else
! f = hes_getmailhost;
  #endif
  
    ;
    return 0;
  }
--- 14664,14715 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define hes_getmailhost to an innocuous variant, in case <limits.h> 
declares hes_getmailhost.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define hes_getmailhost innocuous_hes_getmailhost
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char hes_getmailhost (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef hes_getmailhost
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char hes_getmailhost ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost)
  choke me
  #else
! char (*f) () = hes_getmailhost;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != hes_getmailhost;
    ;
    return 0;
  }
***************
*** 13360,13366 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14720,14726 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13369,13375 ****
    ac_cv_func_hes_getmailhost=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_func_hes_getmailhost=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14729,14736 ----
    ac_cv_func_hes_getmailhost=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_func_hes_getmailhost=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13387,13394 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lhesiod $RESOLVLIB $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 14748,14758 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lhesiod $RESOLVLIB $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13411,13417 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14775,14781 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13420,13426 ****
    ac_cv_lib_hesiod_hes_getmailhost=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_hesiod_hes_getmailhost=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14784,14791 ----
    ac_cv_lib_hesiod_hes_getmailhost=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_hesiod_hes_getmailhost=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13453,13460 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcom_err  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 14818,14828 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcom_err  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13477,13483 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14845,14851 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13486,13492 ****
    ac_cv_lib_com_err_com_err=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_com_err_com_err=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14854,14861 ----
    ac_cv_lib_com_err_com_err=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_com_err_com_err=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13512,13519 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lk5crypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 14881,14891 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lk5crypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13536,13542 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14908,14914 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13545,13551 ****
    ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14917,14924 ----
    ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13571,13578 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcrypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 14944,14954 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcrypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13595,13601 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 14971,14977 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13604,13610 ****
    ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_crypto_mit_des_cbc_encrypt=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 14980,14987 ----
    ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_crypto_mit_des_cbc_encrypt=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13630,13637 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb5  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 15007,15017 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb5  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13654,13660 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 15034,15040 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13663,13669 ****
    ac_cv_lib_krb5_krb5_init_context=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_krb5_krb5_init_context=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 15043,15050 ----
    ac_cv_lib_krb5_krb5_init_context=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_krb5_krb5_init_context=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13690,13697 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes425  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 15071,15081 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes425  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13714,13720 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 15098,15104 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13723,13729 ****
    ac_cv_lib_des425_des_cbc_encrypt=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_des425_des_cbc_encrypt=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 15107,15114 ----
    ac_cv_lib_des425_des_cbc_encrypt=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_des425_des_cbc_encrypt=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13748,13755 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 15133,15143 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13772,13778 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 15160,15166 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13781,13787 ****
    ac_cv_lib_des_des_cbc_encrypt=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_des_des_cbc_encrypt=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 15169,15176 ----
    ac_cv_lib_des_des_cbc_encrypt=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_des_des_cbc_encrypt=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13809,13816 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb4  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 15198,15208 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb4  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13833,13839 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 15225,15231 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13842,13848 ****
    ac_cv_lib_krb4_krb_get_cred=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_krb4_krb_get_cred=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 15234,15241 ----
    ac_cv_lib_krb4_krb_get_cred=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_krb4_krb_get_cred=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13867,13874 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 15260,15270 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 13891,13897 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 15287,15293 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13900,13906 ****
    ac_cv_lib_krb_krb_get_cred=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_krb_krb_get_cred=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 15296,15303 ----
    ac_cv_lib_krb_krb_get_cred=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_krb_krb_get_cred=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 13939,13946 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 15336,15346 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 13950,13956 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 15350,15356 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 13959,13965 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 15359,15366 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 13970,13977 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 15371,15381 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 13994,14000 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 15398,15405 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 14006,14027 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 15411,15449 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 14054,14061 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 15476,15486 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 14065,14071 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 15490,15496 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 14074,14080 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 15499,15506 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 14085,14092 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 15511,15521 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 14109,14115 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 15538,15545 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 14121,14142 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 15551,15589 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 14165,14172 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 15612,15622 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 14176,14182 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 15626,15632 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 14185,14191 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 15635,15642 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 14196,14203 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 15647,15657 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 14220,14226 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 15674,15681 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 14232,14253 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 15687,15725 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 14276,14283 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 15748,15758 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 14287,14293 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 15762,15768 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 14296,14302 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 15771,15778 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 14307,14314 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 15783,15793 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 14331,14337 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 15810,15817 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 14343,14364 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 15823,15861 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 14398,14405 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 15895,15905 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 14409,14415 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 15909,15915 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 14418,14424 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 15918,15925 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 14429,14436 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 15930,15940 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 14453,14459 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 15957,15964 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 14465,14486 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 15970,16008 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 14509,14516 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 16031,16041 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 14520,14526 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 16045,16051 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 14529,14535 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 16054,16061 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 14540,14547 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 16066,16076 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 14564,14570 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 16093,16100 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 14576,14597 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 16106,16144 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 14620,14627 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 16167,16177 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 14631,14637 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 16181,16187 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 14640,14646 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 16190,16197 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 14651,14658 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 16202,16212 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 14675,14681 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 16229,16236 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 14687,14708 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 16242,16280 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 14743,14750 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 16315,16325 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 14754,14760 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 16329,16335 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 14763,14769 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 16338,16345 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 14774,14781 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 16350,16360 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 14798,14804 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 16377,16384 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 14810,14831 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 16390,16428 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 14853,14860 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lintl  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
--- 16450,16460 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lintl  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
***************
*** 14877,14883 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 16477,16483 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 14886,14892 ****
    ac_cv_lib_intl_dgettext=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_lib_intl_dgettext=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 16486,16493 ----
    ac_cv_lib_intl_dgettext=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_lib_intl_dgettext=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 14915,14922 ****
  emacs_cv_localtime_cache=yes
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <time.h>
  extern char **environ;
  unset_TZ ()
--- 16516,16526 ----
  emacs_cv_localtime_cache=yes
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <time.h>
  extern char **environ;
  unset_TZ ()
***************
*** 14962,14968 ****
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ( exit $ac_status )
  emacs_cv_localtime_cache=yes
  fi
--- 16566,16573 ----
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ( exit $ac_status )
  emacs_cv_localtime_cache=yes
  fi
***************
*** 14995,15026 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 16600,16651 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 15031,15037 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 16656,16662 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15040,15046 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 16665,16672 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 15062,15069 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
--- 16688,16698 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
***************
*** 15090,15096 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 16719,16725 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15099,15105 ****
    emacs_cv_gettimeofday_two_arguments=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_gettimeofday_two_arguments=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 16728,16735 ----
    emacs_cv_gettimeofday_two_arguments=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_gettimeofday_two_arguments=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 15123,15130 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
  
--- 16753,16763 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
  
***************
*** 15145,15151 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 16778,16784 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15154,15163 ****
    ac_cv_member_struct_tm_tm_zone=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
  
--- 16787,16800 ----
    ac_cv_member_struct_tm_tm_zone=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
  
***************
*** 15178,15184 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 16815,16821 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15187,15193 ****
    ac_cv_member_struct_tm_tm_zone=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_member_struct_tm_tm_zone=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 16824,16831 ----
    ac_cv_member_struct_tm_tm_zone=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_member_struct_tm_tm_zone=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 15218,15225 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <time.h>
  #ifndef tzname /* For SGI.  */
  extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
--- 16856,16866 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <time.h>
  #ifndef tzname /* For SGI.  */
  extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
***************
*** 15239,15245 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 16880,16886 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15248,15254 ****
    ac_cv_var_tzname=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_var_tzname=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 16889,16896 ----
    ac_cv_var_tzname=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_var_tzname=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 15272,15279 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <sys/time.h>
  int
  main ()
--- 16914,16924 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <sys/time.h>
  int
  main ()
***************
*** 15289,15295 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 16934,16940 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15299,15306 ****
    emacs_cv_struct_timezone=yes
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
--- 16944,16954 ----
    emacs_cv_struct_timezone=yes
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
***************
*** 15333,15339 ****
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ( exit $ac_status )
  emacs_cv_struct_timezone=no
  fi
--- 16981,16988 ----
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ( exit $ac_status )
  emacs_cv_struct_timezone=no
  fi
***************
*** 15341,15347 ****
  fi
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_struct_timezone=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 16990,16997 ----
  fi
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_struct_timezone=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 15357,15388 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char socket (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char socket ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_socket) || defined (__stub___socket)
  choke me
  #else
! f = socket;
  #endif
  
    ;
    return 0;
  }
--- 17007,17058 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define socket to an innocuous variant, in case <limits.h> declares socket.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define socket innocuous_socket
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char socket (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef socket
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char socket ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_socket) || defined (__stub___socket)
  choke me
  #else
! char (*f) () = socket;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != socket;
    ;
    return 0;
  }
***************
*** 15393,15399 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 17063,17069 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15402,15408 ****
    ac_cv_func_socket=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_func_socket=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 17072,17079 ----
    ac_cv_func_socket=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_func_socket=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 15429,15436 ****
  echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
  echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <netinet/in.h>
  _ACEOF
--- 17100,17110 ----
  echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
  echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <netinet/in.h>
  _ACEOF
***************
*** 15440,15446 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 17114,17120 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15449,15455 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 17123,17130 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 15460,15467 ****
  echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
  echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <netinet/in.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 17135,17145 ----
  echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
  echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <netinet/in.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 15484,15490 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 17162,17169 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 15496,15510 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by 
the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's 
result" >&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's 
result" >&2;};;
  esac
  echo "$as_me:$LINENO: checking for netinet/in.h" >&5
  echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
--- 17175,17206 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by 
the preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: netinet/in.h:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: netinet/in.h:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: netinet/in.h:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: netinet/in.h:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's 
result" >&2;}
!     { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the 
compiler will take precedence" >&5
! echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for netinet/in.h" >&5
  echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
***************
*** 15539,15546 ****
  echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
  echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <arpa/inet.h>
  _ACEOF
--- 17235,17245 ----
  echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
  echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <arpa/inet.h>
  _ACEOF
***************
*** 15550,15556 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 17249,17255 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15559,15565 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 17258,17265 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 15570,15577 ****
  echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
  echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <arpa/inet.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 17270,17280 ----
  echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
  echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <arpa/inet.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 15594,15600 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 17297,17304 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 15606,15620 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's 
result" >&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's 
result" >&2;};;
  esac
  echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
  echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
--- 17310,17341 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: arpa/inet.h:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: arpa/inet.h:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: arpa/inet.h:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: arpa/inet.h:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's 
result" >&2;}
!     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
  echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
***************
*** 15672,15679 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  int
  main ()
--- 17393,17403 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  int
  main ()
***************
*** 15692,15698 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 17416,17422 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15701,15707 ****
    ac_cv_type_pid_t=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_type_pid_t=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 17425,17432 ----
    ac_cv_type_pid_t=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_type_pid_t=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 15736,15743 ****
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
--- 17461,17471 ----
  echo "$as_me:$LINENO: checking $ac_header usability" >&5
  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
***************
*** 15747,15753 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 17475,17481 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15756,15762 ****
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 17484,17491 ----
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_header_compiler=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 15767,15774 ****
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--- 17496,17506 ----
  echo "$as_me:$LINENO: checking $ac_header presence" >&5
  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
***************
*** 15791,15797 ****
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
!   cat conftest.$ac_ext >&5
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
--- 17523,17530 ----
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
    ac_header_preproc=no
  fi
  rm -f conftest.err conftest.$ac_ext
***************
*** 15803,15824 ****
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" 
>&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;};;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
--- 17536,17574 ----
    yes:no )
      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, 
rejected by the preprocessor!" >&5
  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the 
preprocessor!" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
compiler's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" 
>&2;}
!     ac_header_preproc=yes
!     ;;
    no:yes )
      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be 
compiled" >&5
  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing 
prerequisite headers?" >&5
! echo "$as_me: WARNING: $ac_header:     check for missing prerequisite 
headers?" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf 
documentation" >&5
! echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But 
Cannot Be Compiled\"" >&5
! echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be 
Compiled\"" >&2;}
      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the 
preprocessor's result" >&5
! echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" 
>&2;}
!     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler 
will take precedence" >&5
! echo "$as_me: WARNING: $ac_header: in the future, the compiler will take 
precedence" >&2;}
!     (
!       cat <<\_ASBOX
! ## ------------------------------------------ ##
! ## Report this to the AC_PACKAGE_NAME lists.  ##
! ## ------------------------------------------ ##
! _ASBOX
!     ) |
!       sed "s/^/$as_me: WARNING:     /" >&2
!     ;;
  esac
  echo "$as_me:$LINENO: checking for $ac_header" >&5
  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  if eval "test \"\${$as_ac_Header+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
!   eval "$as_ac_Header=\$ac_header_preproc"
  fi
  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
***************
*** 15844,15875 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.  */
! #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
- char (*f) ();
- 
- int
- main ()
- {
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! f = $ac_func;
  #endif
  
    ;
    return 0;
  }
--- 17594,17645 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
! /* Define $ac_func to an innocuous variant, in case <limits.h> declares 
$ac_func.
!    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
! #define $ac_func innocuous_$ac_func
! 
  /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char $ac_func (); below.
!     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
!     <limits.h> exists even on freestanding compilers.  */
! 
! #ifdef __STDC__
! # include <limits.h>
! #else
! # include <assert.h>
! #endif
! 
! #undef $ac_func
! 
  /* Override any gcc2 internal prototype to avoid an error.  */
  #ifdef __cplusplus
  extern "C"
+ {
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
  char $ac_func ();
  /* The GNU C library defines this for functions which it implements
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  choke me
  #else
! char (*f) () = $ac_func;
! #endif
! #ifdef __cplusplus
! }
  #endif
  
+ int
+ main ()
+ {
+ return f != $ac_func;
    ;
    return 0;
  }
***************
*** 15880,15886 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 17650,17656 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 15889,15895 ****
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 17659,17666 ----
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  eval "$as_ac_var=no"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 15922,15930 ****
        /* Some systems only have a dummy stub for fork() */
        int main ()
        {
!         if (fork() < 0)
!           exit (1);
!         exit (0);
        }
  _ACEOF
  rm -f conftest$ac_exeext
--- 17693,17701 ----
        /* Some systems only have a dummy stub for fork() */
        int main ()
        {
!       if (fork() < 0)
!         exit (1);
!       exit (0);
        }
  _ACEOF
  rm -f conftest$ac_exeext
***************
*** 15942,15948 ****
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ( exit $ac_status )
  ac_cv_func_fork_works=no
  fi
--- 17713,17720 ----
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ( exit $ac_status )
  ac_cv_func_fork_works=no
  fi
***************
*** 15979,15990 ****
    ac_cv_func_vfork_works=cross
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  /* Thanks to Paul Eggert for this test.  */
  #include <stdio.h>
  #include <sys/types.h>
  #include <sys/stat.h>
  #if HAVE_UNISTD_H
  # include <unistd.h>
  #endif
--- 17751,17767 ----
    ac_cv_func_vfork_works=cross
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  /* Thanks to Paul Eggert for this test.  */
  #include <stdio.h>
+ #include <stdlib.h>
  #include <sys/types.h>
  #include <sys/stat.h>
+ #include <sys/wait.h>
  #if HAVE_UNISTD_H
  # include <unistd.h>
  #endif
***************
*** 15997,16003 ****
     (e.g. gcc -O) don't grok <vfork.h>.  Test for this by using a
     static variable whose address is put into a register that is
     clobbered by the vfork.  */
! static
  #ifdef __cplusplus
  sparc_address_test (int arg)
  # else
--- 17774,17780 ----
     (e.g. gcc -O) don't grok <vfork.h>.  Test for this by using a
     static variable whose address is put into a register that is
     clobbered by the vfork.  */
! static void
  #ifdef __cplusplus
  sparc_address_test (int arg)
  # else
***************
*** 16025,16031 ****
    pid_t parent = getpid ();
    pid_t child;
  
!   sparc_address_test ();
  
    child = vfork ();
  
--- 17802,17808 ----
    pid_t parent = getpid ();
    pid_t child;
  
!   sparc_address_test (0);
  
    child = vfork ();
  
***************
*** 16090,16096 ****
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ( exit $ac_status )
  ac_cv_func_vfork_works=no
  fi
--- 17867,17874 ----
  else
    echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ( exit $ac_status )
  ac_cv_func_vfork_works=no
  fi
***************
*** 16135,16142 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  #include <langinfo.h>
  int
  main ()
--- 17913,17923 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  #include <langinfo.h>
  int
  main ()
***************
*** 16152,16158 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 17933,17939 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest$ac_exeext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 16161,16167 ****
    emacs_cv_langinfo_codeset=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_langinfo_codeset=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--- 17942,17949 ----
    emacs_cv_langinfo_codeset=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_langinfo_codeset=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
***************
*** 16183,16190 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  int
  main ()
--- 17965,17975 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  int
  main ()
***************
*** 16203,16209 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 17988,17994 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 16212,16218 ****
    ac_cv_type_size_t=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_type_size_t=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 17997,18004 ----
    ac_cv_type_size_t=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_type_size_t=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 16235,16242 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  $ac_includes_default
  #         include <wchar.h>
  int
--- 18021,18031 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  $ac_includes_default
  #         include <wchar.h>
  int
***************
*** 16253,16259 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 18042,18048 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 16262,16268 ****
    ac_cv_type_mbstate_t=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  ac_cv_type_mbstate_t=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 18051,18058 ----
    ac_cv_type_mbstate_t=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  ac_cv_type_mbstate_t=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 16289,16296 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  void fred (int *restrict x);
  int
  main ()
--- 18079,18089 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  void fred (int *restrict x);
  int
  main ()
***************
*** 16306,16312 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 18099,18105 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 16315,16324 ****
    emacs_cv_c_restrict=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  void fred (int *__restrict x);
  int
  main ()
--- 18108,18121 ----
    emacs_cv_c_restrict=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  void fred (int *__restrict x);
  int
  main ()
***************
*** 16334,16340 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 18131,18137 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 16343,16349 ****
    emacs_cv_c_restrict=__restrict
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_c_restrict=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 18140,18147 ----
    emacs_cv_c_restrict=__restrict
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_c_restrict=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 16371,16378 ****
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  void fred (int x[__restrict]);
  int
  main ()
--- 18169,18179 ----
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  void fred (int x[__restrict]);
  int
  main ()
***************
*** 16388,16394 ****
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
--- 18189,18195 ----
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); } &&
!        { ac_try='test -s conftest.$ac_objext'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
***************
*** 16397,16403 ****
    emacs_cv_c_restrict_arr=yes
  else
    echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
  emacs_cv_c_restrict_arr=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
--- 18198,18205 ----
    emacs_cv_c_restrict_arr=yes
  else
    echo "$as_me: failed program was:" >&5
! sed 's/^/| /' conftest.$ac_ext >&5
! 
  emacs_cv_c_restrict_arr=no
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
***************
*** 16611,16618 ****
  ## C preprocessor.
  
  cat >conftest.$ac_ext <<_ACEOF
! #line $LINENO "configure"
! #include "confdefs.h"
  yes..yes
  _ACEOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
--- 18413,18423 ----
  ## C preprocessor.
  
  cat >conftest.$ac_ext <<_ACEOF
! /* confdefs.h.  */
! _ACEOF
! cat confdefs.h >>conftest.$ac_ext
! cat >>conftest.$ac_ext <<_ACEOF
! /* end confdefs.h.  */
  yes..yes
  _ACEOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
***************
*** 16654,16666 ****
        # `set' does not quote correctly, so add quotes (double-quote
        # substitution turns \\\\ into \\, and sed turns \\ into \).
        sed -n \
!         "s/'/'\\\\''/g;
!         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
        ;;
      *)
        # `set' quotes correctly as required by POSIX, so do not add quotes.
        sed -n \
!         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
        ;;
      esac;
  } |
--- 18459,18471 ----
        # `set' does not quote correctly, so add quotes (double-quote
        # substitution turns \\\\ into \\, and sed turns \\ into \).
        sed -n \
!       "s/'/'\\\\''/g;
!         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
        ;;
      *)
        # `set' quotes correctly as required by POSIX, so do not add quotes.
        sed -n \
!       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
        ;;
      esac;
  } |
***************
*** 16671,16677 ****
       t end
       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
       : end' >>confcache
! if cmp -s $cache_file confcache; then :; else
    if test -w $cache_file; then
      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
      cat confcache >$cache_file
--- 18476,18482 ----
       t end
       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
       : end' >>confcache
! if diff $cache_file confcache >/dev/null 2>&1; then :; else
    if test -w $cache_file; then
      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
      cat confcache >$cache_file
***************
*** 16690,16702 ****
  # trailing colons and then remove the whole line if VPATH becomes empty
  # (actually we leave an empty line to preserve line numbers).
  if test "x$srcdir" = x.; then
!   ac_vpsub='/^[       ]*VPATH[        ]*=/{
  s/:*\$(srcdir):*/:/;
  s/:*\${srcdir}:*/:/;
  s/:address@hidden@:*/:/;
! s/^\([^=]*=[  ]*\):*/\1/;
  s/:*$//;
! s/^[^=]*=[    ]*$//;
  }'
  fi
  
--- 18495,18507 ----
  # trailing colons and then remove the whole line if VPATH becomes empty
  # (actually we leave an empty line to preserve line numbers).
  if test "x$srcdir" = x.; then
!   ac_vpsub='/^[        ]*VPATH[        ]*=/{
  s/:*\$(srcdir):*/:/;
  s/:*\${srcdir}:*/:/;
  s/:address@hidden@:*/:/;
! s/^\([^=]*=[   ]*\):*/\1/;
  s/:*$//;
! s/^[^=]*=[     ]*$//;
  }'
  fi
  
***************
*** 16707,16713 ****
  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    # 1. Remove the extension, and $U if already installed.
    ac_i=`echo "$ac_i" |
!          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    # 2. Add them.
    ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
    ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
--- 18512,18518 ----
  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    # 1. Remove the extension, and $U if already installed.
    ac_i=`echo "$ac_i" |
!        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    # 2. Add them.
    ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
    ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
***************
*** 16731,16736 ****
--- 18536,18543 ----
  # configure, is in config.log if it exists.
  
  debug=false
+ ac_cs_recheck=false
+ ac_cs_silent=false
  SHELL=\${CONFIG_SHELL-$SHELL}
  _ACEOF
  
***************
*** 16751,16757 ****
  fi
  
  # Support unset when possible.
! if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
    as_unset=unset
  else
    as_unset=false
--- 18558,18564 ----
  fi
  
  # Support unset when possible.
! if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then
    as_unset=unset
  else
    as_unset=false
***************
*** 16765,16773 ****
  PS4='+ '
  
  # NLS nuisances.
! for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES 
LC_TIME
  do
!   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
      eval $as_var=C; export $as_var
    else
      $as_unset $as_var
--- 18572,18583 ----
  PS4='+ '
  
  # NLS nuisances.
! for as_var in \
!   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
!   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
!   LC_TELEPHONE LC_TIME
  do
!   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
      eval $as_var=C; export $as_var
    else
      $as_unset $as_var
***************
*** 16811,16825 ****
  
  # The user is always right.
  if test "${PATH_SEPARATOR+set}" != set; then
!   echo "#! /bin/sh" >conftest.sh
!   echo  "exit 0"   >>conftest.sh
!   chmod +x conftest.sh
!   if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
      PATH_SEPARATOR=';'
    else
      PATH_SEPARATOR=:
    fi
!   rm -f conftest.sh
  fi
  
  
--- 18621,18635 ----
  
  # The user is always right.
  if test "${PATH_SEPARATOR+set}" != set; then
!   echo "#! /bin/sh" >conf$$.sh
!   echo  "exit 0"   >>conf$$.sh
!   chmod +x conf$$.sh
!   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
      PATH_SEPARATOR=';'
    else
      PATH_SEPARATOR=:
    fi
!   rm -f conf$$.sh
  fi
  
  
***************
*** 16982,16988 ****
  cat >&5 <<_CSEOF
  
  This file was extended by $as_me, which was
! generated by GNU Autoconf 2.54.  Invocation command line was
  
    CONFIG_FILES    = $CONFIG_FILES
    CONFIG_HEADERS  = $CONFIG_HEADERS
--- 18792,18798 ----
  cat >&5 <<_CSEOF
  
  This file was extended by $as_me, which was
! generated by GNU Autoconf 2.57a.  Invocation command line was
  
    CONFIG_FILES    = $CONFIG_FILES
    CONFIG_HEADERS  = $CONFIG_HEADERS
***************
*** 17022,17033 ****
  
    -h, --help       print this help, then exit
    -V, --version    print version number, then exit
    -d, --debug      don't remove temporary files
        --recheck    update $as_me by reconfiguring in the same conditions
    --file=FILE[:TEMPLATE]
!                    instantiate the configuration file FILE
    --header=FILE[:TEMPLATE]
!                    instantiate the configuration header FILE
  
  Configuration files:
  $config_files
--- 18832,18844 ----
  
    -h, --help       print this help, then exit
    -V, --version    print version number, then exit
+   -q, --quiet      do not print progress messages
    -d, --debug      don't remove temporary files
        --recheck    update $as_me by reconfiguring in the same conditions
    --file=FILE[:TEMPLATE]
!                  instantiate the configuration file FILE
    --header=FILE[:TEMPLATE]
!                  instantiate the configuration header FILE
  
  Configuration files:
  $config_files
***************
*** 17044,17054 ****
  cat >>$CONFIG_STATUS <<_ACEOF
  ac_cs_version="\\
  config.status
! configured by $0, generated by GNU Autoconf 2.54,
    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  
! Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
! Free Software Foundation, Inc.
  This config.status script is free software; the Free Software Foundation
  gives unlimited permission to copy, distribute and modify it."
  srcdir=$srcdir
--- 18855,18864 ----
  cat >>$CONFIG_STATUS <<_ACEOF
  ac_cs_version="\\
  config.status
! configured by $0, generated by GNU Autoconf 2.57a,
    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  
! Copyright (C) 2003 Free Software Foundation, Inc.
  This config.status script is free software; the Free Software Foundation
  gives unlimited permission to copy, distribute and modify it."
  srcdir=$srcdir
***************
*** 17081,17092 ****
    case $ac_option in
    # Handling of the options.
  _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
-   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-     echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
-     exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
- _ACEOF
  cat >>$CONFIG_STATUS <<\_ACEOF
    --version | --vers* | -V )
      echo "$ac_cs_version"; exit 0 ;;
    --he | --h)
--- 18891,18899 ----
    case $ac_option in
    # Handling of the options.
  _ACEOF
  cat >>$CONFIG_STATUS <<\_ACEOF
+   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+     ac_cs_recheck=: ;;
    --version | --vers* | -V )
      echo "$ac_cs_version"; exit 0 ;;
    --he | --h)
***************
*** 17108,17113 ****
--- 18915,18923 ----
      $ac_shift
      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
      ac_need_defaults=false;;
+   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+   | -silent | --silent | --silen | --sile | --sil | --si | --s)
+     ac_cs_silent=: ;;
  
    # This is an error.
    -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
***************
*** 17122,17127 ****
--- 18932,18951 ----
    shift
  done
  
+ ac_configure_extra_args=
+ 
+ if $ac_cs_silent; then
+   exec 6>/dev/null
+   ac_configure_extra_args="$ac_configure_extra_args --silent"
+ fi
+ 
+ _ACEOF
+ cat >>$CONFIG_STATUS <<_ACEOF
+ if \$ac_cs_recheck; then
+   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " 
--no-create --no-recursion" >&6
+   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create 
--no-recursion
+ fi
+ 
  _ACEOF
  
  cat >>$CONFIG_STATUS <<_ACEOF
***************
*** 17168,17173 ****
--- 18992,19000 ----
    test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  fi
  
+ # Have a temporary directory for convenience.  Make it in the build tree
+ # simply because there is no reason to put it here, and in addition,
+ # creating and moving files from /tmp can sometimes cause problems.
  # Create a temporary directory, and hook for its removal unless debugging.
  $debug ||
  {
***************
*** 17176,17192 ****
  }
  
  # Create a (secure) tmp directory for tmp files.
! : ${TMPDIR=/tmp}
  {
!   tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
    test -n "$tmp" && test -d "$tmp"
  }  ||
  {
!   tmp=$TMPDIR/cs$$-$RANDOM
    (umask 077 && mkdir $tmp)
  } ||
  {
!    echo "$me: cannot create a temporary directory in $TMPDIR" >&2
     { (exit 1); exit 1; }
  }
  
--- 19003,19019 ----
  }
  
  # Create a (secure) tmp directory for tmp files.
! 
  {
!   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
    test -n "$tmp" && test -d "$tmp"
  }  ||
  {
!   tmp=./confstat$$-$RANDOM
    (umask 077 && mkdir $tmp)
  } ||
  {
!    echo "$me: cannot create a temporary directory in ." >&2
     { (exit 1); exit 1; }
  }
  
***************
*** 17234,17239 ****
--- 19061,19067 ----
  s,@ECHO_N@,$ECHO_N,;t t
  s,@ECHO_T@,$ECHO_T,;t t
  s,@LIBS@,$LIBS,;t t
+ s,@MAINT@,$MAINT,;t t
  s,@build@,$build,;t t
  s,@build_cpu@,$build_cpu,;t t
  s,@build_vendor@,$build_vendor,;t t
***************
*** 17322,17330 ****
        (echo ':t
    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) 
>$tmp/subs-$ac_sed_frag.sed
        if test -z "$ac_sed_cmds"; then
!       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
        else
!       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
        fi
        ac_sed_frag=`expr $ac_sed_frag + 1`
        ac_beg=$ac_end
--- 19150,19158 ----
        (echo ':t
    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) 
>$tmp/subs-$ac_sed_frag.sed
        if test -z "$ac_sed_cmds"; then
!       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
        else
!       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
        fi
        ac_sed_frag=`expr $ac_sed_frag + 1`
        ac_beg=$ac_end
***************
*** 17342,17362 ****
    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    case $ac_file in
    - | *:- | *:-:* ) # input from stdin
!         cat >$tmp/stdin
!         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
!         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
!         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    * )   ac_file_in=$ac_file.in ;;
    esac
  
    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
    ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!          X"$ac_file" : 'X\(//\)[^/]' \| \
!          X"$ac_file" : 'X\(//\)$' \| \
!          X"$ac_file" : 'X\(/\)' \| \
!          .     : '\(.\)' 2>/dev/null ||
  echo X"$ac_file" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--- 19170,19190 ----
    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    case $ac_file in
    - | *:- | *:-:* ) # input from stdin
!       cat >$tmp/stdin
!       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
!       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
!       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    * )   ac_file_in=$ac_file.in ;;
    esac
  
    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
    ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!        X"$ac_file" : 'X\(//\)[^/]' \| \
!        X"$ac_file" : 'X\(//\)$' \| \
!        X"$ac_file" : 'X\(/\)' \| \
!        .     : '\(.\)' 2>/dev/null ||
  echo X"$ac_file" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
***************
*** 17372,17381 ****
        as_dirs="$as_dir $as_dirs"
        as_dir=`(dirname "$as_dir") 2>/dev/null ||
  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!          X"$as_dir" : 'X\(//\)[^/]' \| \
!          X"$as_dir" : 'X\(//\)$' \| \
!          X"$as_dir" : 'X\(/\)' \| \
!          .     : '\(.\)' 2>/dev/null ||
  echo X"$as_dir" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--- 19200,19209 ----
        as_dirs="$as_dir $as_dirs"
        as_dir=`(dirname "$as_dir") 2>/dev/null ||
  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!        X"$as_dir" : 'X\(//\)[^/]' \| \
!        X"$as_dir" : 'X\(//\)$' \| \
!        X"$as_dir" : 'X\(/\)' \| \
!        .     : '\(.\)' 2>/dev/null ||
  echo X"$as_dir" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
***************
*** 17440,17446 ****
      configure_input="$ac_file.  "
    fi
    configure_input=$configure_input"Generated from `echo $ac_file_in |
!                                      sed 's,.*/,,'` by configure."
  
    # First look for the input files in the build tree, otherwise in the
    # src tree.
--- 19268,19274 ----
      configure_input="$ac_file.  "
    fi
    configure_input=$configure_input"Generated from `echo $ac_file_in |
!                                    sed 's,.*/,,'` by configure."
  
    # First look for the input files in the build tree, otherwise in the
    # src tree.
***************
*** 17449,17472 ****
        case $f in
        -) echo $tmp/stdin ;;
        [\\/$]*)
!          # Absolute (can't be DOS-style, as IFS=:)
!          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
!          echo $f;;
        *) # Relative
!          if test -f "$f"; then
!            # Build tree
!            echo $f
!          elif test -f "$srcdir/$f"; then
!            # Source tree
!            echo $srcdir/$f
!          else
!            # /dev/null tree
!            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
!          fi;;
        esac
      done` || { (exit 1); exit 1; }
  _ACEOF
--- 19277,19300 ----
        case $f in
        -) echo $tmp/stdin ;;
        [\\/$]*)
!        # Absolute (can't be DOS-style, as IFS=:)
!        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
!        echo "$f";;
        *) # Relative
!        if test -f "$f"; then
!          # Build tree
!          echo "$f"
!        elif test -f "$srcdir/$f"; then
!          # Source tree
!          echo "$srcdir/$f"
!        else
!          # /dev/null tree
!          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
!        fi;;
        esac
      done` || { (exit 1); exit 1; }
  _ACEOF
***************
*** 17508,17519 ****
  # NAME is the cpp macro being defined and VALUE is the value it is being 
given.
  #
  # ac_d sets the value in "#define NAME VALUE" lines.
! ac_dA='s,^\([         ]*\)#\([        ]*define[       ][      ]*\)'
! ac_dB='[      ].*$,\1#\2'
  ac_dC=' '
  ac_dD=',;t'
  # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
! ac_uA='s,^\([         ]*\)#\([        ]*\)undef\([    ][      ]*\)'
  ac_uB='$,\1#\2define\3'
  ac_uC=' '
  ac_uD=',;t'
--- 19336,19347 ----
  # NAME is the cpp macro being defined and VALUE is the value it is being 
given.
  #
  # ac_d sets the value in "#define NAME VALUE" lines.
! ac_dA='s,^\([  ]*\)#\([        ]*define[       ][      ]*\)'
! ac_dB='[       ].*$,\1#\2'
  ac_dC=' '
  ac_dD=',;t'
  # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
! ac_uA='s,^\([  ]*\)#\([        ]*\)undef\([    ][      ]*\)'
  ac_uB='$,\1#\2define\3'
  ac_uC=' '
  ac_uD=',;t'
***************
*** 17522,17532 ****
    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    case $ac_file in
    - | *:- | *:-:* ) # input from stdin
!         cat >$tmp/stdin
!         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
!         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
!         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    * )   ac_file_in=$ac_file.in ;;
    esac
  
--- 19350,19360 ----
    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    case $ac_file in
    - | *:- | *:-:* ) # input from stdin
!       cat >$tmp/stdin
!       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
!       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
!       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    * )   ac_file_in=$ac_file.in ;;
    esac
  
***************
*** 17540,17567 ****
        case $f in
        -) echo $tmp/stdin ;;
        [\\/$]*)
!          # Absolute (can't be DOS-style, as IFS=:)
!          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
!          echo $f;;
        *) # Relative
!          if test -f "$f"; then
!            # Build tree
!            echo $f
!          elif test -f "$srcdir/$f"; then
!            # Source tree
!            echo $srcdir/$f
!          else
!            # /dev/null tree
!            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
!          fi;;
        esac
      done` || { (exit 1); exit 1; }
    # Remove the trailing spaces.
!   sed 's/[    ]*$//' $ac_file_inputs >$tmp/in
  
  _ACEOF
  
--- 19368,19396 ----
        case $f in
        -) echo $tmp/stdin ;;
        [\\/$]*)
!        # Absolute (can't be DOS-style, as IFS=:)
!        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
!        # Do quote $f, to prevent DOS paths from being IFS'd.
!        echo "$f";;
        *) # Relative
!        if test -f "$f"; then
!          # Build tree
!          echo "$f"
!        elif test -f "$srcdir/$f"; then
!          # Source tree
!          echo "$srcdir/$f"
!        else
!          # /dev/null tree
!          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
!        fi;;
        esac
      done` || { (exit 1); exit 1; }
    # Remove the trailing spaces.
!   sed 's/[     ]*$//' $ac_file_inputs >$tmp/in
  
  _ACEOF
  
***************
*** 17584,17592 ****
  s,[\\$`],\\&,g
  t clear
  : clear
! s,^[  ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       
]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
  t end
! s,^[  ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   
]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
  : end
  _ACEOF
  # If some macros were called several times there might be several times
--- 19413,19421 ----
  s,[\\$`],\\&,g
  t clear
  : clear
! s,^[   ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[      
 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
  t end
! s,^[   ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   
]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
  : end
  _ACEOF
  # If some macros were called several times there might be several times
***************
*** 17600,17612 ****
  # example, in the case of _POSIX_SOURCE, which is predefined and required
  # on some systems where configure will not decide to define it.
  cat >>conftest.undefs <<\_ACEOF
! s,^[  ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  _ACEOF
  
  # Break up conftest.defines because some shells have a limit on the size
  # of here documents, and old seds have small limits too (100 cmds).
  echo '  # Handle all the #define templates only if necessary.' 
>>$CONFIG_STATUS
! echo '  if grep "^[   ]*#[    ]*define" $tmp/in >/dev/null; then' 
>>$CONFIG_STATUS
  echo '  # If there are no defines, we may have an empty if/fi' 
>>$CONFIG_STATUS
  echo '  :' >>$CONFIG_STATUS
  rm -f conftest.tail
--- 19429,19441 ----
  # example, in the case of _POSIX_SOURCE, which is predefined and required
  # on some systems where configure will not decide to define it.
  cat >>conftest.undefs <<\_ACEOF
! s,^[   ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  _ACEOF
  
  # Break up conftest.defines because some shells have a limit on the size
  # of here documents, and old seds have small limits too (100 cmds).
  echo '  # Handle all the #define templates only if necessary.' 
>>$CONFIG_STATUS
! echo '  if grep "^[    ]*#[    ]*define" $tmp/in >/dev/null; then' 
>>$CONFIG_STATUS
  echo '  # If there are no defines, we may have an empty if/fi' 
>>$CONFIG_STATUS
  echo '  :' >>$CONFIG_STATUS
  rm -f conftest.tail
***************
*** 17615,17621 ****
    # Write a limited-size here document to $tmp/defines.sed.
    echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    # Speed up: don't consider the non `#define' lines.
!   echo '/^[   ]*#[    ]*define/!b' >>$CONFIG_STATUS
    # Work around the forget-to-reset-the-flag bug.
    echo 't clr' >>$CONFIG_STATUS
    echo ': clr' >>$CONFIG_STATUS
--- 19444,19450 ----
    # Write a limited-size here document to $tmp/defines.sed.
    echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    # Speed up: don't consider the non `#define' lines.
!   echo '/^[    ]*#[    ]*define/!b' >>$CONFIG_STATUS
    # Work around the forget-to-reset-the-flag bug.
    echo 't clr' >>$CONFIG_STATUS
    echo ': clr' >>$CONFIG_STATUS
***************
*** 17642,17648 ****
    # Write a limited-size here document to $tmp/undefs.sed.
    echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    # Speed up: don't consider the non `#undef'
!   echo '/^[   ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    # Work around the forget-to-reset-the-flag bug.
    echo 't clr' >>$CONFIG_STATUS
    echo ': clr' >>$CONFIG_STATUS
--- 19471,19477 ----
    # Write a limited-size here document to $tmp/undefs.sed.
    echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    # Speed up: don't consider the non `#undef'
!   echo '/^[    ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    # Work around the forget-to-reset-the-flag bug.
    echo 't clr' >>$CONFIG_STATUS
    echo ': clr' >>$CONFIG_STATUS
***************
*** 17670,17685 ****
    cat $tmp/in >>$tmp/config.h
    rm -f $tmp/in
    if test x"$ac_file" != x-; then
!     if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
        { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  echo "$as_me: $ac_file is unchanged" >&6;}
      else
        ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!          X"$ac_file" : 'X\(//\)[^/]' \| \
!          X"$ac_file" : 'X\(//\)$' \| \
!          X"$ac_file" : 'X\(/\)' \| \
!          .     : '\(.\)' 2>/dev/null ||
  echo X"$ac_file" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--- 19499,19514 ----
    cat $tmp/in >>$tmp/config.h
    rm -f $tmp/in
    if test x"$ac_file" != x-; then
!     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
        { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  echo "$as_me: $ac_file is unchanged" >&6;}
      else
        ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!        X"$ac_file" : 'X\(//\)[^/]' \| \
!        X"$ac_file" : 'X\(//\)$' \| \
!        X"$ac_file" : 'X\(/\)' \| \
!        .     : '\(.\)' 2>/dev/null ||
  echo X"$ac_file" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
***************
*** 17695,17704 ****
        as_dirs="$as_dir $as_dirs"
        as_dir=`(dirname "$as_dir") 2>/dev/null ||
  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!          X"$as_dir" : 'X\(//\)[^/]' \| \
!          X"$as_dir" : 'X\(//\)$' \| \
!          X"$as_dir" : 'X\(/\)' \| \
!          .     : '\(.\)' 2>/dev/null ||
  echo X"$as_dir" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--- 19524,19533 ----
        as_dirs="$as_dir $as_dirs"
        as_dir=`(dirname "$as_dir") 2>/dev/null ||
  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!        X"$as_dir" : 'X\(//\)[^/]' \| \
!        X"$as_dir" : 'X\(//\)$' \| \
!        X"$as_dir" : 'X\(/\)' \| \
!        .     : '\(.\)' 2>/dev/null ||
  echo X"$as_dir" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
***************
*** 17730,17739 ****
    ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
    ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!          X"$ac_dest" : 'X\(//\)[^/]' \| \
!          X"$ac_dest" : 'X\(//\)$' \| \
!          X"$ac_dest" : 'X\(/\)' \| \
!          .     : '\(.\)' 2>/dev/null ||
  echo X"$ac_dest" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--- 19559,19568 ----
    ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
    ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
!        X"$ac_dest" : 'X\(//\)[^/]' \| \
!        X"$ac_dest" : 'X\(//\)$' \| \
!        X"$ac_dest" : 'X\(/\)' \| \
!        .     : '\(.\)' 2>/dev/null ||
  echo X"$ac_dest" |
      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
***************
*** 17871,17878 ****
  # need to make the FD available again.
  if test "$no_create" != yes; then
    ac_cs_success=:
    exec 5>/dev/null
!   $SHELL $CONFIG_STATUS || ac_cs_success=false
    exec 5>>config.log
    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
    # would make configure fail if this is the last instruction.
--- 19700,19710 ----
  # need to make the FD available again.
  if test "$no_create" != yes; then
    ac_cs_success=:
+   ac_config_status_args=
+   test "$silent" = yes &&
+     ac_config_status_args="$ac_config_status_args --quiet"
    exec 5>/dev/null
!   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
    exec 5>>config.log
    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
    # would make configure fail if this is the last instruction.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]