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: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/configure
Date: Wed, 11 Sep 2002 11:48:28 -0400

Index: emacs/configure
diff -c emacs/configure:1.94 emacs/configure:1.95
*** emacs/configure:1.94        Sun Jul 21 16:22:11 2002
--- emacs/configure     Wed Sep 11 11:48:27 2002
***************
*** 681,687 ****
  Optional Packages:
    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-   --with-game-user        use specified user for game directory
    --without-gcc           don't use GCC to compile Emacs if GCC is found
    --without-pop           don't support POP mail retrieval with movemail
    --with-kerberos         support Kerberos-authenticated POP
--- 681,686 ----
***************
*** 892,898 ****
  fi
  for ac_site_file in $CONFIG_SITE; do
    if test -r "$ac_site_file"; then
!     { echo "$as_me:895: loading site script $ac_site_file" >&5
  echo "$as_me: loading site script $ac_site_file" >&6;}
      cat "$ac_site_file" >&5
      . "$ac_site_file"
--- 891,897 ----
  fi
  for ac_site_file in $CONFIG_SITE; do
    if test -r "$ac_site_file"; then
!     { echo "$as_me:894: loading site script $ac_site_file" >&5
  echo "$as_me: loading site script $ac_site_file" >&6;}
      cat "$ac_site_file" >&5
      . "$ac_site_file"
***************
*** 903,909 ****
    # Some versions of bash will fail to source /dev/null (special
    # files actually), so we avoid doing that.
    if test -f "$cache_file"; then
!     { echo "$as_me:906: loading cache $cache_file" >&5
  echo "$as_me: loading cache $cache_file" >&6;}
      case $cache_file in
        [\\/]* | ?:[\\/]* ) . $cache_file;;
--- 902,908 ----
    # Some versions of bash will fail to source /dev/null (special
    # files actually), so we avoid doing that.
    if test -f "$cache_file"; then
!     { echo "$as_me:905: loading cache $cache_file" >&5
  echo "$as_me: loading cache $cache_file" >&6;}
      case $cache_file in
        [\\/]* | ?:[\\/]* ) . $cache_file;;
***************
*** 911,917 ****
      esac
    fi
  else
!   { echo "$as_me:914: creating cache $cache_file" >&5
  echo "$as_me: creating cache $cache_file" >&6;}
    >$cache_file
  fi
--- 910,916 ----
      esac
    fi
  else
!   { echo "$as_me:913: creating cache $cache_file" >&5
  echo "$as_me: creating cache $cache_file" >&6;}
    >$cache_file
  fi
***************
*** 927,947 ****
    eval ac_new_val="\$ac_env_${ac_var}_value"
    case $ac_old_set,$ac_new_set in
      set,)
!       { echo "$as_me:930: error: \`$ac_var' was set to \`$ac_old_val' in the 
previous run" >&5
  echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous 
run" >&2;}
        ac_cache_corrupted=: ;;
      ,set)
!       { echo "$as_me:934: error: \`$ac_var' was not set in the previous run" 
>&5
  echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
        ac_cache_corrupted=: ;;
      ,);;
      *)
        if test "x$ac_old_val" != "x$ac_new_val"; then
!         { echo "$as_me:940: error: \`$ac_var' has changed since the previous 
run:" >&5
  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
!         { echo "$as_me:942:   former value:  $ac_old_val" >&5
  echo "$as_me:   former value:  $ac_old_val" >&2;}
!         { echo "$as_me:944:   current value: $ac_new_val" >&5
  echo "$as_me:   current value: $ac_new_val" >&2;}
          ac_cache_corrupted=:
        fi;;
--- 926,946 ----
    eval ac_new_val="\$ac_env_${ac_var}_value"
    case $ac_old_set,$ac_new_set in
      set,)
!       { echo "$as_me:929: error: \`$ac_var' was set to \`$ac_old_val' in the 
previous run" >&5
  echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous 
run" >&2;}
        ac_cache_corrupted=: ;;
      ,set)
!       { echo "$as_me:933: error: \`$ac_var' was not set in the previous run" 
>&5
  echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
        ac_cache_corrupted=: ;;
      ,);;
      *)
        if test "x$ac_old_val" != "x$ac_new_val"; then
!         { echo "$as_me:939: error: \`$ac_var' has changed since the previous 
run:" >&5
  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
!         { echo "$as_me:941:   former value:  $ac_old_val" >&5
  echo "$as_me:   former value:  $ac_old_val" >&2;}
!         { echo "$as_me:943:   current value: $ac_new_val" >&5
  echo "$as_me:   current value: $ac_new_val" >&2;}
          ac_cache_corrupted=:
        fi;;
***************
*** 960,968 ****
    fi
  done
  if $ac_cache_corrupted; then
!   { echo "$as_me:963: error: changes in the environment can compromise the 
build" >&5
  echo "$as_me: error: changes in the environment can compromise the build" 
>&2;}
!   { { echo "$as_me:965: error: run \`make distclean' and/or \`rm $cache_file' 
and start over" >&5
  echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start 
over" >&2;}
     { (exit 1); exit 1; }; }
  fi
--- 959,967 ----
    fi
  done
  if $ac_cache_corrupted; then
!   { echo "$as_me:962: error: changes in the environment can compromise the 
build" >&5
  echo "$as_me: error: changes in the environment can compromise the build" 
>&2;}
!   { { echo "$as_me:964: error: run \`make distclean' and/or \`rm $cache_file' 
and start over" >&5
  echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start 
over" >&2;}
     { (exit 1); exit 1; }; }
  fi
***************
*** 982,991 ****
  echo "#! $SHELL" >conftest.sh
  echo  "exit 0"   >>conftest.sh
  chmod +x conftest.sh
! if { (echo "$as_me:985: PATH=\".;.\"; conftest.sh") >&5
    (PATH=".;."; conftest.sh) 2>&5
    ac_status=$?
!   echo "$as_me:988: \$? = $ac_status" >&5
    (exit $ac_status); }; then
    ac_path_separator=';'
  else
--- 981,990 ----
  echo "#! $SHELL" >conftest.sh
  echo  "exit 0"   >>conftest.sh
  chmod +x conftest.sh
! if { (echo "$as_me:984: PATH=\".;.\"; conftest.sh") >&5
    (PATH=".;."; conftest.sh) 2>&5
    ac_status=$?
!   echo "$as_me:987: \$? = $ac_status" >&5
    (exit $ac_status); }; then
    ac_path_separator=';'
  else
***************
*** 1020,1031 ****
  
  gameuser=games
  
- # Check whether --with-game-user or --without-game-user was given.
- if test "${with_game_user+set}" = set; then
-   withval="$with_game_user"
-   gameuser="$withval"
- fi;
- 
  # Check whether --with-gcc or --without-gcc was given.
  if test "${with_gcc+set}" = set; then
    withval="$with_gcc"
--- 1019,1024 ----
***************
*** 1103,1109 ****
            a | at | ath | athe | athen | athena )      val=athena ;;
            m | mo | mot | moti | motif )       val=motif ;;
            * )
! { { echo "$as_me:1106: error: \`--with-x-toolkit=$withval' is invalid\;
  this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'.
  Currently, \`yes', \`athena' and \`lucid' are synonyms." >&5
  echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\;
--- 1096,1102 ----
            a | at | ath | athe | athen | athena )      val=athena ;;
            m | mo | mot | moti | motif )       val=motif ;;
            * )
! { { echo "$as_me:1099: error: \`--with-x-toolkit=$withval' is invalid\;
  this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'.
  Currently, \`yes', \`athena' and \`lucid' are synonyms." >&5
  echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\;
***************
*** 1191,1197 ****
  #### 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:1194: 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
--- 1184,1190 ----
  #### 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:1187: 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
***************
*** 1236,1242 ****
    fi
  done
  if test -z "$ac_aux_dir"; then
!   { { echo "$as_me:1239: 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
--- 1229,1235 ----
    fi
  done
  if test -z "$ac_aux_dir"; then
!   { { echo "$as_me:1232: 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
***************
*** 1246,1256 ****
  
  # Make sure we can run config.sub.
  $ac_config_sub sun4 >/dev/null 2>&1 ||
!   { { echo "$as_me:1249: error: cannot run $ac_config_sub" >&5
  echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     { (exit 1); exit 1; }; }
  
! echo "$as_me:1253: 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
--- 1239,1249 ----
  
  # Make sure we can run config.sub.
  $ac_config_sub sun4 >/dev/null 2>&1 ||
!   { { echo "$as_me:1242: error: cannot run $ac_config_sub" >&5
  echo "$as_me: error: cannot run $ac_config_sub" >&2;}
     { (exit 1); exit 1; }; }
  
! echo "$as_me:1246: 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
***************
*** 1259,1281 ****
  test -z "$ac_cv_build_alias" &&
    ac_cv_build_alias=`$ac_config_guess`
  test -z "$ac_cv_build_alias" &&
!   { { echo "$as_me:1262: 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:1266: 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:1271: 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:1278: 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
--- 1252,1274 ----
  test -z "$ac_cv_build_alias" &&
    ac_cv_build_alias=`$ac_config_guess`
  test -z "$ac_cv_build_alias" &&
!   { { echo "$as_me:1255: 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:1259: 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:1264: 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:1271: 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
***************
*** 1284,1295 ****
  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:1287: 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:1292: 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/'`
--- 1277,1288 ----
  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:1280: 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:1285: 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/'`
***************
*** 1924,1934 ****
    ;;
  
    ## PowerPC reference platform
!   powerpcle-*-solaris2* )
      machine=prep
      opsys=sol2-5
    ;;
  
    ## Pyramid machines
    ## I don't really have any idea what sort of processor the Pyramid has,
    ## so I'm assuming it is its own architecture.
--- 1917,1933 ----
    ;;
  
    ## PowerPC reference platform
!   powerpcle-*-solaris2.5* )
      machine=prep
      opsys=sol2-5
    ;;
  
+   ## PowerPC reference platform
+   powerpcle-*-solaris2* )
+     machine=prep
+     opsys=sol2-6
+   ;;
+ 
    ## Pyramid machines
    ## I don't really have any idea what sort of processor the Pyramid has,
    ## so I'm assuming it is its own architecture.
***************
*** 2068,2075 ****
                NON_GNU_CPP=/usr/ccs/lib/cpp
                RANLIB="ar -ts"
                ;;
        *-sunos5* | *-solaris* )
!               opsys=sol2-5
                NON_GNU_CPP=/usr/ccs/lib/cpp
                ;;
        *                         ) opsys=bsd4-2   ;;
--- 2067,2079 ----
                NON_GNU_CPP=/usr/ccs/lib/cpp
                RANLIB="ar -ts"
                ;;
+       *-sunos5.6* | *-solaris2.6* )
+               opsys=sol2-6
+               NON_GNU_CPP=/usr/ccs/lib/cpp
+               RANLIB="ar -ts"
+               ;;
        *-sunos5* | *-solaris* )
!               opsys=sol2-6
                NON_GNU_CPP=/usr/ccs/lib/cpp
                ;;
        *                         ) opsys=bsd4-2   ;;
***************
*** 2272,2278 ****
  fi
  
  if test $unported = yes; then
