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: Tue, 05 Mar 2002 05:54:56 -0500

Index: emacs/configure
diff -c emacs/configure:1.79 emacs/configure:1.80
*** emacs/configure:1.79        Sat Mar  2 19:24:57 2002
--- emacs/configure     Tue Mar  5 05:54:56 2002
***************
*** 2,8 ****
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by Autoconf 2.52.
  #
! # 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.
--- 2,8 ----
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by Autoconf 2.52.
  #
! # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
  # Free Software Foundation, Inc.
  # This configure script is free software; the Free Software Foundation
  # gives unlimited permission to copy, distribute and modify it.
***************
*** 1149,1155 ****
    . )
      ## We may be able to use the $PWD environment variable to make this
      ## absolute.  But sometimes PWD is inaccurate.
!     if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".${PWD}" 
 ;
      then
        srcdir="$PWD"
      else
--- 1149,1158 ----
    . )
      ## We may be able to use the $PWD environment variable to make this
      ## absolute.  But sometimes PWD is inaccurate.
!     ## Note: we used to use ${PWD} at the end instead of `pwd`,
!     ## but that tested only for a well-formed and valid PWD,
!     ## it did not object when PWD was well-formed and valid but just wrong.
!     if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".`pwd`"  
;
      then
        srcdir="$PWD"
      else
***************
*** 1162,1168 ****
  #### Check if the source directory already has a configured system in it.
  if test `pwd` != `(cd ${srcdir} && pwd)` \
     && test -f "${srcdir}/src/config.h" ; then