!   { { echo "$as_me:2275: 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;}
--- 2276,2282 ----
  fi
  
  if test $unported = yes; then
!   { { echo "$as_me:2279: 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;}
***************
*** 2301,2307 ****
  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:2304: 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
--- 2305,2311 ----
  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:2308: 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
***************
*** 2316,2322 ****
    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:2319: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2320,2326 ----
    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:2323: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2324,2333 ****
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2327: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2330: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2328,2337 ----
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2331: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2334: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2336,2342 ****
    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:2339: 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
--- 2340,2346 ----
    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:2343: 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
***************
*** 2351,2357 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_CC="gcc"
! echo "$as_me:2354: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2355,2361 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_CC="gcc"
! echo "$as_me:2358: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2359,2368 ****
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2362: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2365: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2363,2372 ----
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2366: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2369: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2375,2381 ****
    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:2378: 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
--- 2379,2385 ----
    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:2382: 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
***************
*** 2390,2396 ****
    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:2393: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2394,2400 ----
    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:2397: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2398,2407 ****
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2401: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2404: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2402,2411 ----
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2405: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2408: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2410,2416 ****
    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:2413: 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
--- 2414,2420 ----
    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:2417: 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
***************
*** 2425,2431 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_CC="cc"
! echo "$as_me:2428: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2429,2435 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_CC="cc"
! echo "$as_me:2432: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2433,2442 ****
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2436: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2439: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2437,2446 ----
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2440: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2443: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2449,2455 ****
  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:2452: 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
--- 2453,2459 ----
  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:2456: 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
***************
*** 2469,2475 ****
    continue
  fi
  ac_cv_prog_CC="cc"
! echo "$as_me:2472: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2473,2479 ----
    continue
  fi
  ac_cv_prog_CC="cc"
! echo "$as_me:2476: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2491,2500 ****
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2494: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2497: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2495,2504 ----
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2498: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2501: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2505,2511 ****
    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:2508: 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
--- 2509,2515 ----
    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:2512: 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
***************
*** 2520,2526 ****
    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:2523: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2524,2530 ----
    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:2527: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2528,2537 ****
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2531: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2534: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2532,2541 ----
  fi
  CC=$ac_cv_prog_CC
  if test -n "$CC"; then
!   echo "$as_me:2535: result: $CC" >&5
  echo "${ECHO_T}$CC" >&6
  else
!   echo "$as_me:2538: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2544,2550 ****
  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:2547: 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
--- 2548,2554 ----
  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:2551: 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
***************
*** 2559,2565 ****
    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:2562: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 2563,2569 ----
    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:2566: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 2567,2576 ****
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2570: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2573: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 2571,2580 ----
  fi
  ac_ct_CC=$ac_cv_prog_ac_ct_CC
  if test -n "$ac_ct_CC"; then
!   echo "$as_me:2574: result: $ac_ct_CC" >&5
  echo "${ECHO_T}$ac_ct_CC" >&6
  else
!   echo "$as_me:2577: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 2582,2613 ****
  
  fi
  
! test -z "$CC" && { { echo "$as_me:2585: 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:2590:" \
       "checking for C compiler version" >&5
  ac_compiler=`set X $ac_compile; echo $2`
! { (eval echo "$as_me:2593: \"$ac_compiler --version </dev/null >&5\"") >&5
    (eval $ac_compiler --version </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2596: \$? = $ac_status" >&5
    (exit $ac_status); }
! { (eval echo "$as_me:2598: \"$ac_compiler -v </dev/null >&5\"") >&5
    (eval $ac_compiler -v </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2601: \$? = $ac_status" >&5
    (exit $ac_status); }
! { (eval echo "$as_me:2603: \"$ac_compiler -V </dev/null >&5\"") >&5
    (eval $ac_compiler -V </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2606: \$? = $ac_status" >&5
    (exit $ac_status); }
  
  cat >conftest.$ac_ext <<_ACEOF
! #line 2610 "configure"
  #include "confdefs.h"
  
  int
--- 2586,2617 ----
  
  fi
  
! test -z "$CC" && { { echo "$as_me:2589: 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:2594:" \
       "checking for C compiler version" >&5
  ac_compiler=`set X $ac_compile; echo $2`
! { (eval echo "$as_me:2597: \"$ac_compiler --version </dev/null >&5\"") >&5
    (eval $ac_compiler --version </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2600: \$? = $ac_status" >&5
    (exit $ac_status); }
! { (eval echo "$as_me:2602: \"$ac_compiler -v </dev/null >&5\"") >&5
    (eval $ac_compiler -v </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2605: \$? = $ac_status" >&5
    (exit $ac_status); }
! { (eval echo "$as_me:2607: \"$ac_compiler -V </dev/null >&5\"") >&5
    (eval $ac_compiler -V </dev/null >&5) 2>&5
    ac_status=$?
!   echo "$as_me:2610: \$? = $ac_status" >&5
    (exit $ac_status); }
  
  cat >conftest.$ac_ext <<_ACEOF
! #line 2614 "configure"
  #include "confdefs.h"
  
  int
***************
*** 2623,2635 ****
  # 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:2626: 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:2629: \"$ac_link_default\"") >&5
    (eval $ac_link_default) 2>&5
    ac_status=$?
!   echo "$as_me:2632: \$? = $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
--- 2627,2639 ----
  # 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:2630: 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:2633: \"$ac_link_default\"") >&5
    (eval $ac_link_default) 2>&5
    ac_status=$?
!   echo "$as_me:2636: \$? = $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
***************
*** 2652,2685 ****
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! { { echo "$as_me:2655: 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:2661: 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:2666: 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:2672: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2675: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
      cross_compiling=no
    else
      if test "$cross_compiling" = maybe; then
        cross_compiling=yes
      else
!       { { echo "$as_me:2682: 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;}
--- 2656,2689 ----
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! { { echo "$as_me:2659: 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:2665: 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:2670: 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:2676: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2679: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
      cross_compiling=no
    else
      if test "$cross_compiling" = maybe; then
        cross_compiling=yes
      else
!       { { echo "$as_me:2686: 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;}
***************
*** 2687,2710 ****
      fi
    fi
  fi
! echo "$as_me:2690: 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:2697: checking whether we are cross compiling" >&5
  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
! echo "$as_me:2699: result: $cross_compiling" >&5
  echo "${ECHO_T}$cross_compiling" >&6
  
! echo "$as_me:2702: checking for executable suffix" >&5
  echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
! if { (eval echo "$as_me:2704: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:2707: \$? = $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
--- 2691,2714 ----
      fi
    fi
  fi
! echo "$as_me:2694: 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:2701: checking whether we are cross compiling" >&5
  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
! echo "$as_me:2703: result: $cross_compiling" >&5
  echo "${ECHO_T}$cross_compiling" >&6
  
! echo "$as_me:2706: checking for executable suffix" >&5
  echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
! if { (eval echo "$as_me:2708: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:2711: \$? = $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
***************
*** 2720,2744 ****
    esac
  done
  else
!   { { echo "$as_me:2723: 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:2729: 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:2735: 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 2741 "configure"
  #include "confdefs.h"
  
  int
--- 2724,2748 ----
    esac
  done
  else
!   { { echo "$as_me:2727: 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:2733: 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:2739: 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 2745 "configure"
  #include "confdefs.h"
  
  int
***************
*** 2750,2759 ****
  }
  _ACEOF
  rm -f conftest.o conftest.obj
! if { (eval echo "$as_me:2753: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2756: \$? = $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
--- 2754,2763 ----
  }
  _ACEOF
  rm -f conftest.o conftest.obj
! if { (eval echo "$as_me:2757: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2760: \$? = $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
***************
*** 2765,2788 ****
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! { { echo "$as_me:2768: 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:2775: result: $ac_cv_objext" >&5
  echo "${ECHO_T}$ac_cv_objext" >&6
  OBJEXT=$ac_cv_objext
  ac_objext=$OBJEXT
! echo "$as_me:2779: 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 2785 "configure"
  #include "confdefs.h"
  
  int
--- 2769,2792 ----
  else
    echo "$as_me: failed program was:" >&5
  cat conftest.$ac_ext >&5
! { { echo "$as_me:2772: 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:2779: result: $ac_cv_objext" >&5
  echo "${ECHO_T}$ac_cv_objext" >&6
  OBJEXT=$ac_cv_objext
  ac_objext=$OBJEXT
! echo "$as_me:2783: 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 2789 "configure"
  #include "confdefs.h"
  
  int
***************
*** 2797,2812 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2800: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2803: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2806: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2809: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_compiler_gnu=yes
  else
--- 2801,2816 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2804: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2807: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2810: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2813: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_compiler_gnu=yes
  else
***************
*** 2818,2836 ****
  ac_cv_c_compiler_gnu=$ac_compiler_gnu
  
  fi
! echo "$as_me:2821: 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:2827: 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 2833 "configure"
  #include "confdefs.h"
  
  int
--- 2822,2840 ----
  ac_cv_c_compiler_gnu=$ac_compiler_gnu
  
  fi
! echo "$as_me:2825: 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:2831: 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 2837 "configure"
  #include "confdefs.h"
  
  int
***************
*** 2842,2857 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2845: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2848: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2851: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2854: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_prog_cc_g=yes
  else
--- 2846,2861 ----
  }
  _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
    ac_cv_prog_cc_g=yes
  else
***************
*** 2861,2867 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:2864: 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
--- 2865,2871 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:2868: 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
***************
*** 2888,2903 ****
  #endif
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2891: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2894: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2897: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2900: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    for ac_declaration in \
     ''\
--- 2892,2907 ----
  #endif
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2895: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2898: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2901: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2904: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    for ac_declaration in \
     ''\
***************
*** 2909,2915 ****
     'void exit (int);'
  do
    cat >conftest.$ac_ext <<_ACEOF
! #line 2912 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  $ac_declaration
--- 2913,2919 ----
     'void exit (int);'
  do
    cat >conftest.$ac_ext <<_ACEOF
! #line 2916 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  $ac_declaration
***************
*** 2922,2937 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2925: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2928: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2931: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2934: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    :
  else
--- 2926,2941 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2929: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2932: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2935: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2938: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    :
  else
***************
*** 2941,2947 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 2944 "configure"
  #include "confdefs.h"
  $ac_declaration
  int
--- 2945,2951 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 2948 "configure"
  #include "confdefs.h"
  $ac_declaration
  int
***************
*** 2953,2968 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2956: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2959: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2962: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2965: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
--- 2957,2972 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:2960: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:2963: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:2966: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:2969: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
***************
*** 3021,3048 ****
    CC="$CC $NON_GCC_TEST_OPTIONS"
  fi
  
- if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
- then
-   ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
- fi
- 
- if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
- then
-   ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
- fi
- 
  #### Some other nice autoconf tests.  If you add a test here which
  #### 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:3038: 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:3042: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  else
!   echo "$as_me:3045: result: no, using $LN_S" >&5
  echo "${ECHO_T}no, using $LN_S" >&6
  fi
  
--- 3025,3042 ----
    CC="$CC $NON_GCC_TEST_OPTIONS"
  fi
  
  #### Some other nice autoconf tests.  If you add a test here which
  #### 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:3032: 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:3036: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  else
!   echo "$as_me:3039: result: no, using $LN_S" >&5
  echo "${ECHO_T}no, using $LN_S" >&6
  fi
  
***************
*** 3051,3057 ****
  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:3054: 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
--- 3045,3051 ----
  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:3048: 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
***************
*** 3072,3089 ****
    # 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 3075 "configure"
  #include "confdefs.h"
  #include <assert.h>
                       Syntax error
  _ACEOF
! if { (eval echo "$as_me:3080: \"$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:3086: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 3066,3083 ----
    # 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 3069 "configure"
  #include "confdefs.h"
  #include <assert.h>
                       Syntax error
  _ACEOF
! if { (eval echo "$as_me:3074: \"$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:3080: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 3106,3122 ****
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! #line 3109 "configure"
  #include "confdefs.h"
  #include <ac_nonexistent.h>
  _ACEOF
! if { (eval echo "$as_me:3113: \"$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:3119: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 3100,3116 ----
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! #line 3103 "configure"
  #include "confdefs.h"
  #include <ac_nonexistent.h>
  _ACEOF
! if { (eval echo "$as_me:3107: \"$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:3113: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 3153,3159 ****
  else
    ac_cv_prog_CPP=$CPP
  fi
! echo "$as_me:3156: result: $CPP" >&5
  echo "${ECHO_T}$CPP" >&6
  ac_preproc_ok=false
  for ac_c_preproc_warn_flag in '' yes
--- 3147,3153 ----
  else
    ac_cv_prog_CPP=$CPP
  fi
! echo "$as_me:3150: result: $CPP" >&5
  echo "${ECHO_T}$CPP" >&6
  ac_preproc_ok=false
  for ac_c_preproc_warn_flag in '' yes
***************
*** 3163,3180 ****
    # 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 3166 "configure"
  #include "confdefs.h"
  #include <assert.h>
                       Syntax error
  _ACEOF
! if { (eval echo "$as_me:3171: \"$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:3177: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 3157,3174 ----
    # 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 3160 "configure"
  #include "confdefs.h"
  #include <assert.h>
                       Syntax error
  _ACEOF
! if { (eval echo "$as_me:3165: \"$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:3171: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 3197,3213 ****
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! #line 3200 "configure"
  #include "confdefs.h"
  #include <ac_nonexistent.h>
  _ACEOF
! if { (eval echo "$as_me:3204: \"$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:3210: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 3191,3207 ----
    # OK, works on sane cases.  Now check whether non-existent headers
    # can be detected and how.
    cat >conftest.$ac_ext <<_ACEOF
! #line 3194 "configure"
  #include "confdefs.h"
  #include <ac_nonexistent.h>
  _ACEOF
! if { (eval echo "$as_me:3198: \"$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:3204: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 3235,3241 ****
  if $ac_preproc_ok; then
    :
  else
!   { { echo "$as_me:3238: error: C preprocessor \"$CPP\" fails sanity check" 
>&5
  echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
     { (exit 1); exit 1; }; }
  fi
--- 3229,3235 ----
  if $ac_preproc_ok; then
    :
  else
!   { { echo "$as_me:3232: error: C preprocessor \"$CPP\" fails sanity check" 
>&5
  echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
     { (exit 1); exit 1; }; }
  fi
***************
*** 3258,3264 ****
  # 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:3261: 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
--- 3252,3258 ----
  # 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:3255: 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
***************
*** 3307,3313 ****
      INSTALL=$ac_install_sh
    fi
  fi
! echo "$as_me:3310: result: $INSTALL" >&5
  echo "${ECHO_T}$INSTALL" >&6
  
  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
--- 3301,3307 ----
      INSTALL=$ac_install_sh
    fi
  fi
! echo "$as_me:3304: result: $INSTALL" >&5
  echo "${ECHO_T}$INSTALL" >&6
  
  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
***************
*** 3322,3328 ****
  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:3325: 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
--- 3316,3322 ----
  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:3319: 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
***************
*** 3337,3343 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_YACC="$ac_prog"
! echo "$as_me:3340: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 3331,3337 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_YACC="$ac_prog"
! echo "$as_me:3334: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 3345,3354 ****
  fi
  YACC=$ac_cv_prog_YACC
  if test -n "$YACC"; then
!   echo "$as_me:3348: result: $YACC" >&5
  echo "${ECHO_T}$YACC" >&6
  else
!   echo "$as_me:3351: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 3339,3348 ----
  fi
  YACC=$ac_cv_prog_YACC
  if test -n "$YACC"; then
!   echo "$as_me:3342: result: $YACC" >&5
  echo "${ECHO_T}$YACC" >&6
  else
!   echo "$as_me:3345: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 3360,3366 ****
    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:3363: 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
--- 3354,3360 ----
    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:3357: 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
***************
*** 3375,3381 ****
    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:3378: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 3369,3375 ----
    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:3372: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 3383,3392 ****
  fi
  RANLIB=$ac_cv_prog_RANLIB
  if test -n "$RANLIB"; then
!   echo "$as_me:3386: result: $RANLIB" >&5
  echo "${ECHO_T}$RANLIB" >&6
  else
!   echo "$as_me:3389: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 3377,3386 ----
  fi
  RANLIB=$ac_cv_prog_RANLIB
  if test -n "$RANLIB"; then
!   echo "$as_me:3380: result: $RANLIB" >&5
  echo "${ECHO_T}$RANLIB" >&6
  else
!   echo "$as_me:3383: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 3395,3401 ****
    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:3398: 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
--- 3389,3395 ----
    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:3392: 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
***************
*** 3410,3416 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_RANLIB="ranlib"
! echo "$as_me:3413: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 3404,3410 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_ac_ct_RANLIB="ranlib"
! echo "$as_me:3407: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 3419,3428 ****
  fi
  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  if test -n "$ac_ct_RANLIB"; then
!   echo "$as_me:3422: result: $ac_ct_RANLIB" >&5
  echo "${ECHO_T}$ac_ct_RANLIB" >&6
  else
!   echo "$as_me:3425: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
--- 3413,3422 ----
  fi
  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  if test -n "$ac_ct_RANLIB"; then
!   echo "$as_me:3416: result: $ac_ct_RANLIB" >&5
  echo "${ECHO_T}$ac_ct_RANLIB" >&6
  else
!   echo "$as_me:3419: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
***************
*** 3433,3442 ****
  
  fi
  
! echo "$as_me:3436: checking for AIX" >&5
  echo $ECHO_N "checking for AIX... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line 3439 "configure"
  #include "confdefs.h"
  #ifdef _AIX
    yes
--- 3427,3446 ----
  
  fi
  
! if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
! then
!   ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
! fi
! 
! if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
! then
!   ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
! fi
! 
! echo "$as_me:3440: checking for AIX" >&5
  echo $ECHO_N "checking for AIX... $ECHO_C" >&6
  cat >conftest.$ac_ext <<_ACEOF
! #line 3443 "configure"
  #include "confdefs.h"
  #ifdef _AIX
    yes
***************
*** 3445,3465 ****
  _ACEOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    egrep "yes" >/dev/null 2>&1; then
!   echo "$as_me:3448: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  cat >>confdefs.h <<\EOF
  #define _ALL_SOURCE 1
  EOF
  
  else
!   echo "$as_me:3455: 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:3462: 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
--- 3449,3469 ----
  _ACEOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    egrep "yes" >/dev/null 2>&1; then
!   echo "$as_me:3452: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  cat >>confdefs.h <<\EOF
  #define _ALL_SOURCE 1
  EOF
  
  else
!   echo "$as_me:3459: 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:3466: 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
***************
*** 3609,3615 ****
  fi;
  if test "$enable_largefile" != no; then
  
!   echo "$as_me:3612: 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
--- 3613,3619 ----
  fi;
  if test "$enable_largefile" != no; then
  
!   echo "$as_me:3616: 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
***************
*** 3621,3627 ****
         # 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 3624 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
--- 3625,3631 ----
         # 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 3628 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
***************
*** 3641,3656 ****
  }
  _ACEOF
         rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3644: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3647: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3650: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3653: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
--- 3645,3660 ----
  }
  _ACEOF
         rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3648: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3651: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3654: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3657: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
***************
*** 3660,3675 ****
  rm -f conftest.$ac_objext
         CC="$CC -n32"
         rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3663: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3666: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3669: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3672: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_largefile_CC=' -n32'; break
  else
--- 3664,3679 ----
  rm -f conftest.$ac_objext
         CC="$CC -n32"
         rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3667: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3670: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3673: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3676: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_largefile_CC=' -n32'; break
  else
***************
*** 3683,3695 ****
         rm -f conftest.$ac_ext
      fi
  fi
! echo "$as_me:3686: 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:3692: 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
--- 3687,3699 ----
         rm -f conftest.$ac_ext
      fi
  fi
! echo "$as_me:3690: 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:3696: 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
***************
*** 3697,3703 ****
    while :; do
    ac_cv_sys_file_offset_bits=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 3700 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
--- 3701,3707 ----
    while :; do
    ac_cv_sys_file_offset_bits=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 3704 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
***************
*** 3717,3732 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3720: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3723: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3726: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3729: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
--- 3721,3736 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3724: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3727: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3730: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3733: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
***************
*** 3735,3741 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 3738 "configure"
  #include "confdefs.h"
  #define _FILE_OFFSET_BITS 64
  #include <sys/types.h>
--- 3739,3745 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 3742 "configure"
  #include "confdefs.h"
  #define _FILE_OFFSET_BITS 64
  #include <sys/types.h>
***************
*** 3756,3771 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3759: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3762: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3765: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3768: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_file_offset_bits=64; break
  else
--- 3760,3775 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3763: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3766: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3769: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3772: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_file_offset_bits=64; break
  else
***************
*** 3776,3782 ****
    break
  done
  fi
! echo "$as_me:3779: 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
  
--- 3780,3786 ----
    break
  done
  fi
! echo "$as_me:3783: 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
  
***************
*** 3786,3792 ****
  
  fi
  rm -f conftest*
!   echo "$as_me:3789: 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
--- 3790,3796 ----
  
  fi
  rm -f conftest*
!   echo "$as_me:3793: 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
***************
*** 3794,3800 ****
    while :; do
    ac_cv_sys_large_files=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 3797 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
--- 3798,3804 ----
    while :; do
    ac_cv_sys_large_files=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 3801 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
   /* Check that off_t can represent 2**63 - 1 correctly.
***************
*** 3814,3829 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3817: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3820: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3823: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3826: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
--- 3818,3833 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3821: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3824: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3827: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3830: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
***************
*** 3832,3838 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 3835 "configure"
  #include "confdefs.h"
  #define _LARGE_FILES 1
  #include <sys/types.h>
--- 3836,3842 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 3839 "configure"
  #include "confdefs.h"
  #define _LARGE_FILES 1
  #include <sys/types.h>
***************
*** 3853,3868 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3856: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3859: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3862: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3865: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_large_files=1; break
  else
--- 3857,3872 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:3860: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:3863: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:3866: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3869: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_large_files=1; break
  else
***************
*** 3873,3879 ****
    break
  done
  fi
! echo "$as_me:3876: 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
  
--- 3877,3883 ----
    break
  done
  fi
! echo "$as_me:3880: 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
  
***************
*** 3891,3913 ****
  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:3894: 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 3900 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:3904: \"$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:3910: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 3895,3917 ----
  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:3898: 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 3904 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:3908: \"$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:3914: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 3926,3932 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:3929: 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
--- 3930,3936 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:3933: 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
***************
*** 3937,3943 ****
  done
  
    # Emulation library used on NetBSD.
!   echo "$as_me:3940: 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
--- 3941,3947 ----
  done
  
    # Emulation library used on NetBSD.
!   echo "$as_me:3944: 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
***************
*** 3945,3951 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lossaudio  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 3948 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 3949,3955 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lossaudio  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 3952 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 3964,3979 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:3967: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:3970: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:3973: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3976: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_ossaudio__oss_ioctl=yes
  else
--- 3968,3983 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:3971: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:3974: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:3977: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:3980: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_ossaudio__oss_ioctl=yes
  else
***************
*** 3984,3990 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:3987: 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
--- 3988,3994 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:3991: 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
***************
*** 3999,4021 ****
    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:4002: 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 4008 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:4012: \"$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:4018: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 4003,4025 ----
    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:4006: 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 4012 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _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
***************
*** 4034,4040 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:4037: 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
--- 4038,4044 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:4041: 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
***************
*** 4044,4056 ****
  fi
  done
  
! echo "$as_me:4047: 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 4053 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
--- 4048,4060 ----
  fi
  done
  
! echo "$as_me:4051: 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 4057 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
***************
*** 4058,4070 ****
  #include <float.h>
  
  _ACEOF
! if { (eval echo "$as_me:4061: \"$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:4067: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 4062,4074 ----
  #include <float.h>
  
  _ACEOF
! if { (eval echo "$as_me:4065: \"$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:4071: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 4086,4092 ****
  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 4089 "configure"
  #include "confdefs.h"
  #include <string.h>
  
--- 4090,4096 ----
  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 4093 "configure"
  #include "confdefs.h"
  #include <string.h>
  
***************
*** 4104,4110 ****
  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 4107 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  
--- 4108,4114 ----
  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 4111 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  
***************
*** 4125,4131 ****
    :
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4128 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #if ((' ' & 0x0FF) == 0x020)
--- 4129,4135 ----
    :
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4132 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #if ((' ' & 0x0FF) == 0x020)
***************
*** 4151,4165 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:4154: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:4157: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:4159: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4162: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    :
  else
--- 4155,4169 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:4158: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:4161: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:4163: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4166: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    :
  else
***************
*** 4172,4178 ****
  fi
  fi
  fi
! echo "$as_me:4175: result: $ac_cv_header_stdc" >&5
  echo "${ECHO_T}$ac_cv_header_stdc" >&6
  if test $ac_cv_header_stdc = yes; then
  
--- 4176,4182 ----
  fi
  fi
  fi
! echo "$as_me:4179: result: $ac_cv_header_stdc" >&5
  echo "${ECHO_T}$ac_cv_header_stdc" >&6
  if test $ac_cv_header_stdc = yes; then
  
***************
*** 4182,4194 ****
  
  fi
  
! echo "$as_me:4185: 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 4191 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/time.h>
--- 4186,4198 ----
  
  fi
  
! echo "$as_me:4189: 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 4195 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/time.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_header_time=yes
  else
--- 4208,4223 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4211: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4214: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4217: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4220: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_header_time=yes
  else
***************
*** 4223,4229 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4226: result: $ac_cv_header_time" >&5
  echo "${ECHO_T}$ac_cv_header_time" >&6
  if test $ac_cv_header_time = yes; then
  
--- 4227,4233 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4230: result: $ac_cv_header_time" >&5
  echo "${ECHO_T}$ac_cv_header_time" >&6
  if test $ac_cv_header_time = yes; then
  
***************
*** 4233,4245 ****
  
  fi
  
! echo "$as_me:4236: 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 4242 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <signal.h>
--- 4237,4249 ----
  
  fi
  
! echo "$as_me:4240: 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 4246 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <signal.h>
***************
*** 4257,4272 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4260: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4263: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4266: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4269: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_decl_sys_siglist=yes
  else
--- 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_decl_sys_siglist=yes
  else
***************
*** 4276,4282 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4279: 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
  
--- 4280,4286 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4283: 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
  
***************
*** 4286,4298 ****
  
  fi
  
! echo "$as_me:4289: 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 4295 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/wait.h>
--- 4290,4302 ----
  
  fi
  
! echo "$as_me:4293: 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 4299 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/wait.h>
***************
*** 4314,4329 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4317: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4320: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4323: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4326: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_header_sys_wait_h=yes
  else
--- 4318,4333 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4321: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4324: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4327: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4330: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_header_sys_wait_h=yes
  else
***************
*** 4333,4339 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4336: 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
  
--- 4337,4343 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4340: 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
  
***************
*** 4343,4355 ****
  
  fi
  
! echo "$as_me:4346: 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 4352 "configure"
  #include "confdefs.h"
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
--- 4347,4359 ----
  
  fi
  
! echo "$as_me:4350: 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 4356 "configure"
  #include "confdefs.h"
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
***************
*** 4373,4388 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4376: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4379: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4382: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4385: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_utimbuf=yes
  else
--- 4377,4392 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4380: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4383: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4386: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4389: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_utimbuf=yes
  else
***************
*** 4392,4398 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4395: result: $emacs_cv_struct_utimbuf" >&5
  echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
  if test $emacs_cv_struct_utimbuf = yes; then
  
--- 4396,4402 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4399: result: $emacs_cv_struct_utimbuf" >&5
  echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
  if test $emacs_cv_struct_utimbuf = yes; then
  
***************
*** 4402,4414 ****
  
  fi
  
! echo "$as_me:4405: 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 4411 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <signal.h>
--- 4406,4418 ----
  
  fi
  
! echo "$as_me:4409: 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 4415 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <signal.h>
***************
*** 4430,4445 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4433: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4436: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4439: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4442: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_signal=void
  else
--- 4434,4449 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4437: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4440: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4443: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4446: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_signal=void
  else
***************
*** 4449,4468 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4452: 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:4459: 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 4465 "configure"
  #include "confdefs.h"
  #include <termios.h>
  int
--- 4453,4472 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4456: 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:4463: 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 4469 "configure"
  #include "confdefs.h"
  #include <termios.h>
  int
***************
*** 4474,4489 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4477: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4480: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4483: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4486: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_speed_t=yes
  else
--- 4478,4493 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4481: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4484: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4487: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4490: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_speed_t=yes
  else
***************
*** 4493,4499 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4496: result: $emacs_cv_speed_t" >&5
  echo "${ECHO_T}$emacs_cv_speed_t" >&6
  if test $emacs_cv_speed_t = yes; then
  
--- 4497,4503 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4500: result: $emacs_cv_speed_t" >&5
  echo "${ECHO_T}$emacs_cv_speed_t" >&6
  if test $emacs_cv_speed_t = yes; then
  
***************
*** 4503,4515 ****
  
  fi
  
! echo "$as_me:4506: 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 4512 "configure"
  #include "confdefs.h"
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
--- 4507,4519 ----
  
  fi
  
! echo "$as_me:4510: 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 4516 "configure"
  #include "confdefs.h"
  #ifdef TIME_WITH_SYS_TIME
  #include <sys/time.h>
***************
*** 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_timeval=yes
  else
--- 4534,4549 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4537: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4540: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4543: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4546: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_timeval=yes
  else
***************
*** 4549,4555 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4552: 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
--- 4553,4559 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4556: 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
***************
*** 4560,4572 ****
  
  fi
  
! echo "$as_me:4563: 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 4569 "configure"
  #include "confdefs.h"
  #include <math.h>
  int
--- 4564,4576 ----
  
  fi
  
! echo "$as_me:4567: 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 4573 "configure"
  #include "confdefs.h"
  #include <math.h>
  int
***************
*** 4578,4593 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4581: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4584: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4587: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4590: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_exception=yes
  else
--- 4582,4597 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4585: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4588: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4591: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4594: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_exception=yes
  else
***************
*** 4597,4603 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4600: 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
--- 4601,4607 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4604: 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
***************
*** 4608,4620 ****
  
  fi
  
! echo "$as_me:4611: 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 4617 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <time.h>
--- 4612,4624 ----
  
  fi
  
! echo "$as_me:4615: 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 4621 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <time.h>
***************
*** 4628,4643 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4631: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4634: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4637: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4640: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_struct_tm=time.h
  else
--- 4632,4647 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4635: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4638: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4641: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4644: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_struct_tm=time.h
  else
***************
*** 4647,4653 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4650: result: $ac_cv_struct_tm" >&5
  echo "${ECHO_T}$ac_cv_struct_tm" >&6
  if test $ac_cv_struct_tm = sys/time.h; then
  
--- 4651,4657 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4654: result: $ac_cv_struct_tm" >&5
  echo "${ECHO_T}$ac_cv_struct_tm" >&6
  if test $ac_cv_struct_tm = sys/time.h; then
  
***************
*** 4657,4669 ****
  
  fi
  
! echo "$as_me:4660: 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 4666 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
--- 4661,4673 ----
  
  fi
  
! echo "$as_me:4664: 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 4670 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <$ac_cv_struct_tm>
***************
*** 4679,4694 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4682: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4685: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4688: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4691: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_member_struct_tm_tm_zone=yes
  else
--- 4683,4698 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4686: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4689: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4692: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4695: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_member_struct_tm_tm_zone=yes
  else
***************
*** 4698,4704 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4701: 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
  
--- 4702,4708 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4705: 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
  
***************
*** 4715,4727 ****
  EOF
  
  else
!   echo "$as_me:4718: 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 4724 "configure"
  #include "confdefs.h"
  #include <time.h>
  #ifndef tzname /* For SGI.  */
--- 4719,4731 ----
  EOF
  
  else
!   echo "$as_me:4722: 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 4728 "configure"
  #include "confdefs.h"
  #include <time.h>
  #ifndef tzname /* For SGI.  */
***************
*** 4737,4752 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:4740: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:4743: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:4746: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4749: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_var_tzname=yes
  else
--- 4741,4756 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:4744: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:4747: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:4750: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4753: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_var_tzname=yes
  else
***************
*** 4756,4762 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:4759: result: $ac_cv_var_tzname" >&5
  echo "${ECHO_T}$ac_cv_var_tzname" >&6
    if test $ac_cv_var_tzname = yes; then
  
--- 4760,4766 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:4763: result: $ac_cv_var_tzname" >&5
  echo "${ECHO_T}$ac_cv_var_tzname" >&6
    if test $ac_cv_var_tzname = yes; then
  
***************
*** 4767,4779 ****
    fi
  fi
  
! echo "$as_me:4770: checking for struct tm.tm_gmtoff" >&5
  echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6
  if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4776 "configure"
  #include "confdefs.h"
  #include <time.h>
  
--- 4771,4783 ----
    fi
  fi
  
! echo "$as_me:4774: checking for struct tm.tm_gmtoff" >&5
  echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6
  if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 4780 "configure"
  #include "confdefs.h"
  #include <time.h>
  
***************
*** 4788,4803 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4791: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4794: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4797: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4800: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_member_struct_tm_tm_gmtoff=yes
  else
--- 4792,4807 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4795: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4798: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4801: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4804: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_member_struct_tm_tm_gmtoff=yes
  else
***************
*** 4807,4813 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4810: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
  echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6
  if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
  
--- 4811,4817 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4814: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
  echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6
  if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
  
***************
*** 4817,4823 ****
  
  fi
  
! echo "$as_me:4820: 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
--- 4821,4827 ----
  
  fi
  
! echo "$as_me:4824: 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
***************
*** 4825,4831 ****
    ac_cv_prog_cc_stdc=no
  ac_save_CC=$CC
  cat >conftest.$ac_ext <<_ACEOF
! #line 4828 "configure"
  #include "confdefs.h"
  #include <stdarg.h>
  #include <stdio.h>
--- 4829,4835 ----
    ac_cv_prog_cc_stdc=no
  ac_save_CC=$CC
  cat >conftest.$ac_ext <<_ACEOF
! #line 4832 "configure"
  #include "confdefs.h"
  #include <stdarg.h>
  #include <stdio.h>
***************
*** 4874,4889 ****
  do
    CC="$ac_save_CC $ac_arg"
    rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4877: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4880: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4883: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4886: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_prog_cc_stdc=$ac_arg
  break
--- 4878,4893 ----
  do
    CC="$ac_save_CC $ac_arg"
    rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4881: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4884: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4887: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4890: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_prog_cc_stdc=$ac_arg
  break
***************
*** 4900,4917 ****
  
  case "x$ac_cv_prog_cc_stdc" in
    x|xno)
!     echo "$as_me:4903: result: none needed" >&5
  echo "${ECHO_T}none needed" >&6 ;;
    *)
!     echo "$as_me:4906: 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:4911: 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:4914: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  
  cat >>confdefs.h <<\EOF
--- 4904,4921 ----
  
  case "x$ac_cv_prog_cc_stdc" in
    x|xno)
!     echo "$as_me:4907: result: none needed" >&5
  echo "${ECHO_T}none needed" >&6 ;;
    *)
!     echo "$as_me:4910: 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:4915: 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:4918: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  
  cat >>confdefs.h <<\EOF
***************
*** 4919,4935 ****
  EOF
  
  else
!   echo "$as_me:4922: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
! echo "$as_me:4926: 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 4932 "configure"
  #include "confdefs.h"
  
  int
--- 4923,4939 ----
  EOF
  
  else
!   echo "$as_me:4926: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
! echo "$as_me:4930: 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 4936 "configure"
  #include "confdefs.h"
  
  int
***************
*** 4943,4958 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4946: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4949: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4952: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4955: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_volatile=yes
  else
--- 4947,4962 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:4950: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:4953: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:4956: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:4959: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_volatile=yes
  else
***************
*** 4962,4968 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4965: result: $ac_cv_c_volatile" >&5
  echo "${ECHO_T}$ac_cv_c_volatile" >&6
  if test $ac_cv_c_volatile = no; then
  
--- 4966,4972 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:4969: result: $ac_cv_c_volatile" >&5
  echo "${ECHO_T}$ac_cv_c_volatile" >&6
  if test $ac_cv_c_volatile = no; then
  
***************
*** 4972,4984 ****
  
  fi
  
! echo "$as_me:4975: 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 4981 "configure"
  #include "confdefs.h"
  
  int
--- 4976,4988 ----
  
  fi
  
! echo "$as_me:4979: 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 4985 "configure"
  #include "confdefs.h"
  
  int
***************
*** 5036,5051 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:5039: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:5042: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:5045: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5048: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_const=yes
  else
--- 5040,5055 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:5043: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:5046: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:5049: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5052: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_const=yes
  else
***************
*** 5055,5061 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:5058: result: $ac_cv_c_const" >&5
  echo "${ECHO_T}$ac_cv_c_const" >&6
  if test $ac_cv_c_const = no; then
  
--- 5059,5065 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:5062: result: $ac_cv_c_const" >&5
  echo "${ECHO_T}$ac_cv_c_const" >&6
  if test $ac_cv_c_const = no; then
  
***************
*** 5065,5077 ****
  
  fi
  
! echo "$as_me:5068: 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 5074 "configure"
  #include "confdefs.h"
  
  int
--- 5069,5081 ----
  
  fi
  
! echo "$as_me:5072: 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 5078 "configure"
  #include "confdefs.h"
  
  int
***************
*** 5083,5098 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:5086: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:5089: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:5092: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5095: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_void_star=yes
  else
--- 5087,5102 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:5090: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:5093: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:5096: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5099: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_void_star=yes
  else
***************
*** 5102,5108 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:5105: 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
--- 5106,5112 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:5109: 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
***************
*** 5116,5122 ****
  
  fi
  
! echo "$as_me:5119: 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
--- 5120,5126 ----
  
  fi
  
! echo "$as_me:5123: 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
***************
*** 5136,5151 ****
  rm -f conftest.make
  fi
  if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
!   echo "$as_me:5139: result: yes" >&5
  echo "${ECHO_T}yes" >&6
    SET_MAKE=
  else
!   echo "$as_me:5143: result: no" >&5
  echo "${ECHO_T}no" >&6
    SET_MAKE="MAKE=${MAKE-make}"
  fi
  
! echo "$as_me:5148: 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
--- 5140,5155 ----
  rm -f conftest.make
  fi
  if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
!   echo "$as_me:5143: result: yes" >&5
  echo "${ECHO_T}yes" >&6
    SET_MAKE=
  else
!   echo "$as_me:5147: result: no" >&5
  echo "${ECHO_T}no" >&6
    SET_MAKE="MAKE=${MAKE-make}"
  fi
  
! echo "$as_me:5152: 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
***************
*** 5184,5190 ****
    rm -rf $ac_xdir 2>/dev/null
  done
  fi
! echo "$as_me:5187: 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
  
--- 5188,5194 ----
    rm -rf $ac_xdir 2>/dev/null
  done
  fi
! echo "$as_me:5191: 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
  
***************
*** 5196,5202 ****
  
  #### Choose a window system.
  
! echo "$as_me:5199: checking for X" >&5
  echo $ECHO_N "checking for X... $ECHO_C" >&6
  
  # Check whether --with-x or --without-x was given.
--- 5200,5206 ----
  
  #### Choose a window system.
  
! echo "$as_me:5203: checking for X" >&5
  echo $ECHO_N "checking for X... $ECHO_C" >&6
  
  # Check whether --with-x or --without-x was given.
***************
*** 5293,5309 ****
    # 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 5296 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  _ACEOF
! if { (eval echo "$as_me:5300: \"$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:5306: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 5297,5313 ----
    # 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 5300 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  _ACEOF
! if { (eval echo "$as_me:5304: \"$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:5310: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 5336,5342 ****
    ac_save_LIBS=$LIBS
    LIBS="-lXt $LIBS"
    cat >conftest.$ac_ext <<_ACEOF
! #line 5339 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  int
--- 5340,5346 ----
    ac_save_LIBS=$LIBS
    LIBS="-lXt $LIBS"
    cat >conftest.$ac_ext <<_ACEOF
! #line 5343 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  int
***************
*** 5348,5363 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5351: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5354: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5357: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5360: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    LIBS=$ac_save_LIBS
  # We can link X programs with no special library path.
--- 5352,5367 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5355: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5358: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5361: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5364: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    LIBS=$ac_save_LIBS
  # We can link X programs with no special library path.
***************
*** 5395,5401 ****
  fi # $with_x != no
  
  if test "$have_x" != yes; then
!   echo "$as_me:5398: result: $have_x" >&5
  echo "${ECHO_T}$have_x" >&6
    no_x=yes
  else
--- 5399,5405 ----
  fi # $with_x != no
  
  if test "$have_x" != yes; then
!   echo "$as_me:5402: result: $have_x" >&5
  echo "${ECHO_T}$have_x" >&6
    no_x=yes
  else
***************
*** 5405,5411 ****
    # 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:5408: result: libraries $x_libraries, headers $x_includes" >&5
  echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
  fi
  
--- 5409,5415 ----
    # 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:5412: result: libraries $x_libraries, headers $x_includes" >&5
  echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
  fi
  
***************
*** 5503,5515 ****
  # Assume not, until told otherwise.
  GNU_MALLOC=yes
  doug_lea_malloc=yes
! echo "$as_me:5506: 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 5512 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char malloc_get_state (); below.  */
--- 5507,5519 ----
  # Assume not, until told otherwise.
  GNU_MALLOC=yes
  doug_lea_malloc=yes
! echo "$as_me:5510: 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 5516 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char malloc_get_state (); below.  */
***************
*** 5540,5555 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5543: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5546: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5549: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5552: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_malloc_get_state=yes
  else
--- 5544,5559 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5547: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5550: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5553: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5556: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_malloc_get_state=yes
  else
***************
*** 5559,5565 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5562: 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
    :
--- 5563,5569 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5566: 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
    :
***************
*** 5567,5579 ****
    doug_lea_malloc=no
  fi
  
! echo "$as_me:5570: 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 5576 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char malloc_set_state (); below.  */
--- 5571,5583 ----
    doug_lea_malloc=no
  fi
  
! echo "$as_me:5574: 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 5580 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char malloc_set_state (); below.  */
***************
*** 5604,5619 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5607: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5610: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5613: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5616: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_malloc_set_state=yes
  else
--- 5608,5623 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5611: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5614: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5617: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5620: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_malloc_set_state=yes
  else
***************
*** 5623,5629 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5626: 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
    :
--- 5627,5633 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5630: 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
    :
***************
*** 5631,5643 ****
    doug_lea_malloc=no
  fi
  
! echo "$as_me:5634: 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 5640 "configure"
  #include "confdefs.h"
  extern void (* __after_morecore_hook)();
  int
--- 5635,5647 ----
    doug_lea_malloc=no
  fi
  
! echo "$as_me:5638: 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 5644 "configure"
  #include "confdefs.h"
  extern void (* __after_morecore_hook)();
  int
***************
*** 5649,5664 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5652: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5655: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5658: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5661: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_var___after_morecore_hook=yes
  else
--- 5653,5668 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5656: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5659: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5662: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5665: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_var___after_morecore_hook=yes
  else
***************
*** 5668,5674 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5671: 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
--- 5672,5678 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5675: 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
***************
*** 5700,5727 ****
                    inttypes.h stdint.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:5703: 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 5709 "configure"
  #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:5715: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:5718: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:5721: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5724: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_Header=yes"
  else
--- 5704,5731 ----
                    inttypes.h stdint.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:5707: 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 5713 "configure"
  #include "confdefs.h"
  $ac_includes_default
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:5719: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:5722: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:5725: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5728: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_Header=yes"
  else
***************
*** 5731,5737 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:5734: 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
--- 5735,5741 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:5738: 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
***************
*** 5744,5766 ****
  for ac_header in stdlib.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:5747: 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 5753 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:5757: \"$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:5763: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 5748,5770 ----
  for ac_header in stdlib.h unistd.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:5751: 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 5757 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:5761: \"$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:5767: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 5779,5785 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:5782: 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
--- 5783,5789 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:5786: 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
***************
*** 5792,5804 ****
  for ac_func in getpagesize
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:5795: 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 5801 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 5796,5808 ----
  for ac_func in getpagesize
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:5799: 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 5805 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 5829,5844 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5832: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5835: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5838: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5841: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 5833,5848 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:5836: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:5839: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:5842: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:5845: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 5848,5854 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5851: 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
--- 5852,5858 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:5855: 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
***************
*** 5858,5864 ****
  fi
  done
  
! echo "$as_me:5861: 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
--- 5862,5868 ----
  fi
  done
  
! echo "$as_me:5865: 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
***************
*** 5867,5873 ****
    ac_cv_func_mmap_fixed_mapped=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5870 "configure"
  #include "confdefs.h"
  $ac_includes_default
  /* Thanks to Mike Haertel and Jim Avera for this test.
--- 5871,5877 ----
    ac_cv_func_mmap_fixed_mapped=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 5874 "configure"
  #include "confdefs.h"
  $ac_includes_default
  /* Thanks to Mike Haertel and Jim Avera for this test.
***************
*** 5994,6008 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:5997: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6000: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:6002: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6005: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_mmap_fixed_mapped=yes
  else
--- 5998,6012 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:6001: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6004: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:6006: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6009: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_mmap_fixed_mapped=yes
  else
***************
*** 6014,6020 ****
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:6017: 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
  
--- 6018,6024 ----
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:6021: 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
  
***************
*** 6031,6037 ****
  
  LIBS="$libsrc_libs $LIBS"
  
! echo "$as_me:6034: 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
--- 6035,6041 ----
  
  LIBS="$libsrc_libs $LIBS"
  
! echo "$as_me:6038: 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
***************
*** 6039,6045 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldnet  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6042 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 6043,6049 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldnet  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6046 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 6058,6073 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6061: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6064: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6067: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6070: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_dnet_dnet_ntoa=yes
  else
--- 6062,6077 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6065: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6068: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6071: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6074: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_dnet_dnet_ntoa=yes
  else
***************
*** 6078,6084 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6081: 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
--- 6082,6088 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6085: 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
***************
*** 6089,6095 ****
  
  fi
  
! echo "$as_me:6092: 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
--- 6093,6099 ----
  
  fi
  
! echo "$as_me:6096: 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
***************
*** 6097,6103 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXbsd  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6100 "configure"
  #include "confdefs.h"
  
  int
--- 6101,6107 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXbsd  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6104 "configure"
  #include "confdefs.h"
  
  int
***************
*** 6109,6124 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6112: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6115: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6118: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6121: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xbsd_main=yes
  else
--- 6113,6128 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6116: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6119: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6122: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6125: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xbsd_main=yes
  else
***************
*** 6129,6141 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6132: 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:6138: 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
--- 6133,6145 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6136: 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:6142: 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
***************
*** 6143,6149 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpthreads  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6146 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 6147,6153 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpthreads  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6150 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 6162,6177 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6165: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6168: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6171: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6174: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_pthreads_cma_open=yes
  else
--- 6166,6181 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6169: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6172: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6175: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6178: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_pthreads_cma_open=yes
  else
***************
*** 6182,6188 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6185: 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
--- 6186,6192 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6189: 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
***************
*** 6193,6199 ****
  
  fi
  
! echo "$as_me:6196: 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
--- 6197,6203 ----
  
  fi
  
! echo "$as_me:6200: 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
***************
*** 6201,6207 ****
  else
    HAVE_XFREE386=no
  fi
! echo "$as_me:6204: result: $HAVE_XFREE386" >&5
  echo "${ECHO_T}$HAVE_XFREE386" >&6
  
  # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
--- 6205,6211 ----
  else
    HAVE_XFREE386=no
  fi
! echo "$as_me:6208: result: $HAVE_XFREE386" >&5
  echo "${ECHO_T}$HAVE_XFREE386" >&6
  
  # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
***************
*** 6226,6235 ****
    fi
  
    if test "${opsys}" = "gnu-linux"; then
!     echo "$as_me:6229: 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 6232 "configure"
  #include "confdefs.h"
  
  int
--- 6230,6239 ----
    fi
  
    if test "${opsys}" = "gnu-linux"; then
!     echo "$as_me:6233: 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 6236 "configure"
  #include "confdefs.h"
  
  int
***************
*** 6241,6256 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6244: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6247: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6250: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6253: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    xlinux_first_failure=no
  else
--- 6245,6260 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6248: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6251: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6254: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6257: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    xlinux_first_failure=no
  else
***************
*** 6269,6275 ****
        CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
        LIBS="$LIBS -b i486-linuxaout"
        cat >conftest.$ac_ext <<_ACEOF
! #line 6272 "configure"
  #include "confdefs.h"
  
  int
--- 6273,6279 ----
        CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
        LIBS="$LIBS -b i486-linuxaout"
        cat >conftest.$ac_ext <<_ACEOF
! #line 6276 "configure"
  #include "confdefs.h"
  
  int
***************
*** 6281,6296 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6284: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6287: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6290: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6293: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    xlinux_second_failure=no
  else
--- 6285,6300 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6288: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6291: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6294: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6297: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    xlinux_second_failure=no
  else
***************
*** 6306,6329 ****
        C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
        CPPFLAGS="$OLD_CPPFLAGS"
        LIBS="$OLD_LIBS"
!         echo "$as_me:6309: result: no" >&5
  echo "${ECHO_T}no" >&6
        else
!         echo "$as_me:6312: result: yes" >&5
  echo "${ECHO_T}yes" >&6
        fi
      else
!       echo "$as_me:6316: 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:6323: checking for Xkb" >&5
  echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
    cat >conftest.$ac_ext <<_ACEOF
! #line 6326 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  #include <X11/XKBlib.h>
--- 6310,6333 ----
        C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
        CPPFLAGS="$OLD_CPPFLAGS"
        LIBS="$OLD_LIBS"
!         echo "$as_me:6313: result: no" >&5
  echo "${ECHO_T}no" >&6
        else
!         echo "$as_me:6316: result: yes" >&5
  echo "${ECHO_T}yes" >&6
        fi
      else
!       echo "$as_me:6320: 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:6327: checking for Xkb" >&5
  echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
    cat >conftest.$ac_ext <<_ACEOF
! #line 6330 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  #include <X11/XKBlib.h>
***************
*** 6336,6351 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6339: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6342: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6345: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6348: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_xkb=yes
  else
--- 6340,6355 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6343: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6346: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6349: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6352: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_xkb=yes
  else
***************
*** 6354,6360 ****
  emacs_xkb=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
!   echo "$as_me:6357: result: $emacs_xkb" >&5
  echo "${ECHO_T}$emacs_xkb" >&6
    if test $emacs_xkb = yes; then
  
--- 6358,6364 ----
  emacs_xkb=no
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
!   echo "$as_me:6361: result: $emacs_xkb" >&5
  echo "${ECHO_T}$emacs_xkb" >&6
    if test $emacs_xkb = yes; then
  
***************
*** 6368,6380 ****
  XScreenNumberOfScreen XSetWMProtocols
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:6371: 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 6377 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 6372,6384 ----
  XScreenNumberOfScreen XSetWMProtocols
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:6375: 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 6381 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 6405,6420 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6408: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6411: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6414: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6417: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 6409,6424 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6412: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6415: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6418: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6421: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 6424,6430 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:6427: 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
--- 6428,6434 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:6431: 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
***************
*** 6437,6449 ****
  fi
  
  if test "${window_system}" = "x11"; then
!   echo "$as_me:6440: 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 6446 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  int
--- 6441,6453 ----
  fi
  
  if test "${window_system}" = "x11"; then
!   echo "$as_me:6444: 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 6450 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  int
***************
*** 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_6=yes
  else
--- 6462,6477 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6465: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6468: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6471: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6474: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_version_6=yes
  else
***************
*** 6479,6485 ****
  fi
  
    if test $emacs_cv_x11_version_6 = yes; then
!     echo "$as_me:6482: result: 6 or newer" >&5
  echo "${ECHO_T}6 or newer" >&6
  
  cat >>confdefs.h <<\EOF
--- 6483,6489 ----
  fi
  
    if test $emacs_cv_x11_version_6 = yes; then
!     echo "$as_me:6486: result: 6 or newer" >&5
  echo "${ECHO_T}6 or newer" >&6
  
  cat >>confdefs.h <<\EOF
***************
*** 6487,6505 ****
  EOF
  
    else
!     echo "$as_me:6490: result: before 6" >&5
  echo "${ECHO_T}before 6" >&6
    fi
  fi
  
  if test "${window_system}" = "x11"; then
!   echo "$as_me:6496: 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 6502 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  int
--- 6491,6509 ----
  EOF
  
    else
!     echo "$as_me:6494: result: before 6" >&5
  echo "${ECHO_T}before 6" >&6
    fi
  fi
  
  if test "${window_system}" = "x11"; then
!   echo "$as_me:6500: 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 6506 "configure"
  #include "confdefs.h"
  #include <X11/Xlib.h>
  int
***************
*** 6514,6529 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6517: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6520: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6523: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6526: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_version_5=yes
  else
--- 6518,6533 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6521: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6524: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6527: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6530: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_version_5=yes
  else
***************
*** 6535,6541 ****
  fi
  
    if test $emacs_cv_x11_version_5 = yes; then
!     echo "$as_me:6538: result: 5 or newer" >&5
  echo "${ECHO_T}5 or newer" >&6
      HAVE_X11R5=yes
  
--- 6539,6545 ----
  fi
  
    if test $emacs_cv_x11_version_5 = yes; then
!     echo "$as_me:6542: result: 5 or newer" >&5
  echo "${ECHO_T}5 or newer" >&6
      HAVE_X11R5=yes
  
***************
*** 6545,6564 ****
  
    else
      HAVE_X11R5=no
!     echo "$as_me:6548: 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:6555: 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 6561 "configure"
  #include "confdefs.h"
  
  #include <X11/Intrinsic.h>
--- 6549,6568 ----
  
    else
      HAVE_X11R5=no
!     echo "$as_me:6552: 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:6559: 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 6565 "configure"
  #include "confdefs.h"
  
  #include <X11/Intrinsic.h>
***************
*** 6572,6587 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6575: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6578: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6581: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6584: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_version_5_with_xaw=yes
  else
--- 6576,6591 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6579: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6582: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6585: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6588: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_version_5_with_xaw=yes
  else
***************
*** 6593,6603 ****
  fi
  
      if test $emacs_cv_x11_version_5_with_xaw = yes; then
!       echo "$as_me:6596: 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:6600: 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
--- 6597,6607 ----
  fi
  
      if test $emacs_cv_x11_version_5_with_xaw = yes; then
!       echo "$as_me:6600: 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:6604: 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
***************
*** 6609,6621 ****
  X_TOOLKIT_TYPE=$USE_X_TOOLKIT
  
  if test "${USE_X_TOOLKIT}" != "none"; then
!   echo "$as_me:6612: 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 6618 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  int
--- 6613,6625 ----
  X_TOOLKIT_TYPE=$USE_X_TOOLKIT
  
  if test "${USE_X_TOOLKIT}" != "none"; then
!   echo "$as_me:6616: 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 6622 "configure"
  #include "confdefs.h"
  #include <X11/Intrinsic.h>
  int
***************
*** 6630,6645 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6633: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6636: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6639: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6642: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_toolkit_version_6=yes
  else
--- 6634,6649 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6637: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6640: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6643: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6646: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_x11_toolkit_version_6=yes
  else
***************
*** 6652,6658 ****
  
    HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
    if test $emacs_cv_x11_toolkit_version_6 = yes; then
!     echo "$as_me:6655: result: 6 or newer" >&5
  echo "${ECHO_T}6 or newer" >&6
  
  cat >>confdefs.h <<\EOF
--- 6656,6662 ----
  
    HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
    if test $emacs_cv_x11_toolkit_version_6 = yes; then
!     echo "$as_me:6659: result: 6 or newer" >&5
  echo "${ECHO_T}6 or newer" >&6
  
  cat >>confdefs.h <<\EOF
***************
*** 6660,6666 ****
  EOF
  
    else
!     echo "$as_me:6663: result: before 6" >&5
  echo "${ECHO_T}before 6" >&6
    fi
  
--- 6664,6670 ----
  EOF
  
    else
!     echo "$as_me:6667: result: before 6" >&5
  echo "${ECHO_T}before 6" >&6
    fi
  
***************
*** 6671,6677 ****
      LIBS="-lXt $LIBS"
    fi
  
! echo "$as_me:6674: 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
--- 6675,6681 ----
      LIBS="-lXt $LIBS"
    fi
  
! echo "$as_me:6678: 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
***************
*** 6679,6685 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXmu  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6682 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 6683,6689 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXmu  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6686 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 6698,6713 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6701: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6704: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6707: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6710: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
  else
--- 6702,6717 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6705: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6708: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6711: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6714: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
  else
***************
*** 6718,6724 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6721: 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
--- 6722,6728 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6725: 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
***************
*** 6736,6742 ****
  if test "${HAVE_X11}" = "yes"; then
    if test "${USE_X_TOOLKIT}" != "none"; then
  
! echo "$as_me:6739: 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
--- 6740,6746 ----
  if test "${HAVE_X11}" = "yes"; then
    if test "${USE_X_TOOLKIT}" != "none"; then
  
! echo "$as_me:6743: 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
***************
*** 6744,6750 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXext  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6747 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 6748,6754 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXext  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6751 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 6763,6778 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6766: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6769: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6772: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6775: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xext_XShapeQueryExtension=yes
  else
--- 6767,6782 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6770: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6773: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6776: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6779: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xext_XShapeQueryExtension=yes
  else
***************
*** 6783,6789 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6786: 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
--- 6787,6793 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6790: 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
***************
*** 6798,6810 ****
  fi
  
  if test "${USE_X_TOOLKIT}" = "MOTIF"; then
!   echo "$as_me:6801: 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 6807 "configure"
  #include "confdefs.h"
  #include <Xm/Xm.h>
  int
--- 6802,6857 ----
  fi
  
  if test "${USE_X_TOOLKIT}" = "MOTIF"; then
!   echo "$as_me:6805: checking for LessTif where some systems put it" >&5
! echo $ECHO_N "checking for LessTif where some systems put it... $ECHO_C" >&6
! if test "${emacs_cv_lesstif+set}" = set; then
!   echo $ECHO_N "(cached) $ECHO_C" >&6
! else
!   cat >conftest.$ac_ext <<_ACEOF
! #line 6811 "configure"
! #include "confdefs.h"
! #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
! int
! main ()
! {
! int x = 5;
!   ;
!   return 0;
! }
! _ACEOF
! rm -f conftest.$ac_objext
! if { (eval echo "$as_me:6823: \"$ac_compile\"") >&5
!   (eval $ac_compile) 2>&5
!   ac_status=$?
!   echo "$as_me:6826: \$? = $ac_status" >&5
!   (exit $ac_status); } &&
!          { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:6829: \"$ac_try\"") >&5
!   (eval $ac_try) 2>&5
!   ac_status=$?
!   echo "$as_me:6832: \$? = $ac_status" >&5
!   (exit $ac_status); }; }; then
!   emacs_cv_lesstif=yes
! else
!   echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
! emacs_cv_lesstif=no
! fi
! rm -f conftest.$ac_objext conftest.$ac_ext
! fi
! echo "$as_me:6842: result: $emacs_cv_lesstif" >&5
! echo "${ECHO_T}$emacs_cv_lesstif" >&6
!   if test $emacs_cv_lesstif = yes; then
!     CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
!     LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
!   fi
!   echo "$as_me:6848: 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 6854 "configure"
  #include "confdefs.h"
  #include <Xm/Xm.h>
  int
***************
*** 6820,6835 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:6823: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:6826: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:6829: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6832: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_motif_version_2_1=yes
  else
--- 6867,6882 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:6870: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:6873: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:6876: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6879: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_motif_version_2_1=yes
  else
***************
*** 6839,6845 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:6842: 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
--- 6886,6892 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:6889: 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
***************
*** 6849,6855 ****
  #define HAVE_MOTIF_2_1 1
  EOF
  
!     echo "$as_me:6852: 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
--- 6896,6902 ----
  #define HAVE_MOTIF_2_1 1
  EOF
  
!     echo "$as_me:6899: 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
***************
*** 6857,6863 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXp  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6860 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 6904,6910 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXp  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6907 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 6876,6891 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6879: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6882: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6885: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6888: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xp_XpCreateContext=yes
  else
--- 6923,6938 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6926: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6929: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6932: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6935: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xp_XpCreateContext=yes
  else
***************
*** 6896,6902 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6899: 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
--- 6943,6949 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:6946: 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
***************
*** 6916,6938 ****
  HAVE_XAW3D=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${USE_X_TOOLKIT}" != "none"; then
!     echo "$as_me:6919: 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 6925 "configure"
  #include "confdefs.h"
  #include <X11/Xaw3d/Scrollbar.h>
  _ACEOF
! if { (eval echo "$as_me:6929: \"$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:6935: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 6963,6985 ----
  HAVE_XAW3D=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${USE_X_TOOLKIT}" != "none"; then
!     echo "$as_me:6966: 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 6972 "configure"
  #include "confdefs.h"
  #include <X11/Xaw3d/Scrollbar.h>
  _ACEOF
! if { (eval echo "$as_me:6976: \"$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:6982: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 6951,6960 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:6954: 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:6957: 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
--- 6998,7007 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7001: 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:7004: 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
***************
*** 6962,6968 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXaw3d  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 6965 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7009,7015 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXaw3d  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7012 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 6981,6996 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:6984: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:6987: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:6990: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:6993: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
  else
--- 7028,7043 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7031: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7034: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7037: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7040: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
  else
***************
*** 7001,7007 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7004: 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
--- 7048,7054 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7051: 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
***************
*** 7051,7073 ****
  HAVE_XPM=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_xpm}" != "no"; then
!     echo "$as_me:7054: 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 7060 "configure"
  #include "confdefs.h"
  #include <X11/xpm.h>
  _ACEOF
! if { (eval echo "$as_me:7064: \"$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:7070: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 7098,7120 ----
  HAVE_XPM=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_xpm}" != "no"; then
!     echo "$as_me:7101: 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 7107 "configure"
  #include "confdefs.h"
  #include <X11/xpm.h>
  _ACEOF
! if { (eval echo "$as_me:7111: \"$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:7117: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7086,7095 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7089: 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:7092: 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
--- 7133,7142 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7136: 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:7139: 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
***************
*** 7097,7103 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXpm -lX11 $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7100 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7144,7150 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lXpm -lX11 $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7147 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7116,7131 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7119: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7122: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7125: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7128: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
  else
--- 7163,7178 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7166: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7169: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7172: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7175: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
  else
***************
*** 7136,7142 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7139: 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
--- 7183,7189 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7186: 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
***************
*** 7145,7154 ****
  fi
  
      if test "${HAVE_XPM}" = "yes"; then
!       echo "$as_me:7148: checking for XpmReturnAllocPixels preprocessor 
define" >&5
  echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... 
$ECHO_C" >&6
        cat >conftest.$ac_ext <<_ACEOF
! #line 7151 "configure"
  #include "confdefs.h"
  #include "X11/xpm.h"
  #ifndef XpmReturnAllocPixels
--- 7192,7201 ----
  fi
  
      if test "${HAVE_XPM}" = "yes"; then
!       echo "$as_me:7195: checking for XpmReturnAllocPixels preprocessor 
define" >&5
  echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... 
$ECHO_C" >&6
        cat >conftest.$ac_ext <<_ACEOF
! #line 7198 "configure"
  #include "confdefs.h"
  #include "X11/xpm.h"
  #ifndef XpmReturnAllocPixels
***************
*** 7165,7174 ****
  rm -f conftest*
  
        if test "${HAVE_XPM}" = "yes"; then
!       echo "$as_me:7168: result: yes" >&5
  echo "${ECHO_T}yes" >&6
        else
!       echo "$as_me:7171: result: no" >&5
  echo "${ECHO_T}no" >&6
        fi
      fi
--- 7212,7221 ----
  rm -f conftest*
  
        if test "${HAVE_XPM}" = "yes"; then
!       echo "$as_me:7215: result: yes" >&5
  echo "${ECHO_T}yes" >&6
        else
!       echo "$as_me:7218: result: no" >&5
  echo "${ECHO_T}no" >&6
        fi
      fi
***************
*** 7187,7209 ****
  HAVE_JPEG=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_jpeg}" != "no"; then
!             echo "$as_me:7190: 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 7196 "configure"
  #include "confdefs.h"
  #include <jerror.h>
  _ACEOF
! if { (eval echo "$as_me:7200: \"$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:7206: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 7234,7256 ----
  HAVE_JPEG=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_jpeg}" != "no"; then
!             echo "$as_me:7237: 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 7243 "configure"
  #include "confdefs.h"
  #include <jerror.h>
  _ACEOF
! if { (eval echo "$as_me:7247: \"$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:7253: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7222,7231 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7225: 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:7228: 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
--- 7269,7278 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7272: 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:7275: 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
***************
*** 7233,7239 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ljpeg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7236 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7280,7286 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ljpeg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7283 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7252,7267 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7255: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7258: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7261: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7264: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_jpeg_jpeg_destroy_compress=yes
  else
--- 7299,7314 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7302: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7305: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7308: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7311: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_jpeg_jpeg_destroy_compress=yes
  else
***************
*** 7272,7278 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7275: 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
--- 7319,7325 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7322: 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
***************
*** 7288,7294 ****
  EOF
  
      cat >conftest.$ac_ext <<_ACEOF
! #line 7291 "configure"
  #include "confdefs.h"
          #include <jpeglib.h>
         version=JPEG_LIB_VERSION
--- 7335,7341 ----
  EOF
  
      cat >conftest.$ac_ext <<_ACEOF
! #line 7338 "configure"
  #include "confdefs.h"
          #include <jpeglib.h>
         version=JPEG_LIB_VERSION
***************
*** 7301,7307 ****
  EOF
  
  else
!   { echo "$as_me:7304: 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
--- 7348,7354 ----
  EOF
  
  else
!   { echo "$as_me:7351: 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
***************
*** 7314,7336 ****
  HAVE_PNG=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_png}" != "no"; then
!     echo "$as_me:7317: 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 7323 "configure"
  #include "confdefs.h"
  #include <png.h>
  _ACEOF
! if { (eval echo "$as_me:7327: \"$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:7333: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 7361,7383 ----
  HAVE_PNG=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_png}" != "no"; then
!     echo "$as_me:7364: 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 7370 "configure"
  #include "confdefs.h"
  #include <png.h>
  _ACEOF
! if { (eval echo "$as_me:7374: \"$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:7380: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7349,7358 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7352: 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:7355: 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
--- 7396,7405 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7399: 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:7402: 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
***************
*** 7360,7366 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpng -lz -lm $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7363 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7407,7413 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lpng -lz -lm $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7410 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7379,7394 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7382: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7385: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7388: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7391: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_png_png_get_channels=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_png_png_get_channels=yes
  else
***************
*** 7399,7405 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7402: 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
--- 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_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
***************
*** 7422,7444 ****
  HAVE_TIFF=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_tiff}" != "no"; then
!     echo "$as_me:7425: 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 7431 "configure"
  #include "confdefs.h"
  #include <tiffio.h>
  _ACEOF
! if { (eval echo "$as_me:7435: \"$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:7441: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 7469,7491 ----
  HAVE_TIFF=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_tiff}" != "no"; then
!     echo "$as_me:7472: 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 7478 "configure"
  #include "confdefs.h"
  #include <tiffio.h>
  _ACEOF
! if { (eval echo "$as_me:7482: \"$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:7488: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7457,7469 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7460: 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:7466: 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
--- 7504,7516 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7507: 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:7513: 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
***************
*** 7471,7477 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ltiff $tifflibs $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7474 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7518,7524 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ltiff $tifflibs $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7521 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7490,7505 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7493: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7496: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7499: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7502: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_tiff_TIFFGetVersion=yes
  else
--- 7537,7552 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7540: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7543: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7546: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7549: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_tiff_TIFFGetVersion=yes
  else
***************
*** 7510,7516 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7513: 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
--- 7557,7563 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7560: 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
***************
*** 7533,7555 ****
  HAVE_GIF=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_gif}" != "no"; then
!     echo "$as_me:7536: 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 7542 "configure"
  #include "confdefs.h"
  #include <gif_lib.h>
  _ACEOF
! if { (eval echo "$as_me:7546: \"$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:7552: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 7580,7602 ----
  HAVE_GIF=no
  if test "${HAVE_X11}" = "yes"; then
    if test "${with_gif}" != "no"; then
!     echo "$as_me:7583: 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 7589 "configure"
  #include "confdefs.h"
  #include <gif_lib.h>
  _ACEOF
! if { (eval echo "$as_me:7593: \"$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:7599: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7568,7579 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7571: 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:7576: 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
--- 7615,7626 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7618: 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:7623: 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
***************
*** 7581,7587 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lungif  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7584 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7628,7634 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lungif  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7631 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7600,7615 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7603: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7606: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7609: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7612: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_ungif_EGifPutExtensionLast=yes
  else
--- 7647,7662 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7650: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7653: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7656: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7659: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_ungif_EGifPutExtensionLast=yes
  else
***************
*** 7620,7626 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7623: 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
--- 7667,7673 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7670: 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
***************
*** 7642,7664 ****
  ### Use Mac OS X Carbon API to implement GUI.
  HAVE_CARBON=no
  if test "${with_carbon}" != "no"; then
!   echo "$as_me:7645: checking for Carbon/Carbon.h" >&5
  echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
  if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7651 "configure"
  #include "confdefs.h"
  #include <Carbon/Carbon.h>
  _ACEOF
! if { (eval echo "$as_me:7655: \"$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:7661: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 7689,7711 ----
  ### Use Mac OS X Carbon API to implement GUI.
  HAVE_CARBON=no
  if test "${with_carbon}" != "no"; then
!   echo "$as_me:7692: checking for Carbon/Carbon.h" >&5
  echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
  if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7698 "configure"
  #include "confdefs.h"
  #include <Carbon/Carbon.h>
  _ACEOF
! if { (eval echo "$as_me:7702: \"$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:7708: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7677,7683 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7680: result: $ac_cv_header_Carbon_Carbon_h" >&5
  echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6
  if test $ac_cv_header_Carbon_Carbon_h = yes; then
    HAVE_CARBON=yes
--- 7724,7730 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7727: result: $ac_cv_header_Carbon_Carbon_h" >&5
  echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6
  if test $ac_cv_header_Carbon_Carbon_h = yes; then
    HAVE_CARBON=yes
***************
*** 7696,7718 ****
  ### Use session management (-lSM -lICE) if available
  HAVE_X_SM=no
  if test "${HAVE_X11}" = "yes"; then
!   echo "$as_me:7699: checking for X11/SM/SMlib.h" >&5
  echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
  if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7705 "configure"
  #include "confdefs.h"
  #include <X11/SM/SMlib.h>
  _ACEOF
! if { (eval echo "$as_me:7709: \"$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:7715: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 7743,7765 ----
  ### Use session management (-lSM -lICE) if available
  HAVE_X_SM=no
  if test "${HAVE_X11}" = "yes"; then
!   echo "$as_me:7746: checking for X11/SM/SMlib.h" >&5
  echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
  if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 7752 "configure"
  #include "confdefs.h"
  #include <X11/SM/SMlib.h>
  _ACEOF
! if { (eval echo "$as_me:7756: \"$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:7762: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 7731,7740 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7734: result: $ac_cv_header_X11_SM_SMlib_h" >&5
  echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6
  if test $ac_cv_header_X11_SM_SMlib_h = yes; then
!   echo "$as_me:7737: checking for SmcOpenConnection in -lSM" >&5
  echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6
  if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
--- 7778,7787 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:7781: result: $ac_cv_header_X11_SM_SMlib_h" >&5
  echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6
  if test $ac_cv_header_X11_SM_SMlib_h = yes; then
!   echo "$as_me:7784: checking for SmcOpenConnection in -lSM" >&5
  echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6
  if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
***************
*** 7742,7748 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lSM  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7745 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 7789,7795 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lSM  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 7792 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 7761,7776 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7764: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7767: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7770: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7773: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_SM_SmcOpenConnection=yes
  else
--- 7808,7823 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7811: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7814: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7817: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7820: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_SM_SmcOpenConnection=yes
  else
***************
*** 7781,7787 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7784: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
  echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6
  if test $ac_cv_lib_SM_SmcOpenConnection = yes; then
    HAVE_X_SM=yes
--- 7828,7834 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:7831: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
  echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6
  if test $ac_cv_lib_SM_SmcOpenConnection = yes; then
    HAVE_X_SM=yes
***************
*** 7805,7817 ****
  fi
  
  # If netdb.h doesn't declare h_errno, we must declare it by hand.
! echo "$as_me:7808: 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 7814 "configure"
  #include "confdefs.h"
  #include <netdb.h>
  int
--- 7852,7864 ----
  fi
  
  # If netdb.h doesn't declare h_errno, we must declare it by hand.
! echo "$as_me:7855: 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 7861 "configure"
  #include "confdefs.h"
  #include <netdb.h>
  int
***************
*** 7823,7838 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7826: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7829: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7832: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7835: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_netdb_declares_h_errno=yes
  else
--- 7870,7885 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7873: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7876: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7879: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7882: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_netdb_declares_h_errno=yes
  else
***************
*** 7842,7848 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7845: 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
  
--- 7889,7895 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7892: 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
  
***************
*** 7854,7866 ****
  
  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  # for constant arguments.  Useless!
! echo "$as_me:7857: 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 7863 "configure"
  #include "confdefs.h"
  #include <alloca.h>
  int
--- 7901,7913 ----
  
  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  # for constant arguments.  Useless!
! echo "$as_me:7904: 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 7910 "configure"
  #include "confdefs.h"
  #include <alloca.h>
  int
***************
*** 7872,7887 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7875: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7878: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7881: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7884: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_working_alloca_h=yes
  else
--- 7919,7934 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7922: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7925: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7928: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7931: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_working_alloca_h=yes
  else
***************
*** 7891,7897 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7894: 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
  
--- 7938,7944 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7941: 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
  
***************
*** 7901,7913 ****
  
  fi
  
! echo "$as_me:7904: 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 7910 "configure"
  #include "confdefs.h"
  #ifdef __GNUC__
  # define alloca __builtin_alloca
--- 7948,7960 ----
  
  fi
  
! echo "$as_me:7951: 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 7957 "configure"
  #include "confdefs.h"
  #ifdef __GNUC__
  # define alloca __builtin_alloca
***************
*** 7939,7954 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7942: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7945: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7948: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7951: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_alloca_works=yes
  else
--- 7986,8001 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:7989: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:7992: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:7995: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:7998: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_alloca_works=yes
  else
***************
*** 7958,7964 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:7961: 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
--- 8005,8011 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8008: 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
***************
*** 7979,7991 ****
  #define C_ALLOCA 1
  EOF
  
! echo "$as_me:7982: 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 7988 "configure"
  #include "confdefs.h"
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
--- 8026,8038 ----
  #define C_ALLOCA 1
  EOF
  
! echo "$as_me:8029: 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 8035 "configure"
  #include "confdefs.h"
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
***************
*** 8003,8020 ****
  rm -f conftest*
  
  fi
! echo "$as_me:8006: 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:8011: 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 8017 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 8050,8067 ----
  rm -f conftest*
  
  fi
! echo "$as_me:8053: 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:8058: 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 8064 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 8045,8060 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8048: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8051: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8054: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8057: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 8092,8107 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8095: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8098: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8101: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8104: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 8064,8070 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8067: 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
  
--- 8111,8117 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8114: 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
  
***************
*** 8078,8084 ****
    done
  fi
  
! echo "$as_me:8081: 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
--- 8125,8131 ----
    done
  fi
  
! echo "$as_me:8128: 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
***************
*** 8087,8093 ****
    ac_cv_c_stack_direction=0
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8090 "configure"
  #include "confdefs.h"
  int
  find_stack_direction ()
--- 8134,8140 ----
    ac_cv_c_stack_direction=0
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8137 "configure"
  #include "confdefs.h"
  int
  find_stack_direction ()
***************
*** 8110,8124 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:8113: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8116: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:8118: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8121: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_stack_direction=1
  else
--- 8157,8171 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:8160: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8163: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:8165: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8168: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_c_stack_direction=1
  else
***************
*** 8130,8136 ****
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:8133: result: $ac_cv_c_stack_direction" >&5
  echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
  
  cat >>confdefs.h <<EOF
--- 8177,8183 ----
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:8180: result: $ac_cv_c_stack_direction" >&5
  echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
  
  cat >>confdefs.h <<EOF
***************
*** 8142,8148 ****
  # 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:8145: 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
--- 8189,8195 ----
  # 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:8192: 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
***************
*** 8150,8156 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8153 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 8197,8203 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8200 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 8169,8184 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8172: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8175: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8178: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8181: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_m_sqrt=yes
  else
--- 8216,8231 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8219: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8222: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8225: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8228: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_m_sqrt=yes
  else
***************
*** 8189,8195 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8192: 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
--- 8236,8242 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8239: 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
***************
*** 8202,8208 ****
  
  # Check for mail-locking functions in a "mail" library
  
! echo "$as_me:8205: 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
--- 8249,8255 ----
  
  # Check for mail-locking functions in a "mail" library
  
! echo "$as_me:8252: 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
***************
*** 8210,8216 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lmail  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8213 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 8257,8263 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lmail  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8260 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 8229,8244 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8232: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8235: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8238: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8241: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_mail_maillock=yes
  else
--- 8276,8291 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8279: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8282: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8285: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8288: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_mail_maillock=yes
  else
***************
*** 8249,8255 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8252: 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
--- 8296,8302 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8299: 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
***************
*** 8260,8266 ****
  
  fi
  
! echo "$as_me:8263: 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
--- 8307,8313 ----
  
  fi
  
! echo "$as_me:8310: 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
***************
*** 8268,8274 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-llockfile  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8271 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 8315,8321 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-llockfile  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 8318 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 8287,8302 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8290: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8293: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8296: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8299: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_lockfile_maillock=yes
  else
--- 8334,8349 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8337: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8340: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8343: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8346: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_lockfile_maillock=yes
  else
***************
*** 8307,8313 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8310: 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
--- 8354,8360 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:8357: 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
***************
*** 8324,8330 ****
  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:8327: 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
--- 8371,8377 ----
  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:8374: 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
***************
*** 8339,8345 ****
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_liblockfile="yes"
! echo "$as_me:8342: found $ac_dir/$ac_word" >&5
  break
  done
  
--- 8386,8392 ----
    test -z "$ac_dir" && ac_dir=.
    $as_executable_p "$ac_dir/$ac_word" || continue
  ac_cv_prog_liblockfile="yes"
! echo "$as_me:8389: found $ac_dir/$ac_word" >&5
  break
  done
  
***************
*** 8348,8362 ****
  fi
  liblockfile=$ac_cv_prog_liblockfile
  if test -n "$liblockfile"; then
!   echo "$as_me:8351: result: $liblockfile" >&5
  echo "${ECHO_T}$liblockfile" >&6
  else
!   echo "$as_me:8354: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
    if test $ac_cv_prog_liblockfile = yes; then
!     { { echo "$as_me:8359: 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.
--- 8395,8409 ----
  fi
  liblockfile=$ac_cv_prog_liblockfile
  if test -n "$liblockfile"; then
!   echo "$as_me:8398: result: $liblockfile" >&5
  echo "${ECHO_T}$liblockfile" >&6
  else
!   echo "$as_me:8401: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
    if test $ac_cv_prog_liblockfile = yes; then
!     { { echo "$as_me:8406: 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.
***************
*** 8375,8387 ****
  for ac_func in touchlock
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8378: 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 8384 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 8422,8434 ----
  for ac_func in touchlock
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8425: 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 8431 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 8412,8427 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8415: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8418: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8421: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8424: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 8459,8474 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8462: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8465: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8468: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8471: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 8431,8437 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8434: 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
--- 8478,8484 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8481: 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
***************
*** 8444,8466 ****
  for ac_header in maillock.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:8447: 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 8453 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:8457: \"$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:8463: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 8491,8513 ----
  for ac_header in maillock.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:8494: 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 8500 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:8504: \"$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:8510: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 8479,8485 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:8482: 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
--- 8526,8532 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:8529: 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
***************
*** 8499,8511 ****
  gai_strerror mkstemp getline getdelim
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8502: 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 8508 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 8546,8558 ----
  gai_strerror mkstemp getline getdelim
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8549: 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 8555 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 8536,8551 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8539: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8542: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8545: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8548: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 8583,8598 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8586: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8589: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8592: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8595: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 8555,8561 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8558: 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
--- 8602,8608 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8605: 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
***************
*** 8568,8590 ****
  for ac_header in sys/un.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:8571: 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 8577 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:8581: \"$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:8587: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 8615,8637 ----
  for ac_header in sys/un.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:8618: 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 8624 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:8628: \"$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:8634: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 8603,8609 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:8606: 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
--- 8650,8656 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:8653: 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
***************
*** 8616,8638 ****
  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:8619: 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 8625 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:8629: \"$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:8635: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 8663,8685 ----
  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:8666: 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 8672 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:8676: \"$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:8682: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 8651,8657 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:8654: 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
--- 8698,8704 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:8701: 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
***************
*** 8664,8676 ****
  for ac_func in alarm
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8667: 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 8673 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 8711,8723 ----
  for ac_func in alarm
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:8714: 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 8720 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 8701,8716 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8704: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8707: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8710: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8713: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 8748,8763 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8751: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8754: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8757: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8760: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 8720,8726 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8723: 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
--- 8767,8773 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8770: 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
***************
*** 8730,8736 ****
  fi
  done
  
! echo "$as_me:8733: 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
--- 8777,8783 ----
  fi
  done
  
! echo "$as_me:8780: 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
***************
*** 8739,8745 ****
    ac_cv_func_working_mktime=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8742 "configure"
  #include "confdefs.h"
  /* Test program from Paul Eggert and Tony Leneis.  */
  #if TIME_WITH_SYS_TIME
--- 8786,8792 ----
    ac_cv_func_working_mktime=no
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 8789 "configure"
  #include "confdefs.h"
  /* Test program from Paul Eggert and Tony Leneis.  */
  #if TIME_WITH_SYS_TIME
***************
*** 8888,8902 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:8891: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8894: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:8896: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8899: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_working_mktime=yes
  else
--- 8935,8949 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:8938: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8941: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:8943: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8946: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_working_mktime=yes
  else
***************
*** 8908,8914 ****
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:8911: 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"
--- 8955,8961 ----
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:8958: 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"
***************
*** 8927,8939 ****
  ac_save_LIBS=$LIBS
  
  # Check for getloadavg, but be sure not to touch the cache variable.
! (echo "$as_me:8930: 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 8936 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char getloadavg (); below.  */
--- 8974,8986 ----
  ac_save_LIBS=$LIBS
  
  # Check for getloadavg, but be sure not to touch the cache variable.
! (echo "$as_me:8977: 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 8983 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char getloadavg (); below.  */
***************
*** 8964,8979 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:8967: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:8970: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:8973: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:8976: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_getloadavg=yes
  else
--- 9011,9026 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9014: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9017: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9020: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9023: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_getloadavg=yes
  else
***************
*** 8983,8989 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:8986: result: $ac_cv_func_getloadavg" >&5
  echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
  if test $ac_cv_func_getloadavg = yes; then
    exit 0
--- 9030,9036 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9033: result: $ac_cv_func_getloadavg" >&5
  echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
  if test $ac_cv_func_getloadavg = yes; then
    exit 0
***************
*** 8997,9009 ****
  for ac_func in pstat_getdynamic
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9000: 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 9006 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 9044,9056 ----
  for ac_func in pstat_getdynamic
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9047: 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 9053 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 9034,9049 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9037: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9040: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9043: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9046: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 9081,9096 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9084: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9087: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9090: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9093: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 9053,9059 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9056: 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
--- 9100,9106 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9103: 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
***************
*** 9065,9071 ****
  
  # Solaris has libkstat which does not require root.
  
! echo "$as_me:9068: 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
--- 9112,9118 ----
  
  # Solaris has libkstat which does not require root.
  
! echo "$as_me:9115: 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
***************
*** 9073,9079 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkstat  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9076 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 9120,9126 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkstat  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9123 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 9092,9107 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9095: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9098: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9101: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9104: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_kstat_kstat_open=yes
  else
--- 9139,9154 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9142: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9145: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9148: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9151: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_kstat_kstat_open=yes
  else
***************
*** 9112,9118 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9115: 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
--- 9159,9165 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9162: 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
***************
*** 9130,9136 ****
  # 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:9133: 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
--- 9177,9183 ----
  # 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:9180: 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
***************
*** 9138,9144 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lelf  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9141 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 9185,9191 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lelf  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9188 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 9157,9172 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9160: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9163: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9166: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9169: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_elf_elf_begin=yes
  else
--- 9204,9219 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9207: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9210: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9213: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9216: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_elf_elf_begin=yes
  else
***************
*** 9177,9183 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9180: 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"
--- 9224,9230 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9227: 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"
***************
*** 9185,9191 ****
  
  fi
  if test $ac_have_func = no; then
!   echo "$as_me:9188: 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
--- 9232,9238 ----
  
  fi
  if test $ac_have_func = no; then
!   echo "$as_me:9235: 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
***************
*** 9193,9199 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkvm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9196 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 9240,9246 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkvm  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9243 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 9212,9227 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9215: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9218: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9221: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9224: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_kvm_kvm_open=yes
  else
--- 9259,9274 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9262: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9265: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9268: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9271: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_kvm_kvm_open=yes
  else
***************
*** 9232,9245 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9235: 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:9242: 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
--- 9279,9292 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9282: 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:9289: 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
***************
*** 9247,9253 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lutil  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9250 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 9294,9300 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lutil  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9297 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 9266,9281 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9269: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9272: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9275: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9278: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_util_getloadavg=yes
  else
--- 9313,9328 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9316: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9319: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9322: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9325: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_util_getloadavg=yes
  else
***************
*** 9286,9292 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9289: 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
--- 9333,9339 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9336: 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
***************
*** 9299,9305 ****
    # 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:9302: 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
--- 9346,9352 ----
    # 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:9349: 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
***************
*** 9307,9313 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lgetloadavg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9310 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 9354,9360 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lgetloadavg  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9357 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 9326,9341 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9329: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9332: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9335: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9338: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_getloadavg_getloadavg=yes
  else
--- 9373,9388 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9376: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9379: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9382: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9385: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_getloadavg_getloadavg=yes
  else
***************
*** 9346,9352 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9349: 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"
--- 9393,9399 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9396: 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"
***************
*** 9362,9374 ****
  for ac_func in getloadavg
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9365: 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 9371 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 9409,9421 ----
  for ac_func in getloadavg
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:9412: 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 9418 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 9399,9414 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9402: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9405: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9408: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9411: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 9446,9461 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9449: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9452: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9455: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9458: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 9418,9424 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9421: 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
--- 9465,9471 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9468: 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
***************
*** 9434,9456 ****
  
  # Figure out what our getloadavg.c needs.
  ac_have_func=no
! echo "$as_me:9437: 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 9443 "configure"
  #include "confdefs.h"
  #include <sys/dg_sys_info.h>
  _ACEOF
! if { (eval echo "$as_me:9447: \"$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:9453: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9481,9503 ----
  
  # Figure out what our getloadavg.c needs.
  ac_have_func=no
! echo "$as_me:9484: 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 9490 "configure"
  #include "confdefs.h"
  #include <sys/dg_sys_info.h>
  _ACEOF
! if { (eval echo "$as_me:9494: \"$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:9500: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9469,9475 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9472: 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
--- 9516,9522 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9519: 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
***************
*** 9478,9484 ****
  #define DGUX 1
  EOF
  
! echo "$as_me:9481: 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
--- 9525,9531 ----
  #define DGUX 1
  EOF
  
! echo "$as_me:9528: 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
***************
*** 9486,9492 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldgc  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9489 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 9533,9539 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldgc  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 9536 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 9505,9520 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9508: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9511: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9514: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9517: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_dgc_dg_sys_info=yes
  else
--- 9552,9567 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9555: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9558: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9561: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9564: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_dgc_dg_sys_info=yes
  else
***************
*** 9525,9531 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9528: 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
--- 9572,9578 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:9575: 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
***************
*** 9538,9560 ****
  
  fi
  
! echo "$as_me:9541: 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 9547 "configure"
  #include "confdefs.h"
  #include <locale.h>
  _ACEOF
! if { (eval echo "$as_me:9551: \"$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:9557: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9585,9607 ----
  
  fi
  
! echo "$as_me:9588: 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 9594 "configure"
  #include "confdefs.h"
  #include <locale.h>
  _ACEOF
! if { (eval echo "$as_me:9598: \"$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:9604: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9573,9591 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9576: 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:9582: 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 9588 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 9620,9638 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9623: 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:9629: 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 9635 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 9616,9631 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9619: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9622: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9625: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9628: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 9663,9678 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:9666: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:9669: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:9672: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9675: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 9635,9641 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9638: 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
--- 9682,9688 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:9685: 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
***************
*** 9658,9680 ****
  fi
  
  if test $ac_have_func = no; then
!   echo "$as_me:9661: 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 9667 "configure"
  #include "confdefs.h"
  #include <inq_stats/cpustats.h>
  _ACEOF
! if { (eval echo "$as_me:9671: \"$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:9677: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9705,9727 ----
  fi
  
  if test $ac_have_func = no; then
!   echo "$as_me:9708: 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 9714 "configure"
  #include "confdefs.h"
  #include <inq_stats/cpustats.h>
  _ACEOF
! if { (eval echo "$as_me:9718: \"$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:9724: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9693,9699 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9696: 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
--- 9740,9746 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9743: 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
***************
*** 9711,9733 ****
  fi
  
  if test $ac_have_func = no; then
!   echo "$as_me:9714: 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 9720 "configure"
  #include "confdefs.h"
  #include <sys/cpustats.h>
  _ACEOF
! if { (eval echo "$as_me:9724: \"$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:9730: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9758,9780 ----
  fi
  
  if test $ac_have_func = no; then
!   echo "$as_me:9761: 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 9767 "configure"
  #include "confdefs.h"
  #include <sys/cpustats.h>
  _ACEOF
! if { (eval echo "$as_me:9771: \"$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:9777: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9746,9752 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9749: 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
--- 9793,9799 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9796: 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
***************
*** 9762,9784 ****
  for ac_header in mach/mach.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:9765: 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 9771 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:9775: \"$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:9781: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9809,9831 ----
  for ac_header in mach/mach.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:9812: 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 9818 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:9822: \"$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:9828: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9797,9803 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9800: 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
--- 9844,9850 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9847: 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
***************
*** 9812,9834 ****
  for ac_header in nlist.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:9815: 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 9821 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:9825: \"$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:9831: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 9859,9881 ----
  for ac_header in nlist.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:9862: 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 9868 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:9872: \"$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:9878: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 9847,9865 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9850: 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:9856: 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 9862 "configure"
  #include "confdefs.h"
  #include <nlist.h>
  
--- 9894,9912 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:9897: 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:9903: 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 9909 "configure"
  #include "confdefs.h"
  #include <nlist.h>
  
***************
*** 9874,9889 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:9877: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:9880: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:9883: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9886: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_member_struct_nlist_n_un_n_name=yes
  else
--- 9921,9936 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:9924: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:9927: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:9930: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:9933: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_member_struct_nlist_n_un_n_name=yes
  else
***************
*** 9893,9899 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:9896: 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
  
--- 9940,9946 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:9943: 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
  
***************
*** 9914,9926 ****
  done
  
  # Some definitions of getloadavg require that the program be installed setgid.
! echo "$as_me:9917: 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 9923 "configure"
  #include "confdefs.h"
  #include "$srcdir/getloadavg.c"
  #ifdef LDAV_PRIVILEGED
--- 9961,9973 ----
  done
  
  # Some definitions of getloadavg require that the program be installed setgid.
! echo "$as_me:9964: 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 9970 "configure"
  #include "confdefs.h"
  #include "$srcdir/getloadavg.c"
  #ifdef LDAV_PRIVILEGED
***************
*** 9936,9942 ****
  rm -f conftest*
  
  fi
! echo "$as_me:9939: 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
--- 9983,9989 ----
  rm -f conftest*
  
  fi
! echo "$as_me:9986: 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
***************
*** 9950,9956 ****
  fi
  
  if test $ac_cv_func_getloadavg_setgid = yes; then
!   echo "$as_me:9953: 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
--- 9997,10003 ----
  fi
  
  if test $ac_cv_func_getloadavg_setgid = yes; then
!   echo "$as_me:10000: 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
***************
*** 9965,9971 ****
               / /s/.* //;p;'`
  
  fi
! echo "$as_me:9968: result: $ac_cv_group_kmem" >&5
  echo "${ECHO_T}$ac_cv_group_kmem" >&6
    KMEM_GROUP=$ac_cv_group_kmem
  fi
--- 10012,10018 ----
               / /s/.* //;p;'`
  
  fi
! echo "$as_me:10015: result: $ac_cv_group_kmem" >&5
  echo "${ECHO_T}$ac_cv_group_kmem" >&6
    KMEM_GROUP=$ac_cv_group_kmem
  fi
***************
*** 9976,9982 ****
  fi
  LIBS=$ac_save_LIBS
  
! echo "$as_me:9979: 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
--- 10023,10029 ----
  fi
  LIBS=$ac_save_LIBS
  
! echo "$as_me:10026: 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
***************
*** 9984,9990 ****
    while :; do
    ac_cv_sys_largefile_source=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 9987 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  int
--- 10031,10037 ----
    while :; do
    ac_cv_sys_largefile_source=no
    cat >conftest.$ac_ext <<_ACEOF
! #line 10034 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  int
***************
*** 9996,10011 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:9999: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:10002: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:10005: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10008: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
--- 10043,10058 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:10046: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:10049: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:10052: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10055: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    break
  else
***************
*** 10014,10020 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 10017 "configure"
  #include "confdefs.h"
  #define _LARGEFILE_SOURCE 1
  #include <stdio.h>
--- 10061,10067 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
    cat >conftest.$ac_ext <<_ACEOF
! #line 10064 "configure"
  #include "confdefs.h"
  #define _LARGEFILE_SOURCE 1
  #include <stdio.h>
***************
*** 10027,10042 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:10030: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:10033: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:10036: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10039: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_largefile_source=1; break
  else
--- 10074,10089 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:10077: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:10080: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:10083: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10086: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_sys_largefile_source=1; break
  else
***************
*** 10047,10053 ****
    break
  done
  fi
! echo "$as_me:10050: 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
  
--- 10094,10100 ----
    break
  done
  fi
! echo "$as_me:10097: 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
  
***************
*** 10061,10073 ****
  # 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:10064: 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 10070 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  int
--- 10108,10120 ----
  # 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:10111: 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 10117 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  int
***************
*** 10079,10094 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10082: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10085: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10088: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10091: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_fseeko=yes
  else
--- 10126,10141 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10129: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10132: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10135: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10138: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_fseeko=yes
  else
***************
*** 10098,10104 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10101: result: $ac_cv_func_fseeko" >&5
  echo "${ECHO_T}$ac_cv_func_fseeko" >&6
  if test $ac_cv_func_fseeko = yes; then
  
--- 10145,10151 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10148: result: $ac_cv_func_fseeko" >&5
  echo "${ECHO_T}$ac_cv_func_fseeko" >&6
  if test $ac_cv_func_fseeko = yes; then
  
***************
*** 10113,10125 ****
  for ac_func in grantpt
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:10116: 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 10122 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 10160,10172 ----
  for ac_func in grantpt
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:10163: 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 10169 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 10150,10165 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10153: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10156: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10159: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10162: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 10197,10212 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10200: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10203: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10206: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10209: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 10169,10175 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10172: 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
--- 10216,10222 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10219: 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
***************
*** 10184,10196 ****
  for ac_func in getpt
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:10187: 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 10193 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 10231,10243 ----
  for ac_func in getpt
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:10234: 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 10240 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 10221,10236 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10224: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10227: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10230: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10233: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 10268,10283 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10271: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10274: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10277: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10280: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 10240,10246 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10243: 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
--- 10287,10293 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10290: 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
***************
*** 10255,10261 ****
  # It's better to believe a function is not available
  # than to expect to find it in ncurses.
  
! echo "$as_me:10258: 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
--- 10302,10308 ----
  # It's better to believe a function is not available
  # than to expect to find it in ncurses.
  
! echo "$as_me:10305: 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
***************
*** 10263,10269 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lncurses  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10266 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10310,10316 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lncurses  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10313 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10282,10297 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10285: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10288: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10291: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10294: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_ncurses_tparm=yes
  else
--- 10329,10344 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10332: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10335: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10338: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10341: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_ncurses_tparm=yes
  else
***************
*** 10302,10308 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10305: 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
--- 10349,10355 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10352: 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
***************
*** 10317,10329 ****
  if test "$with_hesiod" = yes ; then
    # Don't set $LIBS here -- see comments above.
    resolv=no
!   echo "$as_me:10320: 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 10326 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char res_send (); below.  */
--- 10364,10376 ----
  if test "$with_hesiod" = yes ; then
    # Don't set $LIBS here -- see comments above.
    resolv=no
!   echo "$as_me:10367: 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 10373 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char res_send (); below.  */
***************
*** 10354,10369 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10357: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10360: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10363: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10366: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_res_send=yes
  else
--- 10401,10416 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10404: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10407: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10410: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10413: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_res_send=yes
  else
***************
*** 10373,10390 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10376: 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:10381: 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 10387 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char __res_send (); below.  */
--- 10420,10437 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10423: 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:10428: 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 10434 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char __res_send (); below.  */
***************
*** 10415,10430 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10418: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10421: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10424: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10427: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func___res_send=yes
  else
--- 10462,10477 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10465: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10468: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10471: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10474: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func___res_send=yes
  else
***************
*** 10434,10445 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10437: 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:10442: 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
--- 10481,10492 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10484: 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:10489: 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
***************
*** 10447,10453 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10450 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10494,10500 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10497 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10466,10481 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10469: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10472: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10475: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10478: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_resolv_res_send=yes
  else
--- 10513,10528 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10516: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10519: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10522: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10525: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_resolv_res_send=yes
  else
***************
*** 10486,10497 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10489: 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:10494: 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
--- 10533,10544 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10536: 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:10541: 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
***************
*** 10499,10505 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10502 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10546,10552 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lresolv  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10549 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10518,10533 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10521: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10524: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10527: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10530: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_resolv___res_send=yes
  else
--- 10565,10580 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10568: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10571: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10574: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10577: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_resolv___res_send=yes
  else
***************
*** 10538,10544 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10541: 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
--- 10585,10591 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10588: 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
***************
*** 10560,10572 ****
    else
      RESOLVLIB=
    fi
!   echo "$as_me:10563: 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 10569 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char hes_getmailhost (); below.  */
--- 10607,10619 ----
    else
      RESOLVLIB=
    fi
!   echo "$as_me:10610: 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 10616 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char hes_getmailhost (); below.  */
***************
*** 10597,10612 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10600: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10603: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10606: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10609: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_hes_getmailhost=yes
  else
--- 10644,10659 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10647: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10650: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10653: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10656: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_hes_getmailhost=yes
  else
***************
*** 10616,10627 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10619: 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:10624: 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
--- 10663,10674 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:10666: 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:10671: 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
***************
*** 10629,10635 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lhesiod $RESOLVLIB $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10632 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10676,10682 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lhesiod $RESOLVLIB $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10679 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10648,10663 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10651: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10654: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10657: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10660: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_hesiod_hes_getmailhost=yes
  else
--- 10695,10710 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10698: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10701: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10704: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10707: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_hesiod_hes_getmailhost=yes
  else
***************
*** 10668,10674 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10671: 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
  
--- 10715,10721 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10718: 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
  
***************
*** 10687,10693 ****
  # These tell us which Kerberos-related libraries to use.
  if test "${with_kerberos+set}" = set; then
  
! echo "$as_me:10690: 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
--- 10734,10740 ----
  # These tell us which Kerberos-related libraries to use.
  if test "${with_kerberos+set}" = set; then
  
! echo "$as_me:10737: 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
***************
*** 10695,10701 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcom_err  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10698 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10742,10748 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcom_err  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10745 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10714,10729 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10717: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10720: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10723: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10726: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_com_err_com_err=yes
  else
--- 10761,10776 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10764: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10767: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10770: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10773: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_com_err_com_err=yes
  else
***************
*** 10734,10740 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10737: 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
--- 10781,10787 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10784: 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
***************
*** 10745,10751 ****
  
  fi
  
! echo "$as_me:10748: 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
--- 10792,10798 ----
  
  fi
  
! echo "$as_me:10795: 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
***************
*** 10753,10759 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lk5crypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10756 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10800,10806 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lk5crypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10803 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10772,10787 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10775: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10778: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10781: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10784: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
  else
--- 10819,10834 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10822: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10825: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10828: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10831: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
  else
***************
*** 10792,10798 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10795: 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
--- 10839,10845 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10842: 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
***************
*** 10803,10809 ****
  
  fi
  
! echo "$as_me:10806: 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
--- 10850,10856 ----
  
  fi
  
! echo "$as_me:10853: 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
***************
*** 10811,10817 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcrypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10814 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10858,10864 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lcrypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10861 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10830,10845 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10833: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10836: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10839: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10842: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
  else
--- 10877,10892 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10880: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10883: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10886: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10889: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
  else
***************
*** 10850,10856 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10853: 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
--- 10897,10903 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10900: 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
***************
*** 10861,10867 ****
  
  fi
  
! echo "$as_me:10864: 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
--- 10908,10914 ----
  
  fi
  
! echo "$as_me:10911: 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
***************
*** 10869,10875 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb5  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10872 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10916,10922 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb5  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10919 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10888,10903 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10891: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10894: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10897: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10900: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb5_krb5_init_context=yes
  else
--- 10935,10950 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10938: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10941: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10944: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10947: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb5_krb5_init_context=yes
  else
***************
*** 10908,10914 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10911: 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
--- 10955,10961 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10958: 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
***************
*** 10921,10927 ****
  
    if test "${with_kerberos5+set}" != set; then
  
! echo "$as_me:10924: 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
--- 10968,10974 ----
  
    if test "${with_kerberos5+set}" != set; then
  
! echo "$as_me:10971: 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
***************
*** 10929,10935 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes425  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10932 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 10976,10982 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes425  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10979 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 10948,10963 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10951: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:10954: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:10957: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:10960: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_des425_des_cbc_encrypt=yes
  else
--- 10995,11010 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:10998: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11001: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11004: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11007: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_des425_des_cbc_encrypt=yes
  else
***************
*** 10968,10974 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:10971: 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
--- 11015,11021 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:11018: 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
***************
*** 10979,10985 ****
  
  else
  
! echo "$as_me:10982: 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
--- 11026,11032 ----
  
  else
  
! echo "$as_me:11029: 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
***************
*** 10987,10993 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 10990 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 11034,11040 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-ldes  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 11037 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 11006,11021 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11009: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11012: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11015: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11018: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_des_des_cbc_encrypt=yes
  else
--- 11053,11068 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11056: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11059: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11062: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11065: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_des_des_cbc_encrypt=yes
  else
***************
*** 11026,11032 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:11029: 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
--- 11073,11079 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:11076: 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
***************
*** 11039,11045 ****
  
  fi
  
! echo "$as_me:11042: 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
--- 11086,11092 ----
  
  fi
  
! echo "$as_me:11089: 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
***************
*** 11047,11053 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb4  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 11050 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 11094,11100 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb4  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 11097 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 11066,11081 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11069: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11072: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11075: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11078: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb4_krb_get_cred=yes
  else
--- 11113,11128 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11116: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11119: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11122: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11125: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb4_krb_get_cred=yes
  else
***************
*** 11086,11092 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:11089: 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
--- 11133,11139 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:11136: 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
***************
*** 11097,11103 ****
  
  else
  
! echo "$as_me:11100: 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
--- 11144,11150 ----
  
  else
  
! echo "$as_me:11147: 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
***************
*** 11105,11111 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 11108 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 11152,11158 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lkrb  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 11155 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 11124,11139 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11127: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11130: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11133: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11136: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb_krb_get_cred=yes
  else
--- 11171,11186 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11174: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11177: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11180: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11183: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_krb_krb_get_cred=yes
  else
***************
*** 11144,11150 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:11147: 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
--- 11191,11197 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:11194: 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
***************
*** 11164,11186 ****
  for ac_header in krb5.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11167: 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 11173 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11177: \"$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:11183: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11211,11233 ----
  for ac_header in krb5.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11214: 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 11220 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11224: \"$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:11230: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11199,11205 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11202: 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
--- 11246,11252 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11249: 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
***************
*** 11214,11236 ****
  for ac_header in des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11217: 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 11223 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11227: \"$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:11233: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11261,11283 ----
  for ac_header in des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11264: 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 11270 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11274: \"$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:11280: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11249,11255 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11252: 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
--- 11296,11302 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11299: 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
***************
*** 11261,11283 ****
  for ac_header in kerberosIV/des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11264: 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 11270 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11274: \"$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:11280: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11308,11330 ----
  for ac_header in kerberosIV/des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11311: 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 11317 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11321: \"$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:11327: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11296,11302 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11299: 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
--- 11343,11349 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11346: 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
***************
*** 11308,11330 ****
  for ac_header in kerberos/des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11311: 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 11317 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11321: \"$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:11327: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11355,11377 ----
  for ac_header in kerberos/des.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11358: 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 11364 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11368: \"$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:11374: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11343,11349 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11346: 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
--- 11390,11396 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11393: 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
***************
*** 11362,11384 ****
  for ac_header in krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11365: 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 11371 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11375: \"$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:11381: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11409,11431 ----
  for ac_header in krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11412: 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 11418 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11422: \"$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:11428: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11397,11403 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11400: 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
--- 11444,11450 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11447: 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
***************
*** 11409,11431 ****
  for ac_header in kerberosIV/krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11412: 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 11418 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11422: \"$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:11428: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11456,11478 ----
  for ac_header in kerberosIV/krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11459: 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 11465 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11469: \"$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:11475: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11444,11450 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11447: 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
--- 11491,11497 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11494: 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
***************
*** 11456,11478 ****
  for ac_header in kerberos/krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11459: 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 11465 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11469: \"$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:11475: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11503,11525 ----
  for ac_header in kerberos/krb.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11506: 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 11512 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11516: \"$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:11522: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11491,11497 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11494: 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
--- 11538,11544 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11541: 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
***************
*** 11512,11534 ****
  for ac_header in com_err.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11515: 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 11521 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11525: \"$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:11531: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 11559,11581 ----
  for ac_header in com_err.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:11562: 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 11568 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:11572: \"$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:11578: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 11547,11553 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11550: 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
--- 11594,11600 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:11597: 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
***************
*** 11562,11568 ****
  # Solaris requires -lintl if you want strerror (which calls dgettext)
  # to return localized messages.
  
! echo "$as_me:11565: 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
--- 11609,11615 ----
  # Solaris requires -lintl if you want strerror (which calls dgettext)
  # to return localized messages.
  
! echo "$as_me:11612: 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
***************
*** 11570,11576 ****
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lintl  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 11573 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 11617,11623 ----
    ac_check_lib_save_LIBS=$LIBS
  LIBS="-lintl  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
! #line 11620 "configure"
  #include "confdefs.h"
  
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 11589,11604 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11592: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11595: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11598: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11601: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_intl_dgettext=yes
  else
--- 11636,11651 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11639: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11642: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11645: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11648: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_lib_intl_dgettext=yes
  else
***************
*** 11609,11615 ****
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:11612: 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
--- 11656,11662 ----
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
! echo "$as_me:11659: 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
***************
*** 11620,11626 ****
  
  fi
  
! echo "$as_me:11623: 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
--- 11667,11673 ----
  
  fi
  
! echo "$as_me:11670: 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
***************
*** 11631,11637 ****
  emacs_cv_localtime_cache=yes
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11634 "configure"
  #include "confdefs.h"
  #include <time.h>
  extern char **environ;
--- 11678,11684 ----
  emacs_cv_localtime_cache=yes
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 11681 "configure"
  #include "confdefs.h"
  #include <time.h>
  extern char **environ;
***************
*** 11664,11678 ****
  }
  _ACEOF
  rm -f 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='./conftest$ac_exeext'
!   { (eval echo "$as_me:11672: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11675: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_localtime_cache=no
  else
--- 11711,11725 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:11714: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11717: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:11719: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11722: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_localtime_cache=no
  else
***************
*** 11689,11695 ****
        emacs_cv_localtime_cache=no
  fi
  fi
! echo "$as_me:11692: result: $emacs_cv_localtime_cache" >&5
  echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
  if test $emacs_cv_localtime_cache = yes; then
  
--- 11736,11742 ----
        emacs_cv_localtime_cache=no
  fi
  fi
! echo "$as_me:11739: result: $emacs_cv_localtime_cache" >&5
  echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
  if test $emacs_cv_localtime_cache = yes; then
  
***************
*** 11704,11716 ****
  for ac_func in gettimeofday
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:11707: 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 11713 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 11751,11763 ----
  for ac_func in gettimeofday
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:11754: 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 11760 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 11741,11756 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11744: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11747: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11750: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11753: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 11788,11803 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11791: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11794: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11797: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11800: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 11760,11766 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:11763: 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
--- 11807,11813 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:11810: 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
***************
*** 11771,11783 ****
  done
  
    if test $ac_cv_func_gettimeofday = yes; then
!     echo "$as_me:11774: 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 11780 "configure"
  #include "confdefs.h"
  
  #ifdef TIME_WITH_SYS_TIME
--- 11818,11830 ----
  done
  
    if test $ac_cv_func_gettimeofday = yes; then
!     echo "$as_me:11821: 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 11827 "configure"
  #include "confdefs.h"
  
  #ifdef TIME_WITH_SYS_TIME
***************
*** 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
    emacs_cv_gettimeofday_two_arguments=yes
  else
--- 11847,11862 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:11850: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:11853: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:11856: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11859: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_gettimeofday_two_arguments=yes
  else
***************
*** 11819,11825 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:11822: 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
  
--- 11866,11872 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:11869: 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
  
***************
*** 11832,11844 ****
  fi
  
  if test "$ac_cv_func_gettimeofday" = yes; then
!   echo "$as_me:11835: 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 11841 "configure"
  #include "confdefs.h"
  #include <sys/time.h>
  int
--- 11879,11891 ----
  fi
  
  if test "$ac_cv_func_gettimeofday" = yes; then
!   echo "$as_me:11882: 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 11888 "configure"
  #include "confdefs.h"
  #include <sys/time.h>
  int
***************
*** 11850,11871 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:11853: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:11856: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:11859: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11862: \$? = $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 11868 "configure"
  #include "confdefs.h"
  
  #ifdef TIME_WITH_SYS_TIME
--- 11897,11918 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:11900: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:11903: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:11906: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11909: \$? = $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 11915 "configure"
  #include "confdefs.h"
  
  #ifdef TIME_WITH_SYS_TIME
***************
*** 11885,11899 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:11888: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11891: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:11893: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11896: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_timezone=yes
  else
--- 11932,11946 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:11935: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11938: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:11940: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11943: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    emacs_cv_struct_timezone=yes
  else
***************
*** 11911,11928 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:11914: result: $emacs_cv_struct_timezone" >&5
  echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
  fi
  
  ok_so_far=yes
! echo "$as_me:11919: 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 11925 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char socket (); below.  */
--- 11958,11975 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:11961: result: $emacs_cv_struct_timezone" >&5
  echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
  fi
  
  ok_so_far=yes
! echo "$as_me:11966: 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 11972 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char socket (); below.  */
***************
*** 11953,11968 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:11956: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:11959: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:11962: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:11965: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_socket=yes
  else
--- 12000,12015 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:12003: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:12006: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:12009: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12012: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_socket=yes
  else
***************
*** 11972,11978 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:11975: result: $ac_cv_func_socket" >&5
  echo "${ECHO_T}$ac_cv_func_socket" >&6
  if test $ac_cv_func_socket = yes; then
    :
--- 12019,12025 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:12022: result: $ac_cv_func_socket" >&5
  echo "${ECHO_T}$ac_cv_func_socket" >&6
  if test $ac_cv_func_socket = yes; then
    :
***************
*** 11981,12003 ****
  fi
  
  if test $ok_so_far = yes; then
!   echo "$as_me:11984: 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 11990 "configure"
  #include "confdefs.h"
  #include <netinet/in.h>
  _ACEOF
! if { (eval echo "$as_me:11994: \"$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:12000: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 12028,12050 ----
  fi
  
  if test $ok_so_far = yes; then
!   echo "$as_me:12031: 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 12037 "configure"
  #include "confdefs.h"
  #include <netinet/in.h>
  _ACEOF
! if { (eval echo "$as_me:12041: \"$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:12047: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 12016,12022 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:12019: 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
    :
--- 12063,12069 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:12066: 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
    :
***************
*** 12026,12048 ****
  
  fi
  if test $ok_so_far = yes; then
!   echo "$as_me:12029: 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 12035 "configure"
  #include "confdefs.h"
  #include <arpa/inet.h>
  _ACEOF
! if { (eval echo "$as_me:12039: \"$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:12045: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 12073,12095 ----
  
  fi
  if test $ok_so_far = yes; then
!   echo "$as_me:12076: 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 12082 "configure"
  #include "confdefs.h"
  #include <arpa/inet.h>
  _ACEOF
! if { (eval echo "$as_me:12086: \"$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:12092: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 12061,12067 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:12064: 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
    :
--- 12108,12114 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:12111: 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
    :
***************
*** 12086,12095 ****
  
  fi
  
! echo "$as_me:12089: 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:12092: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  
  cat >>confdefs.h <<\EOF
--- 12133,12142 ----
  
  fi
  
! echo "$as_me:12136: 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:12139: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  
  cat >>confdefs.h <<\EOF
***************
*** 12097,12113 ****
  EOF
  
  else
!   echo "$as_me:12100: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
! echo "$as_me:12104: 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 12110 "configure"
  #include "confdefs.h"
  $ac_includes_default
  int
--- 12144,12160 ----
  EOF
  
  else
!   echo "$as_me:12147: result: no" >&5
  echo "${ECHO_T}no" >&6
  fi
  
! echo "$as_me:12151: 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 12157 "configure"
  #include "confdefs.h"
  $ac_includes_default
  int
***************
*** 12122,12137 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:12125: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:12128: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:12131: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12134: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_pid_t=yes
  else
--- 12169,12184 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:12172: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:12175: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:12178: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12181: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_pid_t=yes
  else
***************
*** 12141,12147 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:12144: 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
    :
--- 12188,12194 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:12191: 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
    :
***************
*** 12156,12178 ****
  for ac_header in unistd.h vfork.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:12159: 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 12165 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:12169: \"$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:12175: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 12203,12225 ----
  for ac_header in unistd.h vfork.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:12206: 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 12212 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:12216: \"$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:12222: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 12191,12197 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:12194: 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
--- 12238,12244 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:12241: 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
***************
*** 12204,12216 ****
  for ac_func in fork vfork
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:12207: 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 12213 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
--- 12251,12263 ----
  for ac_func in fork vfork
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
! echo "$as_me:12254: 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 12260 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func (); below.  */
***************
*** 12241,12256 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:12244: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:12247: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:12250: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12253: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
--- 12288,12303 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext conftest$ac_exeext
! if { (eval echo "$as_me:12291: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:12294: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest$ac_exeext'
!   { (eval echo "$as_me:12297: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12300: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    eval "$as_ac_var=yes"
  else
***************
*** 12260,12266 ****
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:12263: 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
--- 12307,12313 ----
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  fi
! echo "$as_me:12310: 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
***************
*** 12272,12278 ****
  
  ac_cv_func_fork_works=$ac_cv_func_fork
  if test "x$ac_cv_func_fork" = xyes; then
!   echo "$as_me:12275: 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
--- 12319,12325 ----
  
  ac_cv_func_fork_works=$ac_cv_func_fork
  if test "x$ac_cv_func_fork" = xyes; then
!   echo "$as_me:12322: 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
***************
*** 12295,12309 ****
        }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:12298: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:12301: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:12303: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12306: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_fork_works=yes
  else
--- 12342,12356 ----
        }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:12345: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:12348: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:12350: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12353: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_fork_works=yes
  else
***************
*** 12315,12321 ****
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:12318: result: $ac_cv_func_fork_works" >&5
  echo "${ECHO_T}$ac_cv_func_fork_works" >&6
  
  fi
--- 12362,12368 ----
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:12365: result: $ac_cv_func_fork_works" >&5
  echo "${ECHO_T}$ac_cv_func_fork_works" >&6
  
  fi
***************
*** 12329,12340 ****
        ac_cv_func_fork_works=yes
        ;;
    esac
!   { echo "$as_me:12332: 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:12337: 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
--- 12376,12387 ----
        ac_cv_func_fork_works=yes
        ;;
    esac
!   { echo "$as_me:12379: 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:12384: 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
***************
*** 12343,12349 ****
    ac_cv_func_vfork_works=cross
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 12346 "configure"
  #include "confdefs.h"
  /* Thanks to Paul Eggert for this test.  */
  #include <stdio.h>
--- 12390,12396 ----
    ac_cv_func_vfork_works=cross
  else
    cat >conftest.$ac_ext <<_ACEOF
! #line 12393 "configure"
  #include "confdefs.h"
  /* Thanks to Paul Eggert for this test.  */
  #include <stdio.h>
***************
*** 12440,12454 ****
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:12443: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:12446: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:12448: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12451: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_vfork_works=yes
  else
--- 12487,12501 ----
  }
  _ACEOF
  rm -f conftest$ac_exeext
! if { (eval echo "$as_me:12490: \"$ac_link\"") >&5
    (eval $ac_link) 2>&5
    ac_status=$?
!   echo "$as_me:12493: \$? = $ac_status" >&5
    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
!   { (eval echo "$as_me:12495: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12498: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_func_vfork_works=yes
  else
***************
*** 12460,12472 ****
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:12463: 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:12469: 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
  
--- 12507,12519 ----
  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext 
conftest.$ac_ext
  fi
  fi
! echo "$as_me:12510: 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:12516: 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
  
***************
*** 12492,12504 ****
  fi
  
  # Fixme: This should be replaced when we have autoconf 2.14.
! echo "$as_me:12495: 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 12501 "configure"
  #include "confdefs.h"
  $ac_includes_default
  int
--- 12539,12551 ----
  fi
  
  # Fixme: This should be replaced when we have autoconf 2.14.
! echo "$as_me:12542: 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 12548 "configure"
  #include "confdefs.h"
  $ac_includes_default
  int
***************
*** 12513,12528 ****
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:12516: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:12519: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:12522: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12525: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_size_t=yes
  else
--- 12560,12575 ----
  }
  _ACEOF
  rm -f conftest.$ac_objext
! if { (eval echo "$as_me:12563: \"$ac_compile\"") >&5
    (eval $ac_compile) 2>&5
    ac_status=$?
!   echo "$as_me:12566: \$? = $ac_status" >&5
    (exit $ac_status); } &&
           { ac_try='test -s conftest.$ac_objext'
!   { (eval echo "$as_me:12569: \"$ac_try\"") >&5
    (eval $ac_try) 2>&5
    ac_status=$?
!   echo "$as_me:12572: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
    ac_cv_type_size_t=yes
  else
***************
*** 12532,12538 ****
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:12535: 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
    :
--- 12579,12585 ----
  fi
  rm -f conftest.$ac_objext conftest.$ac_ext
  fi
! echo "$as_me:12582: 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
    :
***************
*** 12552,12558 ****
  version=`grep 'defconst[       ]*emacs-version' ${srcdir}/lisp/version.el \
         | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
  if test x"${version}" = x; then
!   { { echo "$as_me:12555: 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
--- 12599,12605 ----
  version=`grep 'defconst[       ]*emacs-version' ${srcdir}/lisp/version.el \
         | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
  if test x"${version}" = x; then
!   { { echo "$as_me:12602: 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
***************
*** 12645,12667 ****
  for ac_header in nlist.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:12648: 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 12654 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:12658: \"$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:12664: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
--- 12692,12714 ----
  for ac_header in nlist.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
! echo "$as_me:12695: 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 12701 "configure"
  #include "confdefs.h"
  #include <$ac_header>
  _ACEOF
! if { (eval echo "$as_me:12705: \"$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:12711: \$? = $ac_status" >&5
    (exit $ac_status); } >/dev/null; then
    if test -s conftest.err; then
      ac_cpp_err=$ac_c_preproc_warn_flag
***************
*** 12680,12686 ****
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:12683: 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
--- 12727,12733 ----
  fi
  rm -f conftest.err conftest.$ac_ext
  fi
! echo "$as_me:12730: 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
***************
*** 12706,12713 ****
    Should Emacs use a relocating allocator for buffers?    ${REL_ALLOC}
    Should Emacs use mmap(2) for buffer allocation?         
$use_mmap_for_buffers
    What window system should Emacs use?                    ${window_system}
!   What toolkit should Emacs use?                          ${USE_X_TOOLKIT}
!   Should Emacs use a shared game state directory?         ${gamedir}"
  
  if test -n "${x_includes}"; then
  echo "  Where do we find X Windows header files?                ${x_includes}"
--- 12753,12759 ----
    Should Emacs use a relocating allocator for buffers?    ${REL_ALLOC}
    Should Emacs use mmap(2) for buffer allocation?         
$use_mmap_for_buffers
    What window system should Emacs use?                    ${window_system}
!   What toolkit should Emacs use?                          ${USE_X_TOOLKIT}"
  
  if test -n "${x_includes}"; then
  echo "  Where do we find X Windows header files?                ${x_includes}"
***************
*** 12741,12747 ****
  ## C preprocessor.
  
  cat >conftest.$ac_ext <<_ACEOF
! #line 12744 "configure"
  #include "confdefs.h"
  yes..yes
  _ACEOF
--- 12787,12793 ----
  ## C preprocessor.
  
  cat >conftest.$ac_ext <<_ACEOF
! #line 12790 "configure"
  #include "confdefs.h"
  yes..yes
  _ACEOF
***************
*** 12834,12840 ****
  : ${CONFIG_STATUS=./config.status}
  ac_clean_files_save=$ac_clean_files
  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
! { echo "$as_me:12837: creating $CONFIG_STATUS" >&5
  echo "$as_me: creating $CONFIG_STATUS" >&6;}
  cat >$CONFIG_STATUS <<_ACEOF
  #! $SHELL
--- 12880,12886 ----
  : ${CONFIG_STATUS=./config.status}
  ac_clean_files_save=$ac_clean_files
  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
! { echo "$as_me:12883: creating $CONFIG_STATUS" >&5
  echo "$as_me: creating $CONFIG_STATUS" >&6;}
  cat >$CONFIG_STATUS <<_ACEOF
  #! $SHELL
***************
*** 13010,13016 ****
      echo "$ac_cs_version"; exit 0 ;;
    --he | --h)
      # Conflict between --help and --header
!     { { echo "$as_me:13013: 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;}
--- 13056,13062 ----
      echo "$ac_cs_version"; exit 0 ;;
    --he | --h)
      # Conflict between --help and --header
!     { { echo "$as_me:13059: 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;}
***************
*** 13029,13035 ****
      ac_need_defaults=false;;
  
    # This is an error.
!   -*) { { echo "$as_me:13032: 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;}
--- 13075,13081 ----
      ac_need_defaults=false;;
  
    # This is an error.
!   -*) { { echo "$as_me:13078: 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;}
***************
*** 13085,13091 ****
    "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:13088: error: invalid argument: $ac_config_target" >&5
  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     { (exit 1); exit 1; }; };;
    esac
--- 13131,13137 ----
    "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:13134: error: invalid argument: $ac_config_target" >&5
  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     { (exit 1); exit 1; }; };;
    esac
***************
*** 13334,13340 ****
    esac
  
    if test x"$ac_file" != x-; then
!     { echo "$as_me:13337: creating $ac_file" >&5
  echo "$as_me: creating $ac_file" >&6;}
      rm -f "$ac_file"
    fi
--- 13380,13386 ----
    esac
  
    if test x"$ac_file" != x-; then
!     { echo "$as_me:13383: creating $ac_file" >&5
  echo "$as_me: creating $ac_file" >&6;}
      rm -f "$ac_file"
    fi
***************
*** 13352,13358 ****
        -) echo $tmp/stdin ;;
        [\\/$]*)
           # Absolute (can't be DOS-style, as IFS=:)
!          test -f "$f" || { { echo "$as_me:13355: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           echo $f;;
--- 13398,13404 ----
        -) echo $tmp/stdin ;;
        [\\/$]*)
           # Absolute (can't be DOS-style, as IFS=:)
!          test -f "$f" || { { echo "$as_me:13401: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           echo $f;;
***************
*** 13365,13371 ****
             echo $srcdir/$f
           else
             # /dev/null tree
!            { { echo "$as_me:13368: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           fi;;
--- 13411,13417 ----
             echo $srcdir/$f
           else
             # /dev/null tree
!            { { echo "$as_me:13414: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           fi;;
***************
*** 13426,13432 ****
    * )   ac_file_in=$ac_file.in ;;
    esac
  
!   test x"$ac_file" != x- && { echo "$as_me:13429: creating $ac_file" >&5
  echo "$as_me: creating $ac_file" >&6;}
  
    # First look for the input files in the build tree, otherwise in the
--- 13472,13478 ----
    * )   ac_file_in=$ac_file.in ;;
    esac
  
!   test x"$ac_file" != x- && { echo "$as_me:13475: creating $ac_file" >&5
  echo "$as_me: creating $ac_file" >&6;}
  
    # First look for the input files in the build tree, otherwise in the
***************
*** 13437,13443 ****
        -) echo $tmp/stdin ;;
        [\\/$]*)
           # Absolute (can't be DOS-style, as IFS=:)
!          test -f "$f" || { { echo "$as_me:13440: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           echo $f;;
--- 13483,13489 ----
        -) echo $tmp/stdin ;;
        [\\/$]*)
           # Absolute (can't be DOS-style, as IFS=:)
!          test -f "$f" || { { echo "$as_me:13486: error: cannot find input 
file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           echo $f;;
***************
*** 13450,13456 ****
             echo $srcdir/$f
           else
             # /dev/null tree
!            { { echo "$as_me:13453: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           fi;;
--- 13496,13502 ----
             echo $srcdir/$f
           else
             # /dev/null tree
!            { { echo "$as_me:13499: error: cannot find input file: $f" >&5
  echo "$as_me: error: cannot find input file: $f" >&2;}
     { (exit 1); exit 1; }; }
           fi;;
***************
*** 13567,13573 ****
    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:13570: $ac_file is unchanged" >&5
  echo "$as_me: $ac_file is unchanged" >&6;}
      else
        ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
--- 13613,13619 ----
    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:13616: $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]