!   { echo "$as_me:1165: WARNING: The directory tree \`${srcdir}' is being used
     as a build directory right now; it has been configured in its own
     right.  To configure in another directory as well, you MUST
     use GNU make.  If you do not have GNU make, then you must
--- 1165,1171 ----
  #### Check if the source directory already has a configured system in it.
  if test `pwd` != `(cd ${srcdir} && pwd)` \
     && test -f "${srcdir}/src/config.h" ; then
!   { echo "$as_me:1168: WARNING: The directory tree \`${srcdir}' is being used
     as a build directory right now; it has been configured in its own
     right.  To configure in another directory as well, you MUST
     use GNU make.  If you do not have GNU make, then you must
***************
*** 1207,1213 ****
    fi
  done
  if test -z "$ac_aux_dir"; then
!   { { echo "$as_me:1210: error: cannot find install-sh or install.sh in 
$srcdir $srcdir/.. $srcdir/../.." >&5
  echo "$as_me: error: cannot find install-sh or install.sh in $srcdir 
$srcdir/.. $srcdir/../.." >&2;}
     { (exit 1); exit 1; }; }
  fi
--- 1210,1216 ----
    fi
  done
  if test -z "$ac_aux_dir"; then
!   { { echo "$as_me:1213: error: cannot find install-sh or install.sh in 
$srcdir $srcdir/.. $srcdir/../.." >&5
  echo "$as_me: error: cannot find install-sh or install.sh in $srcdir 
$srcdir/.. $srcdir/../.." >&2;}
     { (exit 1); exit 1; }; }
  fi
***************
*** 1217,1227 ****
  
  # Make sure we can run config.sub.
  $ac_config_sub sun4 >/dev/null 2>&1 ||
!   { { echo "$as_me:1220: error: cannot run $ac_config_sub" >&5
  echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     { (exit 1); exit 1; }; }
  
! echo "$as_me:1224: checking build system type" >&5
  echo $ECHO_N "checking build system type... $ECHO_C" >&6
  if test "${ac_cv_build+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 1220,1230 ----
  
  # Make sure we can run config.sub.
  $ac_config_sub sun4 >/dev/null 2>&1 ||
!   { { echo "$as_me:1223: error: cannot run $ac_config_sub" >&5
  echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     { (exit 1); exit 1; }; }
  
! echo "$as_me:1227: checking build system type" >&5
  echo $ECHO_N "checking build system type... $ECHO_C" >&6
  if test "${ac_cv_build+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 1230,1252 ****
  test -z "$ac_cv_build_alias" &&
    ac_cv_build_alias=`$ac_config_guess`
  test -z "$ac_cv_build_alias" &&
!   { { echo "$as_me:1233: error: cannot guess build type; you must specify 
one" >&5
  echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     { (exit 1); exit 1; }; }
  ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
!   { { echo "$as_me:1237: error: $ac_config_sub $ac_cv_build_alias failed." >&5
  echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
     { (exit 1); exit 1; }; }
  
  fi
! echo "$as_me:1242: result: $ac_cv_build" >&5
  echo "${ECHO_T}$ac_cv_build" >&6
  build=$ac_cv_build
  build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  
! echo "$as_me:1249: checking host system type" >&5
  echo $ECHO_N "checking host system type... $ECHO_C" >&6
  if test "${ac_cv_host+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 1233,1255 ----
  test -z "$ac_cv_build_alias" &&
    ac_cv_build_alias=`$ac_config_guess`
  test -z "$ac_cv_build_alias" &&
!   { { echo "$as_me:1236: error: cannot guess build type; you must specify 
one" >&5
  echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     { (exit 1); exit 1; }; }
  ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
!   { { echo "$as_me:1240: error: $ac_config_sub $ac_cv_build_alias failed." >&5
  echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
     { (exit 1); exit 1; }; }
  
  fi
! echo "$as_me:1245: result: $ac_cv_build" >&5
  echo "${ECHO_T}$ac_cv_build" >&6
  build=$ac_cv_build
  build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  
! echo "$as_me:1252: checking host system type" >&5
  echo $ECHO_N "checking host system type... $ECHO_C" >&6
  if test "${ac_cv_host+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 1255,1266 ****
  test -z "$ac_cv_host_alias" &&
    ac_cv_host_alias=$ac_cv_build_alias
  ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
!   { { echo "$as_me:1258: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
     { (exit 1); exit 1; }; }
  
  fi
! echo "$as_me:1263: result: $ac_cv_host" >&5
  echo "${ECHO_T}$ac_cv_host" >&6
  host=$ac_cv_host
  host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
--- 1258,1269 ----
  test -z "$ac_cv_host_alias" &&
    ac_cv_host_alias=$ac_cv_build_alias
  ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
!   { { echo "$as_me:1261: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
     { (exit 1); exit 1; }; }
  
  fi
! echo "$as_me:1266: result: $ac_cv_host" >&5
  echo "${ECHO_T}$ac_cv_host" >&6
  host=$ac_cv_host
  host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
***************
*** 1468,1473 ****
--- 1471,1481 ----
      ## operating system.
    ;;
  
+   ## Compaq Nonstop
+   mips-compaq-nonstopux* )
+     machine=nonstopux opsys=nonstopux
+     ;;
+ 
    ## Convex
    *-convex-bsd* | *-convex-convexos* )
      machine=convex opsys=bsd4-3
***************
*** 2222,2228 ****
  fi
  
  if test $unported = yes; then
!   { { echo "$as_me:2225: error: Emacs hasn't been ported to \`${canonical}' 
systems.
  Check \`etc/MACHINES' for recognized configuration names." >&5
  echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
  Check \`etc/MACHINES' for recognized configuration names." >&2;}
--- 2230,2236 ----
  fi
  
  if test $unported = yes; then
!   { { echo "$as_me:2233: error: Emacs hasn't been ported to \`${canonical}' 
systems.
  Check \`etc/MACHINES' for recognized configuration names." >&5
  echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
  Check \`etc/MACHINES' for recognized configuration names." >&2;}
***************
*** 2251,2257 ****
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program 
name with args.
  set dummy ${ac_tool_prefix}gcc; ac_word=$2
! echo "$as_me:2254: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 2259,2265 ----
  if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program 
name with args.
  set dummy ${ac_tool_prefix}gcc; ac_word=$2
! echo "$as_me:2262: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 2266,2272 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_CC="${ac_tool_prefix}gcc"
! echo "$as_me:2269: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2274,2280 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_CC="${ac_tool_prefix}gcc"
! echo "$as_me:2277: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2274,2283 ****
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2277: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2280: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2282,2291 ----
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2285: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2288: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2286,2292 ****
    ac_ct_CC=$CC
    # Extract the first word of "gcc", so it can be a program name with args.
  set dummy gcc; ac_word=$2
! echo "$as_me:2289: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 2294,2300 ----
    ac_ct_CC=$CC
    # Extract the first word of "gcc", so it can be a program name with args.
  set dummy gcc; ac_word=$2
! echo "$as_me:2297: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 2301,2307 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_CC="gcc"
! echo "$as_me:2304: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2309,2315 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_CC="gcc"
! echo "$as_me:2312: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2309,2318 ****
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2312: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2315: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2317,2326 ----
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2320: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2323: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2325,2331 ****
    if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program 
name with args.
  set dummy ${ac_tool_prefix}cc; ac_word=$2
! echo "$as_me:2328: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 2333,2339 ----
    if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program 
name with args.
  set dummy ${ac_tool_prefix}cc; ac_word=$2
! echo "$as_me:2336: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 2340,2346 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_CC="${ac_tool_prefix}cc"
! echo "$as_me:2343: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2348,2354 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_CC="${ac_tool_prefix}cc"
! echo "$as_me:2351: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2348,2357 ****
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2351: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2354: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2356,2365 ----
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2359: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2362: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2360,2366 ****
    ac_ct_CC=$CC
    # Extract the first word of "cc", so it can be a program name with args.
  set dummy cc; ac_word=$2
! echo "$as_me:2363: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 2368,2374 ----
    ac_ct_CC=$CC
    # Extract the first word of "cc", so it can be a program name with args.
  set dummy cc; ac_word=$2
! echo "$as_me:2371: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 2375,2381 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_CC="cc"
! echo "$as_me:2378: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2383,2389 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_CC="cc"
! echo "$as_me:2386: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2383,2392 ****
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2386: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2389: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2391,2400 ----
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2394: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2397: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2399,2405 ****
  if test -z "$CC"; then
    # Extract the first word of "cc", so it can be a program name with args.
  set dummy cc; ac_word=$2
! echo "$as_me:2402: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 2407,2413 ----
  if test -z "$CC"; then
    # Extract the first word of "cc", so it can be a program name with args.
  set dummy cc; ac_word=$2
! echo "$as_me:2410: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 2419,2425 ****
    continue
  fi
  ac_cv_prog_CC="cc"
! echo "$as_me:2422: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2427,2433 ----
    continue
  fi
  ac_cv_prog_CC="cc"
! echo "$as_me:2430: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2441,2450 ****
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2444: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2447: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2449,2458 ----
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2452: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2455: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2455,2461 ****
    do
      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a 
program name with args.
  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
! echo "$as_me:2458: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 2463,2469 ----
    do
      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a 
program name with args.
  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
! echo "$as_me:2466: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 2470,2476 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
! echo "$as_me:2473: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2478,2484 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
! echo "$as_me:2481: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2478,2487 ****
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2481: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2484: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2486,2495 ----
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2489: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2492: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2494,2500 ****
  do
    # Extract the first word of "$ac_prog", so it can be a program name with 
args.
  set dummy $ac_prog; ac_word=$2
! echo "$as_me:2497: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 2502,2508 ----
  do
    # Extract the first word of "$ac_prog", so it can be a program name with 
args.
  set dummy $ac_prog; ac_word=$2
! echo "$as_me:2505: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 2509,2515 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_CC="$ac_prog"
! echo "$as_me:2512: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2517,2523 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_CC="$ac_prog"
! echo "$as_me:2520: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2517,2526 ****
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2520: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2523: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2525,2534 ----
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2528: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2531: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2532,2563 ****
  
  fi
  
! test -z "$CC" && { { echo "$as_me:2535: error: no acceptable cc found in 
\$PATH" >&5
  echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
     { (exit 1); exit 1; }; }
  
  # Provide some information about the compiler.
! echo "$as_me:2540:" \
       "checking for C compiler version" >&5
  ac_compiler=`set X $ac_compile; echo $2`
! { (eval echo "$as_me:2543: \"$ac_compiler --version </dev/null >&5\"") >&5
    (eval $ac_compiler --version </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2546: \$? = $ac_status" >&5
    (exit $ac_status); }
! { (eval echo "$as_me:2548: \"$ac_compiler -v </dev/null >&5\"") >&5
    (eval $ac_compiler -v </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2551: \$? = $ac_status" >&5
    (exit $ac_status); }
! { (eval echo "$as_me:2553: \"$ac_compiler -V </dev/null >&5\"") >&5
    (eval $ac_compiler -V </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2556: \$? = $ac_status" >&5
    (exit $ac_status); }
  
  cat >conftest.$ac_ext <<_ACEOF
! #line 2560 "configure"
  #include "confdefs.h"
  
  int
--- 2540,2571 ----
  
  fi
  
! test -z "$CC" && { { echo "$as_me:2543: error: no acceptable cc found in 
\$PATH" >&5
  echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
     { (exit 1); exit 1; }; }
  
  # Provide some information about the compiler.
! echo "$as_me:2548:" \
       "checking for C compiler version" >&5
  ac_compiler=`set X $ac_compile; echo $2`
! { (eval echo "$as_me:2551: \"$ac_compiler --version </dev/null >&5\"") >&5
    (eval $ac_compiler --version </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2554: \$? = $ac_status" >&5
    (exit $ac_status); }
! { (eval echo "$as_me:2556: \"$ac_compiler -v </dev/null >&5\"") >&5
    (eval $ac_compiler -v </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2559: \$? = $ac_status" >&5
    (exit $ac_status); }
! { (eval echo "$as_me:2561: \"$ac_compiler -V </dev/null >&5\"") >&5
    (eval $ac_compiler -V </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2564: \$? = $ac_status" >&5
    (exit $ac_status); }
  
  cat >conftest.$ac_ext <<_ACEOF
! #line 2568 "configure"
  #include "confdefs.h"
  
  int
***************
*** 2573,2585 ****
  # 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:2576: 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:2579: \"$ac_link_default\"") >&5
    (eval $ac_link_default) 2>&5
    ac_status=$?
!   echo "$as_me:2582: \$? = $ac_status" >&5
    (exit $ac_status); }; then
    # Find the output, starting from the most likely.  This scheme is
  # not robust to junk in `.', hence go to wildcards (a.*) only as a last
--- 2581,2593 ----
  # 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:2584: 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:2587: \"$ac_link_default\"") >&5
    (eval $ac_link_default) 2>&5
    ac_status=$?
!   echo "$as_me:2590: \$? = $ac_status" >&5
    (exit $ac_status); }; then
    # Find the output, starting from the most likely.  This scheme is
  # not robust to junk in `.', hence go to wildcards (a.*) only as a last
***************
*** 2602,2635 ****
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! { { echo "$as_me:2605: error: C compiler cannot create executables" >&5
  echo "$as_me: error: C compiler cannot create executables" >&2;}
     { (exit 77); exit 77; }; }
  fi
  
  ac_exeext=$ac_cv_exeext
! echo "$as_me:2611: result: $ac_file" >&5
  echo "${ECHO_T}$ac_file" >&6
  
  # Check the compiler produces executables we can run.  If not, either
  # the compiler is broken, or we cross compile.
! echo "$as_me:2616: checking whether the C compiler works" >&5
  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  # If not cross compiling, check that we can run a simple program.
  if test "$cross_compiling" != yes; then
    if { ac_try='./$ac_file'
!   { (eval echo "$as_me:2622: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2625: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
      cross_compiling=no
    else
      if test "$cross_compiling" = maybe; then
        cross_compiling=yes
      else
!       { { echo "$as_me:2632: 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;}
--- 2610,2643 ----
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! { { echo "$as_me:2613: error: C compiler cannot create executables" >&5
  echo "$as_me: error: C compiler cannot create executables" >&2;}
     { (exit 77); exit 77; }; }
  fi
  
  ac_exeext=$ac_cv_exeext
! echo "$as_me:2619: result: $ac_file" >&5
  echo "${ECHO_T}$ac_file" >&6
  
  # Check the compiler produces executables we can run.  If not, either
  # the compiler is broken, or we cross compile.
! echo "$as_me:2624: checking whether the C compiler works" >&5
  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  # If not cross compiling, check that we can run a simple program.
  if test "$cross_compiling" != yes; then
    if { ac_try='./$ac_file'
!   { (eval echo "$as_me:2630: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2633: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
      cross_compiling=no
    else
      if test "$cross_compiling" = maybe; then
        cross_compiling=yes
      else
!       { { echo "$as_me:2640: 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;}
***************
*** 2637,2660 ****
      fi
    fi
  fi
! echo "$as_me:2640: 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.
! echo "$as_me:2647: checking whether we are cross compiling" >&5
  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
! echo "$as_me:2649: result: $cross_compiling" >&5
  echo "${ECHO_T}$cross_compiling" >&6
  
! echo "$as_me:2652: checking for executable suffix" >&5
  echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
! if { (eval echo "$as_me:2654: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:2657: \$? = $ac_status" >&5
    (exit $ac_status); }; then
    # If both `conftest.exe' and `conftest' are `present' (well, observable)
  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
--- 2645,2668 ----
      fi
    fi
  fi
! echo "$as_me:2648: 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.
! echo "$as_me:2655: checking whether we are cross compiling" >&5
  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
! echo "$as_me:2657: result: $cross_compiling" >&5
  echo "${ECHO_T}$cross_compiling" >&6
  
! echo "$as_me:2660: checking for executable suffix" >&5
  echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
! if { (eval echo "$as_me:2662: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:2665: \$? = $ac_status" >&5
    (exit $ac_status); }; then
    # If both `conftest.exe' and `conftest' are `present' (well, observable)
  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
***************
*** 2670,2694 ****
    esac
  done
  else
!   { { echo "$as_me:2673: error: cannot compute EXEEXT: cannot compile and 
link" >&5
  echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
     { (exit 1); exit 1; }; }
  fi
  
  rm -f conftest$ac_cv_exeext
! echo "$as_me:2679: result: $ac_cv_exeext" >&5
  echo "${ECHO_T}$ac_cv_exeext" >&6
  
  rm -f conftest.$ac_ext
  EXEEXT=$ac_cv_exeext
  ac_exeext=$EXEEXT
! echo "$as_me:2685: checking for object suffix" >&5
  echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
  if test "${ac_cv_objext+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 2691 "configure"
  #include "confdefs.h"
  
  int
--- 2678,2702 ----
    esac
  done
  else
!   { { echo "$as_me:2681: error: cannot compute EXEEXT: cannot compile and 
link" >&5
  echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
     { (exit 1); exit 1; }; }
  fi
  
  rm -f conftest$ac_cv_exeext
! echo "$as_me:2687: result: $ac_cv_exeext" >&5
  echo "${ECHO_T}$ac_cv_exeext" >&6
  
  rm -f conftest.$ac_ext
  EXEEXT=$ac_cv_exeext
  ac_exeext=$EXEEXT
! echo "$as_me:2693: checking for object suffix" >&5
  echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
  if test "${ac_cv_objext+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 2699 "configure"
  #include "confdefs.h"
  
  int
***************
*** 2700,2709 ****
  }
  _ACEOF
  rm -f conftest.o conftest.obj
! if { (eval echo "$as_me:2703: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2706: \$? = $ac_status" >&5
    (exit $ac_status); }; then
    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
    case $ac_file in
--- 2708,2717 ----
  }
  _ACEOF
  rm -f conftest.o conftest.obj
! if { (eval echo "$as_me:2711: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2714: \$? = $ac_status" >&5
    (exit $ac_status); }; then
    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
    case $ac_file in
***************
*** 2715,2738 ****
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! { { echo "$as_me:2718: error: cannot compute OBJEXT: cannot compile" >&5
  echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
     { (exit 1); exit 1; }; }
  fi
  
  rm -f conftest.$ac_cv_objext conftest.$ac_ext
  fi
! echo "$as_me:2725: result: $ac_cv_objext" >&5
  echo "${ECHO_T}$ac_cv_objext" >&6
  OBJEXT=$ac_cv_objext
  ac_objext=$OBJEXT
! echo "$as_me:2729: checking whether we are using the GNU C compiler" >&5
  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  if test "${ac_cv_c_compiler_gnu+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 2735 "configure"
  #include "confdefs.h"
  
  int
--- 2723,2746 ----
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! { { echo "$as_me:2726: error: cannot compute OBJEXT: cannot compile" >&5
  echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
     { (exit 1); exit 1; }; }
  fi
  
  rm -f conftest.$ac_cv_objext conftest.$ac_ext
  fi
! echo "$as_me:2733: result: $ac_cv_objext" >&5
  echo "${ECHO_T}$ac_cv_objext" >&6
  OBJEXT=$ac_cv_objext
  ac_objext=$OBJEXT
! echo "$as_me:2737: checking whether we are using the GNU C compiler" >&5
  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  if test "${ac_cv_c_compiler_gnu+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 2743 "configure"
  #include "confdefs.h"
  
  int
***************
*** 2747,2762 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2750: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2753: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2756: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2759: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_compiler_gnu=yes
  else
--- 2755,2770 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2758: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2761: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2764: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2767: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_compiler_gnu=yes
  else
***************
*** 2768,2786 ****
  ac_cv_c_compiler_gnu=$ac_compiler_gnu
  
  fi
! echo "$as_me:2771: result: $ac_cv_c_compiler_gnu" >&5
  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  GCC=`test $ac_compiler_gnu = yes && echo yes`
  ac_test_CFLAGS=${CFLAGS+set}
  ac_save_CFLAGS=$CFLAGS
  CFLAGS="-g"
! echo "$as_me:2777: checking whether $CC accepts -g" >&5
  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  if test "${ac_cv_prog_cc_g+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 2783 "configure"
  #include "confdefs.h"
  
  int
--- 2776,2794 ----
  ac_cv_c_compiler_gnu=$ac_compiler_gnu
  
  fi
! echo "$as_me:2779: result: $ac_cv_c_compiler_gnu" >&5
  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  GCC=`test $ac_compiler_gnu = yes && echo yes`
  ac_test_CFLAGS=${CFLAGS+set}
  ac_save_CFLAGS=$CFLAGS
  CFLAGS="-g"
! echo "$as_me:2785: checking whether $CC accepts -g" >&5
  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  if test "${ac_cv_prog_cc_g+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 2791 "configure"
  #include "confdefs.h"
  
  int
***************
*** 2792,2807 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2795: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2798: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2801: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2804: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_prog_cc_g=yes
  else
--- 2800,2815 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2803: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2806: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2809: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2812: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_prog_cc_g=yes
  else
***************
*** 2811,2817 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:2814: result: $ac_cv_prog_cc_g" >&5
  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  if test "$ac_test_CFLAGS" = set; then
    CFLAGS=$ac_save_CFLAGS
--- 2819,2825 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:2822: result: $ac_cv_prog_cc_g" >&5
  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  if test "$ac_test_CFLAGS" = set; then
    CFLAGS=$ac_save_CFLAGS
***************
*** 2838,2853 ****
  #endif
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2841: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2844: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2847: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2850: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    for ac_declaration in \
     ''\
--- 2846,2861 ----
  #endif
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2849: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2852: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2855: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2858: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    for ac_declaration in \
     ''\
***************
*** 2859,2865 ****
     'void exit (int);'
  do
    cat >conftest.$ac_ext <<_ACEOF
! #line 2862 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  $ac_declaration
--- 2867,2873 ----
     'void exit (int);'
  do
    cat >conftest.$ac_ext <<_ACEOF
! #line 2870 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  $ac_declaration
***************
*** 2872,2887 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2875: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2878: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2881: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2884: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    :
  else
--- 2880,2895 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2883: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2886: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2889: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2892: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    :
  else
***************
*** 2891,2897 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 2894 "configure"
  #include "confdefs.h"
  $ac_declaration
  int
--- 2899,2905 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 2902 "configure"
  #include "confdefs.h"
  $ac_declaration
  int
***************
*** 2903,2918 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2906: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2909: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2912: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2915: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
--- 2911,2926 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2914: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2917: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2920: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2923: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
***************
*** 2985,2998 ****
  #### should make an entry in src/config.h, don't forget to add an
  #### #undef clause to src/config.h.in for autoconf to modify.
  
! echo "$as_me:2988: checking whether ln -s works" >&5
  echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
  LN_S=$as_ln_s
  if test "$LN_S" = "ln -s"; then
!   echo "$as_me:2992: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  else
!   echo "$as_me:2995: result: no, using $LN_S" >&5
  echo "${ECHO_T}no, using $LN_S" >&6
  fi
  
--- 2993,3006 ----
  #### should make an entry in src/config.h, don't forget to add an
  #### #undef clause to src/config.h.in for autoconf to modify.
  
! echo "$as_me:2996: checking whether ln -s works" >&5
  echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
  LN_S=$as_ln_s
  if test "$LN_S" = "ln -s"; then
!   echo "$as_me:3000: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  else
!   echo "$as_me:3003: result: no, using $LN_S" >&5
  echo "${ECHO_T}no, using $LN_S" >&6
  fi
  
***************
*** 3001,3007 ****
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS 
conftest.$ac_ext $LIBS >&5'
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
! echo "$as_me:3004: checking how to run the C preprocessor" >&5
  echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
  # On Suns, sometimes $CPP names a directory.
  if test -n "$CPP" && test -d "$CPP"; then
--- 3009,3015 ----
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS 
conftest.$ac_ext $LIBS >&5'
  ac_compiler_gnu=$ac_cv_c_compiler_gnu
! echo "$as_me:3012: checking how to run the C preprocessor" >&5
  echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
  # On Suns, sometimes $CPP names a directory.
  if test -n "$CPP" && test -d "$CPP"; then
***************
*** 3022,3039 ****
    # 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 3025 "configure"
  #include "confdefs.h"
  #include <assert.h>
                       Syntax error
  _ACEOF
! if { (eval echo "$as_me:3030: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3036: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 3030,3047 ----
    # 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 3033 "configure"
  #include "confdefs.h"
  #include <assert.h>
                       Syntax error
  _ACEOF
! if { (eval echo "$as_me:3038: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3044: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 3056,3072 ****
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! #line 3059 "configure"
  #include "confdefs.h"
  #include <ac_nonexistent.h>
  _ACEOF
! if { (eval echo "$as_me:3063: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3069: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 3064,3080 ----
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! #line 3067 "configure"
  #include "confdefs.h"
  #include <ac_nonexistent.h>
  _ACEOF
! if { (eval echo "$as_me:3071: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3077: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 3103,3109 ****
  else
    ac_cv_prog_CPP=$CPP
  fi
! echo "$as_me:3106: result: $CPP" >&5
  echo "${ECHO_T}$CPP" >&6
  ac_preproc_ok=false
  for ac_c_preproc_warn_flag in '' yes
--- 3111,3117 ----
  else
    ac_cv_prog_CPP=$CPP
  fi
! echo "$as_me:3114: result: $CPP" >&5
  echo "${ECHO_T}$CPP" >&6
  ac_preproc_ok=false
  for ac_c_preproc_warn_flag in '' yes
***************
*** 3113,3130 ****
    # 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 3116 "configure"
  #include "confdefs.h"
  #include <assert.h>
                       Syntax error
  _ACEOF
! if { (eval echo "$as_me:3121: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3127: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 3121,3138 ----
    # 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 3124 "configure"
  #include "confdefs.h"
  #include <assert.h>
                       Syntax error
  _ACEOF
! if { (eval echo "$as_me:3129: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3135: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 3147,3163 ****
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! #line 3150 "configure"
  #include "confdefs.h"
  #include <ac_nonexistent.h>
  _ACEOF
! if { (eval echo "$as_me:3154: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3160: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 3155,3171 ----
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! #line 3158 "configure"
  #include "confdefs.h"
  #include <ac_nonexistent.h>
  _ACEOF
! if { (eval echo "$as_me:3162: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3168: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 3185,3191 ****
  if $ac_preproc_ok; then
    :
  else
!   { { echo "$as_me:3188: error: C preprocessor \"$CPP\" fails sanity check" 
>&5
  echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
     { (exit 1); exit 1; }; }
  fi
--- 3193,3199 ----
  if $ac_preproc_ok; then
    :
  else
!   { { echo "$as_me:3196: error: C preprocessor \"$CPP\" fails sanity check" 
>&5
  echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
     { (exit 1); exit 1; }; }
  fi
***************
*** 3208,3214 ****
  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  # ./install, which can be erroneously created by make from ./install.sh.
! echo "$as_me:3211: checking for a BSD compatible install" >&5
  echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
  if test -z "$INSTALL"; then
  if test "${ac_cv_path_install+set}" = set; then
--- 3216,3222 ----
  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  # ./install, which can be erroneously created by make from ./install.sh.
! echo "$as_me:3219: checking for a BSD compatible install" >&5
  echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
  if test -z "$INSTALL"; then
  if test "${ac_cv_path_install+set}" = set; then
***************
*** 3257,3263 ****
      INSTALL=$ac_install_sh
    fi
  fi
! echo "$as_me:3260: result: $INSTALL" >&5
  echo "${ECHO_T}$INSTALL" >&6
  
  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
--- 3265,3271 ----
      INSTALL=$ac_install_sh
    fi
  fi
! echo "$as_me:3268: result: $INSTALL" >&5
  echo "${ECHO_T}$INSTALL" >&6
  
  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
***************
*** 3272,3278 ****
  do
    # Extract the first word of "$ac_prog", so it can be a program name with 
args.
  set dummy $ac_prog; ac_word=$2
! echo "$as_me:3275: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_YACC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 3280,3286 ----
  do
    # Extract the first word of "$ac_prog", so it can be a program name with 
args.
  set dummy $ac_prog; ac_word=$2
! echo "$as_me:3283: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_YACC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 3287,3293 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_YACC="$ac_prog"
! echo "$as_me:3290: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 3295,3301 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_YACC="$ac_prog"
! echo "$as_me:3298: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 3295,3304 ****
  fi
  YACC=$ac_cv_prog_YACC
  if test -n "$YACC"; then
!   echo "$as_me:3298: result: $YACC" >&5
  echo "${ECHO_T}$YACC" >&6
  else
!   echo "$as_me:3301: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 3303,3312 ----
  fi
  YACC=$ac_cv_prog_YACC
  if test -n "$YACC"; then
!   echo "$as_me:3306: result: $YACC" >&5
  echo "${ECHO_T}$YACC" >&6
  else
!   echo "$as_me:3309: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 3310,3316 ****
    if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a 
program name with args.
  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
! echo "$as_me:3313: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 3318,3324 ----
    if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a 
program name with args.
  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
! echo "$as_me:3321: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 3325,3331 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
! echo "$as_me:3328: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 3333,3339 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
! echo "$as_me:3336: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 3333,3342 ****
  fi
  RANLIB=$ac_cv_prog_RANLIB
  if test -n "$RANLIB"; then
!   echo "$as_me:3336: result: $RANLIB" >&5
  echo "${ECHO_T}$RANLIB" >&6
  else
!   echo "$as_me:3339: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 3341,3350 ----
  fi
  RANLIB=$ac_cv_prog_RANLIB
  if test -n "$RANLIB"; then
!   echo "$as_me:3344: result: $RANLIB" >&5
  echo "${ECHO_T}$RANLIB" >&6
  else
!   echo "$as_me:3347: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 3345,3351 ****
    ac_ct_RANLIB=$RANLIB
    # Extract the first word of "ranlib", so it can be a program name with args.
  set dummy ranlib; ac_word=$2
! echo "$as_me:3348: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 3353,3359 ----
    ac_ct_RANLIB=$RANLIB
    # Extract the first word of "ranlib", so it can be a program name with args.
  set dummy ranlib; ac_word=$2
! echo "$as_me:3356: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 3360,3366 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_RANLIB="ranlib"
! echo "$as_me:3363: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 3368,3374 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_RANLIB="ranlib"
! echo "$as_me:3371: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 3369,3378 ****
  fi
  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  if test -n "$ac_ct_RANLIB"; then
!   echo "$as_me:3372: result: $ac_ct_RANLIB" >&5
  echo "${ECHO_T}$ac_ct_RANLIB" >&6
  else
!   echo "$as_me:3375: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 3377,3386 ----
  fi
  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  if test -n "$ac_ct_RANLIB"; then
!   echo "$as_me:3380: result: $ac_ct_RANLIB" >&5
  echo "${ECHO_T}$ac_ct_RANLIB" >&6
  else
!   echo "$as_me:3383: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 3383,3392 ****
  
  fi
  
! echo "$as_me:3386: checking for AIX" >&5
  echo $ECHO_N "checking for AIX... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line 3389 "configure"
  #include "confdefs.h"
  #ifdef _AIX
    yes
--- 3391,3400 ----
  
  fi
  
! echo "$as_me:3394: checking for AIX" >&5
  echo $ECHO_N "checking for AIX... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line 3397 "configure"
  #include "confdefs.h"
  #ifdef _AIX
    yes
***************
*** 3395,3415 ****
  _ACEOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    egrep "yes" >/dev/null 2>&1; then
!   echo "$as_me:3398: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  cat >>confdefs.h <<\EOF
  #define _ALL_SOURCE 1
  EOF
  
  else
!   echo "$as_me:3405: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  rm -f conftest*
  
  #### Extract some information from the operating system and machine files.
  
! { echo "$as_me:3412: checking the machine- and system-dependent files to find 
out
   - which libraries the lib-src programs will want, and
   - whether the GNU malloc routines are usable..." >&5
  echo "$as_me: checking the machine- and system-dependent files to find out
--- 3403,3423 ----
  _ACEOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    egrep "yes" >/dev/null 2>&1; then
!   echo "$as_me:3406: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  cat >>confdefs.h <<\EOF
  #define _ALL_SOURCE 1
  EOF
  
  else
!   echo "$as_me:3413: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  rm -f conftest*
  
  #### Extract some information from the operating system and machine files.
  
! { echo "$as_me:3420: checking the machine- and system-dependent files to find 
out
   - which libraries the lib-src programs will want, and
   - whether the GNU malloc routines are usable..." >&5
  echo "$as_me: checking the machine- and system-dependent files to find out
***************
*** 3559,3565 ****
  fi;
  if test "$enable_largefile" != no; then
  
!   echo "$as_me:3562: checking for special C compiler options needed for large 
files" >&5
  echo $ECHO_N "checking for special C compiler options needed for large 
files... $ECHO_C" >&6
  if test "${ac_cv_sys_largefile_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 3567,3573 ----
  fi;
  if test "$enable_largefile" != no; then
  
!   echo "$as_me:3570: checking for special C compiler options needed for large 
files" >&5
  echo $ECHO_N "checking for special C compiler options needed for large 
files... $ECHO_C" >&6
  if test "${ac_cv_sys_largefile_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 3571,3577 ****
         # 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 3574 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
--- 3579,3585 ----
         # 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 3582 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
***************
*** 3591,3606 ****
  }
  _ACEOF
         rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3594: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3597: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3600: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3603: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
--- 3599,3614 ----
  }
  _ACEOF
         rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3602: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3605: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3608: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3611: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
***************
*** 3610,3625 ****
  rm -f conftest.$ac_objext
         CC="$CC -n32"
         rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3613: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3616: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3619: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3622: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_largefile_CC=' -n32'; break
  else
--- 3618,3633 ----
  rm -f conftest.$ac_objext
         CC="$CC -n32"
         rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3621: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3624: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3627: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3630: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_largefile_CC=' -n32'; break
  else
***************
*** 3633,3645 ****
         rm -f conftest.$ac_ext
      fi
  fi
! echo "$as_me:3636: result: $ac_cv_sys_largefile_CC" >&5
  echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
    if test "$ac_cv_sys_largefile_CC" != no; then
      CC=$CC$ac_cv_sys_largefile_CC
    fi
  
!   echo "$as_me:3642: checking for _FILE_OFFSET_BITS value needed for large 
files" >&5
  echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... 
$ECHO_C" >&6
  if test "${ac_cv_sys_file_offset_bits+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 3641,3653 ----
         rm -f conftest.$ac_ext
      fi
  fi
! echo "$as_me:3644: result: $ac_cv_sys_largefile_CC" >&5
  echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
    if test "$ac_cv_sys_largefile_CC" != no; then
      CC=$CC$ac_cv_sys_largefile_CC
    fi
  
!   echo "$as_me:3650: checking for _FILE_OFFSET_BITS value needed for large 
files" >&5
  echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... 
$ECHO_C" >&6
  if test "${ac_cv_sys_file_offset_bits+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 3647,3653 ****
    while :; do
    ac_cv_sys_file_offset_bits=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 3650 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
--- 3655,3661 ----
    while :; do
    ac_cv_sys_file_offset_bits=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 3658 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
***************
*** 3667,3682 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3670: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3673: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3676: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3679: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
--- 3675,3690 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3678: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3681: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3684: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3687: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
***************
*** 3685,3691 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 3688 "configure"
  #include "confdefs.h"
  #define _FILE_OFFSET_BITS 64
  #include <sys/types.h>
--- 3693,3699 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 3696 "configure"
  #include "confdefs.h"
  #define _FILE_OFFSET_BITS 64
  #include <sys/types.h>
***************
*** 3706,3721 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3709: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3712: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3715: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3718: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_file_offset_bits=64; break
  else
--- 3714,3729 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3717: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3720: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3723: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3726: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_file_offset_bits=64; break
  else
***************
*** 3726,3732 ****
    break
  done
  fi
! echo "$as_me:3729: result: $ac_cv_sys_file_offset_bits" >&5
  echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
  if test "$ac_cv_sys_file_offset_bits" != no; then
  
--- 3734,3740 ----
    break
  done
  fi
! echo "$as_me:3737: result: $ac_cv_sys_file_offset_bits" >&5
  echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
  if test "$ac_cv_sys_file_offset_bits" != no; then
  
***************
*** 3736,3742 ****
  
  fi
  rm -f conftest*
!   echo "$as_me:3739: checking for _LARGE_FILES value needed for large files" 
>&5
  echo $ECHO_N "checking for _LARGE_FILES value needed for large files... 
$ECHO_C" >&6
  if test "${ac_cv_sys_large_files+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 3744,3750 ----
  
  fi
  rm -f conftest*
!   echo "$as_me:3747: checking for _LARGE_FILES value needed for large files" 
>&5
  echo $ECHO_N "checking for _LARGE_FILES value needed for large files... 
$ECHO_C" >&6
  if test "${ac_cv_sys_large_files+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 3744,3750 ****
    while :; do
    ac_cv_sys_large_files=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 3747 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
--- 3752,3758 ----
    while :; do
    ac_cv_sys_large_files=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 3755 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
***************
*** 3764,3779 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3767: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3770: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3773: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3776: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
--- 3772,3787 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3775: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3778: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3781: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3784: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
***************
*** 3782,3788 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 3785 "configure"
  #include "confdefs.h"
  #define _LARGE_FILES 1
  #include <sys/types.h>
--- 3790,3796 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 3793 "configure"
  #include "confdefs.h"
  #define _LARGE_FILES 1
  #include <sys/types.h>
***************
*** 3803,3818 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3806: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3809: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3812: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3815: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_large_files=1; break
  else
--- 3811,3826 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3814: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3817: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3820: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3823: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_large_files=1; break
  else
***************
*** 3823,3829 ****
    break
  done
  fi
! echo "$as_me:3826: result: $ac_cv_sys_large_files" >&5
  echo "${ECHO_T}$ac_cv_sys_large_files" >&6
  if test "$ac_cv_sys_large_files" != no; then
  
--- 3831,3837 ----
    break
  done
  fi
! echo "$as_me:3834: result: $ac_cv_sys_large_files" >&5
  echo "${ECHO_T}$ac_cv_sys_large_files" >&6
  if test "$ac_cv_sys_large_files" != no; then
  
***************
*** 3840,3862 ****
  for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:3843: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 3849 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:3853: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3859: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 3848,3870 ----
  for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:3851: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 3857 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:3861: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3867: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 3875,3881 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:3878: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 3883,3889 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:3886: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 3886,3892 ****
  done
  
  # Emulation library used on NetBSD.
! echo "$as_me:3889: checking for _oss_ioctl in -lossaudio" >&5
  echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
  if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 3894,3900 ----
  done
  
  # Emulation library used on NetBSD.
! echo "$as_me:3897: checking for _oss_ioctl in -lossaudio" >&5
  echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
  if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 3894,3900 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lossaudio  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 3897 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 3902,3908 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lossaudio  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 3905 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 3913,3928 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:3916: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:3919: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:3922: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3925: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_ossaudio__oss_ioctl=yes
  else
--- 3921,3936 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:3924: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:3927: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:3930: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3933: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_ossaudio__oss_ioctl=yes
  else
***************
*** 3933,3939 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:3936: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
  echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
  if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
    LIBSOUND=-lossaudio
--- 3941,3947 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:3944: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
  echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
  if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
    LIBSOUND=-lossaudio
***************
*** 3946,3968 ****
    termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:3949: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 3955 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:3959: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3965: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 3954,3976 ----
    termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:3957: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 3963 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:3967: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:3973: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 3981,3987 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:3984: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 3989,3995 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:3992: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 3991,4003 ****
  fi
  done
  
! echo "$as_me:3994: checking for ANSI C header files" >&5
  echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  if test "${ac_cv_header_stdc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4000 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
--- 3999,4011 ----
  fi
  done
  
! echo "$as_me:4002: checking for ANSI C header files" >&5
  echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  if test "${ac_cv_header_stdc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4008 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
***************
*** 4005,4017 ****
  #include <float.h>
  
  _ACEOF
! if { (eval echo "$as_me:4008: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:4014: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 4013,4025 ----
  #include <float.h>
  
  _ACEOF
! if { (eval echo "$as_me:4016: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:4022: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 4033,4039 ****
  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 4036 "configure"
  #include "confdefs.h"
  #include <string.h>
  
--- 4041,4047 ----
  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 4044 "configure"
  #include "confdefs.h"
  #include <string.h>
  
***************
*** 4051,4057 ****
  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 4054 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  
--- 4059,4065 ----
  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 4062 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  
***************
*** 4072,4078 ****
    :
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4075 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #if ((' ' & 0x0FF) == 0x020)
--- 4080,4086 ----
    :
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4083 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #if ((' ' & 0x0FF) == 0x020)
***************
*** 4098,4112 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:4101: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:4104: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:4106: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4109: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    :
  else
--- 4106,4120 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:4109: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:4112: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:4114: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4117: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    :
  else
***************
*** 4119,4125 ****
  fi
  fi
  fi
! echo "$as_me:4122: result: $ac_cv_header_stdc" >&5
  echo "${ECHO_T}$ac_cv_header_stdc" >&6
  if test $ac_cv_header_stdc = yes; then
  
--- 4127,4133 ----
  fi
  fi
  fi
! echo "$as_me:4130: result: $ac_cv_header_stdc" >&5
  echo "${ECHO_T}$ac_cv_header_stdc" >&6
  if test $ac_cv_header_stdc = yes; then
  
***************
*** 4129,4141 ****
  
  fi
  
! echo "$as_me:4132: checking whether time.h and sys/time.h may both be 
included" >&5
  echo $ECHO_N "checking whether time.h and sys/time.h may both be included... 
$ECHO_C" >&6
  if test "${ac_cv_header_time+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4138 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/time.h>
--- 4137,4149 ----
  
  fi
  
! echo "$as_me:4140: checking whether time.h and sys/time.h may both be 
included" >&5
  echo $ECHO_N "checking whether time.h and sys/time.h may both be included... 
$ECHO_C" >&6
  if test "${ac_cv_header_time+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4146 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/time.h>
***************
*** 4151,4166 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4154: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4157: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4160: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4163: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_header_time=yes
  else
--- 4159,4174 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4162: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4165: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4168: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4171: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_header_time=yes
  else
***************
*** 4170,4176 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4173: result: $ac_cv_header_time" >&5
  echo "${ECHO_T}$ac_cv_header_time" >&6
  if test $ac_cv_header_time = yes; then
  
--- 4178,4184 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4181: result: $ac_cv_header_time" >&5
  echo "${ECHO_T}$ac_cv_header_time" >&6
  if test $ac_cv_header_time = yes; then
  
***************
*** 4180,4192 ****
  
  fi
  
! echo "$as_me:4183: checking for sys_siglist declaration in signal.h or 
unistd.h" >&5
  echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... 
$ECHO_C" >&6
  if test "${ac_cv_decl_sys_siglist+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4189 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <signal.h>
--- 4188,4200 ----
  
  fi
  
! echo "$as_me:4191: checking for sys_siglist declaration in signal.h or 
unistd.h" >&5
  echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... 
$ECHO_C" >&6
  if test "${ac_cv_decl_sys_siglist+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4197 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <signal.h>
***************
*** 4204,4219 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4207: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4210: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4213: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4216: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_decl_sys_siglist=yes
  else
--- 4212,4227 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4215: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4218: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4221: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4224: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_decl_sys_siglist=yes
  else
***************
*** 4223,4229 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4226: result: $ac_cv_decl_sys_siglist" >&5
  echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6
  if test $ac_cv_decl_sys_siglist = yes; then
  
--- 4231,4237 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4234: result: $ac_cv_decl_sys_siglist" >&5
  echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6
  if test $ac_cv_decl_sys_siglist = yes; then
  
***************
*** 4233,4245 ****
  
  fi
  
! echo "$as_me:4236: checking for sys/wait.h that is POSIX.1 compatible" >&5
  echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" 
>&6
  if test "${ac_cv_header_sys_wait_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4242 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/wait.h>
--- 4241,4253 ----
  
  fi
  
! echo "$as_me:4244: checking for sys/wait.h that is POSIX.1 compatible" >&5
  echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" 
>&6
  if test "${ac_cv_header_sys_wait_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4250 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/wait.h>
***************
*** 4261,4276 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4264: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4267: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4270: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4273: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_header_sys_wait_h=yes
  else
--- 4269,4284 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4272: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4275: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4278: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4281: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_header_sys_wait_h=yes
  else
***************
*** 4280,4286 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4283: result: $ac_cv_header_sys_wait_h" >&5
  echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
  if test $ac_cv_header_sys_wait_h = yes; then
  
--- 4288,4294 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4291: result: $ac_cv_header_sys_wait_h" >&5
  echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
  if test $ac_cv_header_sys_wait_h = yes; then
  
***************
*** 4290,4302 ****
  
  fi
  
! echo "$as_me:4293: checking for struct utimbuf" >&5
  echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6
  if test "${emacs_cv_struct_utimbuf+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4299 "configure"
  #include "confdefs.h"
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
--- 4298,4310 ----
  
  fi
  
! echo "$as_me:4301: checking for struct utimbuf" >&5
  echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6
  if test "${emacs_cv_struct_utimbuf+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4307 "configure"
  #include "confdefs.h"
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
***************
*** 4320,4335 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4323: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4326: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4329: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4332: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_utimbuf=yes
  else
--- 4328,4343 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4331: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4334: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4337: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4340: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_utimbuf=yes
  else
***************
*** 4339,4345 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4342: result: $emacs_cv_struct_utimbuf" >&5
  echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
  if test $emacs_cv_struct_utimbuf = yes; then
    cat >>confdefs.h <<\EOF
--- 4347,4353 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4350: result: $emacs_cv_struct_utimbuf" >&5
  echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
  if test $emacs_cv_struct_utimbuf = yes; then
    cat >>confdefs.h <<\EOF
***************
*** 4348,4360 ****
  
  fi
  
! echo "$as_me:4351: checking return type of signal handlers" >&5
  echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
  if test "${ac_cv_type_signal+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4357 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <signal.h>
--- 4356,4368 ----
  
  fi
  
! echo "$as_me:4359: checking return type of signal handlers" >&5
  echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
  if test "${ac_cv_type_signal+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4365 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <signal.h>
***************
*** 4376,4391 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4379: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4382: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4385: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4388: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_signal=void
  else
--- 4384,4399 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4387: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4390: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4393: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4396: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_signal=void
  else
***************
*** 4395,4414 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4398: result: $ac_cv_type_signal" >&5
  echo "${ECHO_T}$ac_cv_type_signal" >&6
  
  cat >>confdefs.h <<EOF
  #define RETSIGTYPE $ac_cv_type_signal
  EOF
  
! echo "$as_me:4405: checking for speed_t" >&5
  echo $ECHO_N "checking for speed_t... $ECHO_C" >&6
  if test "${emacs_cv_speed_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4411 "configure"
  #include "confdefs.h"
  #include <termios.h>
  int
--- 4403,4422 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4406: result: $ac_cv_type_signal" >&5
  echo "${ECHO_T}$ac_cv_type_signal" >&6
  
  cat >>confdefs.h <<EOF
  #define RETSIGTYPE $ac_cv_type_signal
  EOF
  
! echo "$as_me:4413: checking for speed_t" >&5
  echo $ECHO_N "checking for speed_t... $ECHO_C" >&6
  if test "${emacs_cv_speed_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4419 "configure"
  #include "confdefs.h"
  #include <termios.h>
  int
***************
*** 4420,4435 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4423: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4426: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4429: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4432: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_speed_t=yes
  else
--- 4428,4443 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4431: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4434: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4437: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4440: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_speed_t=yes
  else
***************
*** 4439,4445 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4442: result: $emacs_cv_speed_t" >&5
  echo "${ECHO_T}$emacs_cv_speed_t" >&6
  if test $emacs_cv_speed_t = yes; then
    cat >>confdefs.h <<\EOF
--- 4447,4453 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4450: result: $emacs_cv_speed_t" >&5
  echo "${ECHO_T}$emacs_cv_speed_t" >&6
  if test $emacs_cv_speed_t = yes; then
    cat >>confdefs.h <<\EOF
***************
*** 4448,4460 ****
  
  fi
  
! echo "$as_me:4451: checking for struct timeval" >&5
  echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
  if test "${emacs_cv_struct_timeval+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4457 "configure"
  #include "confdefs.h"
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
--- 4456,4468 ----
  
  fi
  
! echo "$as_me:4459: checking for struct timeval" >&5
  echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
  if test "${emacs_cv_struct_timeval+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4465 "configure"
  #include "confdefs.h"
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
***************
*** 4475,4490 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4478: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4481: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4484: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4487: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_timeval=yes
  else
--- 4483,4498 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4486: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4489: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4492: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4495: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_timeval=yes
  else
***************
*** 4494,4500 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4497: result: $emacs_cv_struct_timeval" >&5
  echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
  HAVE_TIMEVAL=$emacs_cv_struct_timeval
  if test $emacs_cv_struct_timeval = yes; then
--- 4502,4508 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4505: result: $emacs_cv_struct_timeval" >&5
  echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
  HAVE_TIMEVAL=$emacs_cv_struct_timeval
  if test $emacs_cv_struct_timeval = yes; then
***************
*** 4504,4516 ****
  
  fi
  
! echo "$as_me:4507: checking for struct exception" >&5
  echo $ECHO_N "checking for struct exception... $ECHO_C" >&6
  if test "${emacs_cv_struct_exception+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4513 "configure"
  #include "confdefs.h"
  #include <math.h>
  int
--- 4512,4524 ----
  
  fi
  
! echo "$as_me:4515: checking for struct exception" >&5
  echo $ECHO_N "checking for struct exception... $ECHO_C" >&6
  if test "${emacs_cv_struct_exception+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4521 "configure"
  #include "confdefs.h"
  #include <math.h>
  int
***************
*** 4522,4537 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4525: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4528: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4531: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4534: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_exception=yes
  else
--- 4530,4545 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4533: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4536: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4539: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4542: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_exception=yes
  else
***************
*** 4541,4547 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4544: result: $emacs_cv_struct_exception" >&5
  echo "${ECHO_T}$emacs_cv_struct_exception" >&6
  HAVE_EXCEPTION=$emacs_cv_struct_exception
  if test $emacs_cv_struct_exception != yes; then
--- 4549,4555 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4552: result: $emacs_cv_struct_exception" >&5
  echo "${ECHO_T}$emacs_cv_struct_exception" >&6
  HAVE_EXCEPTION=$emacs_cv_struct_exception
  if test $emacs_cv_struct_exception != yes; then
***************
*** 4551,4563 ****
  
  fi
  
! echo "$as_me:4554: checking whether struct tm is in sys/time.h or time.h" >&5
  echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... 
$ECHO_C" >&6
  if test "${ac_cv_struct_tm+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4560 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <time.h>
--- 4559,4571 ----
  
  fi
  
! echo "$as_me:4562: checking whether struct tm is in sys/time.h or time.h" >&5
  echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... 
$ECHO_C" >&6
  if test "${ac_cv_struct_tm+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4568 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <time.h>
***************
*** 4571,4586 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4574: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4577: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4580: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4583: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_struct_tm=time.h
  else
--- 4579,4594 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4582: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4585: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4588: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4591: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_struct_tm=time.h
  else
***************
*** 4590,4596 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4593: result: $ac_cv_struct_tm" >&5
  echo "${ECHO_T}$ac_cv_struct_tm" >&6
  if test $ac_cv_struct_tm = sys/time.h; then
  
--- 4598,4604 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4601: result: $ac_cv_struct_tm" >&5
  echo "${ECHO_T}$ac_cv_struct_tm" >&6
  if test $ac_cv_struct_tm = sys/time.h; then
  
***************
*** 4600,4612 ****
  
  fi
  
! echo "$as_me:4603: checking for struct tm.tm_zone" >&5
  echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
  if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4609 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
--- 4608,4620 ----
  
  fi
  
! echo "$as_me:4611: checking for struct tm.tm_zone" >&5
  echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
  if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4617 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
***************
*** 4622,4637 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4625: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4628: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4631: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4634: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_member_struct_tm_tm_zone=yes
  else
--- 4630,4645 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4633: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4636: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4639: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4642: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_member_struct_tm_tm_zone=yes
  else
***************
*** 4641,4647 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4644: result: $ac_cv_member_struct_tm_tm_zone" >&5
  echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
  if test $ac_cv_member_struct_tm_tm_zone = yes; then
  
--- 4649,4655 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4652: result: $ac_cv_member_struct_tm_tm_zone" >&5
  echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
  if test $ac_cv_member_struct_tm_tm_zone = yes; then
  
***************
*** 4658,4670 ****
  EOF
  
  else
!   echo "$as_me:4661: checking for tzname" >&5
  echo $ECHO_N "checking for tzname... $ECHO_C" >&6
  if test "${ac_cv_var_tzname+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4667 "configure"
  #include "confdefs.h"
  #include <time.h>
  #ifndef tzname /* For SGI.  */
--- 4666,4678 ----
  EOF
  
  else
!   echo "$as_me:4669: checking for tzname" >&5
  echo $ECHO_N "checking for tzname... $ECHO_C" >&6
  if test "${ac_cv_var_tzname+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4675 "configure"
  #include "confdefs.h"
  #include <time.h>
  #ifndef tzname /* For SGI.  */
***************
*** 4680,4695 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:4683: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:4686: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:4689: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4692: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_var_tzname=yes
  else
--- 4688,4703 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:4691: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:4694: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:4697: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4700: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_var_tzname=yes
  else
***************
*** 4699,4705 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:4702: result: $ac_cv_var_tzname" >&5
  echo "${ECHO_T}$ac_cv_var_tzname" >&6
    if test $ac_cv_var_tzname = yes; then
  
--- 4707,4713 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:4710: result: $ac_cv_var_tzname" >&5
  echo "${ECHO_T}$ac_cv_var_tzname" >&6
    if test $ac_cv_var_tzname = yes; then
  
***************
*** 4710,4722 ****
    fi
  fi
  
! echo "$as_me:4713: checking for tm_gmtoff in struct tm" >&5
  echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
  if test "${emacs_cv_tm_gmtoff+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4719 "configure"
  #include "confdefs.h"
  #include <time.h>
  int
--- 4718,4730 ----
    fi
  fi
  
! echo "$as_me:4721: checking for tm_gmtoff in struct tm" >&5
  echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
  if test "${emacs_cv_tm_gmtoff+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4727 "configure"
  #include "confdefs.h"
  #include <time.h>
  int
***************
*** 4728,4743 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:4731: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:4734: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:4737: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4740: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_tm_gmtoff=yes
  else
--- 4736,4751 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:4739: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:4742: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:4745: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4748: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_tm_gmtoff=yes
  else
***************
*** 4747,4753 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:4750: result: $emacs_cv_tm_gmtoff" >&5
  echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6
  if test $emacs_cv_tm_gmtoff = yes; then
    cat >>confdefs.h <<\EOF
--- 4755,4761 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:4758: result: $emacs_cv_tm_gmtoff" >&5
  echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6
  if test $emacs_cv_tm_gmtoff = yes; then
    cat >>confdefs.h <<\EOF
***************
*** 4756,4762 ****
  
  fi
  
! echo "$as_me:4759: checking for $CC option to accept ANSI C" >&5
  echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  if test "${ac_cv_prog_cc_stdc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 4764,4770 ----
  
  fi
  
! echo "$as_me:4767: checking for $CC option to accept ANSI C" >&5
  echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  if test "${ac_cv_prog_cc_stdc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 4764,4770 ****
    ac_cv_prog_cc_stdc=no
  ac_save_CC=$CC
  cat >conftest.$ac_ext <<_ACEOF
! #line 4767 "configure"
  #include "confdefs.h"
  #include <stdarg.h>
  #include <stdio.h>
--- 4772,4778 ----
    ac_cv_prog_cc_stdc=no
  ac_save_CC=$CC
  cat >conftest.$ac_ext <<_ACEOF
! #line 4775 "configure"
  #include "confdefs.h"
  #include <stdarg.h>
  #include <stdio.h>
***************
*** 4813,4828 ****
  do
    CC="$ac_save_CC $ac_arg"
    rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4816: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4819: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4822: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4825: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_prog_cc_stdc=$ac_arg
  break
--- 4821,4836 ----
  do
    CC="$ac_save_CC $ac_arg"
    rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4824: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4827: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4830: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4833: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_prog_cc_stdc=$ac_arg
  break
***************
*** 4839,4856 ****
  
  case "x$ac_cv_prog_cc_stdc" in
    x|xno)
!     echo "$as_me:4842: result: none needed" >&5
  echo "${ECHO_T}none needed" >&6 ;;
    *)
!     echo "$as_me:4845: result: $ac_cv_prog_cc_stdc" >&5
  echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
      CC="$CC $ac_cv_prog_cc_stdc" ;;
  esac
  
! echo "$as_me:4850: checking for function prototypes" >&5
  echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
  if test "$ac_cv_prog_cc_stdc" != no; then
!   echo "$as_me:4853: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  
  cat >>confdefs.h <<\EOF
--- 4847,4864 ----
  
  case "x$ac_cv_prog_cc_stdc" in
    x|xno)
!     echo "$as_me:4850: result: none needed" >&5
  echo "${ECHO_T}none needed" >&6 ;;
    *)
!     echo "$as_me:4853: result: $ac_cv_prog_cc_stdc" >&5
  echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
      CC="$CC $ac_cv_prog_cc_stdc" ;;
  esac
  
! echo "$as_me:4858: checking for function prototypes" >&5
  echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
  if test "$ac_cv_prog_cc_stdc" != no; then
!   echo "$as_me:4861: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  
  cat >>confdefs.h <<\EOF
***************
*** 4858,4874 ****
  EOF
  
  else
!   echo "$as_me:4861: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
! echo "$as_me:4865: checking for working volatile" >&5
  echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
  if test "${ac_cv_c_volatile+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4871 "configure"
  #include "confdefs.h"
  
  int
--- 4866,4882 ----
  EOF
  
  else
!   echo "$as_me:4869: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
! echo "$as_me:4873: checking for working volatile" >&5
  echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
  if test "${ac_cv_c_volatile+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4879 "configure"
  #include "confdefs.h"
  
  int
***************
*** 4882,4897 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4885: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4888: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4891: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4894: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_volatile=yes
  else
--- 4890,4905 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4893: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4896: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4899: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4902: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_volatile=yes
  else
***************
*** 4901,4907 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4904: result: $ac_cv_c_volatile" >&5
  echo "${ECHO_T}$ac_cv_c_volatile" >&6
  if test $ac_cv_c_volatile = no; then
  
--- 4909,4915 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4912: result: $ac_cv_c_volatile" >&5
  echo "${ECHO_T}$ac_cv_c_volatile" >&6
  if test $ac_cv_c_volatile = no; then
  
***************
*** 4911,4923 ****
  
  fi
  
! echo "$as_me:4914: checking for an ANSI C-conforming const" >&5
  echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
  if test "${ac_cv_c_const+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4920 "configure"
  #include "confdefs.h"
  
  int
--- 4919,4931 ----
  
  fi
  
! echo "$as_me:4922: checking for an ANSI C-conforming const" >&5
  echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
  if test "${ac_cv_c_const+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4928 "configure"
  #include "confdefs.h"
  
  int
***************
*** 4975,4990 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4978: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4981: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4984: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4987: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_const=yes
  else
--- 4983,4998 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4986: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4989: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4992: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4995: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_const=yes
  else
***************
*** 4994,5000 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4997: result: $ac_cv_c_const" >&5
  echo "${ECHO_T}$ac_cv_c_const" >&6
  if test $ac_cv_c_const = no; then
  
--- 5002,5008 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:5005: result: $ac_cv_c_const" >&5
  echo "${ECHO_T}$ac_cv_c_const" >&6
  if test $ac_cv_c_const = no; then
  
***************
*** 5004,5016 ****
  
  fi
  
! echo "$as_me:5007: checking for void * support" >&5
  echo $ECHO_N "checking for void * support... $ECHO_C" >&6
  if test "${emacs_cv_void_star+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5013 "configure"
  #include "confdefs.h"
  
  int
--- 5012,5024 ----
  
  fi
  
! echo "$as_me:5015: checking for void * support" >&5
  echo $ECHO_N "checking for void * support... $ECHO_C" >&6
  if test "${emacs_cv_void_star+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5021 "configure"
  #include "confdefs.h"
  
  int
***************
*** 5022,5037 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:5025: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:5028: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:5031: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5034: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_void_star=yes
  else
--- 5030,5045 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:5033: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:5036: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:5039: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5042: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_void_star=yes
  else
***************
*** 5041,5047 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:5044: result: $emacs_cv_void_star" >&5
  echo "${ECHO_T}$emacs_cv_void_star" >&6
  if test $emacs_cv_void_star = yes; then
    cat >>confdefs.h <<\EOF
--- 5049,5055 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:5052: result: $emacs_cv_void_star" >&5
  echo "${ECHO_T}$emacs_cv_void_star" >&6
  if test $emacs_cv_void_star = yes; then
    cat >>confdefs.h <<\EOF
***************
*** 5055,5061 ****
  
  fi
  
! echo "$as_me:5058: 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
--- 5063,5069 ----
  
  fi
  
! echo "$as_me:5066: 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
***************
*** 5075,5090 ****
  rm -f conftest.make
  fi
  if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
!   echo "$as_me:5078: result: yes" >&5
  echo "${ECHO_T}yes" >&6
    SET_MAKE=
  else
!   echo "$as_me:5082: result: no" >&5
  echo "${ECHO_T}no" >&6
    SET_MAKE="MAKE=${MAKE-make}"
  fi
  
! echo "$as_me:5087: checking for long file names" >&5
  echo $ECHO_N "checking for long file names... $ECHO_C" >&6
  if test "${ac_cv_sys_long_file_names+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 5083,5098 ----
  rm -f conftest.make
  fi
  if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
!   echo "$as_me:5086: result: yes" >&5
  echo "${ECHO_T}yes" >&6
    SET_MAKE=
  else
!   echo "$as_me:5090: result: no" >&5
  echo "${ECHO_T}no" >&6
    SET_MAKE="MAKE=${MAKE-make}"
  fi
  
! echo "$as_me:5095: checking for long file names" >&5
  echo $ECHO_N "checking for long file names... $ECHO_C" >&6
  if test "${ac_cv_sys_long_file_names+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 5123,5129 ****
    rm -rf $ac_xdir 2>/dev/null
  done
  fi
! echo "$as_me:5126: result: $ac_cv_sys_long_file_names" >&5
  echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
  if test $ac_cv_sys_long_file_names = yes; then
  
--- 5131,5137 ----
    rm -rf $ac_xdir 2>/dev/null
  done
  fi
! echo "$as_me:5134: result: $ac_cv_sys_long_file_names" >&5
  echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
  if test $ac_cv_sys_long_file_names = yes; then
  
***************
*** 5135,5141 ****
  
  #### Choose a window system.
  
! echo "$as_me:5138: checking for X" >&5
  echo $ECHO_N "checking for X... $ECHO_C" >&6
  
  # Check whether --with-x or --without-x was given.
--- 5143,5149 ----
  
  #### Choose a window system.
  
! echo "$as_me:5146: checking for X" >&5
  echo $ECHO_N "checking for X... $ECHO_C" >&6
  
  # Check whether --with-x or --without-x was given.
***************
*** 5232,5248 ****
    # 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 5235 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  _ACEOF
! if { (eval echo "$as_me:5239: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:5245: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 5240,5256 ----
    # 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 5243 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  _ACEOF
! if { (eval echo "$as_me:5247: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:5253: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 5275,5281 ****
    ac_save_LIBS=$LIBS
    LIBS="-lXt $LIBS"
    cat >conftest.$ac_ext <<_ACEOF
! #line 5278 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  int
--- 5283,5289 ----
    ac_save_LIBS=$LIBS
    LIBS="-lXt $LIBS"
    cat >conftest.$ac_ext <<_ACEOF
! #line 5286 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  int
***************
*** 5287,5302 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5290: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5293: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5296: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5299: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    LIBS=$ac_save_LIBS
  # We can link X programs with no special library path.
--- 5295,5310 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5298: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5301: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5304: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5307: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    LIBS=$ac_save_LIBS
  # We can link X programs with no special library path.
***************
*** 5334,5340 ****
  fi # $with_x != no
  
  if test "$have_x" != yes; then
!   echo "$as_me:5337: result: $have_x" >&5
  echo "${ECHO_T}$have_x" >&6
    no_x=yes
  else
--- 5342,5348 ----
  fi # $with_x != no
  
  if test "$have_x" != yes; then
!   echo "$as_me:5345: result: $have_x" >&5
  echo "${ECHO_T}$have_x" >&6
    no_x=yes
  else
***************
*** 5344,5350 ****
    # Update the cache value to reflect the command line values.
    ac_cv_have_x="have_x=yes \
                ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
!   echo "$as_me:5347: result: libraries $x_libraries, headers $x_includes" >&5
  echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
  fi
  
--- 5352,5358 ----
    # Update the cache value to reflect the command line values.
    ac_cv_have_x="have_x=yes \
                ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
!   echo "$as_me:5355: result: libraries $x_libraries, headers $x_includes" >&5
  echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
  fi
  
***************
*** 5442,5454 ****
  # Assume not, until told otherwise.
  GNU_MALLOC=yes
  doug_lea_malloc=yes
! echo "$as_me:5445: checking for malloc_get_state" >&5
  echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6
  if test "${ac_cv_func_malloc_get_state+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5451 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char malloc_get_state (); below.  */
--- 5450,5462 ----
  # Assume not, until told otherwise.
  GNU_MALLOC=yes
  doug_lea_malloc=yes
! echo "$as_me:5453: checking for malloc_get_state" >&5
  echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6
  if test "${ac_cv_func_malloc_get_state+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5459 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char malloc_get_state (); below.  */
***************
*** 5479,5494 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5482: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5485: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5488: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5491: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_malloc_get_state=yes
  else
--- 5487,5502 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5490: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5493: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5496: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5499: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_malloc_get_state=yes
  else
***************
*** 5498,5504 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5501: result: $ac_cv_func_malloc_get_state" >&5
  echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
  if test $ac_cv_func_malloc_get_state = yes; then
    :
--- 5506,5512 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5509: result: $ac_cv_func_malloc_get_state" >&5
  echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
  if test $ac_cv_func_malloc_get_state = yes; then
    :
***************
*** 5506,5518 ****
    doug_lea_malloc=no
  fi
  
! echo "$as_me:5509: checking for malloc_set_state" >&5
  echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6
  if test "${ac_cv_func_malloc_set_state+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5515 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char malloc_set_state (); below.  */
--- 5514,5526 ----
    doug_lea_malloc=no
  fi
  
! echo "$as_me:5517: checking for malloc_set_state" >&5
  echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6
  if test "${ac_cv_func_malloc_set_state+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5523 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char malloc_set_state (); below.  */
***************
*** 5543,5558 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5546: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5549: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5552: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5555: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_malloc_set_state=yes
  else
--- 5551,5566 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5554: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5557: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5560: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5563: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_malloc_set_state=yes
  else
***************
*** 5562,5568 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5565: result: $ac_cv_func_malloc_set_state" >&5
  echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
  if test $ac_cv_func_malloc_set_state = yes; then
    :
--- 5570,5576 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5573: result: $ac_cv_func_malloc_set_state" >&5
  echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
  if test $ac_cv_func_malloc_set_state = yes; then
    :
***************
*** 5570,5582 ****
    doug_lea_malloc=no
  fi
  
! echo "$as_me:5573: checking whether __after_morecore_hook exists" >&5
  echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6
  if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5579 "configure"
  #include "confdefs.h"
  extern void (* __after_morecore_hook)();
  int
--- 5578,5590 ----
    doug_lea_malloc=no
  fi
  
! echo "$as_me:5581: checking whether __after_morecore_hook exists" >&5
  echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6
  if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5587 "configure"
  #include "confdefs.h"
  extern void (* __after_morecore_hook)();
  int
***************
*** 5588,5603 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5591: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5594: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5597: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5600: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_var___after_morecore_hook=yes
  else
--- 5596,5611 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5599: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5602: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5605: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5608: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_var___after_morecore_hook=yes
  else
***************
*** 5607,5613 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5610: result: $emacs_cv_var___after_morecore_hook" >&5
  echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
  if test $emacs_cv_var___after_morecore_hook = no; then
    doug_lea_malloc=no
--- 5615,5621 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5618: result: $emacs_cv_var___after_morecore_hook" >&5
  echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
  if test $emacs_cv_var___after_morecore_hook = no; then
    doug_lea_malloc=no
***************
*** 5638,5665 ****
                    inttypes.h stdint.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:5641: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 5647 "configure"
  #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:5653: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:5656: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:5659: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5662: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_Header=yes"
  else
--- 5646,5673 ----
                    inttypes.h stdint.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:5649: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 5655 "configure"
  #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:5661: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:5664: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:5667: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5670: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_Header=yes"
  else
***************
*** 5669,5675 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:5672: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 5677,5683 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:5680: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 5682,5704 ****
  for ac_header in stdlib.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:5685: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 5691 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:5695: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:5701: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 5690,5712 ----
  for ac_header in stdlib.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:5693: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 5699 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:5703: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:5709: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 5717,5723 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:5720: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 5725,5731 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:5728: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 5730,5742 ****
  for ac_func in getpagesize
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:5733: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5739 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 5738,5750 ----
  for ac_func in getpagesize
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:5741: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5747 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 5767,5782 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5770: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5773: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5776: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5779: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 5775,5790 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5778: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5781: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5784: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5787: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 5786,5792 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5789: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 5794,5800 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5797: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 5796,5802 ****
  fi
  done
  
! echo "$as_me:5799: checking for working mmap" >&5
  echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
  if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 5804,5810 ----
  fi
  done
  
! echo "$as_me:5807: checking for working mmap" >&5
  echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
  if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 5805,5811 ****
    ac_cv_func_mmap_fixed_mapped=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5808 "configure"
  #include "confdefs.h"
  $ac_includes_default
  /* Thanks to Mike Haertel and Jim Avera for this test.
--- 5813,5819 ----
    ac_cv_func_mmap_fixed_mapped=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5816 "configure"
  #include "confdefs.h"
  $ac_includes_default
  /* Thanks to Mike Haertel and Jim Avera for this test.
***************
*** 5932,5946 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:5935: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5938: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:5940: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5943: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_mmap_fixed_mapped=yes
  else
--- 5940,5954 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:5943: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5946: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:5948: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5951: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_mmap_fixed_mapped=yes
  else
***************
*** 5952,5958 ****
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:5955: result: $ac_cv_func_mmap_fixed_mapped" >&5
  echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
  if test $ac_cv_func_mmap_fixed_mapped = yes; then
  
--- 5960,5966 ----
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:5963: result: $ac_cv_func_mmap_fixed_mapped" >&5
  echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
  if test $ac_cv_func_mmap_fixed_mapped = yes; then
  
***************
*** 5969,5975 ****
  
  LIBS="$libsrc_libs $LIBS"
  
! echo "$as_me:5972: checking for dnet_ntoa in -ldnet" >&5
  echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
  if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 5977,5983 ----
  
  LIBS="$libsrc_libs $LIBS"
  
! echo "$as_me:5980: checking for dnet_ntoa in -ldnet" >&5
  echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
  if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 5977,5983 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldnet  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 5980 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 5985,5991 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldnet  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 5988 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 5996,6011 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5999: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6002: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6005: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6008: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_dnet_dnet_ntoa=yes
  else
--- 6004,6019 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6007: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6010: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6013: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6016: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_dnet_dnet_ntoa=yes
  else
***************
*** 6016,6022 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6019: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
  echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
  if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
    cat >>confdefs.h <<EOF
--- 6024,6030 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6027: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
  echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
  if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
    cat >>confdefs.h <<EOF
***************
*** 6027,6033 ****
  
  fi
  
! echo "$as_me:6030: checking for main in -lXbsd" >&5
  echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6
  if test "${ac_cv_lib_Xbsd_main+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 6035,6041 ----
  
  fi
  
! echo "$as_me:6038: checking for main in -lXbsd" >&5
  echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6
  if test "${ac_cv_lib_Xbsd_main+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 6035,6041 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXbsd  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6038 "configure"
  #include "confdefs.h"
  
  int
--- 6043,6049 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXbsd  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6046 "configure"
  #include "confdefs.h"
  
  int
***************
*** 6047,6062 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6050: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6053: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6056: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6059: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xbsd_main=yes
  else
--- 6055,6070 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6058: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6061: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6064: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6067: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xbsd_main=yes
  else
***************
*** 6067,6079 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6070: result: $ac_cv_lib_Xbsd_main" >&5
  echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6
  if test $ac_cv_lib_Xbsd_main = yes; then
    LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
  fi
  
! echo "$as_me:6076: checking for cma_open in -lpthreads" >&5
  echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6
  if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 6075,6087 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6078: result: $ac_cv_lib_Xbsd_main" >&5
  echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6
  if test $ac_cv_lib_Xbsd_main = yes; then
    LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
  fi
  
! echo "$as_me:6084: checking for cma_open in -lpthreads" >&5
  echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6
  if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 6081,6087 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpthreads  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6084 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 6089,6095 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpthreads  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6092 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 6100,6115 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6103: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6106: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6109: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6112: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_pthreads_cma_open=yes
  else
--- 6108,6123 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6111: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6114: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6117: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6120: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_pthreads_cma_open=yes
  else
***************
*** 6120,6126 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6123: result: $ac_cv_lib_pthreads_cma_open" >&5
  echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6
  if test $ac_cv_lib_pthreads_cma_open = yes; then
    cat >>confdefs.h <<EOF
--- 6128,6134 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6131: result: $ac_cv_lib_pthreads_cma_open" >&5
  echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6
  if test $ac_cv_lib_pthreads_cma_open = yes; then
    cat >>confdefs.h <<EOF
***************
*** 6131,6137 ****
  
  fi
  
! echo "$as_me:6134: checking for XFree86 in /usr/X386" >&5
  echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6
  if test -d /usr/X386/include; then
    HAVE_XFREE386=yes
--- 6139,6145 ----
  
  fi
  
! echo "$as_me:6142: checking for XFree86 in /usr/X386" >&5
  echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6
  if test -d /usr/X386/include; then
    HAVE_XFREE386=yes
***************
*** 6139,6145 ****
  else
    HAVE_XFREE386=no
  fi
! echo "$as_me:6142: result: $HAVE_XFREE386" >&5
  echo "${ECHO_T}$HAVE_XFREE386" >&6
  
  # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
--- 6147,6153 ----
  else
    HAVE_XFREE386=no
  fi
! echo "$as_me:6150: result: $HAVE_XFREE386" >&5
  echo "${ECHO_T}$HAVE_XFREE386" >&6
  
  # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
***************
*** 6164,6173 ****
    fi
  
    if test "${opsys}" = "gnu-linux"; then
!     echo "$as_me:6167: 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 6170 "configure"
  #include "confdefs.h"
  
  int
--- 6172,6181 ----
    fi
  
    if test "${opsys}" = "gnu-linux"; then
!     echo "$as_me:6175: 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 6178 "configure"
  #include "confdefs.h"
  
  int
***************
*** 6179,6194 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6182: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6185: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6188: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6191: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    xlinux_first_failure=no
  else
--- 6187,6202 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6190: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6193: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6196: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6199: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    xlinux_first_failure=no
  else
***************
*** 6207,6213 ****
        CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
        LIBS="$LIBS -b i486-linuxaout"
        cat >conftest.$ac_ext <<_ACEOF
! #line 6210 "configure"
  #include "confdefs.h"
  
  int
--- 6215,6221 ----
        CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
        LIBS="$LIBS -b i486-linuxaout"
        cat >conftest.$ac_ext <<_ACEOF
! #line 6218 "configure"
  #include "confdefs.h"
  
  int
***************
*** 6219,6234 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6222: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6225: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6228: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6231: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    xlinux_second_failure=no
  else
--- 6227,6242 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6230: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6233: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6236: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6239: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    xlinux_second_failure=no
  else
***************
*** 6244,6267 ****
        C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
        CPPFLAGS="$OLD_CPPFLAGS"
        LIBS="$OLD_LIBS"
!         echo "$as_me:6247: result: no" >&5
  echo "${ECHO_T}no" >&6
        else
!         echo "$as_me:6250: result: yes" >&5
  echo "${ECHO_T}yes" >&6
        fi
      else
!       echo "$as_me:6254: result: no" >&5
  echo "${ECHO_T}no" >&6
      fi
    fi
  
    # Reportedly, some broken Solaris systems have XKBlib.h but are missing
    # header files included from there.
!   echo "$as_me:6261: checking for Xkb" >&5
  echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
    cat >conftest.$ac_ext <<_ACEOF
! #line 6264 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  #include <X11/XKBlib.h>
--- 6252,6275 ----
        C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
        CPPFLAGS="$OLD_CPPFLAGS"
        LIBS="$OLD_LIBS"
!         echo "$as_me:6255: result: no" >&5
  echo "${ECHO_T}no" >&6
        else
!         echo "$as_me:6258: result: yes" >&5
  echo "${ECHO_T}yes" >&6
        fi
      else
!       echo "$as_me:6262: result: no" >&5
  echo "${ECHO_T}no" >&6
      fi
    fi
  
    # Reportedly, some broken Solaris systems have XKBlib.h but are missing
    # header files included from there.
!   echo "$as_me:6269: checking for Xkb" >&5
  echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
    cat >conftest.$ac_ext <<_ACEOF
! #line 6272 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  #include <X11/XKBlib.h>
***************
*** 6274,6289 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6277: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6280: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6283: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6286: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_xkb=yes
  else
--- 6282,6297 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6285: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6288: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6291: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6294: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_xkb=yes
  else
***************
*** 6292,6298 ****
  emacs_xkb=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
!   echo "$as_me:6295: result: $emacs_xkb" >&5
  echo "${ECHO_T}$emacs_xkb" >&6
    if test $emacs_xkb = yes; then
      cat >>confdefs.h <<\EOF
--- 6300,6306 ----
  emacs_xkb=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
!   echo "$as_me:6303: result: $emacs_xkb" >&5
  echo "${ECHO_T}$emacs_xkb" >&6
    if test $emacs_xkb = yes; then
      cat >>confdefs.h <<\EOF
***************
*** 6305,6317 ****
  XScreenNumberOfScreen XSetWMProtocols
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:6308: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6314 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 6313,6325 ----
  XScreenNumberOfScreen XSetWMProtocols
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:6316: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6322 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 6342,6357 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6345: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6348: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6351: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6354: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 6350,6365 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6353: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6356: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6359: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6362: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 6361,6367 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:6364: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 6369,6375 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:6372: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 6374,6386 ****
  fi
  
  if test "${window_system}" = "x11"; then
!   echo "$as_me:6377: checking X11 version 6" >&5
  echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
    if test "${emacs_cv_x11_version_6+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6383 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  int
--- 6382,6394 ----
  fi
  
  if test "${window_system}" = "x11"; then
!   echo "$as_me:6385: checking X11 version 6" >&5
  echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
    if test "${emacs_cv_x11_version_6+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6391 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  int
***************
*** 6395,6410 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6398: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6401: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6404: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6407: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_version_6=yes
  else
--- 6403,6418 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6406: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6409: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6412: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6415: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_version_6=yes
  else
***************
*** 6416,6441 ****
  fi
  
    if test $emacs_cv_x11_version_6 = yes; then
!     echo "$as_me:6419: result: 6 or newer" >&5
  echo "${ECHO_T}6 or newer" >&6
      cat >>confdefs.h <<\EOF
  #define HAVE_X11R6 1
  EOF
  
    else
!     echo "$as_me:6426: result: before 6" >&5
  echo "${ECHO_T}before 6" >&6
    fi
  fi
  
  if test "${window_system}" = "x11"; then
!   echo "$as_me:6432: checking X11 version 5" >&5
  echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
    if test "${emacs_cv_x11_version_5+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6438 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  int
--- 6424,6449 ----
  fi
  
    if test $emacs_cv_x11_version_6 = yes; then
!     echo "$as_me:6427: result: 6 or newer" >&5
  echo "${ECHO_T}6 or newer" >&6
      cat >>confdefs.h <<\EOF
  #define HAVE_X11R6 1
  EOF
  
    else
!     echo "$as_me:6434: result: before 6" >&5
  echo "${ECHO_T}before 6" >&6
    fi
  fi
  
  if test "${window_system}" = "x11"; then
!   echo "$as_me:6440: checking X11 version 5" >&5
  echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
    if test "${emacs_cv_x11_version_5+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6446 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  int
***************
*** 6450,6465 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6453: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6456: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6459: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6462: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_version_5=yes
  else
--- 6458,6473 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6461: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6464: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6467: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6470: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_version_5=yes
  else
***************
*** 6471,6477 ****
  fi
  
    if test $emacs_cv_x11_version_5 = yes; then
!     echo "$as_me:6474: result: 5 or newer" >&5
  echo "${ECHO_T}5 or newer" >&6
      HAVE_X11R5=yes
      cat >>confdefs.h <<\EOF
--- 6479,6485 ----
  fi
  
    if test $emacs_cv_x11_version_5 = yes; then
!     echo "$as_me:6482: result: 5 or newer" >&5
  echo "${ECHO_T}5 or newer" >&6
      HAVE_X11R5=yes
      cat >>confdefs.h <<\EOF
***************
*** 6480,6499 ****
  
    else
      HAVE_X11R5=no
!     echo "$as_me:6483: result: before 5" >&5
  echo "${ECHO_T}before 5" >&6
    fi
  fi
  
  if test x"${USE_X_TOOLKIT}" = xmaybe; then
    if test x"${HAVE_X11R5}" = xyes; then
!     echo "$as_me:6490: checking X11 version 5 with Xaw" >&5
  echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
      if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6496 "configure"
  #include "confdefs.h"
  
  #include <X11/Intrinsic.h>
--- 6488,6507 ----
  
    else
      HAVE_X11R5=no
!     echo "$as_me:6491: result: before 5" >&5
  echo "${ECHO_T}before 5" >&6
    fi
  fi
  
  if test x"${USE_X_TOOLKIT}" = xmaybe; then
    if test x"${HAVE_X11R5}" = xyes; then
!     echo "$as_me:6498: checking X11 version 5 with Xaw" >&5
  echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
      if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6504 "configure"
  #include "confdefs.h"
  
  #include <X11/Intrinsic.h>
***************
*** 6507,6522 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6510: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6513: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6516: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6519: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_version_5_with_xaw=yes
  else
--- 6515,6530 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6518: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6521: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6524: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6527: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_version_5_with_xaw=yes
  else
***************
*** 6528,6538 ****
  fi
  
      if test $emacs_cv_x11_version_5_with_xaw = yes; then
!       echo "$as_me:6531: result: 5 or newer, with Xaw; use toolkit by 
default" >&5
  echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6
        USE_X_TOOLKIT=LUCID
      else
!       echo "$as_me:6535: result: before 5 or no Xaw; do not use toolkit by 
default" >&5
  echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6
        USE_X_TOOLKIT=none
      fi
--- 6536,6546 ----
  fi
  
      if test $emacs_cv_x11_version_5_with_xaw = yes; then
!       echo "$as_me:6539: result: 5 or newer, with Xaw; use toolkit by 
default" >&5
  echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6
        USE_X_TOOLKIT=LUCID
      else
!       echo "$as_me:6543: result: before 5 or no Xaw; do not use toolkit by 
default" >&5
  echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6
        USE_X_TOOLKIT=none
      fi
***************
*** 6544,6556 ****
  X_TOOLKIT_TYPE=$USE_X_TOOLKIT
  
  if test "${USE_X_TOOLKIT}" != "none"; then
!   echo "$as_me:6547: checking X11 toolkit version" >&5
  echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
    if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6553 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  int
--- 6552,6564 ----
  X_TOOLKIT_TYPE=$USE_X_TOOLKIT
  
  if test "${USE_X_TOOLKIT}" != "none"; then
!   echo "$as_me:6555: checking X11 toolkit version" >&5
  echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
    if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6561 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  int
***************
*** 6565,6580 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6568: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6571: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6574: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6577: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_toolkit_version_6=yes
  else
--- 6573,6588 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6576: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6579: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6582: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6585: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_toolkit_version_6=yes
  else
***************
*** 6587,6600 ****
  
    HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
    if test $emacs_cv_x11_toolkit_version_6 = yes; then
!     echo "$as_me:6590: result: 6 or newer" >&5
  echo "${ECHO_T}6 or newer" >&6
      cat >>confdefs.h <<\EOF
  #define HAVE_X11XTR6 1
  EOF
  
    else
!     echo "$as_me:6597: result: before 6" >&5
  echo "${ECHO_T}before 6" >&6
    fi
  
--- 6595,6608 ----
  
    HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
    if test $emacs_cv_x11_toolkit_version_6 = yes; then
!     echo "$as_me:6598: result: 6 or newer" >&5
  echo "${ECHO_T}6 or newer" >&6
      cat >>confdefs.h <<\EOF
  #define HAVE_X11XTR6 1
  EOF
  
    else
!     echo "$as_me:6605: result: before 6" >&5
  echo "${ECHO_T}before 6" >&6
    fi
  
***************
*** 6605,6611 ****
      LIBS="-lXt $LIBS"
    fi
  
! echo "$as_me:6608: checking for XmuConvertStandardSelection in -lXmu" >&5
  echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" 
>&6
  if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 6613,6619 ----
      LIBS="-lXt $LIBS"
    fi
  
! echo "$as_me:6616: checking for XmuConvertStandardSelection in -lXmu" >&5
  echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" 
>&6
  if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 6613,6619 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXmu  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6616 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 6621,6627 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXmu  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6624 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 6632,6647 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6635: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6638: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6641: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6644: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
  else
--- 6640,6655 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6643: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6646: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6649: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6652: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
  else
***************
*** 6652,6658 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6655: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
  echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6
  if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
    cat >>confdefs.h <<EOF
--- 6660,6666 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6663: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
  echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6
  if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
    cat >>confdefs.h <<EOF
***************
*** 6670,6676 ****
  if test "${HAVE_X11}" = "yes"; then
    if test "${USE_X_TOOLKIT}" != "none"; then
  
! echo "$as_me:6673: checking for XShapeQueryExtension in -lXext" >&5
  echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
  if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 6678,6684 ----
  if test "${HAVE_X11}" = "yes"; then
    if test "${USE_X_TOOLKIT}" != "none"; then
  
! echo "$as_me:6681: checking for XShapeQueryExtension in -lXext" >&5
  echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
  if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 6678,6684 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXext  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6681 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 6686,6692 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXext  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6689 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 6697,6712 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6700: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6703: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6706: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6709: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xext_XShapeQueryExtension=yes
  else
--- 6705,6720 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6708: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6711: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6714: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6717: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xext_XShapeQueryExtension=yes
  else
***************
*** 6717,6723 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6720: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
  echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
  if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
    cat >>confdefs.h <<EOF
--- 6725,6731 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6728: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
  echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
  if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
    cat >>confdefs.h <<EOF
***************
*** 6732,6744 ****
  fi
  
  if test "${USE_X_TOOLKIT}" = "MOTIF"; then
!   echo "$as_me:6735: checking for Motif version 2.1" >&5
  echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6
  if test "${emacs_cv_motif_version_2_1+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6741 "configure"
  #include "confdefs.h"
  #include <Xm/Xm.h>
  int
--- 6740,6752 ----
  fi
  
  if test "${USE_X_TOOLKIT}" = "MOTIF"; then
!   echo "$as_me:6743: checking for Motif version 2.1" >&5
  echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6
  if test "${emacs_cv_motif_version_2_1+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6749 "configure"
  #include "confdefs.h"
  #include <Xm/Xm.h>
  int
***************
*** 6754,6769 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:6757: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:6760: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:6763: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6766: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_motif_version_2_1=yes
  else
--- 6762,6777 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:6765: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:6768: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:6771: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6774: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_motif_version_2_1=yes
  else
***************
*** 6773,6779 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:6776: result: $emacs_cv_motif_version_2_1" >&5
  echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
    HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
    if test $emacs_cv_motif_version_2_1 = yes; then
--- 6781,6787 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:6784: result: $emacs_cv_motif_version_2_1" >&5
  echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
    HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
    if test $emacs_cv_motif_version_2_1 = yes; then
***************
*** 6782,6788 ****
  #define HAVE_MOTIF_2_1 1
  EOF
  
!     echo "$as_me:6785: checking for XpCreateContext in -lXp" >&5
  echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6
  if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 6790,6796 ----
  #define HAVE_MOTIF_2_1 1
  EOF
  
!     echo "$as_me:6793: checking for XpCreateContext in -lXp" >&5
  echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6
  if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 6790,6796 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXp  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6793 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 6798,6804 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXp  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6801 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 6809,6824 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6812: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6815: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6818: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6821: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xp_XpCreateContext=yes
  else
--- 6817,6832 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6820: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6823: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6826: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6829: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xp_XpCreateContext=yes
  else
***************
*** 6829,6835 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6832: result: $ac_cv_lib_Xp_XpCreateContext" >&5
  echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6
  if test $ac_cv_lib_Xp_XpCreateContext = yes; then
    HAVE_LIBXP=yes
--- 6837,6843 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6840: result: $ac_cv_lib_Xp_XpCreateContext" >&5
  echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6
  if test $ac_cv_lib_Xp_XpCreateContext = yes; then
    HAVE_LIBXP=yes
***************
*** 6848,6870 ****
  HAVE_XAW3D=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${USE_X_TOOLKIT}" != "none"; then
!     echo "$as_me:6851: checking for X11/Xaw3d/Scrollbar.h" >&5
  echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
  if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6857 "configure"
  #include "confdefs.h"
  #include <X11/Xaw3d/Scrollbar.h>
  _ACEOF
! if { (eval echo "$as_me:6861: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:6867: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 6856,6878 ----
  HAVE_XAW3D=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${USE_X_TOOLKIT}" != "none"; then
!     echo "$as_me:6859: checking for X11/Xaw3d/Scrollbar.h" >&5
  echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
  if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6865 "configure"
  #include "confdefs.h"
  #include <X11/Xaw3d/Scrollbar.h>
  _ACEOF
! if { (eval echo "$as_me:6869: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:6875: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 6883,6892 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:6886: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5
  echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6
  if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then
!   echo "$as_me:6889: checking for XawScrollbarSetThumb in -lXaw3d" >&5
  echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6
  if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 6891,6900 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:6894: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5
  echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6
  if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then
!   echo "$as_me:6897: checking for XawScrollbarSetThumb in -lXaw3d" >&5
  echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6
  if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 6894,6900 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXaw3d  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6897 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 6902,6908 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXaw3d  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6905 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 6913,6928 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6916: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6919: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6922: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6925: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
  else
--- 6921,6936 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6924: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6927: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6930: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6933: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
  else
***************
*** 6933,6939 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6936: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
  echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6
  if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then
    HAVE_XAW3D=yes
--- 6941,6947 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6944: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
  echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6
  if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then
    HAVE_XAW3D=yes
***************
*** 6981,7003 ****
  HAVE_XPM=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_xpm}" != "no"; then
!     echo "$as_me:6984: checking for X11/xpm.h" >&5
  echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
  if test "${ac_cv_header_X11_xpm_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6990 "configure"
  #include "confdefs.h"
  #include <X11/xpm.h>
  _ACEOF
! if { (eval echo "$as_me:6994: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:7000: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 6989,7011 ----
  HAVE_XPM=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_xpm}" != "no"; then
!     echo "$as_me:6992: checking for X11/xpm.h" >&5
  echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
  if test "${ac_cv_header_X11_xpm_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 6998 "configure"
  #include "confdefs.h"
  #include <X11/xpm.h>
  _ACEOF
! if { (eval echo "$as_me:7002: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:7008: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7016,7025 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7019: result: $ac_cv_header_X11_xpm_h" >&5
  echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
  if test $ac_cv_header_X11_xpm_h = yes; then
!   echo "$as_me:7022: checking for XpmReadFileToPixmap in -lXpm" >&5
  echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6
  if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 7024,7033 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7027: result: $ac_cv_header_X11_xpm_h" >&5
  echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
  if test $ac_cv_header_X11_xpm_h = yes; then
!   echo "$as_me:7030: checking for XpmReadFileToPixmap in -lXpm" >&5
  echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6
  if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 7027,7033 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXpm -lX11 $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7030 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7035,7041 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXpm -lX11 $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7038 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7046,7061 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7049: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7052: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7055: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7058: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
  else
--- 7054,7069 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7057: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7060: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7063: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7066: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
  else
***************
*** 7066,7072 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7069: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
  echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6
  if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
    HAVE_XPM=yes
--- 7074,7080 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7077: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
  echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6
  if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
    HAVE_XPM=yes
***************
*** 7075,7084 ****
  fi
  
      if test "${HAVE_XPM}" = "yes"; then
!       echo "$as_me:7078: checking for XpmReturnAllocPixels preprocessor 
define" >&5
  echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... 
$ECHO_C" >&6
        cat >conftest.$ac_ext <<_ACEOF
! #line 7081 "configure"
  #include "confdefs.h"
  #include "X11/xpm.h"
  #ifndef XpmReturnAllocPixels
--- 7083,7092 ----
  fi
  
      if test "${HAVE_XPM}" = "yes"; then
!       echo "$as_me:7086: checking for XpmReturnAllocPixels preprocessor 
define" >&5
  echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... 
$ECHO_C" >&6
        cat >conftest.$ac_ext <<_ACEOF
! #line 7089 "configure"
  #include "confdefs.h"
  #include "X11/xpm.h"
  #ifndef XpmReturnAllocPixels
***************
*** 7095,7104 ****
  rm -f conftest*
  
        if test "${HAVE_XPM}" = "yes"; then
!       echo "$as_me:7098: result: yes" >&5
  echo "${ECHO_T}yes" >&6
        else
!       echo "$as_me:7101: result: no" >&5
  echo "${ECHO_T}no" >&6
        fi
      fi
--- 7103,7112 ----
  rm -f conftest*
  
        if test "${HAVE_XPM}" = "yes"; then
!       echo "$as_me:7106: result: yes" >&5
  echo "${ECHO_T}yes" >&6
        else
!       echo "$as_me:7109: result: no" >&5
  echo "${ECHO_T}no" >&6
        fi
      fi
***************
*** 7116,7138 ****
  HAVE_JPEG=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_jpeg}" != "no"; then
!             echo "$as_me:7119: checking for jerror.h" >&5
  echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
  if test "${ac_cv_header_jerror_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7125 "configure"
  #include "confdefs.h"
  #include <jerror.h>
  _ACEOF
! if { (eval echo "$as_me:7129: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:7135: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 7124,7146 ----
  HAVE_JPEG=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_jpeg}" != "no"; then
!             echo "$as_me:7127: checking for jerror.h" >&5
  echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
  if test "${ac_cv_header_jerror_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7133 "configure"
  #include "confdefs.h"
  #include <jerror.h>
  _ACEOF
! if { (eval echo "$as_me:7137: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:7143: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7151,7160 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7154: result: $ac_cv_header_jerror_h" >&5
  echo "${ECHO_T}$ac_cv_header_jerror_h" >&6
  if test $ac_cv_header_jerror_h = yes; then
!   echo "$as_me:7157: checking for jpeg_destroy_compress in -ljpeg" >&5
  echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6
  if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 7159,7168 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7162: result: $ac_cv_header_jerror_h" >&5
  echo "${ECHO_T}$ac_cv_header_jerror_h" >&6
  if test $ac_cv_header_jerror_h = yes; then
!   echo "$as_me:7165: checking for jpeg_destroy_compress in -ljpeg" >&5
  echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6
  if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 7162,7168 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ljpeg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7165 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7170,7176 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ljpeg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7173 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7181,7196 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7184: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7187: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7190: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7193: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_jpeg_jpeg_destroy_compress=yes
  else
--- 7189,7204 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7192: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7195: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7198: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7201: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_jpeg_jpeg_destroy_compress=yes
  else
***************
*** 7201,7207 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7204: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
  echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
  if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
    HAVE_JPEG=yes
--- 7209,7215 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7212: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
  echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
  if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
    HAVE_JPEG=yes
***************
*** 7216,7221 ****
--- 7224,7249 ----
  #define HAVE_JPEG 1
  EOF
  
+     cat >conftest.$ac_ext <<_ACEOF
+ #line 7228 "configure"
+ #include "confdefs.h"
+         #include <jpeglib.h>
+        version=JPEG_LIB_VERSION
+ 
+ _ACEOF
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+   egrep "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then
+   cat >>confdefs.h <<\EOF
+ #define HAVE_JPEG 1
+ EOF
+ 
+ else
+   { echo "$as_me:7241: WARNING: libjpeg found, but not version 6b or later" 
>&5
+ echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
+         HAVE_JPEG=no
+ fi
+ rm -f conftest*
+ 
    fi
  fi
  
***************
*** 7223,7245 ****
  HAVE_PNG=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_png}" != "no"; then
!     echo "$as_me:7226: checking for png.h" >&5
  echo $ECHO_N "checking for png.h... $ECHO_C" >&6
  if test "${ac_cv_header_png_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7232 "configure"
  #include "confdefs.h"
  #include <png.h>
  _ACEOF
! if { (eval echo "$as_me:7236: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:7242: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 7251,7273 ----
  HAVE_PNG=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_png}" != "no"; then
!     echo "$as_me:7254: checking for png.h" >&5
  echo $ECHO_N "checking for png.h... $ECHO_C" >&6
  if test "${ac_cv_header_png_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7260 "configure"
  #include "confdefs.h"
  #include <png.h>
  _ACEOF
! if { (eval echo "$as_me:7264: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:7270: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7258,7267 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7261: result: $ac_cv_header_png_h" >&5
  echo "${ECHO_T}$ac_cv_header_png_h" >&6
  if test $ac_cv_header_png_h = yes; then
!   echo "$as_me:7264: checking for png_get_channels in -lpng" >&5
  echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
  if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 7286,7295 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7289: result: $ac_cv_header_png_h" >&5
  echo "${ECHO_T}$ac_cv_header_png_h" >&6
  if test $ac_cv_header_png_h = yes; then
!   echo "$as_me:7292: checking for png_get_channels in -lpng" >&5
  echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
  if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 7269,7275 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpng -lz -lm $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7272 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7297,7303 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpng -lz -lm $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7300 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7288,7303 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7291: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7294: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7297: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7300: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_png_png_get_channels=yes
  else
--- 7316,7331 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7319: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7322: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7325: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7328: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_png_png_get_channels=yes
  else
***************
*** 7308,7314 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7311: result: $ac_cv_lib_png_png_get_channels" >&5
  echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6
  if test $ac_cv_lib_png_png_get_channels = yes; then
    HAVE_PNG=yes
--- 7336,7342 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7339: result: $ac_cv_lib_png_png_get_channels" >&5
  echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6
  if test $ac_cv_lib_png_png_get_channels = yes; then
    HAVE_PNG=yes
***************
*** 7330,7352 ****
  HAVE_TIFF=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_tiff}" != "no"; then
!     echo "$as_me:7333: checking for tiffio.h" >&5
  echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
  if test "${ac_cv_header_tiffio_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7339 "configure"
  #include "confdefs.h"
  #include <tiffio.h>
  _ACEOF
! if { (eval echo "$as_me:7343: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:7349: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 7358,7380 ----
  HAVE_TIFF=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_tiff}" != "no"; then
!     echo "$as_me:7361: checking for tiffio.h" >&5
  echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
  if test "${ac_cv_header_tiffio_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7367 "configure"
  #include "confdefs.h"
  #include <tiffio.h>
  _ACEOF
! if { (eval echo "$as_me:7371: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:7377: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7365,7377 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7368: result: $ac_cv_header_tiffio_h" >&5
  echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
  if test $ac_cv_header_tiffio_h = yes; then
    tifflibs="-lz -lm"
        # At least one tiff package requires the jpeg library.
        if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
!       echo "$as_me:7374: checking for TIFFGetVersion in -ltiff" >&5
  echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
  if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 7393,7405 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7396: result: $ac_cv_header_tiffio_h" >&5
  echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
  if test $ac_cv_header_tiffio_h = yes; then
    tifflibs="-lz -lm"
        # At least one tiff package requires the jpeg library.
        if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
!       echo "$as_me:7402: checking for TIFFGetVersion in -ltiff" >&5
  echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
  if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 7379,7385 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ltiff $tifflibs $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7382 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7407,7413 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ltiff $tifflibs $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7410 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7398,7413 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7401: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7404: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7407: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7410: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_tiff_TIFFGetVersion=yes
  else
--- 7426,7441 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7429: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7432: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7435: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7438: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_tiff_TIFFGetVersion=yes
  else
***************
*** 7418,7424 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7421: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
  echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
  if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
    HAVE_TIFF=yes
--- 7446,7452 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7449: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
  echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
  if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
    HAVE_TIFF=yes
***************
*** 7440,7462 ****
  HAVE_GIF=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_gif}" != "no"; then
!     echo "$as_me:7443: checking for gif_lib.h" >&5
  echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
  if test "${ac_cv_header_gif_lib_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7449 "configure"
  #include "confdefs.h"
  #include <gif_lib.h>
  _ACEOF
! if { (eval echo "$as_me:7453: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:7459: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 7468,7490 ----
  HAVE_GIF=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_gif}" != "no"; then
!     echo "$as_me:7471: checking for gif_lib.h" >&5
  echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
  if test "${ac_cv_header_gif_lib_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7477 "configure"
  #include "confdefs.h"
  #include <gif_lib.h>
  _ACEOF
! if { (eval echo "$as_me:7481: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:7487: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7475,7492 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7478: result: $ac_cv_header_gif_lib_h" >&5
  echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
  if test $ac_cv_header_gif_lib_h = yes; then
!   echo "$as_me:7481: checking for DGifOpen in -lungif" >&5
! echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6
! if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lungif  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7489 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7503,7522 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7506: result: $ac_cv_header_gif_lib_h" >&5
  echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
  if test $ac_cv_header_gif_lib_h = yes; then
!   # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
! # Earlier versions can crash Emacs.
!       echo "$as_me:7511: checking for EGifPutExtensionLast in -lungif" >&5
! echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6
! if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lungif  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7519 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7495,7533 ****
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
! char DGifOpen ();
  int
  main ()
  {
! DGifOpen ();
    ;
    return 0;
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7508: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7511: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7514: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7517: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
!   ac_cv_lib_ungif_DGifOpen=yes
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! ac_cv_lib_ungif_DGifOpen=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7528: result: $ac_cv_lib_ungif_DGifOpen" >&5
! echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6
! if test $ac_cv_lib_ungif_DGifOpen = yes; then
    HAVE_GIF=yes
  fi
  
--- 7525,7563 ----
  #endif
  /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
! char EGifPutExtensionLast ();
  int
  main ()
  {
! EGifPutExtensionLast ();
    ;
    return 0;
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7538: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7541: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7544: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7547: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
!   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
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7558: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
! echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6
! if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
    HAVE_GIF=yes
  fi
  
***************
*** 7544,7556 ****
  fi
  
  # If netdb.h doesn't declare h_errno, we must declare it by hand.
! echo "$as_me:7547: checking whether netdb declares h_errno" >&5
  echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6
  if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7553 "configure"
  #include "confdefs.h"
  #include <netdb.h>
  int
--- 7574,7586 ----
  fi
  
  # If netdb.h doesn't declare h_errno, we must declare it by hand.
! echo "$as_me:7577: checking whether netdb declares h_errno" >&5
  echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6
  if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7583 "configure"
  #include "confdefs.h"
  #include <netdb.h>
  int
***************
*** 7562,7577 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7565: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7568: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7571: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7574: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_netdb_declares_h_errno=yes
  else
--- 7592,7607 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7595: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7598: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7601: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7604: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_netdb_declares_h_errno=yes
  else
***************
*** 7581,7587 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7584: result: $emacs_cv_netdb_declares_h_errno" >&5
  echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
  if test $emacs_cv_netdb_declares_h_errno = yes; then
    cat >>confdefs.h <<\EOF
--- 7611,7617 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7614: result: $emacs_cv_netdb_declares_h_errno" >&5
  echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
  if test $emacs_cv_netdb_declares_h_errno = yes; then
    cat >>confdefs.h <<\EOF
***************
*** 7592,7604 ****
  
  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  # for constant arguments.  Useless!
! echo "$as_me:7595: checking for working alloca.h" >&5
  echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
  if test "${ac_cv_working_alloca_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7601 "configure"
  #include "confdefs.h"
  #include <alloca.h>
  int
--- 7622,7634 ----
  
  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  # for constant arguments.  Useless!
! echo "$as_me:7625: checking for working alloca.h" >&5
  echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
  if test "${ac_cv_working_alloca_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7631 "configure"
  #include "confdefs.h"
  #include <alloca.h>
  int
***************
*** 7610,7625 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7613: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7616: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7619: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7622: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_working_alloca_h=yes
  else
--- 7640,7655 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7643: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7646: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7649: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7652: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_working_alloca_h=yes
  else
***************
*** 7629,7635 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7632: result: $ac_cv_working_alloca_h" >&5
  echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
  if test $ac_cv_working_alloca_h = yes; then
  
--- 7659,7665 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7662: result: $ac_cv_working_alloca_h" >&5
  echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
  if test $ac_cv_working_alloca_h = yes; then
  
***************
*** 7639,7651 ****
  
  fi
  
! echo "$as_me:7642: checking for alloca" >&5
  echo $ECHO_N "checking for alloca... $ECHO_C" >&6
  if test "${ac_cv_func_alloca_works+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7648 "configure"
  #include "confdefs.h"
  #ifdef __GNUC__
  # define alloca __builtin_alloca
--- 7669,7681 ----
  
  fi
  
! echo "$as_me:7672: checking for alloca" >&5
  echo $ECHO_N "checking for alloca... $ECHO_C" >&6
  if test "${ac_cv_func_alloca_works+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7678 "configure"
  #include "confdefs.h"
  #ifdef __GNUC__
  # define alloca __builtin_alloca
***************
*** 7677,7692 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7680: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7683: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7686: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7689: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_alloca_works=yes
  else
--- 7707,7722 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7710: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7713: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7716: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7719: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_alloca_works=yes
  else
***************
*** 7696,7702 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7699: result: $ac_cv_func_alloca_works" >&5
  echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
  
  if test $ac_cv_func_alloca_works = yes; then
--- 7726,7732 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7729: result: $ac_cv_func_alloca_works" >&5
  echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
  
  if test $ac_cv_func_alloca_works = yes; then
***************
*** 7717,7729 ****
  #define C_ALLOCA 1
  EOF
  
! echo "$as_me:7720: checking whether \`alloca.c' needs Cray hooks" >&5
  echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
  if test "${ac_cv_os_cray+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7726 "configure"
  #include "confdefs.h"
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
--- 7747,7759 ----
  #define C_ALLOCA 1
  EOF
  
! echo "$as_me:7750: checking whether \`alloca.c' needs Cray hooks" >&5
  echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
  if test "${ac_cv_os_cray+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7756 "configure"
  #include "confdefs.h"
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
***************
*** 7741,7758 ****
  rm -f conftest*
  
  fi
! echo "$as_me:7744: result: $ac_cv_os_cray" >&5
  echo "${ECHO_T}$ac_cv_os_cray" >&6
  if test $ac_cv_os_cray = yes; then
    for ac_func in _getb67 GETB67 getb67; do
      as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:7749: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7755 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 7771,7788 ----
  rm -f conftest*
  
  fi
! echo "$as_me:7774: result: $ac_cv_os_cray" >&5
  echo "${ECHO_T}$ac_cv_os_cray" >&6
  if test $ac_cv_os_cray = yes; then
    for ac_func in _getb67 GETB67 getb67; do
      as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:7779: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7785 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 7783,7798 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7786: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7789: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7792: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7795: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 7813,7828 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7816: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7819: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7822: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7825: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 7802,7808 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7805: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
  
--- 7832,7838 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7835: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
  
***************
*** 7816,7822 ****
    done
  fi
  
! echo "$as_me:7819: checking stack direction for C alloca" >&5
  echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
  if test "${ac_cv_c_stack_direction+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 7846,7852 ----
    done
  fi
  
! echo "$as_me:7849: checking stack direction for C alloca" >&5
  echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
  if test "${ac_cv_c_stack_direction+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 7825,7831 ****
    ac_cv_c_stack_direction=0
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7828 "configure"
  #include "confdefs.h"
  int
  find_stack_direction ()
--- 7855,7861 ----
    ac_cv_c_stack_direction=0
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7858 "configure"
  #include "confdefs.h"
  int
  find_stack_direction ()
***************
*** 7848,7862 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:7851: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7854: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:7856: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7859: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_stack_direction=1
  else
--- 7878,7892 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:7881: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7884: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:7886: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7889: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_stack_direction=1
  else
***************
*** 7868,7874 ****
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:7871: result: $ac_cv_c_stack_direction" >&5
  echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
  
  cat >>confdefs.h <<EOF
--- 7898,7904 ----
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:7901: result: $ac_cv_c_stack_direction" >&5
  echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
  
  cat >>confdefs.h <<EOF
***************
*** 7880,7886 ****
  # fmod, logb, and frexp are found in -lm on most systems.
  # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
  
! echo "$as_me:7883: checking for sqrt in -lm" >&5
  echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
  if test "${ac_cv_lib_m_sqrt+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 7910,7916 ----
  # fmod, logb, and frexp are found in -lm on most systems.
  # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
  
! echo "$as_me:7913: checking for sqrt in -lm" >&5
  echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
  if test "${ac_cv_lib_m_sqrt+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 7888,7894 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7891 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7918,7924 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7921 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7907,7922 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7910: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7913: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7916: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7919: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_m_sqrt=yes
  else
--- 7937,7952 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7940: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7943: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7946: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7949: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_m_sqrt=yes
  else
***************
*** 7927,7933 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7930: result: $ac_cv_lib_m_sqrt" >&5
  echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
  if test $ac_cv_lib_m_sqrt = yes; then
    cat >>confdefs.h <<EOF
--- 7957,7963 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7960: result: $ac_cv_lib_m_sqrt" >&5
  echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
  if test $ac_cv_lib_m_sqrt = yes; then
    cat >>confdefs.h <<EOF
***************
*** 7940,7946 ****
  
  # Check for mail-locking functions in a "mail" library
  
! echo "$as_me:7943: checking for maillock in -lmail" >&5
  echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6
  if test "${ac_cv_lib_mail_maillock+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 7970,7976 ----
  
  # Check for mail-locking functions in a "mail" library
  
! echo "$as_me:7973: checking for maillock in -lmail" >&5
  echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6
  if test "${ac_cv_lib_mail_maillock+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 7948,7954 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lmail  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7951 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7978,7984 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lmail  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7981 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7967,7982 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7970: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7973: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7976: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7979: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_mail_maillock=yes
  else
--- 7997,8012 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8000: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8003: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8006: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8009: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_mail_maillock=yes
  else
***************
*** 7987,7993 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7990: result: $ac_cv_lib_mail_maillock" >&5
  echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6
  if test $ac_cv_lib_mail_maillock = yes; then
    cat >>confdefs.h <<EOF
--- 8017,8023 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8020: result: $ac_cv_lib_mail_maillock" >&5
  echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6
  if test $ac_cv_lib_mail_maillock = yes; then
    cat >>confdefs.h <<EOF
***************
*** 7998,8004 ****
  
  fi
  
! echo "$as_me:8001: checking for maillock in -llockfile" >&5
  echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6
  if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 8028,8034 ----
  
  fi
  
! echo "$as_me:8031: checking for maillock in -llockfile" >&5
  echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6
  if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 8006,8012 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-llockfile  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8009 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 8036,8042 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-llockfile  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8039 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 8025,8040 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8028: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8031: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8034: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8037: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_lockfile_maillock=yes
  else
--- 8055,8070 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8058: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8061: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8064: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8067: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_lockfile_maillock=yes
  else
***************
*** 8045,8051 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8048: result: $ac_cv_lib_lockfile_maillock" >&5
  echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6
  if test $ac_cv_lib_lockfile_maillock = yes; then
    cat >>confdefs.h <<EOF
--- 8075,8081 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8078: result: $ac_cv_lib_lockfile_maillock" >&5
  echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6
  if test $ac_cv_lib_lockfile_maillock = yes; then
    cat >>confdefs.h <<EOF
***************
*** 8062,8068 ****
  if test "$ac_cv_lib_lockfile_maillock" = no; then
        # Extract the first word of "liblockfile.so", so it can be a program 
name with args.
  set dummy liblockfile.so; ac_word=$2
! echo "$as_me:8065: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_liblockfile+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 8092,8098 ----
  if test "$ac_cv_lib_lockfile_maillock" = no; then
        # Extract the first word of "liblockfile.so", so it can be a program 
name with args.
  set dummy liblockfile.so; ac_word=$2
! echo "$as_me:8095: checking for $ac_word" >&5
  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  if test "${ac_cv_prog_liblockfile+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 8077,8083 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_liblockfile="yes"
! echo "$as_me:8080: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 8107,8113 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_liblockfile="yes"
! echo "$as_me:8110: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 8086,8100 ****
  fi
  liblockfile=$ac_cv_prog_liblockfile
  if test -n "$liblockfile"; then
!   echo "$as_me:8089: result: $liblockfile" >&5
  echo "${ECHO_T}$liblockfile" >&6
  else
!   echo "$as_me:8092: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
    if test $ac_cv_prog_liblockfile = yes; then
!     { { echo "$as_me:8097: error: Shared liblockfile found but can't link 
against it.
  This probably means that movemail could lose mail.
  There may be a \`development' package to install containing liblockfile." >&5
  echo "$as_me: error: Shared liblockfile found but can't link against it.
--- 8116,8130 ----
  fi
  liblockfile=$ac_cv_prog_liblockfile
  if test -n "$liblockfile"; then
!   echo "$as_me:8119: result: $liblockfile" >&5
  echo "${ECHO_T}$liblockfile" >&6
  else
!   echo "$as_me:8122: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
    if test $ac_cv_prog_liblockfile = yes; then
!     { { echo "$as_me:8127: error: Shared liblockfile found but can't link 
against it.
  This probably means that movemail could lose mail.
  There may be a \`development' package to install containing liblockfile." >&5
  echo "$as_me: error: Shared liblockfile found but can't link against it.
***************
*** 8112,8124 ****
  for ac_func in touchlock
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8115: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8121 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 8142,8154 ----
  for ac_func in touchlock
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8145: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8151 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 8149,8164 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8152: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8155: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8158: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8161: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 8179,8194 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8182: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8185: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8188: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8191: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 8168,8174 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8171: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 8198,8204 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8201: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 8181,8203 ****
  for ac_header in maillock.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:8184: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 8190 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:8194: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:8200: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 8211,8233 ----
  for ac_header in maillock.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:8214: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 8220 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:8224: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:8230: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 8216,8222 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:8219: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 8246,8252 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:8249: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 8235,8247 ****
  gai_strerror mkstemp
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8238: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8244 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 8265,8277 ----
  gai_strerror mkstemp
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8268: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8274 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 8272,8287 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8275: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8278: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8281: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8284: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 8302,8317 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8305: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8308: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8311: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8314: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 8291,8297 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8294: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 8321,8327 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8324: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 8304,8326 ****
  for ac_header in sys/time.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:8307: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 8313 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:8317: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:8323: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 8334,8356 ----
  for ac_header in sys/time.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:8337: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 8343 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:8347: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:8353: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 8339,8345 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:8342: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 8369,8375 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:8372: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 8352,8364 ****
  for ac_func in alarm
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8355: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8361 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 8382,8394 ----
  for ac_func in alarm
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8385: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8391 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 8389,8404 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8392: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8395: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8398: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8401: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 8419,8434 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8422: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8425: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8428: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8431: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 8408,8414 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8411: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 8438,8444 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8441: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 8418,8424 ****
  fi
  done
  
! echo "$as_me:8421: checking for working mktime" >&5
  echo $ECHO_N "checking for working mktime... $ECHO_C" >&6
  if test "${ac_cv_func_working_mktime+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 8448,8454 ----
  fi
  done
  
! echo "$as_me:8451: checking for working mktime" >&5
  echo $ECHO_N "checking for working mktime... $ECHO_C" >&6
  if test "${ac_cv_func_working_mktime+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 8427,8433 ****
    ac_cv_func_working_mktime=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8430 "configure"
  #include "confdefs.h"
  /* Test program from Paul Eggert and Tony Leneis.  */
  #if TIME_WITH_SYS_TIME
--- 8457,8463 ----
    ac_cv_func_working_mktime=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8460 "configure"
  #include "confdefs.h"
  /* Test program from Paul Eggert and Tony Leneis.  */
  #if TIME_WITH_SYS_TIME
***************
*** 8576,8590 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:8579: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8582: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:8584: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8587: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_working_mktime=yes
  else
--- 8606,8620 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:8609: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8612: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:8614: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8617: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_working_mktime=yes
  else
***************
*** 8596,8602 ****
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:8599: result: $ac_cv_func_working_mktime" >&5
  echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
  if test $ac_cv_func_working_mktime = no; then
    LIBOBJS="$LIBOBJS mktime.$ac_objext"
--- 8626,8632 ----
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:8629: result: $ac_cv_func_working_mktime" >&5
  echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
  if test $ac_cv_func_working_mktime = no; then
    LIBOBJS="$LIBOBJS mktime.$ac_objext"
***************
*** 8614,8626 ****
  ac_save_LIBS=$LIBS
  
  # Check for getloadavg, but be sure not to touch the cache variable.
! (echo "$as_me:8617: checking for getloadavg" >&5
  echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6
  if test "${ac_cv_func_getloadavg+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8623 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char getloadavg (); below.  */
--- 8644,8656 ----
  ac_save_LIBS=$LIBS
  
  # Check for getloadavg, but be sure not to touch the cache variable.
! (echo "$as_me:8647: checking for getloadavg" >&5
  echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6
  if test "${ac_cv_func_getloadavg+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8653 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char getloadavg (); below.  */
***************
*** 8651,8666 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8654: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8657: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8660: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8663: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_getloadavg=yes
  else
--- 8681,8696 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8684: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8687: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8690: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8693: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_getloadavg=yes
  else
***************
*** 8670,8676 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8673: result: $ac_cv_func_getloadavg" >&5
  echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
  if test $ac_cv_func_getloadavg = yes; then
    exit 0
--- 8700,8706 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8703: result: $ac_cv_func_getloadavg" >&5
  echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
  if test $ac_cv_func_getloadavg = yes; then
    exit 0
***************
*** 8684,8696 ****
  for ac_func in pstat_getdynamic
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8687: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8693 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 8714,8726 ----
  for ac_func in pstat_getdynamic
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8717: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8723 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 8721,8736 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8724: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8727: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8730: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8733: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 8751,8766 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8754: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8757: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8760: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8763: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 8740,8746 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8743: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 8770,8776 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8773: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 8752,8758 ****
  
  # Solaris has libkstat which does not require root.
  
! echo "$as_me:8755: checking for kstat_open in -lkstat" >&5
  echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6
  if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 8782,8788 ----
  
  # Solaris has libkstat which does not require root.
  
! echo "$as_me:8785: checking for kstat_open in -lkstat" >&5
  echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6
  if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 8760,8766 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkstat  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8763 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 8790,8796 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkstat  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8793 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 8779,8794 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8782: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8785: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8788: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8791: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_kstat_kstat_open=yes
  else
--- 8809,8824 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8812: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8815: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8818: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8821: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_kstat_kstat_open=yes
  else
***************
*** 8799,8805 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8802: result: $ac_cv_lib_kstat_kstat_open" >&5
  echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6
  if test $ac_cv_lib_kstat_kstat_open = yes; then
    cat >>confdefs.h <<EOF
--- 8829,8835 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8832: result: $ac_cv_lib_kstat_kstat_open" >&5
  echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6
  if test $ac_cv_lib_kstat_kstat_open = yes; then
    cat >>confdefs.h <<EOF
***************
*** 8817,8823 ****
  # to get the right answer into the cache.
  # For kstat on solaris, we need libelf to force the definition of SVR4 below.
  if test $ac_have_func = no; then
!   echo "$as_me:8820: checking for elf_begin in -lelf" >&5
  echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6
  if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 8847,8853 ----
  # to get the right answer into the cache.
  # For kstat on solaris, we need libelf to force the definition of SVR4 below.
  if test $ac_have_func = no; then
!   echo "$as_me:8850: checking for elf_begin in -lelf" >&5
  echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6
  if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 8825,8831 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lelf  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8828 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 8855,8861 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lelf  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8858 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 8844,8859 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8847: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8850: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8853: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8856: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_elf_elf_begin=yes
  else
--- 8874,8889 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8877: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8880: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8883: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8886: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_elf_elf_begin=yes
  else
***************
*** 8864,8870 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8867: result: $ac_cv_lib_elf_elf_begin" >&5
  echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6
  if test $ac_cv_lib_elf_elf_begin = yes; then
    LIBS="-lelf $LIBS"
--- 8894,8900 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8897: result: $ac_cv_lib_elf_elf_begin" >&5
  echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6
  if test $ac_cv_lib_elf_elf_begin = yes; then
    LIBS="-lelf $LIBS"
***************
*** 8872,8878 ****
  
  fi
  if test $ac_have_func = no; then
!   echo "$as_me:8875: checking for kvm_open in -lkvm" >&5
  echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6
  if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 8902,8908 ----
  
  fi
  if test $ac_have_func = no; then
!   echo "$as_me:8905: checking for kvm_open in -lkvm" >&5
  echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6
  if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 8880,8886 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkvm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8883 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 8910,8916 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkvm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8913 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 8899,8914 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8902: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8905: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8908: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8911: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_kvm_kvm_open=yes
  else
--- 8929,8944 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8932: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8935: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8938: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8941: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_kvm_kvm_open=yes
  else
***************
*** 8919,8932 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8922: result: $ac_cv_lib_kvm_kvm_open" >&5
  echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6
  if test $ac_cv_lib_kvm_kvm_open = yes; then
    LIBS="-lkvm $LIBS"
  fi
  
    # Check for the 4.4BSD definition of getloadavg.
!   echo "$as_me:8929: checking for getloadavg in -lutil" >&5
  echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6
  if test "${ac_cv_lib_util_getloadavg+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 8949,8962 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8952: result: $ac_cv_lib_kvm_kvm_open" >&5
  echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6
  if test $ac_cv_lib_kvm_kvm_open = yes; then
    LIBS="-lkvm $LIBS"
  fi
  
    # Check for the 4.4BSD definition of getloadavg.
!   echo "$as_me:8959: checking for getloadavg in -lutil" >&5
  echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6
  if test "${ac_cv_lib_util_getloadavg+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 8934,8940 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lutil  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8937 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 8964,8970 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lutil  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8967 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 8953,8968 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8956: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8959: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8962: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8965: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_util_getloadavg=yes
  else
--- 8983,8998 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8986: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8989: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8992: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8995: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_util_getloadavg=yes
  else
***************
*** 8973,8979 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8976: result: $ac_cv_lib_util_getloadavg" >&5
  echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6
  if test $ac_cv_lib_util_getloadavg = yes; then
    LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
--- 9003,9009 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9006: result: $ac_cv_lib_util_getloadavg" >&5
  echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6
  if test $ac_cv_lib_util_getloadavg = yes; then
    LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
***************
*** 8986,8992 ****
    # Since it is not a standard part of AIX, it might be installed locally.
    ac_getloadavg_LIBS=$LIBS
    LIBS="-L/usr/local/lib $LIBS"
!   echo "$as_me:8989: checking for getloadavg in -lgetloadavg" >&5
  echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6
  if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 9016,9022 ----
    # Since it is not a standard part of AIX, it might be installed locally.
    ac_getloadavg_LIBS=$LIBS
    LIBS="-L/usr/local/lib $LIBS"
!   echo "$as_me:9019: checking for getloadavg in -lgetloadavg" >&5
  echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6
  if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 8994,9000 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lgetloadavg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8997 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 9024,9030 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lgetloadavg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9027 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 9013,9028 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9016: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9019: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9022: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9025: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_getloadavg_getloadavg=yes
  else
--- 9043,9058 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9046: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9049: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9052: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9055: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_getloadavg_getloadavg=yes
  else
***************
*** 9033,9039 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9036: result: $ac_cv_lib_getloadavg_getloadavg" >&5
  echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6
  if test $ac_cv_lib_getloadavg_getloadavg = yes; then
    LIBS="-lgetloadavg $LIBS"
--- 9063,9069 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9066: result: $ac_cv_lib_getloadavg_getloadavg" >&5
  echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6
  if test $ac_cv_lib_getloadavg_getloadavg = yes; then
    LIBS="-lgetloadavg $LIBS"
***************
*** 9049,9061 ****
  for ac_func in getloadavg
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9052: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9058 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 9079,9091 ----
  for ac_func in getloadavg
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9082: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9088 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 9086,9101 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9089: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9092: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9095: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9098: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 9116,9131 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9119: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9122: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9125: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9128: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 9105,9111 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9108: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 9135,9141 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9138: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 9121,9143 ****
  
  # Figure out what our getloadavg.c needs.
  ac_have_func=no
! echo "$as_me:9124: checking for sys/dg_sys_info.h" >&5
  echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
  if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9130 "configure"
  #include "confdefs.h"
  #include <sys/dg_sys_info.h>
  _ACEOF
! if { (eval echo "$as_me:9134: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9140: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9151,9173 ----
  
  # Figure out what our getloadavg.c needs.
  ac_have_func=no
! echo "$as_me:9154: checking for sys/dg_sys_info.h" >&5
  echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
  if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9160 "configure"
  #include "confdefs.h"
  #include <sys/dg_sys_info.h>
  _ACEOF
! if { (eval echo "$as_me:9164: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9170: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9156,9162 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9159: result: $ac_cv_header_sys_dg_sys_info_h" >&5
  echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
  if test $ac_cv_header_sys_dg_sys_info_h = yes; then
    ac_have_func=yes
--- 9186,9192 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9189: result: $ac_cv_header_sys_dg_sys_info_h" >&5
  echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
  if test $ac_cv_header_sys_dg_sys_info_h = yes; then
    ac_have_func=yes
***************
*** 9165,9171 ****
  #define DGUX 1
  EOF
  
! echo "$as_me:9168: checking for dg_sys_info in -ldgc" >&5
  echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6
  if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 9195,9201 ----
  #define DGUX 1
  EOF
  
! echo "$as_me:9198: checking for dg_sys_info in -ldgc" >&5
  echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6
  if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 9173,9179 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldgc  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9176 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 9203,9209 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldgc  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9206 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 9192,9207 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9195: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9198: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9201: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9204: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_dgc_dg_sys_info=yes
  else
--- 9222,9237 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9225: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9228: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9231: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9234: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_dgc_dg_sys_info=yes
  else
***************
*** 9212,9218 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9215: result: $ac_cv_lib_dgc_dg_sys_info" >&5
  echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6
  if test $ac_cv_lib_dgc_dg_sys_info = yes; then
    cat >>confdefs.h <<EOF
--- 9242,9248 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9245: result: $ac_cv_lib_dgc_dg_sys_info" >&5
  echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6
  if test $ac_cv_lib_dgc_dg_sys_info = yes; then
    cat >>confdefs.h <<EOF
***************
*** 9225,9247 ****
  
  fi
  
! echo "$as_me:9228: checking for locale.h" >&5
  echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
  if test "${ac_cv_header_locale_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9234 "configure"
  #include "confdefs.h"
  #include <locale.h>
  _ACEOF
! if { (eval echo "$as_me:9238: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9244: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9255,9277 ----
  
  fi
  
! echo "$as_me:9258: checking for locale.h" >&5
  echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
  if test "${ac_cv_header_locale_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9264 "configure"
  #include "confdefs.h"
  #include <locale.h>
  _ACEOF
! if { (eval echo "$as_me:9268: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9274: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9260,9278 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9263: result: $ac_cv_header_locale_h" >&5
  echo "${ECHO_T}$ac_cv_header_locale_h" >&6
  
  for ac_func in setlocale
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9269: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9275 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 9290,9308 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9293: result: $ac_cv_header_locale_h" >&5
  echo "${ECHO_T}$ac_cv_header_locale_h" >&6
  
  for ac_func in setlocale
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9299: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9305 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 9303,9318 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9306: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9309: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9312: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9315: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 9333,9348 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9336: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9339: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9342: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9345: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 9322,9328 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9325: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 9352,9358 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9355: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 9345,9367 ****
  fi
  
  if test $ac_have_func = no; then
!   echo "$as_me:9348: checking for inq_stats/cpustats.h" >&5
  echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
  if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9354 "configure"
  #include "confdefs.h"
  #include <inq_stats/cpustats.h>
  _ACEOF
! if { (eval echo "$as_me:9358: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9364: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9375,9397 ----
  fi
  
  if test $ac_have_func = no; then
!   echo "$as_me:9378: checking for inq_stats/cpustats.h" >&5
  echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
  if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9384 "configure"
  #include "confdefs.h"
  #include <inq_stats/cpustats.h>
  _ACEOF
! if { (eval echo "$as_me:9388: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9394: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9380,9386 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9383: result: $ac_cv_header_inq_stats_cpustats_h" >&5
  echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6
  if test $ac_cv_header_inq_stats_cpustats_h = yes; then
    ac_have_func=yes
--- 9410,9416 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9413: result: $ac_cv_header_inq_stats_cpustats_h" >&5
  echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6
  if test $ac_cv_header_inq_stats_cpustats_h = yes; then
    ac_have_func=yes
***************
*** 9398,9420 ****
  fi
  
  if test $ac_have_func = no; then
!   echo "$as_me:9401: checking for sys/cpustats.h" >&5
  echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
  if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9407 "configure"
  #include "confdefs.h"
  #include <sys/cpustats.h>
  _ACEOF
! if { (eval echo "$as_me:9411: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9417: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9428,9450 ----
  fi
  
  if test $ac_have_func = no; then
!   echo "$as_me:9431: checking for sys/cpustats.h" >&5
  echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
  if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9437 "configure"
  #include "confdefs.h"
  #include <sys/cpustats.h>
  _ACEOF
! if { (eval echo "$as_me:9441: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9447: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9433,9439 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9436: result: $ac_cv_header_sys_cpustats_h" >&5
  echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6
  if test $ac_cv_header_sys_cpustats_h = yes; then
    ac_have_func=yes; cat >>confdefs.h <<\EOF
--- 9463,9469 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9466: result: $ac_cv_header_sys_cpustats_h" >&5
  echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6
  if test $ac_cv_header_sys_cpustats_h = yes; then
    ac_have_func=yes; cat >>confdefs.h <<\EOF
***************
*** 9449,9471 ****
  for ac_header in mach/mach.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:9452: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 9458 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:9462: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9468: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9479,9501 ----
  for ac_header in mach/mach.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:9482: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 9488 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:9492: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9498: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9484,9490 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9487: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 9514,9520 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9517: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 9499,9521 ****
  for ac_header in nlist.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:9502: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 9508 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:9512: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9518: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9529,9551 ----
  for ac_header in nlist.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:9532: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 9538 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:9542: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:9548: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9534,9552 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9537: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  EOF
!  echo "$as_me:9543: checking for struct nlist.n_un.n_name" >&5
  echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6
  if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9549 "configure"
  #include "confdefs.h"
  #include <nlist.h>
  
--- 9564,9582 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9567: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  EOF
!  echo "$as_me:9573: checking for struct nlist.n_un.n_name" >&5
  echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6
  if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9579 "configure"
  #include "confdefs.h"
  #include <nlist.h>
  
***************
*** 9561,9576 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:9564: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:9567: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:9570: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9573: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_member_struct_nlist_n_un_n_name=yes
  else
--- 9591,9606 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:9594: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:9597: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:9600: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9603: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_member_struct_nlist_n_un_n_name=yes
  else
***************
*** 9580,9586 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:9583: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
  echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
  if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
  
--- 9610,9616 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:9613: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
  echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
  if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
  
***************
*** 9601,9613 ****
  done
  
  # Some definitions of getloadavg require that the program be installed setgid.
! echo "$as_me:9604: checking whether getloadavg requires setgid" >&5
  echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6
  if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9610 "configure"
  #include "confdefs.h"
  #include "$srcdir/getloadavg.c"
  #ifdef LDAV_PRIVILEGED
--- 9631,9643 ----
  done
  
  # Some definitions of getloadavg require that the program be installed setgid.
! echo "$as_me:9634: checking whether getloadavg requires setgid" >&5
  echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6
  if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9640 "configure"
  #include "confdefs.h"
  #include "$srcdir/getloadavg.c"
  #ifdef LDAV_PRIVILEGED
***************
*** 9623,9629 ****
  rm -f conftest*
  
  fi
! echo "$as_me:9626: result: $ac_cv_func_getloadavg_setgid" >&5
  echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6
  if test $ac_cv_func_getloadavg_setgid = yes; then
    NEED_SETGID=true
--- 9653,9659 ----
  rm -f conftest*
  
  fi
! echo "$as_me:9656: result: $ac_cv_func_getloadavg_setgid" >&5
  echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6
  if test $ac_cv_func_getloadavg_setgid = yes; then
    NEED_SETGID=true
***************
*** 9637,9643 ****
  fi
  
  if test $ac_cv_func_getloadavg_setgid = yes; then
!   echo "$as_me:9640: checking group of /dev/kmem" >&5
  echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6
  if test "${ac_cv_group_kmem+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 9667,9673 ----
  fi
  
  if test $ac_cv_func_getloadavg_setgid = yes; then
!   echo "$as_me:9670: checking group of /dev/kmem" >&5
  echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6
  if test "${ac_cv_group_kmem+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 9652,9658 ****
               / /s/.* //;p;'`
  
  fi
! echo "$as_me:9655: result: $ac_cv_group_kmem" >&5
  echo "${ECHO_T}$ac_cv_group_kmem" >&6
    KMEM_GROUP=$ac_cv_group_kmem
  fi
--- 9682,9688 ----
               / /s/.* //;p;'`
  
  fi
! echo "$as_me:9685: result: $ac_cv_group_kmem" >&5
  echo "${ECHO_T}$ac_cv_group_kmem" >&6
    KMEM_GROUP=$ac_cv_group_kmem
  fi
***************
*** 9663,9669 ****
  fi
  LIBS=$ac_save_LIBS
  
! echo "$as_me:9666: checking for _LARGEFILE_SOURCE value needed for large 
files" >&5
  echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... 
$ECHO_C" >&6
  if test "${ac_cv_sys_largefile_source+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 9693,9699 ----
  fi
  LIBS=$ac_save_LIBS
  
! echo "$as_me:9696: checking for _LARGEFILE_SOURCE value needed for large 
files" >&5
  echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... 
$ECHO_C" >&6
  if test "${ac_cv_sys_largefile_source+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 9671,9677 ****
    while :; do
    ac_cv_sys_largefile_source=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 9674 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  int
--- 9701,9707 ----
    while :; do
    ac_cv_sys_largefile_source=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 9704 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  int
***************
*** 9683,9698 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:9686: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:9689: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:9692: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9695: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
--- 9713,9728 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:9716: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:9719: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:9722: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9725: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
***************
*** 9701,9707 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 9704 "configure"
  #include "confdefs.h"
  #define _LARGEFILE_SOURCE 1
  #include <stdio.h>
--- 9731,9737 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 9734 "configure"
  #include "confdefs.h"
  #define _LARGEFILE_SOURCE 1
  #include <stdio.h>
***************
*** 9714,9729 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:9717: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:9720: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:9723: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9726: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_largefile_source=1; break
  else
--- 9744,9759 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:9747: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:9750: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:9753: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9756: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_largefile_source=1; break
  else
***************
*** 9734,9740 ****
    break
  done
  fi
! echo "$as_me:9737: result: $ac_cv_sys_largefile_source" >&5
  echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
  if test "$ac_cv_sys_largefile_source" != no; then
  
--- 9764,9770 ----
    break
  done
  fi
! echo "$as_me:9767: result: $ac_cv_sys_largefile_source" >&5
  echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
  if test "$ac_cv_sys_largefile_source" != no; then
  
***************
*** 9748,9760 ****
  # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
  # in glibc 2.1.3, but that breaks too many other things.
  # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
! echo "$as_me:9751: checking for fseeko" >&5
  echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
  if test "${ac_cv_func_fseeko+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9757 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  int
--- 9778,9790 ----
  # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
  # in glibc 2.1.3, but that breaks too many other things.
  # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
! echo "$as_me:9781: checking for fseeko" >&5
  echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
  if test "${ac_cv_func_fseeko+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9787 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  int
***************
*** 9766,9781 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9769: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9772: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9775: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9778: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_fseeko=yes
  else
--- 9796,9811 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9799: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9802: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9805: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9808: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_fseeko=yes
  else
***************
*** 9785,9791 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9788: result: $ac_cv_func_fseeko" >&5
  echo "${ECHO_T}$ac_cv_func_fseeko" >&6
  if test $ac_cv_func_fseeko = yes; then
  
--- 9815,9821 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9818: result: $ac_cv_func_fseeko" >&5
  echo "${ECHO_T}$ac_cv_func_fseeko" >&6
  if test $ac_cv_func_fseeko = yes; then
  
***************
*** 9800,9812 ****
  for ac_func in grantpt
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9803: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9809 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 9830,9842 ----
  for ac_func in grantpt
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9833: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9839 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 9837,9852 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9840: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9843: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9846: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9849: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 9867,9882 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9870: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9873: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9876: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9879: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 9856,9862 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9859: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 9886,9892 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9889: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 9871,9883 ****
  for ac_func in getpt
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9874: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9880 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 9901,9913 ----
  for ac_func in getpt
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9904: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 9910 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 9908,9923 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9911: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9914: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9917: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9920: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 9938,9953 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9941: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9944: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9947: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9950: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 9927,9933 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9930: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 9957,9963 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9960: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 9942,9948 ****
  # It's better to believe a function is not available
  # than to expect to find it in ncurses.
  
! echo "$as_me:9945: checking for tparm in -lncurses" >&5
  echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6
  if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 9972,9978 ----
  # It's better to believe a function is not available
  # than to expect to find it in ncurses.
  
! echo "$as_me:9975: checking for tparm in -lncurses" >&5
  echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6
  if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 9950,9956 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lncurses  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9953 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 9980,9986 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lncurses  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9983 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 9969,9984 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9972: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9975: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9978: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9981: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_ncurses_tparm=yes
  else
--- 9999,10014 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10002: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10005: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10008: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10011: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_ncurses_tparm=yes
  else
***************
*** 9989,9995 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9992: result: $ac_cv_lib_ncurses_tparm" >&5
  echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6
  if test $ac_cv_lib_ncurses_tparm = yes; then
    cat >>confdefs.h <<EOF
--- 10019,10025 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10022: result: $ac_cv_lib_ncurses_tparm" >&5
  echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6
  if test $ac_cv_lib_ncurses_tparm = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10004,10016 ****
  if test "$with_hesiod" = yes ; then
    # Don't set $LIBS here -- see comments above.
    resolv=no
!   echo "$as_me:10007: checking for res_send" >&5
  echo $ECHO_N "checking for res_send... $ECHO_C" >&6
  if test "${ac_cv_func_res_send+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 10013 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char res_send (); below.  */
--- 10034,10046 ----
  if test "$with_hesiod" = yes ; then
    # Don't set $LIBS here -- see comments above.
    resolv=no
!   echo "$as_me:10037: checking for res_send" >&5
  echo $ECHO_N "checking for res_send... $ECHO_C" >&6
  if test "${ac_cv_func_res_send+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 10043 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char res_send (); below.  */
***************
*** 10041,10056 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10044: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10047: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10050: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10053: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_res_send=yes
  else
--- 10071,10086 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10074: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10077: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10080: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10083: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_res_send=yes
  else
***************
*** 10060,10077 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10063: result: $ac_cv_func_res_send" >&5
  echo "${ECHO_T}$ac_cv_func_res_send" >&6
  if test $ac_cv_func_res_send = yes; then
    :
  else
!   echo "$as_me:10068: checking for __res_send" >&5
  echo $ECHO_N "checking for __res_send... $ECHO_C" >&6
  if test "${ac_cv_func___res_send+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 10074 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char __res_send (); below.  */
--- 10090,10107 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10093: result: $ac_cv_func_res_send" >&5
  echo "${ECHO_T}$ac_cv_func_res_send" >&6
  if test $ac_cv_func_res_send = yes; then
    :
  else
!   echo "$as_me:10098: checking for __res_send" >&5
  echo $ECHO_N "checking for __res_send... $ECHO_C" >&6
  if test "${ac_cv_func___res_send+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 10104 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char __res_send (); below.  */
***************
*** 10102,10117 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10105: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10108: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10111: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10114: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func___res_send=yes
  else
--- 10132,10147 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10135: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10138: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10141: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10144: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func___res_send=yes
  else
***************
*** 10121,10132 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10124: result: $ac_cv_func___res_send" >&5
  echo "${ECHO_T}$ac_cv_func___res_send" >&6
  if test $ac_cv_func___res_send = yes; then
    :
  else
!   echo "$as_me:10129: checking for res_send in -lresolv" >&5
  echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
  if test "${ac_cv_lib_resolv_res_send+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 10151,10162 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10154: result: $ac_cv_func___res_send" >&5
  echo "${ECHO_T}$ac_cv_func___res_send" >&6
  if test $ac_cv_func___res_send = yes; then
    :
  else
!   echo "$as_me:10159: checking for res_send in -lresolv" >&5
  echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
  if test "${ac_cv_lib_resolv_res_send+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 10134,10140 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10137 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10164,10170 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10167 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10153,10168 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10156: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10159: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10162: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10165: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_resolv_res_send=yes
  else
--- 10183,10198 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10186: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10189: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10192: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10195: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_resolv_res_send=yes
  else
***************
*** 10173,10184 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10176: result: $ac_cv_lib_resolv_res_send" >&5
  echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
  if test $ac_cv_lib_resolv_res_send = yes; then
    resolv=yes
  else
!   echo "$as_me:10181: checking for __res_send in -lresolv" >&5
  echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6
  if test "${ac_cv_lib_resolv___res_send+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 10203,10214 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10206: result: $ac_cv_lib_resolv_res_send" >&5
  echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
  if test $ac_cv_lib_resolv_res_send = yes; then
    resolv=yes
  else
!   echo "$as_me:10211: checking for __res_send in -lresolv" >&5
  echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6
  if test "${ac_cv_lib_resolv___res_send+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 10186,10192 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10189 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10216,10222 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10219 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10205,10220 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10208: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10211: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10214: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10217: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_resolv___res_send=yes
  else
--- 10235,10250 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10238: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10241: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10244: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10247: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_resolv___res_send=yes
  else
***************
*** 10225,10231 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10228: result: $ac_cv_lib_resolv___res_send" >&5
  echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6
  if test $ac_cv_lib_resolv___res_send = yes; then
    resolv=yes
--- 10255,10261 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10258: result: $ac_cv_lib_resolv___res_send" >&5
  echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6
  if test $ac_cv_lib_resolv___res_send = yes; then
    resolv=yes
***************
*** 10246,10258 ****
    else
      RESOLVLIB=
    fi
!   echo "$as_me:10249: checking for hes_getmailhost" >&5
  echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6
  if test "${ac_cv_func_hes_getmailhost+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 10255 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char hes_getmailhost (); below.  */
--- 10276,10288 ----
    else
      RESOLVLIB=
    fi
!   echo "$as_me:10279: checking for hes_getmailhost" >&5
  echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6
  if test "${ac_cv_func_hes_getmailhost+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 10285 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char hes_getmailhost (); below.  */
***************
*** 10283,10298 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10286: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10289: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10292: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10295: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_hes_getmailhost=yes
  else
--- 10313,10328 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10316: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10319: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10322: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10325: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_hes_getmailhost=yes
  else
***************
*** 10302,10313 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10305: result: $ac_cv_func_hes_getmailhost" >&5
  echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
  if test $ac_cv_func_hes_getmailhost = yes; then
    :
  else
!   echo "$as_me:10310: checking for hes_getmailhost in -lhesiod" >&5
  echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6
  if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 10332,10343 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10335: result: $ac_cv_func_hes_getmailhost" >&5
  echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
  if test $ac_cv_func_hes_getmailhost = yes; then
    :
  else
!   echo "$as_me:10340: checking for hes_getmailhost in -lhesiod" >&5
  echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6
  if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 10315,10321 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lhesiod $RESOLVLIB $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10318 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10345,10351 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lhesiod $RESOLVLIB $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10348 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10334,10349 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10337: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10340: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10343: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10346: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_hesiod_hes_getmailhost=yes
  else
--- 10364,10379 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10367: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10370: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10373: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10376: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_hesiod_hes_getmailhost=yes
  else
***************
*** 10354,10360 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10357: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
  echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6
  if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
    cat >>confdefs.h <<\EOF
--- 10384,10390 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10387: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
  echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6
  if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
    cat >>confdefs.h <<\EOF
***************
*** 10372,10378 ****
  # These tell us which Kerberos-related libraries to use.
  if test "${with_kerberos+set}" = set; then
  
! echo "$as_me:10375: checking for com_err in -lcom_err" >&5
  echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6
  if test "${ac_cv_lib_com_err_com_err+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 10402,10408 ----
  # These tell us which Kerberos-related libraries to use.
  if test "${with_kerberos+set}" = set; then
  
! echo "$as_me:10405: checking for com_err in -lcom_err" >&5
  echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6
  if test "${ac_cv_lib_com_err_com_err+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 10380,10386 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcom_err  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10383 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10410,10416 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcom_err  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10413 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10399,10414 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10402: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10405: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10408: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10411: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_com_err_com_err=yes
  else
--- 10429,10444 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10432: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10435: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10438: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10441: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_com_err_com_err=yes
  else
***************
*** 10419,10425 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10422: result: $ac_cv_lib_com_err_com_err" >&5
  echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6
  if test $ac_cv_lib_com_err_com_err = yes; then
    cat >>confdefs.h <<EOF
--- 10449,10455 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10452: result: $ac_cv_lib_com_err_com_err" >&5
  echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6
  if test $ac_cv_lib_com_err_com_err = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10430,10436 ****
  
  fi
  
! echo "$as_me:10433: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
  echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6
  if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 10460,10466 ----
  
  fi
  
! echo "$as_me:10463: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
  echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6
  if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 10438,10444 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lk5crypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10441 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10468,10474 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lk5crypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10471 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10457,10472 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10460: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10463: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10466: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10469: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
  else
--- 10487,10502 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10490: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10493: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10496: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10499: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
  else
***************
*** 10477,10483 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10480: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
  echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6
  if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
    cat >>confdefs.h <<EOF
--- 10507,10513 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10510: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
  echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6
  if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10488,10494 ****
  
  fi
  
! echo "$as_me:10491: checking for mit_des_cbc_encrypt in -lcrypto" >&5
  echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6
  if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 10518,10524 ----
  
  fi
  
! echo "$as_me:10521: checking for mit_des_cbc_encrypt in -lcrypto" >&5
  echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6
  if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 10496,10502 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcrypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10499 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10526,10532 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcrypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10529 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10515,10530 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10518: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10521: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10524: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10527: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
  else
--- 10545,10560 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10548: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10551: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10554: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10557: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
  else
***************
*** 10535,10541 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10538: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
  echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6
  if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
    cat >>confdefs.h <<EOF
--- 10565,10571 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10568: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
  echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6
  if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10546,10552 ****
  
  fi
  
! echo "$as_me:10549: checking for krb5_init_context in -lkrb5" >&5
  echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6
  if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 10576,10582 ----
  
  fi
  
! echo "$as_me:10579: checking for krb5_init_context in -lkrb5" >&5
  echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6
  if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 10554,10560 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb5  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10557 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10584,10590 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb5  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10587 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10573,10588 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10576: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10579: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10582: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10585: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb5_krb5_init_context=yes
  else
--- 10603,10618 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10606: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10609: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10612: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10615: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb5_krb5_init_context=yes
  else
***************
*** 10593,10599 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10596: result: $ac_cv_lib_krb5_krb5_init_context" >&5
  echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6
  if test $ac_cv_lib_krb5_krb5_init_context = yes; then
    cat >>confdefs.h <<EOF
--- 10623,10629 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10626: result: $ac_cv_lib_krb5_krb5_init_context" >&5
  echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6
  if test $ac_cv_lib_krb5_krb5_init_context = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10606,10612 ****
  
    if test "${with_kerberos5+set}" != set; then
  
! echo "$as_me:10609: checking for des_cbc_encrypt in -ldes425" >&5
  echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6
  if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 10636,10642 ----
  
    if test "${with_kerberos5+set}" != set; then
  
! echo "$as_me:10639: checking for des_cbc_encrypt in -ldes425" >&5
  echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6
  if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 10614,10620 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes425  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10617 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10644,10650 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes425  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10647 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10633,10648 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10636: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10639: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10642: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10645: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_des425_des_cbc_encrypt=yes
  else
--- 10663,10678 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10666: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10669: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10672: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10675: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_des425_des_cbc_encrypt=yes
  else
***************
*** 10653,10659 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10656: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
  echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6
  if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
    cat >>confdefs.h <<EOF
--- 10683,10689 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10686: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
  echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6
  if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10664,10670 ****
  
  else
  
! echo "$as_me:10667: checking for des_cbc_encrypt in -ldes" >&5
  echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6
  if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 10694,10700 ----
  
  else
  
! echo "$as_me:10697: checking for des_cbc_encrypt in -ldes" >&5
  echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6
  if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 10672,10678 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10675 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10702,10708 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10705 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10691,10706 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10694: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10697: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10700: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10703: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_des_des_cbc_encrypt=yes
  else
--- 10721,10736 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10724: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10727: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10730: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10733: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_des_des_cbc_encrypt=yes
  else
***************
*** 10711,10717 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10714: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
  echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6
  if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
    cat >>confdefs.h <<EOF
--- 10741,10747 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10744: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
  echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6
  if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10724,10730 ****
  
  fi
  
! echo "$as_me:10727: checking for krb_get_cred in -lkrb4" >&5
  echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6
  if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 10754,10760 ----
  
  fi
  
! echo "$as_me:10757: checking for krb_get_cred in -lkrb4" >&5
  echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6
  if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 10732,10738 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb4  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10735 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10762,10768 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb4  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10765 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10751,10766 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10754: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10757: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10760: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10763: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb4_krb_get_cred=yes
  else
--- 10781,10796 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10784: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10787: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10790: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10793: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb4_krb_get_cred=yes
  else
***************
*** 10771,10777 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10774: result: $ac_cv_lib_krb4_krb_get_cred" >&5
  echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6
  if test $ac_cv_lib_krb4_krb_get_cred = yes; then
    cat >>confdefs.h <<EOF
--- 10801,10807 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10804: result: $ac_cv_lib_krb4_krb_get_cred" >&5
  echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6
  if test $ac_cv_lib_krb4_krb_get_cred = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10782,10788 ****
  
  else
  
! echo "$as_me:10785: checking for krb_get_cred in -lkrb" >&5
  echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6
  if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 10812,10818 ----
  
  else
  
! echo "$as_me:10815: checking for krb_get_cred in -lkrb" >&5
  echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6
  if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 10790,10796 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10793 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10820,10826 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10823 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10809,10824 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10812: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10815: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10818: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10821: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb_krb_get_cred=yes
  else
--- 10839,10854 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10842: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10845: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10848: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10851: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb_krb_get_cred=yes
  else
***************
*** 10829,10835 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10832: result: $ac_cv_lib_krb_krb_get_cred" >&5
  echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6
  if test $ac_cv_lib_krb_krb_get_cred = yes; then
    cat >>confdefs.h <<EOF
--- 10859,10865 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10862: result: $ac_cv_lib_krb_krb_get_cred" >&5
  echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6
  if test $ac_cv_lib_krb_krb_get_cred = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10849,10871 ****
  for ac_header in krb5.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:10852: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 10858 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:10862: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:10868: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 10879,10901 ----
  for ac_header in krb5.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:10882: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 10888 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:10892: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:10898: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 10884,10890 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:10887: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 10914,10920 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:10917: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10899,10921 ****
  for ac_header in des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:10902: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 10908 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:10912: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:10918: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 10929,10951 ----
  for ac_header in des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:10932: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 10938 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:10942: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:10948: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 10934,10940 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:10937: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 10964,10970 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:10967: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10946,10968 ****
  for ac_header in kerberosIV/des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:10949: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 10955 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:10959: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:10965: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 10976,10998 ----
  for ac_header in kerberosIV/des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:10979: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 10985 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:10989: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:10995: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 10981,10987 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:10984: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 11011,11017 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11014: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 10993,11015 ****
  for ac_header in kerberos/des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:10996: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11002 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11006: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11012: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11023,11045 ----
  for ac_header in kerberos/des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11026: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11032 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11036: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11042: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11028,11034 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11031: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 11058,11064 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11061: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 11047,11069 ****
  for ac_header in krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11050: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11056 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11060: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11066: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11077,11099 ----
  for ac_header in krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11080: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11086 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11090: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11096: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11082,11088 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11085: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 11112,11118 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11115: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 11094,11116 ****
  for ac_header in kerberosIV/krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11097: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11103 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11107: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11113: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11124,11146 ----
  for ac_header in kerberosIV/krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11127: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11133 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11137: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11143: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11129,11135 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11132: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 11159,11165 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11162: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 11141,11163 ****
  for ac_header in kerberos/krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11144: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11150 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11154: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11160: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11171,11193 ----
  for ac_header in kerberos/krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11174: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11180 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11184: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11190: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11176,11182 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11179: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 11206,11212 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11209: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 11197,11219 ****
  for ac_header in com_err.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11200: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11206 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11210: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11216: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11227,11249 ----
  for ac_header in com_err.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11230: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11236 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11240: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11246: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11232,11238 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11235: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 11262,11268 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11265: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 11247,11253 ****
  # Solaris requires -lintl if you want strerror (which calls dgettext)
  # to return localized messages.
  
! echo "$as_me:11250: checking for dgettext in -lintl" >&5
  echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
  if test "${ac_cv_lib_intl_dgettext+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 11277,11283 ----
  # Solaris requires -lintl if you want strerror (which calls dgettext)
  # to return localized messages.
  
! echo "$as_me:11280: checking for dgettext in -lintl" >&5
  echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
  if test "${ac_cv_lib_intl_dgettext+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 11255,11261 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lintl  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 11258 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 11285,11291 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lintl  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 11288 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 11274,11289 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11277: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11280: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11283: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11286: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_intl_dgettext=yes
  else
--- 11304,11319 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11307: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11310: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11313: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11316: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_intl_dgettext=yes
  else
***************
*** 11294,11300 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:11297: result: $ac_cv_lib_intl_dgettext" >&5
  echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
  if test $ac_cv_lib_intl_dgettext = yes; then
    cat >>confdefs.h <<EOF
--- 11324,11330 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:11327: result: $ac_cv_lib_intl_dgettext" >&5
  echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
  if test $ac_cv_lib_intl_dgettext = yes; then
    cat >>confdefs.h <<EOF
***************
*** 11305,11311 ****
  
  fi
  
! echo "$as_me:11308: checking whether localtime caches TZ" >&5
  echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6
  if test "${emacs_cv_localtime_cache+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 11335,11341 ----
  
  fi
  
! echo "$as_me:11338: checking whether localtime caches TZ" >&5
  echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6
  if test "${emacs_cv_localtime_cache+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 11316,11322 ****
  emacs_cv_localtime_cache=yes
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11319 "configure"
  #include "confdefs.h"
  #include <time.h>
  extern char **environ;
--- 11346,11352 ----
  emacs_cv_localtime_cache=yes
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11349 "configure"
  #include "confdefs.h"
  #include <time.h>
  extern char **environ;
***************
*** 11349,11363 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:11352: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11355: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:11357: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11360: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_localtime_cache=no
  else
--- 11379,11393 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:11382: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11385: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:11387: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11390: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_localtime_cache=no
  else
***************
*** 11374,11380 ****
        emacs_cv_localtime_cache=no
  fi
  fi
! echo "$as_me:11377: result: $emacs_cv_localtime_cache" >&5
  echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
  if test $emacs_cv_localtime_cache = yes; then
    cat >>confdefs.h <<\EOF
--- 11404,11410 ----
        emacs_cv_localtime_cache=no
  fi
  fi
! echo "$as_me:11407: result: $emacs_cv_localtime_cache" >&5
  echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
  if test $emacs_cv_localtime_cache = yes; then
    cat >>confdefs.h <<\EOF
***************
*** 11388,11400 ****
  for ac_func in gettimeofday
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:11391: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11397 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 11418,11430 ----
  for ac_func in gettimeofday
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:11421: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11427 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 11425,11440 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11428: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11431: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11434: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11437: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 11455,11470 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11458: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11461: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11464: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11467: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 11444,11450 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:11447: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 11474,11480 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:11477: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 11454,11466 ****
  fi
  done
  
!   echo "$as_me:11457: checking whether gettimeofday can accept two arguments" 
>&5
  echo $ECHO_N "checking whether gettimeofday can accept two arguments... 
$ECHO_C" >&6
  if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11463 "configure"
  #include "confdefs.h"
  
  #ifdef TIME_WITH_SYS_TIME
--- 11484,11496 ----
  fi
  done
  
!   echo "$as_me:11487: checking whether gettimeofday can accept two arguments" 
>&5
  echo $ECHO_N "checking whether gettimeofday can accept two arguments... 
$ECHO_C" >&6
  if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11493 "configure"
  #include "confdefs.h"
  
  #ifdef TIME_WITH_SYS_TIME
***************
*** 11483,11498 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:11486: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:11489: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:11492: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11495: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_gettimeofday_two_arguments=yes
  else
--- 11513,11528 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:11516: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:11519: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:11522: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11525: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_gettimeofday_two_arguments=yes
  else
***************
*** 11502,11508 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:11505: result: $emacs_cv_gettimeofday_two_arguments" >&5
  echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
    if test $emacs_cv_gettimeofday_two_arguments = no; then
      cat >>confdefs.h <<\EOF
--- 11532,11538 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:11535: result: $emacs_cv_gettimeofday_two_arguments" >&5
  echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
    if test $emacs_cv_gettimeofday_two_arguments = no; then
      cat >>confdefs.h <<\EOF
***************
*** 11513,11525 ****
  fi
  
  if test "$ac_cv_func_gettimeofday" = yes; then
!   echo "$as_me:11516: checking for struct timezone" >&5
  echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
  if test "${emacs_cv_struct_timezone+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11522 "configure"
  #include "confdefs.h"
  #include <sys/time.h>
  int
--- 11543,11555 ----
  fi
  
  if test "$ac_cv_func_gettimeofday" = yes; then
!   echo "$as_me:11546: checking for struct timezone" >&5
  echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
  if test "${emacs_cv_struct_timezone+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11552 "configure"
  #include "confdefs.h"
  #include <sys/time.h>
  int
***************
*** 11531,11552 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:11534: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:11537: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:11540: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11543: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
                if test "$cross_compiling" = yes; then
    emacs_cv_struct_timezone=yes
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11549 "configure"
  #include "confdefs.h"
  
  #ifdef TIME_WITH_SYS_TIME
--- 11561,11582 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:11564: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:11567: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:11570: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11573: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
                if test "$cross_compiling" = yes; then
    emacs_cv_struct_timezone=yes
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11579 "configure"
  #include "confdefs.h"
  
  #ifdef TIME_WITH_SYS_TIME
***************
*** 11566,11580 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:11569: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11572: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:11574: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11577: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_timezone=yes
  else
--- 11596,11610 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:11599: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11602: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:11604: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11607: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_timezone=yes
  else
***************
*** 11592,11609 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:11595: result: $emacs_cv_struct_timezone" >&5
  echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
  fi
  
  ok_so_far=yes
! echo "$as_me:11600: checking for socket" >&5
  echo $ECHO_N "checking for socket... $ECHO_C" >&6
  if test "${ac_cv_func_socket+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11606 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char socket (); below.  */
--- 11622,11639 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:11625: result: $emacs_cv_struct_timezone" >&5
  echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
  fi
  
  ok_so_far=yes
! echo "$as_me:11630: checking for socket" >&5
  echo $ECHO_N "checking for socket... $ECHO_C" >&6
  if test "${ac_cv_func_socket+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11636 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char socket (); below.  */
***************
*** 11634,11649 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11637: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11640: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11643: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11646: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_socket=yes
  else
--- 11664,11679 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11667: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11670: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11673: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11676: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_socket=yes
  else
***************
*** 11653,11659 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:11656: result: $ac_cv_func_socket" >&5
  echo "${ECHO_T}$ac_cv_func_socket" >&6
  if test $ac_cv_func_socket = yes; then
    :
--- 11683,11689 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:11686: result: $ac_cv_func_socket" >&5
  echo "${ECHO_T}$ac_cv_func_socket" >&6
  if test $ac_cv_func_socket = yes; then
    :
***************
*** 11662,11684 ****
  fi
  
  if test $ok_so_far = yes; then
!   echo "$as_me:11665: checking for netinet/in.h" >&5
  echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
  if test "${ac_cv_header_netinet_in_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11671 "configure"
  #include "confdefs.h"
  #include <netinet/in.h>
  _ACEOF
! if { (eval echo "$as_me:11675: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11681: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11692,11714 ----
  fi
  
  if test $ok_so_far = yes; then
!   echo "$as_me:11695: checking for netinet/in.h" >&5
  echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
  if test "${ac_cv_header_netinet_in_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11701 "configure"
  #include "confdefs.h"
  #include <netinet/in.h>
  _ACEOF
! if { (eval echo "$as_me:11705: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11711: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11697,11703 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11700: result: $ac_cv_header_netinet_in_h" >&5
  echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
  if test $ac_cv_header_netinet_in_h = yes; then
    :
--- 11727,11733 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11730: result: $ac_cv_header_netinet_in_h" >&5
  echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
  if test $ac_cv_header_netinet_in_h = yes; then
    :
***************
*** 11707,11729 ****
  
  fi
  if test $ok_so_far = yes; then
!   echo "$as_me:11710: checking for arpa/inet.h" >&5
  echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
  if test "${ac_cv_header_arpa_inet_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11716 "configure"
  #include "confdefs.h"
  #include <arpa/inet.h>
  _ACEOF
! if { (eval echo "$as_me:11720: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11726: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11737,11759 ----
  
  fi
  if test $ok_so_far = yes; then
!   echo "$as_me:11740: checking for arpa/inet.h" >&5
  echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
  if test "${ac_cv_header_arpa_inet_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11746 "configure"
  #include "confdefs.h"
  #include <arpa/inet.h>
  _ACEOF
! if { (eval echo "$as_me:11750: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11756: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11742,11748 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11745: result: $ac_cv_header_arpa_inet_h" >&5
  echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
  if test $ac_cv_header_arpa_inet_h = yes; then
    :
--- 11772,11778 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11775: result: $ac_cv_header_arpa_inet_h" >&5
  echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
  if test $ac_cv_header_arpa_inet_h = yes; then
    :
***************
*** 11765,11791 ****
  
  fi
  
! echo "$as_me:11768: checking whether system supports dynamic ptys" >&5
  echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6
  if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
!   echo "$as_me:11771: result: yes" >&5
  echo "${ECHO_T}yes" >&6
    cat >>confdefs.h <<\EOF
  #define HAVE_DEV_PTMX 1
  EOF
  
  else
!   echo "$as_me:11778: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
! echo "$as_me:11782: checking for pid_t" >&5
  echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
  if test "${ac_cv_type_pid_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11788 "configure"
  #include "confdefs.h"
  $ac_includes_default
  int
--- 11795,11821 ----
  
  fi
  
! echo "$as_me:11798: checking whether system supports dynamic ptys" >&5
  echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6
  if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
!   echo "$as_me:11801: result: yes" >&5
  echo "${ECHO_T}yes" >&6
    cat >>confdefs.h <<\EOF
  #define HAVE_DEV_PTMX 1
  EOF
  
  else
!   echo "$as_me:11808: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
! echo "$as_me:11812: checking for pid_t" >&5
  echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
  if test "${ac_cv_type_pid_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11818 "configure"
  #include "confdefs.h"
  $ac_includes_default
  int
***************
*** 11800,11815 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:11803: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:11806: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:11809: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11812: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_pid_t=yes
  else
--- 11830,11845 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:11833: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:11836: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:11839: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11842: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_pid_t=yes
  else
***************
*** 11819,11825 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:11822: result: $ac_cv_type_pid_t" >&5
  echo "${ECHO_T}$ac_cv_type_pid_t" >&6
  if test $ac_cv_type_pid_t = yes; then
    :
--- 11849,11855 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:11852: result: $ac_cv_type_pid_t" >&5
  echo "${ECHO_T}$ac_cv_type_pid_t" >&6
  if test $ac_cv_type_pid_t = yes; then
    :
***************
*** 11834,11856 ****
  for ac_header in unistd.h vfork.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11837: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11843 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11847: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11853: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11864,11886 ----
  for ac_header in unistd.h vfork.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11867: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 11873 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11877: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:11883: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11869,11875 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11872: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 11899,11905 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11902: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 11882,11894 ****
  for ac_func in fork vfork
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:11885: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11891 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 11912,11924 ----
  for ac_func in fork vfork
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:11915: checking for $ac_func" >&5
  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  if eval "test \"\${$as_ac_var+set}\" = set"; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11921 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 11919,11934 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11922: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11925: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11928: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11931: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 11949,11964 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11952: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11955: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11958: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11961: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 11938,11944 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:11941: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 11968,11974 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:11971: result: `eval echo '${'$as_ac_var'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 11950,11956 ****
  
  ac_cv_func_fork_works=$ac_cv_func_fork
  if test "x$ac_cv_func_fork" = xyes; then
!   echo "$as_me:11953: checking for working fork" >&5
  echo $ECHO_N "checking for working fork... $ECHO_C" >&6
  if test "${ac_cv_func_fork_works+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 11980,11986 ----
  
  ac_cv_func_fork_works=$ac_cv_func_fork
  if test "x$ac_cv_func_fork" = xyes; then
!   echo "$as_me:11983: checking for working fork" >&5
  echo $ECHO_N "checking for working fork... $ECHO_C" >&6
  if test "${ac_cv_func_fork_works+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 11973,11987 ****
        }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:11976: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11979: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:11981: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11984: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_fork_works=yes
  else
--- 12003,12017 ----
        }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:12006: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:12009: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:12011: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12014: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_fork_works=yes
  else
***************
*** 11993,11999 ****
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:11996: result: $ac_cv_func_fork_works" >&5
  echo "${ECHO_T}$ac_cv_func_fork_works" >&6
  
  fi
--- 12023,12029 ----
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:12026: result: $ac_cv_func_fork_works" >&5
  echo "${ECHO_T}$ac_cv_func_fork_works" >&6
  
  fi
***************
*** 12007,12018 ****
        ac_cv_func_fork_works=yes
        ;;
    esac
!   { echo "$as_me:12010: WARNING: CROSS: Result $ac_cv_func_fork_works guessed 
due to cross-compiling." >&5
  echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to 
cross-compiling." >&2;}
  fi
  ac_cv_func_vfork_works=$ac_cv_func_vfork
  if test "x$ac_cv_func_vfork" = xyes; then
!   echo "$as_me:12015: checking for working vfork" >&5
  echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
  if test "${ac_cv_func_vfork_works+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 12037,12048 ----
        ac_cv_func_fork_works=yes
        ;;
    esac
!   { echo "$as_me:12040: WARNING: CROSS: Result $ac_cv_func_fork_works guessed 
due to cross-compiling." >&5
  echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to 
cross-compiling." >&2;}
  fi
  ac_cv_func_vfork_works=$ac_cv_func_vfork
  if test "x$ac_cv_func_vfork" = xyes; then
!   echo "$as_me:12045: checking for working vfork" >&5
  echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
  if test "${ac_cv_func_vfork_works+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 12021,12027 ****
    ac_cv_func_vfork_works=cross
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 12024 "configure"
  #include "confdefs.h"
  /* Thanks to Paul Eggert for this test.  */
  #include <stdio.h>
--- 12051,12057 ----
    ac_cv_func_vfork_works=cross
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 12054 "configure"
  #include "confdefs.h"
  /* Thanks to Paul Eggert for this test.  */
  #include <stdio.h>
***************
*** 12118,12132 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:12121: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:12124: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:12126: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12129: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_vfork_works=yes
  else
--- 12148,12162 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:12151: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:12154: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:12156: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12159: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_vfork_works=yes
  else
***************
*** 12138,12150 ****
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:12141: result: $ac_cv_func_vfork_works" >&5
  echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
  
  fi;
  if test "x$ac_cv_func_fork_works" = xcross; then
    ac_cv_func_vfork_works=ac_cv_func_vfork
!   { echo "$as_me:12147: WARNING: CROSS: Result $ac_cv_func_vfork_works 
guessed due to cross-compiling." >&5
  echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to 
cross-compiling." >&2;}
  fi
  
--- 12168,12180 ----
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:12171: result: $ac_cv_func_vfork_works" >&5
  echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
  
  fi;
  if test "x$ac_cv_func_fork_works" = xcross; then
    ac_cv_func_vfork_works=ac_cv_func_vfork
!   { echo "$as_me:12177: WARNING: CROSS: Result $ac_cv_func_vfork_works 
guessed due to cross-compiling." >&5
  echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to 
cross-compiling." >&2;}
  fi
  
***************
*** 12170,12182 ****
  fi
  
  # Fixme: This should be replaced when we have autoconf 2.14.
! echo "$as_me:12173: checking for size_t" >&5
  echo $ECHO_N "checking for size_t... $ECHO_C" >&6
  if test "${ac_cv_type_size_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 12179 "configure"
  #include "confdefs.h"
  $ac_includes_default
  int
--- 12200,12212 ----
  fi
  
  # Fixme: This should be replaced when we have autoconf 2.14.
! echo "$as_me:12203: checking for size_t" >&5
  echo $ECHO_N "checking for size_t... $ECHO_C" >&6
  if test "${ac_cv_type_size_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 12209 "configure"
  #include "confdefs.h"
  $ac_includes_default
  int
***************
*** 12191,12206 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:12194: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:12197: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:12200: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12203: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_size_t=yes
  else
--- 12221,12236 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:12224: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:12227: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:12230: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12233: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_size_t=yes
  else
***************
*** 12210,12216 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:12213: result: $ac_cv_type_size_t" >&5
  echo "${ECHO_T}$ac_cv_type_size_t" >&6
  if test $ac_cv_type_size_t = yes; then
    :
--- 12240,12246 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:12243: result: $ac_cv_type_size_t" >&5
  echo "${ECHO_T}$ac_cv_type_size_t" >&6
  if test $ac_cv_type_size_t = yes; then
    :
***************
*** 12230,12236 ****
  version=`grep 'defconst[       ]*emacs-version' ${srcdir}/lisp/version.el \
         | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
  if test x"${version}" = x; then
!   { { echo "$as_me:12233: error: can't find current emacs version in 
\`${srcdir}/lisp/version.el'." >&5
  echo "$as_me: error: can't find current emacs version in 
\`${srcdir}/lisp/version.el'." >&2;}
     { (exit 1); exit 1; }; }
  fi
--- 12260,12266 ----
  version=`grep 'defconst[       ]*emacs-version' ${srcdir}/lisp/version.el \
         | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
  if test x"${version}" = x; then
!   { { echo "$as_me:12263: error: can't find current emacs version in 
\`${srcdir}/lisp/version.el'." >&5
  echo "$as_me: error: can't find current emacs version in 
\`${srcdir}/lisp/version.el'." >&2;}
     { (exit 1); exit 1; }; }
  fi
***************
*** 12316,12338 ****
  for ac_header in nlist.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:12319: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 12325 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:12329: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:12335: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 12346,12368 ----
  for ac_header in nlist.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:12349: 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
    cat >conftest.$ac_ext <<_ACEOF
! #line 12355 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:12359: \"$ac_cpp conftest.$ac_ext\"") >&5
    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    ac_status=$?
    egrep -v '^ *\+' conftest.er1 >conftest.err
    rm -f conftest.er1
    cat conftest.err >&5
!   echo "$as_me:12365: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 12351,12357 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:12354: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
--- 12381,12387 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:12384: result: `eval echo '${'$as_ac_Header'}'`" >&5
  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
    cat >>confdefs.h <<EOF
***************
*** 12411,12417 ****
  ## C preprocessor.
  
  cat >conftest.$ac_ext <<_ACEOF
! #line 12414 "configure"
  #include "confdefs.h"
  yes..yes
  _ACEOF
--- 12441,12447 ----
  ## C preprocessor.
  
  cat >conftest.$ac_ext <<_ACEOF
! #line 12444 "configure"
  #include "confdefs.h"
  yes..yes
  _ACEOF
***************
*** 12504,12510 ****
  : ${CONFIG_STATUS=./config.status}
  ac_clean_files_save=$ac_clean_files
  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
! { echo "$as_me:12507: creating $CONFIG_STATUS" >&5
  echo "$as_me: creating $CONFIG_STATUS" >&6;}
  cat >$CONFIG_STATUS <<_ACEOF
  #! $SHELL
--- 12534,12540 ----
  : ${CONFIG_STATUS=./config.status}
  ac_clean_files_save=$ac_clean_files
  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
! { echo "$as_me:12537: creating $CONFIG_STATUS" >&5
  echo "$as_me: creating $CONFIG_STATUS" >&6;}
  cat >$CONFIG_STATUS <<_ACEOF
  #! $SHELL
***************
*** 12680,12686 ****
      echo "$ac_cs_version"; exit 0 ;;
    --he | --h)
      # Conflict between --help and --header
!     { { echo "$as_me:12683: error: ambiguous option: $1
  Try \`$0 --help' for more information." >&5
  echo "$as_me: error: ambiguous option: $1
  Try \`$0 --help' for more information." >&2;}
--- 12710,12716 ----
      echo "$ac_cs_version"; exit 0 ;;
    --he | --h)
      # Conflict between --help and --header
!     { { echo "$as_me:12713: error: ambiguous option: $1
  Try \`$0 --help' for more information." >&5
  echo "$as_me: error: ambiguous option: $1
  Try \`$0 --help' for more information." >&2;}
***************
*** 12699,12705 ****
      ac_need_defaults=false;;
  
    # This is an error.
!   -*) { { echo "$as_me:12702: error: unrecognized option: $1
  Try \`$0 --help' for more information." >&5
  echo "$as_me: error: unrecognized option: $1
  Try \`$0 --help' for more information." >&2;}
--- 12729,12735 ----
      ac_need_defaults=false;;
  
    # This is an error.
!   -*) { { echo "$as_me:12732: error: unrecognized option: $1
  Try \`$0 --help' for more information." >&5
  echo "$as_me: error: unrecognized option: $1
  Try \`$0 --help' for more information." >&2;}
***************
*** 12755,12761 ****
    "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
    "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
    "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS 
src/config.h:src/config.in" ;;
!   *) { { echo "$as_me:12758: error: invalid argument: $ac_config_target" >&5
  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     { (exit 1); exit 1; }; };;
    esac
--- 12785,12791 ----
    "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
    "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
    "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS 
src/config.h:src/config.in" ;;
!   *) { { echo "$as_me:12788: error: invalid argument: $ac_config_target" >&5
  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     { (exit 1); exit 1; }; };;
    esac
***************
*** 13002,13008 ****
    esac
  
    if test x"$ac_file" != x-; then
!     { echo "$as_me:13005: creating $ac_file" >&5
  echo "$as_me: creating $ac_file" >&6;}
      rm -f "$ac_file"
    fi
--- 13032,13038 ----
    esac
  
    if test x"$ac_file" != x-; then
!     { echo "$as_me:13035: creating $ac_file" >&5
  echo "$as_me: creating $ac_file" >&6;}
      rm -f "$ac_file"
    fi
***************
*** 13020,13026 ****
        -) echo $tmp/stdin ;;
        [\\/$]*)
           # Absolute (can't be DOS-style, as IFS=:)
!          test -f "$f" || { { echo "$as_me:13023: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           echo $f;;
--- 13050,13056 ----
        -) echo $tmp/stdin ;;
        [\\/$]*)
           # Absolute (can't be DOS-style, as IFS=:)
!          test -f "$f" || { { echo "$as_me:13053: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           echo $f;;
***************
*** 13033,13039 ****
             echo $srcdir/$f
           else
             # /dev/null tree
!            { { echo "$as_me:13036: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           fi;;
--- 13063,13069 ----
             echo $srcdir/$f
           else
             # /dev/null tree
!            { { echo "$as_me:13066: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           fi;;
***************
*** 13094,13100 ****
    * )   ac_file_in=$ac_file.in ;;
    esac
  
!   test x"$ac_file" != x- && { echo "$as_me:13097: creating $ac_file" >&5
  echo "$as_me: creating $ac_file" >&6;}
  
    # First look for the input files in the build tree, otherwise in the
--- 13124,13130 ----
    * )   ac_file_in=$ac_file.in ;;
    esac
  
!   test x"$ac_file" != x- && { echo "$as_me:13127: creating $ac_file" >&5
  echo "$as_me: creating $ac_file" >&6;}
  
    # First look for the input files in the build tree, otherwise in the
***************
*** 13105,13111 ****
        -) echo $tmp/stdin ;;
        [\\/$]*)
           # Absolute (can't be DOS-style, as IFS=:)
!          test -f "$f" || { { echo "$as_me:13108: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           echo $f;;
--- 13135,13141 ----
        -) echo $tmp/stdin ;;
        [\\/$]*)
           # Absolute (can't be DOS-style, as IFS=:)
!          test -f "$f" || { { echo "$as_me:13138: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           echo $f;;
***************
*** 13118,13124 ****
             echo $srcdir/$f
           else
             # /dev/null tree
!            { { echo "$as_me:13121: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           fi;;
--- 13148,13154 ----
             echo $srcdir/$f
           else
             # /dev/null tree
!            { { echo "$as_me:13151: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           fi;;
***************
*** 13235,13241 ****
    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:13238: $ac_file is unchanged" >&5
  echo "$as_me: $ac_file is unchanged" >&6;}
      else
        ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
--- 13265,13271 ----
    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:13268: $ac_file is unchanged" >&5
  echo "$as_me: $ac_file is unchanged" >&6;}
      else
        ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \



reply via email to

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