/[emacs]/emacs/configure
ViewVC logotype

Diff of /emacs/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.116 by schwab, Tue Jul 15 08:10:17 2003 UTC revision 1.117 by fx, Tue Jul 22 17:30:03 2003 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.57a.  # Generated by GNU Autoconf 2.54.
4  #  #
5  # Copyright (C) 2003 Free Software Foundation, Inc.  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6    # Free Software Foundation, Inc.
7  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
8  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
9  ## --------------------- ##  ## --------------------- ##
# Line 21  elif test -n "${BASH_VERSION+set}" && (s Line 22  elif test -n "${BASH_VERSION+set}" && (s
22  fi  fi
23    
24  # Support unset when possible.  # Support unset when possible.
25  if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
26    as_unset=unset    as_unset=unset
27  else  else
28    as_unset=false    as_unset=false
# Line 35  PS2='> ' Line 36  PS2='> '
36  PS4='+ '  PS4='+ '
37    
38  # NLS nuisances.  # NLS nuisances.
39  for as_var in \  for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \  
   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \  
   LC_TELEPHONE LC_TIME  
40  do  do
41    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
42      eval $as_var=C; export $as_var      eval $as_var=C; export $as_var
43    else    else
44      $as_unset $as_var      $as_unset $as_var
# Line 84  as_cr_alnum=$as_cr_Letters$as_cr_digits Line 82  as_cr_alnum=$as_cr_Letters$as_cr_digits
82    
83  # The user is always right.  # The user is always right.
84  if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
85    echo "#! /bin/sh" >conf$$.sh    echo "#! /bin/sh" >conftest.sh
86    echo  "exit 0"   >>conf$$.sh    echo  "exit 0"   >>conftest.sh
87    chmod +x conf$$.sh    chmod +x conftest.sh
88    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then    if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
89      PATH_SEPARATOR=';'      PATH_SEPARATOR=';'
90    else    else
91      PATH_SEPARATOR=:      PATH_SEPARATOR=:
92    fi    fi
93    rm -f conf$$.sh    rm -f conftest.sh
94  fi  fi
95    
96    
# Line 667  done Line 665  done
665    
666  # Be sure to have absolute paths.  # Be sure to have absolute paths.
667  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
668                localstatedir libdir includedir oldincludedir infodir mandir                localstatedir libdir includedir oldincludedir infodir mandir
669  do  do
670    eval ac_val=$`echo $ac_var`    eval ac_val=$`echo $ac_var`
671    case $ac_val in    case $ac_val in
# Line 707  if test -z "$srcdir"; then Line 705  if test -z "$srcdir"; then
705    # Try the directory containing this script, then its parent.    # Try the directory containing this script, then its parent.
706    ac_confdir=`(dirname "$0") 2>/dev/null ||    ac_confdir=`(dirname "$0") 2>/dev/null ||
707  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
708           X"$0" : 'X\(//\)[^/]' \| \           X"$0" : 'X\(//\)[^/]' \| \
709           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
710           X"$0" : 'X\(/\)' \| \           X"$0" : 'X\(/\)' \| \
711           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
712  echo X"$0" |  echo X"$0" |
713      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
714            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 802  _ACEOF Line 800  _ACEOF
800    cat <<_ACEOF    cat <<_ACEOF
801  Installation directories:  Installation directories:
802    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
803                            [$ac_default_prefix]                            [$ac_default_prefix]
804    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
805                            [PREFIX]                            [PREFIX]
806    
807  By default, \`make install' will install all the files in  By default, \`make install' will install all the files in
808  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
# Line 941  ac_abs_top_srcdir=`cd "$ac_dir" && cd $a Line 939  ac_abs_top_srcdir=`cd "$ac_dir" && cd $a
939        echo        echo
940        $SHELL $ac_srcdir/configure  --help=recursive        $SHELL $ac_srcdir/configure  --help=recursive
941      elif test -f $ac_srcdir/configure.ac ||      elif test -f $ac_srcdir/configure.ac ||
942             test -f $ac_srcdir/configure.in; then             test -f $ac_srcdir/configure.in; then
943        echo        echo
944        $ac_configure --help        $ac_configure --help
945      else      else
# Line 955  test -n "$ac_init_help" && exit 0 Line 953  test -n "$ac_init_help" && exit 0
953  if $ac_init_version; then  if $ac_init_version; then
954    cat <<\_ACEOF    cat <<\_ACEOF
955    
956  Copyright (C) 2003 Free Software Foundation, Inc.  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
957    Free Software Foundation, Inc.
958  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
959  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
960  _ACEOF  _ACEOF
# Line 967  This file contains any messages produced Line 966  This file contains any messages produced
966  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
967    
968  It was created by $as_me, which was  It was created by $as_me, which was
969  generated by GNU Autoconf 2.57a.  Invocation command line was  generated by GNU Autoconf 2.54.  Invocation command line was
970    
971    $ $0 $@    $ $0 $@
972    
# Line 1019  _ACEOF Line 1018  _ACEOF
1018    
1019  # Keep a trace of the command line.  # Keep a trace of the command line.
1020  # Strip out --no-create and --no-recursion so they do not pile up.  # Strip out --no-create and --no-recursion so they do not pile up.
 # Strip out --silent because we don't want to record it for future runs.  
1021  # Also quote any args containing shell meta-characters.  # Also quote any args containing shell meta-characters.
 # Make two passes to allow for proper duplicate-argument suppression.  
1022  ac_configure_args=  ac_configure_args=
 ac_configure_args0=  
 ac_configure_args1=  
1023  ac_sep=  ac_sep=
1024  ac_must_keep_next=false  for ac_arg
 for ac_pass in 1 2  
1025  do  do
1026    for ac_arg    case $ac_arg in
1027    do    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1028      case $ac_arg in    | --no-cr | --no-c | -n ) continue ;;
1029      -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1030      -q | -quiet | --quiet | --quie | --qui | --qu | --q \    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1031      | -silent | --silent | --silen | --sile | --sil)      continue ;;
1032        continue ;;    *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1033      *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1034        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;    esac
1035      esac    ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1036      case $ac_pass in    # Get rid of the leading space.
1037      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;    ac_sep=" "
     2)  
       ac_configure_args1="$ac_configure_args1 '$ac_arg'"  
       if test $ac_must_keep_next = true; then  
         ac_must_keep_next=false # Got value, back to normal.  
       else  
         case $ac_arg in  
           *=* | --config-cache | -C | -disable-* | --disable-* \  
           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \  
           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \  
           | -with-* | --with-* | -without-* | --without-* | --x)  
             case "$ac_configure_args0 " in  
               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;  
             esac  
             ;;  
           -* ) ac_must_keep_next=true ;;  
         esac  
       fi  
       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"  
       # Get rid of the leading space.  
       ac_sep=" "  
       ;;  
     esac  
   done  
1038  done  done
 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }  
 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }  
1039    
1040  # When interrupted or exit'd, cleanup temporary files, and complete  # When interrupted or exit'd, cleanup temporary files, and complete
1041  # config.log.  We remove comments because anyway the quotes in there  # config.log.  We remove comments because anyway the quotes in there
# Line 1090  _ASBOX Line 1059  _ASBOX
1059      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1060      *ac_space=\ *)      *ac_space=\ *)
1061        sed -n \        sed -n \
1062          "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;          "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1063            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1064        ;;        ;;
1065      *)      *)
1066        sed -n \        sed -n \
1067          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1068        ;;        ;;
1069      esac;      esac;
1070  }  }
# Line 1124  _ASBOX Line 1093  _ASBOX
1093        for ac_var in $ac_subst_files        for ac_var in $ac_subst_files
1094        do        do
1095          eval ac_val=$`echo $ac_var`          eval ac_val=$`echo $ac_var`
1096          echo "$ac_var='"'"'$ac_val'"'"'"          echo "$ac_var='"'"'$ac_val'"'"'"
1097        done | sort        done | sort
1098        echo        echo
1099      fi      fi
# Line 1223  fi Line 1192  fi
1192  # value.  # value.
1193  ac_cache_corrupted=false  ac_cache_corrupted=false
1194  for ac_var in `(set) 2>&1 |  for ac_var in `(set) 2>&1 |
1195                 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do                 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1196    eval ac_old_set=\$ac_cv_env_${ac_var}_set    eval ac_old_set=\$ac_cv_env_${ac_var}_set
1197    eval ac_new_set=\$ac_env_${ac_var}_set    eval ac_new_set=\$ac_env_${ac_var}_set
1198    eval ac_old_val="\$ac_cv_env_${ac_var}_value"    eval ac_old_val="\$ac_cv_env_${ac_var}_value"
# Line 1240  echo "$as_me: error: \`$ac_var' was not Line 1209  echo "$as_me: error: \`$ac_var' was not
1209      ,);;      ,);;
1210      *)      *)
1211        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1212          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1213  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1214          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1215  echo "$as_me:   former value:  $ac_old_val" >&2;}  echo "$as_me:   former value:  $ac_old_val" >&2;}
1216          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1217  echo "$as_me:   current value: $ac_new_val" >&2;}  echo "$as_me:   current value: $ac_new_val" >&2;}
1218          ac_cache_corrupted=:          ac_cache_corrupted=:
1219        fi;;        fi;;
1220    esac    esac
1221    # Pass precious variables to config.status.    # Pass precious variables to config.status.
# Line 1661  case "${canonical}" in Line 1630  case "${canonical}" in
1630    *-*-netbsd* )    *-*-netbsd* )
1631      opsys=netbsd      opsys=netbsd
1632      if test -f /usr/lib/crti.o; then      if test -f /usr/lib/crti.o; then
1633        cat >>confdefs.h <<\_ACEOF  
1634  #define HAVE_CRTIN 1  cat >>confdefs.h <<\_ACEOF
1635    #define HAVE_CRTIN
1636  _ACEOF  _ACEOF
1637    
1638     fi     fi
# Line 2942  fi Line 2912  fi
2912  fi  fi
2913    
2914    
2915  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
2916  See \`config.log' for more details." >&5  echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
 echo "$as_me: error: no acceptable C compiler found in \$PATH  
 See \`config.log' for more details." >&2;}  
2917     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2918    
2919  # Provide some information about the compiler.  # Provide some information about the compiler.
# Line 2969  ac_compiler=`set X $ac_compile; echo $2` Line 2937  ac_compiler=`set X $ac_compile; echo $2`
2937    (exit $ac_status); }    (exit $ac_status); }
2938    
2939  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
2940  /* confdefs.h.  */  #line $LINENO "configure"
2941  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
2942    
2943  int  int
2944  main ()  main ()
# Line 2984  main () Line 2949  main ()
2949  }  }
2950  _ACEOF  _ACEOF
2951  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
2952  ac_clean_files="$ac_clean_files a.out a.exe b.out"  ac_clean_files="$ac_clean_files a.out a.exe"
2953  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
2954  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
2955  # of exeext.  # of exeext.
2956  echo "$as_me:$LINENO: checking for C compiler default output file name" >&5  echo "$as_me:$LINENO: checking for C compiler default output" >&5
2957  echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6  echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2958  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2959  if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2960    (eval $ac_link_default) 2>&5    (eval $ac_link_default) 2>&5
# Line 3003  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 2968  if { (eval echo "$as_me:$LINENO: \"$ac_l
2968  # Be careful to initialize this variable, since it used to be cached.  # Be careful to initialize this variable, since it used to be cached.
2969  # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.  # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2970  ac_cv_exeext=  ac_cv_exeext=
2971  # b.out is created by i960 compilers.  for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do
 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out  
 do  
2972    test -f "$ac_file" || continue    test -f "$ac_file" || continue
2973    case $ac_file in    case $ac_file in
2974      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2975          ;;      a.out ) # We found the default executable, but exeext='' is most
2976      conftest.$ac_ext )              # certainly right.
2977          # This is the source file.              break;;
2978          ;;      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2979      [ab].out )            # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
2980          # We found the default executable, but exeext='' is most            export ac_cv_exeext
2981          # certainly right.            break;;
2982          break;;      * ) break;;
     *.* )  
         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`  
         # FIXME: I believe we export ac_cv_exeext for Libtool,  
         # but it would be cool to find out if it's true.  Does anybody  
         # maintain Libtool? --akim.  
         export ac_cv_exeext  
         break;;  
     * )  
         break;;  
2983    esac    esac
2984  done  done
2985  else  else
2986    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2987  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
2988  { { echo "$as_me:$LINENO: error: C compiler cannot create executables  { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2989  See \`config.log' for more details." >&5  check \`config.log' for details." >&5
2990  echo "$as_me: error: C compiler cannot create executables  echo "$as_me: error: C compiler cannot create executables
2991  See \`config.log' for more details." >&2;}  check \`config.log' for details." >&2;}
2992     { (exit 77); exit 77; }; }     { (exit 77); exit 77; }; }
2993  fi  fi
2994    
# Line 3062  if test "$cross_compiling" != yes; then Line 3015  if test "$cross_compiling" != yes; then
3015          cross_compiling=yes          cross_compiling=yes
3016      else      else
3017          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3018  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'." >&5
 See \`config.log' for more details." >&5  
3019  echo "$as_me: error: cannot run C compiled programs.  echo "$as_me: error: cannot run C compiled programs.
3020  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'." >&2;}
 See \`config.log' for more details." >&2;}  
3021     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3022      fi      fi
3023    fi    fi
# Line 3074  fi Line 3025  fi
3025  echo "$as_me:$LINENO: result: yes" >&5  echo "$as_me:$LINENO: result: yes" >&5
3026  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
3027    
3028  rm -f a.out a.exe conftest$ac_cv_exeext b.out  rm -f a.out a.exe conftest$ac_cv_exeext
3029  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
3030  # Check the compiler produces executables we can run.  If not, either  # Check the compiler produces executables we can run.  If not, either
3031  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
# Line 3099  for ac_file in conftest.exe conftest con Line 3050  for ac_file in conftest.exe conftest con
3050    case $ac_file in    case $ac_file in
3051      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
3052      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3053            export ac_cv_exeext            export ac_cv_exeext
3054            break;;            break;;
3055      * ) break;;      * ) break;;
3056    esac    esac
3057  done  done
3058  else  else
3059    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5
3060  See \`config.log' for more details." >&5  echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}
 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link  
 See \`config.log' for more details." >&2;}  
3061     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3062  fi  fi
3063    
# Line 3125  if test "${ac_cv_objext+set}" = set; the Line 3074  if test "${ac_cv_objext+set}" = set; the
3074    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3075  else  else
3076    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3077  /* confdefs.h.  */  #line $LINENO "configure"
3078  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
3079    
3080  int  int
3081  main ()  main ()
# Line 3154  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3100  if { (eval echo "$as_me:$LINENO: \"$ac_c
3100  done  done
3101  else  else
3102    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3103  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
3104    { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5
3105  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile  echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}
 See \`config.log' for more details." >&5  
 echo "$as_me: error: cannot compute suffix of object files: cannot compile  
 See \`config.log' for more details." >&2;}  
3106     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3107  fi  fi
3108    
# Line 3175  if test "${ac_cv_c_compiler_gnu+set}" = Line 3118  if test "${ac_cv_c_compiler_gnu+set}" =
3118    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3119  else  else
3120    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3121  /* confdefs.h.  */  #line $LINENO "configure"
3122  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
3123    
3124  int  int
3125  main ()  main ()
# Line 3198  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3138  if { (eval echo "$as_me:$LINENO: \"$ac_c
3138    ac_status=$?    ac_status=$?
3139    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3140    (exit $ac_status); } &&    (exit $ac_status); } &&
3141           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
3142    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3143    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3144    ac_status=$?    ac_status=$?
# Line 3207  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3147  if { (eval echo "$as_me:$LINENO: \"$ac_c
3147    ac_compiler_gnu=yes    ac_compiler_gnu=yes
3148  else  else
3149    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3150  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
3151  ac_compiler_gnu=no  ac_compiler_gnu=no
3152  fi  fi
3153  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 3227  if test "${ac_cv_prog_cc_g+set}" = set; Line 3166  if test "${ac_cv_prog_cc_g+set}" = set;
3166    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3167  else  else
3168    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3169  /* confdefs.h.  */  #line $LINENO "configure"
3170  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
3171    
3172  int  int
3173  main ()  main ()
# Line 3247  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3183  if { (eval echo "$as_me:$LINENO: \"$ac_c
3183    ac_status=$?    ac_status=$?
3184    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3185    (exit $ac_status); } &&    (exit $ac_status); } &&
3186           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
3187    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3188    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3189    ac_status=$?    ac_status=$?
# Line 3256  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3192  if { (eval echo "$as_me:$LINENO: \"$ac_c
3192    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
3193  else  else
3194    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3195  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
3196  ac_cv_prog_cc_g=no  ac_cv_prog_cc_g=no
3197  fi  fi
3198  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 3287  else Line 3222  else
3222    ac_cv_prog_cc_stdc=no    ac_cv_prog_cc_stdc=no
3223  ac_save_CC=$CC  ac_save_CC=$CC
3224  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
3225  /* confdefs.h.  */  #line $LINENO "configure"
3226  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
3227  #include <stdarg.h>  #include <stdarg.h>
3228  #include <stdio.h>  #include <stdio.h>
3229  #include <sys/types.h>  #include <sys/types.h>
# Line 3344  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3276  if { (eval echo "$as_me:$LINENO: \"$ac_c
3276    ac_status=$?    ac_status=$?
3277    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3278    (exit $ac_status); } &&    (exit $ac_status); } &&
3279           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
3280    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3281    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3282    ac_status=$?    ac_status=$?
# Line 3354  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3286  if { (eval echo "$as_me:$LINENO: \"$ac_c
3286  break  break
3287  else  else
3288    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3289  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
3290  fi  fi
3291  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3292  done  done
# Line 3389  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3320  if { (eval echo "$as_me:$LINENO: \"$ac_c
3320    ac_status=$?    ac_status=$?
3321    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3322    (exit $ac_status); } &&    (exit $ac_status); } &&
3323           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
3324    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3325    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3326    ac_status=$?    ac_status=$?
3327    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3328    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3329    for ac_declaration in \    for ac_declaration in \
3330     '' \     ''\
3331       '#include <stdlib.h>' \
3332     'extern "C" void std::exit (int) throw (); using std::exit;' \     'extern "C" void std::exit (int) throw (); using std::exit;' \
3333     'extern "C" void std::exit (int); using std::exit;' \     'extern "C" void std::exit (int); using std::exit;' \
3334     'extern "C" void exit (int) throw ();' \     'extern "C" void exit (int) throw ();' \
# Line 3404  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3336  if { (eval echo "$as_me:$LINENO: \"$ac_c
3336     'void exit (int);'     'void exit (int);'
3337  do  do
3338    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3339  /* confdefs.h.  */  #line $LINENO "configure"
3340  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 $ac_declaration  
3341  #include <stdlib.h>  #include <stdlib.h>
3342    $ac_declaration
3343  int  int
3344  main ()  main ()
3345  {  {
# Line 3425  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3354  if { (eval echo "$as_me:$LINENO: \"$ac_c
3354    ac_status=$?    ac_status=$?
3355    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3356    (exit $ac_status); } &&    (exit $ac_status); } &&
3357           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
3358    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3359    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3360    ac_status=$?    ac_status=$?
# Line 3434  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3363  if { (eval echo "$as_me:$LINENO: \"$ac_c
3363    :    :
3364  else  else
3365    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3366  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
3367  continue  continue
3368  fi  fi
3369  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
3370    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3371  /* confdefs.h.  */  #line $LINENO "configure"
3372  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
3373  $ac_declaration  $ac_declaration
3374  int  int
3375  main ()  main ()
# Line 3460  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3385  if { (eval echo "$as_me:$LINENO: \"$ac_c
3385    ac_status=$?    ac_status=$?
3386    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3387    (exit $ac_status); } &&    (exit $ac_status); } &&
3388           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
3389    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3390    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3391    ac_status=$?    ac_status=$?
# Line 3469  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3394  if { (eval echo "$as_me:$LINENO: \"$ac_c
3394    break    break
3395  else  else
3396    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3397  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
3398  fi  fi
3399  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
3400  done  done
# Line 3483  fi Line 3407  fi
3407    
3408  else  else
3409    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3410  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
3411  fi  fi
3412  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
3413  ac_ext=c  ac_ext=c
# Line 3562  for ac_c_preproc_warn_flag in '' yes Line 3485  for ac_c_preproc_warn_flag in '' yes
3485  do  do
3486    # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
3487    # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  
   # <limits.h> exists even on freestanding compilers.  
3488    # On the NeXT, cc -E runs the code through the compiler's parser,    # On the NeXT, cc -E runs the code through the compiler's parser,
3489    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
3490    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3491  /* confdefs.h.  */  #line $LINENO "configure"
3492  _ACEOF  #include "confdefs.h"
3493  cat confdefs.h >>conftest.$ac_ext  #include <assert.h>
3494  cat >>conftest.$ac_ext <<_ACEOF                       Syntax error
 /* end confdefs.h.  */  
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
                      Syntax error  
3495  _ACEOF  _ACEOF
3496  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3497    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# Line 3599  if test -z "$ac_cpp_err"; then Line 3513  if test -z "$ac_cpp_err"; then
3513    :    :
3514  else  else
3515    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3516  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
3517    # Broken: fails on valid input.    # Broken: fails on valid input.
3518  continue  continue
3519  fi  fi
# Line 3609  rm -f conftest.err conftest.$ac_ext Line 3522  rm -f conftest.err conftest.$ac_ext
3522    # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
3523    # can be detected and how.    # can be detected and how.
3524    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3525  /* confdefs.h.  */  #line $LINENO "configure"
3526  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
3527  #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
3528  _ACEOF  _ACEOF
3529  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 3637  if test -z "$ac_cpp_err"; then Line 3547  if test -z "$ac_cpp_err"; then
3547  continue  continue
3548  else  else
3549    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3550  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
3551    # Passes both tests.    # Passes both tests.
3552  ac_preproc_ok=:  ac_preproc_ok=:
3553  break  break
# Line 3667  for ac_c_preproc_warn_flag in '' yes Line 3576  for ac_c_preproc_warn_flag in '' yes
3576  do  do
3577    # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
3578    # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  
   # <limits.h> exists even on freestanding compilers.  
3579    # On the NeXT, cc -E runs the code through the compiler's parser,    # On the NeXT, cc -E runs the code through the compiler's parser,
3580    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
3581    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3582  /* confdefs.h.  */  #line $LINENO "configure"
3583  _ACEOF  #include "confdefs.h"
3584  cat confdefs.h >>conftest.$ac_ext  #include <assert.h>
3585  cat >>conftest.$ac_ext <<_ACEOF                       Syntax error
 /* end confdefs.h.  */  
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
                      Syntax error  
3586  _ACEOF  _ACEOF
3587  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3588    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# Line 3704  if test -z "$ac_cpp_err"; then Line 3604  if test -z "$ac_cpp_err"; then
3604    :    :
3605  else  else
3606    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3607  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
3608    # Broken: fails on valid input.    # Broken: fails on valid input.
3609  continue  continue
3610  fi  fi
# Line 3714  rm -f conftest.err conftest.$ac_ext Line 3613  rm -f conftest.err conftest.$ac_ext
3613    # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
3614    # can be detected and how.    # can be detected and how.
3615    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3616  /* confdefs.h.  */  #line $LINENO "configure"
3617  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
3618  #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
3619  _ACEOF  _ACEOF
3620  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 3742  if test -z "$ac_cpp_err"; then Line 3638  if test -z "$ac_cpp_err"; then
3638  continue  continue
3639  else  else
3640    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3641  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
3642    # Passes both tests.    # Passes both tests.
3643  ac_preproc_ok=:  ac_preproc_ok=:
3644  break  break
# Line 3756  rm -f conftest.err conftest.$ac_ext Line 3651  rm -f conftest.err conftest.$ac_ext
3651  if $ac_preproc_ok; then  if $ac_preproc_ok; then
3652    :    :
3653  else  else
3654    { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check    { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
3655  See \`config.log' for more details." >&5  echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check  
 See \`config.log' for more details." >&2;}  
3656     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3657  fi  fi
3658    
# Line 3780  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 3673  ac_compiler_gnu=$ac_cv_c_compiler_gnu
3673  # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag  # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3674  # AFS /usr/afsws/bin/install, which mishandles nonexistent args  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3675  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # OS/2's system install, which has a completely different semantic  
3676  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
3677  echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5  echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3678  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
# Line 3797  do Line 3689  do
3689  case $as_dir/ in  case $as_dir/ in
3690    ./ | .// | /cC/* | \    ./ | .// | /cC/* | \
3691    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \  
3692    /usr/ucb/* ) ;;    /usr/ucb/* ) ;;
3693    *)    *)
3694      # OSF1 and SCO ODT 3.0 have their own names for install.      # OSF1 and SCO ODT 3.0 have their own names for install.
# Line 3805  case $as_dir/ in Line 3696  case $as_dir/ in
3696      # by default.      # by default.
3697      for ac_prog in ginstall scoinst install; do      for ac_prog in ginstall scoinst install; do
3698        for ac_exec_ext in '' $ac_executable_extensions; do        for ac_exec_ext in '' $ac_executable_extensions; do
3699          if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then          if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3700            if test $ac_prog = install &&            if test $ac_prog = install &&
3701              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3702              # AIX install.  It has an incompatible calling convention.              # AIX install.  It has an incompatible calling convention.
3703              :              :
3704            elif test $ac_prog = install &&            elif test $ac_prog = install &&
3705              grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then              grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3706              # program-specific install script used by HP pwplus--don't use.              # program-specific install script used by HP pwplus--don't use.
3707              :              :
3708            else            else
3709              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3710              break 3              break 3
3711            fi            fi
3712          fi          fi
3713        done        done
3714      done      done
3715      ;;      ;;
# Line 4081  echo "${ECHO_T}$ac_cv_prog_egrep" >&6 Line 3972  echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3972  echo "$as_me:$LINENO: checking for AIX" >&5  echo "$as_me:$LINENO: checking for AIX" >&5
3973  echo $ECHO_N "checking for AIX... $ECHO_C" >&6  echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3974  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
3975  /* confdefs.h.  */  #line $LINENO "configure"
3976  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
3977  #ifdef _AIX  #ifdef _AIX
3978    yes    yes
3979  #endif  #endif
# Line 4279  else Line 4167  else
4167         while :; do         while :; do
4168           # IRIX 6.2 and later do not support large files by default,           # IRIX 6.2 and later do not support large files by default,
4169           # so use the C compiler's -n32 option if that helps.           # so use the C compiler's -n32 option if that helps.
4170           cat >conftest.$ac_ext <<_ACEOF           cat >conftest.$ac_ext <<_ACEOF
4171  /* confdefs.h.  */  #line $LINENO "configure"
4172  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4173  #include <sys/types.h>  #include <sys/types.h>
4174   /* Check that off_t can represent 2**63 - 1 correctly.   /* Check that off_t can represent 2**63 - 1 correctly.
4175      We can't simply define LARGE_OFF_T to be 9223372036854775807,      We can't simply define LARGE_OFF_T to be 9223372036854775807,
# Line 4308  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4193  if { (eval echo "$as_me:$LINENO: \"$ac_c
4193    ac_status=$?    ac_status=$?
4194    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4195    (exit $ac_status); } &&    (exit $ac_status); } &&
4196           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4197    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4198    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4199    ac_status=$?    ac_status=$?
# Line 4317  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4202  if { (eval echo "$as_me:$LINENO: \"$ac_c
4202    break    break
4203  else  else
4204    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4205  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
4206  fi  fi
4207  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
4208           CC="$CC -n32"           CC="$CC -n32"
# Line 4328  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4212  if { (eval echo "$as_me:$LINENO: \"$ac_c
4212    ac_status=$?    ac_status=$?
4213    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4214    (exit $ac_status); } &&    (exit $ac_status); } &&
4215           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4216    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4217    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4218    ac_status=$?    ac_status=$?
# Line 4337  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4221  if { (eval echo "$as_me:$LINENO: \"$ac_c
4221    ac_cv_sys_largefile_CC=' -n32'; break    ac_cv_sys_largefile_CC=' -n32'; break
4222  else  else
4223    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4224  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
4225  fi  fi
4226  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
4227           break           break
4228         done         done
4229         CC=$ac_save_CC         CC=$ac_save_CC
4230         rm -f conftest.$ac_ext         rm -f conftest.$ac_ext
# Line 4361  else Line 4244  else
4244    while :; do    while :; do
4245    ac_cv_sys_file_offset_bits=no    ac_cv_sys_file_offset_bits=no
4246    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4247  /* confdefs.h.  */  #line $LINENO "configure"
4248  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4249  #include <sys/types.h>  #include <sys/types.h>
4250   /* Check that off_t can represent 2**63 - 1 correctly.   /* Check that off_t can represent 2**63 - 1 correctly.
4251      We can't simply define LARGE_OFF_T to be 9223372036854775807,      We can't simply define LARGE_OFF_T to be 9223372036854775807,
# Line 4389  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4269  if { (eval echo "$as_me:$LINENO: \"$ac_c
4269    ac_status=$?    ac_status=$?
4270    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4271    (exit $ac_status); } &&    (exit $ac_status); } &&
4272           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4273    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4274    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4275    ac_status=$?    ac_status=$?
# Line 4398  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4278  if { (eval echo "$as_me:$LINENO: \"$ac_c
4278    break    break
4279  else  else
4280    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4281  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
4282  fi  fi
4283  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
4284    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4285  /* confdefs.h.  */  #line $LINENO "configure"
4286  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4287  #define _FILE_OFFSET_BITS 64  #define _FILE_OFFSET_BITS 64
4288  #include <sys/types.h>  #include <sys/types.h>
4289   /* Check that off_t can represent 2**63 - 1 correctly.   /* Check that off_t can represent 2**63 - 1 correctly.
# Line 4432  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4308  if { (eval echo "$as_me:$LINENO: \"$ac_c
4308    ac_status=$?    ac_status=$?
4309    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4310    (exit $ac_status); } &&    (exit $ac_status); } &&
4311           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4312    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4313    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4314    ac_status=$?    ac_status=$?
# Line 4441  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4317  if { (eval echo "$as_me:$LINENO: \"$ac_c
4317    ac_cv_sys_file_offset_bits=64; break    ac_cv_sys_file_offset_bits=64; break
4318  else  else
4319    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4320  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
4321  fi  fi
4322  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
4323    break    break
# Line 4466  else Line 4341  else
4341    while :; do    while :; do
4342    ac_cv_sys_large_files=no    ac_cv_sys_large_files=no
4343    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4344  /* confdefs.h.  */  #line $LINENO "configure"
4345  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4346  #include <sys/types.h>  #include <sys/types.h>
4347   /* Check that off_t can represent 2**63 - 1 correctly.   /* Check that off_t can represent 2**63 - 1 correctly.
4348      We can't simply define LARGE_OFF_T to be 9223372036854775807,      We can't simply define LARGE_OFF_T to be 9223372036854775807,
# Line 4494  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4366  if { (eval echo "$as_me:$LINENO: \"$ac_c
4366    ac_status=$?    ac_status=$?
4367    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4368    (exit $ac_status); } &&    (exit $ac_status); } &&
4369           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4370    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4371    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4372    ac_status=$?    ac_status=$?
# Line 4503  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4375  if { (eval echo "$as_me:$LINENO: \"$ac_c
4375    break    break
4376  else  else
4377    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4378  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
4379  fi  fi
4380  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
4381    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4382  /* confdefs.h.  */  #line $LINENO "configure"
4383  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4384  #define _LARGE_FILES 1  #define _LARGE_FILES 1
4385  #include <sys/types.h>  #include <sys/types.h>
4386   /* Check that off_t can represent 2**63 - 1 correctly.   /* Check that off_t can represent 2**63 - 1 correctly.
# Line 4537  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4405  if { (eval echo "$as_me:$LINENO: \"$ac_c
4405    ac_status=$?    ac_status=$?
4406    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4407    (exit $ac_status); } &&    (exit $ac_status); } &&
4408           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4409    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4410    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4411    ac_status=$?    ac_status=$?
# Line 4546  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4414  if { (eval echo "$as_me:$LINENO: \"$ac_c
4414    ac_cv_sys_large_files=1; break    ac_cv_sys_large_files=1; break
4415  else  else
4416    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4417  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
4418  fi  fi
4419  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
4420    break    break
# Line 4574  if test "${ac_cv_header_stdc+set}" = set Line 4441  if test "${ac_cv_header_stdc+set}" = set
4441    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
4442  else  else
4443    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4444  /* confdefs.h.  */  #line $LINENO "configure"
4445  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4446  #include <stdlib.h>  #include <stdlib.h>
4447  #include <stdarg.h>  #include <stdarg.h>
4448  #include <string.h>  #include <string.h>
4449  #include <float.h>  #include <float.h>
4450    
 int  
 main ()  
 {  
   
   ;  
   return 0;  
 }  
4451  _ACEOF  _ACEOF
4452  rm -f conftest.$ac_objext  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4453  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   (eval $ac_compile) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } &&  
          { ac_try='test -s conftest.$ac_objext'  
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
4454    ac_status=$?    ac_status=$?
4455      grep -v '^ *+' conftest.er1 >conftest.err
4456      rm -f conftest.er1
4457      cat conftest.err >&5
4458    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4459    (exit $ac_status); }; }; then    (exit $ac_status); } >/dev/null; then
4460      if test -s conftest.err; then
4461        ac_cpp_err=$ac_c_preproc_warn_flag
4462      else
4463        ac_cpp_err=
4464      fi
4465    else
4466      ac_cpp_err=yes
4467    fi
4468    if test -z "$ac_cpp_err"; then
4469    ac_cv_header_stdc=yes    ac_cv_header_stdc=yes
4470  else  else
4471    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4472  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
4473      ac_cv_header_stdc=no
 ac_cv_header_stdc=no  
4474  fi  fi
4475  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
4476    
4477  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
4478    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4479    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4480  /* confdefs.h.  */  #line $LINENO "configure"
4481  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4482  #include <string.h>  #include <string.h>
4483    
4484  _ACEOF  _ACEOF
# Line 4637  fi Line 4495  fi
4495  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
4496    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4497    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4498  /* confdefs.h.  */  #line $LINENO "configure"
4499  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4500  #include <stdlib.h>  #include <stdlib.h>
4501    
4502  _ACEOF  _ACEOF
# Line 4661  if test $ac_cv_header_stdc = yes; then Line 4516  if test $ac_cv_header_stdc = yes; then
4516    :    :
4517  else  else
4518    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4519  /* confdefs.h.  */  #line $LINENO "configure"
4520  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4521  #include <ctype.h>  #include <ctype.h>
4522  #if ((' ' & 0x0FF) == 0x020)  #if ((' ' & 0x0FF) == 0x020)
4523  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4524  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4525  #else  #else
4526  # define ISLOWER(c) \  # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
4527                     (('a' <= (c) && (c) <= 'i') \                       || ('j' <= (c) && (c) <= 'r') \
4528                       || ('j' <= (c) && (c) <= 'r') \                       || ('s' <= (c) && (c) <= 'z'))
                      || ('s' <= (c) && (c) <= 'z'))  
4529  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4530  #endif  #endif
4531    
# Line 4685  main () Line 4536  main ()
4536    int i;    int i;
4537    for (i = 0; i < 256; i++)    for (i = 0; i < 256; i++)
4538      if (XOR (islower (i), ISLOWER (i))      if (XOR (islower (i), ISLOWER (i))
4539          || toupper (i) != TOUPPER (i))          || toupper (i) != TOUPPER (i))
4540        exit(2);        exit(2);
4541    exit (0);    exit (0);
4542  }  }
# Line 4705  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 4556  if { (eval echo "$as_me:$LINENO: \"$ac_l
4556  else  else
4557    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4558  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4559  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
4560  ( exit $ac_status )  ( exit $ac_status )
4561  ac_cv_header_stdc=no  ac_cv_header_stdc=no
4562  fi  fi
# Line 4735  fi Line 4585  fi
4585    
4586    
4587  for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \  for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4588                    inttypes.h stdint.h unistd.h                    inttypes.h stdint.h unistd.h
4589  do  do
4590  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4591  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
# Line 4744  if eval "test \"\${$as_ac_Header+set}\" Line 4594  if eval "test \"\${$as_ac_Header+set}\"
4594    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
4595  else  else
4596    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4597  /* confdefs.h.  */  #line $LINENO "configure"
4598  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4599  $ac_includes_default  $ac_includes_default
4600    
4601  #include <$ac_header>  #include <$ac_header>
# Line 4759  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4606  if { (eval echo "$as_me:$LINENO: \"$ac_c
4606    ac_status=$?    ac_status=$?
4607    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4608    (exit $ac_status); } &&    (exit $ac_status); } &&
4609           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4610    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4611    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4612    ac_status=$?    ac_status=$?
# Line 4768  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4615  if { (eval echo "$as_me:$LINENO: \"$ac_c
4615    eval "$as_ac_Header=yes"    eval "$as_ac_Header=yes"
4616  else  else
4617    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4618  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
4619  eval "$as_ac_Header=no"  eval "$as_ac_Header=no"
4620  fi  fi
4621  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 4805  else Line 4651  else
4651  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
4652  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4653  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4654  /* confdefs.h.  */  #line $LINENO "configure"
4655  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4656  $ac_includes_default  $ac_includes_default
4657  #include <$ac_header>  #include <$ac_header>
4658  _ACEOF  _ACEOF
# Line 4819  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4662  if { (eval echo "$as_me:$LINENO: \"$ac_c
4662    ac_status=$?    ac_status=$?
4663    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4664    (exit $ac_status); } &&    (exit $ac_status); } &&
4665           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4666    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4667    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4668    ac_status=$?    ac_status=$?
# Line 4828  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4671  if { (eval echo "$as_me:$LINENO: \"$ac_c
4671    ac_header_compiler=yes    ac_header_compiler=yes
4672  else  else
4673    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4674  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
4675  ac_header_compiler=no  ac_header_compiler=no
4676  fi  fi
4677  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 4840  echo "${ECHO_T}$ac_header_compiler" >&6 Line 4682  echo "${ECHO_T}$ac_header_compiler" >&6
4682  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
4683  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4684  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4685  /* confdefs.h.  */  #line $LINENO "configure"
4686  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4687  #include <$ac_header>  #include <$ac_header>
4688  _ACEOF  _ACEOF
4689  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 4867  if test -z "$ac_cpp_err"; then Line 4706  if test -z "$ac_cpp_err"; then
4706    ac_header_preproc=yes    ac_header_preproc=yes
4707  else  else
4708    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4709  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
4710    ac_header_preproc=no    ac_header_preproc=no
4711  fi  fi
4712  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 4880  case $ac_header_compiler:$ac_header_prep Line 4718  case $ac_header_compiler:$ac_header_prep
4718    yes:no )    yes:no )
4719      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4720  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4721      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4722  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
4723    no:yes )    no:yes )
4724      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4725  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4726      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4727  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
4728      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4729  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
4730  esac  esac
4731  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
4732  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4733  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
4734    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
4735  else  else
4736    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
4737  fi  fi
4738  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4739  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 4936  else Line 4757  else
4757    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
4758  LIBS="-lossaudio  $LIBS"  LIBS="-lossaudio  $LIBS"
4759  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4760  /* confdefs.h.  */  #line $LINENO "configure"
4761  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4762    
4763  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
4764  #ifdef __cplusplus  #ifdef __cplusplus
# Line 4963  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 4781  if { (eval echo "$as_me:$LINENO: \"$ac_l
4781    ac_status=$?    ac_status=$?
4782    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4783    (exit $ac_status); } &&    (exit $ac_status); } &&
4784           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
4785    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4786    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4787    ac_status=$?    ac_status=$?
# Line 4972  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 4790  if { (eval echo "$as_me:$LINENO: \"$ac_l
4790    ac_cv_lib_ossaudio__oss_ioctl=yes    ac_cv_lib_ossaudio__oss_ioctl=yes
4791  else  else
4792    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4793  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
4794  ac_cv_lib_ossaudio__oss_ioctl=no  ac_cv_lib_ossaudio__oss_ioctl=no
4795  fi  fi
4796  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 5032  else Line 4849  else
4849  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
4850  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4851  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4852  /* confdefs.h.  */  #line $LINENO "configure"
4853  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4854  $ac_includes_default  $ac_includes_default
4855  #include <$ac_header>  #include <$ac_header>
4856  _ACEOF  _ACEOF
# Line 5046  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4860  if { (eval echo "$as_me:$LINENO: \"$ac_c
4860    ac_status=$?    ac_status=$?
4861    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4862    (exit $ac_status); } &&    (exit $ac_status); } &&
4863           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4864    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4865    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4866    ac_status=$?    ac_status=$?
# Line 5055  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4869  if { (eval echo "$as_me:$LINENO: \"$ac_c
4869    ac_header_compiler=yes    ac_header_compiler=yes
4870  else  else
4871    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4872  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
4873  ac_header_compiler=no  ac_header_compiler=no
4874  fi  fi
4875  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 5067  echo "${ECHO_T}$ac_header_compiler" >&6 Line 4880  echo "${ECHO_T}$ac_header_compiler" >&6
4880  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
4881  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4882  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4883  /* confdefs.h.  */  #line $LINENO "configure"
4884  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4885  #include <$ac_header>  #include <$ac_header>
4886  _ACEOF  _ACEOF
4887  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 5094  if test -z "$ac_cpp_err"; then Line 4904  if test -z "$ac_cpp_err"; then
4904    ac_header_preproc=yes    ac_header_preproc=yes
4905  else  else
4906    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4907  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
4908    ac_header_preproc=no    ac_header_preproc=no
4909  fi  fi
4910  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 5107  case $ac_header_compiler:$ac_header_prep Line 4916  case $ac_header_compiler:$ac_header_prep
4916    yes:no )    yes:no )
4917      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4918  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4919      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4920  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
4921    no:yes )    no:yes )
4922      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4923  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4924      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4925  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
4926      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4927  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
4928  esac  esac
4929  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
4930  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4931  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
4932    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
4933  else  else
4934    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
4935  fi  fi
4936  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4937  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 5164  if eval "test \"\${$as_ac_Header+set}\" Line 4956  if eval "test \"\${$as_ac_Header+set}\"
4956    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
4957  else  else
4958    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4959  /* confdefs.h.  */  #line $LINENO "configure"
4960  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
4961  #include <$ac_header>  #include <$ac_header>
4962  _ACEOF  _ACEOF
4963  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 5191  if test -z "$ac_cpp_err"; then Line 4980  if test -z "$ac_cpp_err"; then
4980    eval "$as_ac_Header=yes"    eval "$as_ac_Header=yes"
4981  else  else
4982    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4983  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
4984    eval "$as_ac_Header=no"    eval "$as_ac_Header=no"
4985  fi  fi
4986  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 5214  if test "${ac_cv_header_stdc+set}" = set Line 5002  if test "${ac_cv_header_stdc+set}" = set
5002    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5003  else  else
5004    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5005  /* confdefs.h.  */  #line $LINENO "configure"
5006  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5007  #include <stdlib.h>  #include <stdlib.h>
5008  #include <stdarg.h>  #include <stdarg.h>
5009  #include <string.h>  #include <string.h>
5010  #include <float.h>  #include <float.h>
5011    
 int  
 main ()  
 {  
   
   ;  
   return 0;  
 }  
5012  _ACEOF  _ACEOF
5013  rm -f conftest.$ac_objext  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5014  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   (eval $ac_compile) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } &&  
          { ac_try='test -s conftest.$ac_objext'  
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
5015    ac_status=$?    ac_status=$?
5016      grep -v '^ *+' conftest.er1 >conftest.err
5017      rm -f conftest.er1
5018      cat conftest.err >&5
5019    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5020    (exit $ac_status); }; }; then    (exit $ac_status); } >/dev/null; then
5021      if test -s conftest.err; then
5022        ac_cpp_err=$ac_c_preproc_warn_flag
5023      else
5024        ac_cpp_err=
5025      fi
5026    else
5027      ac_cpp_err=yes
5028    fi
5029    if test -z "$ac_cpp_err"; then
5030    ac_cv_header_stdc=yes    ac_cv_header_stdc=yes
5031  else  else
5032    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5033  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
5034      ac_cv_header_stdc=no
 ac_cv_header_stdc=no  
5035  fi  fi
5036  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
5037    
5038  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
5039    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5040    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5041  /* confdefs.h.  */  #line $LINENO "configure"
5042  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5043  #include <string.h>  #include <string.h>
5044    
5045  _ACEOF  _ACEOF
# Line 5277  fi Line 5056  fi
5056  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
5057    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5058    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5059  /* confdefs.h.  */  #line $LINENO "configure"
5060  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5061  #include <stdlib.h>  #include <stdlib.h>
5062    
5063  _ACEOF  _ACEOF
# Line 5301  if test $ac_cv_header_stdc = yes; then Line 5077  if test $ac_cv_header_stdc = yes; then
5077    :    :
5078  else  else
5079    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5080  /* confdefs.h.  */  #line $LINENO "configure"
5081  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5082  #include <ctype.h>  #include <ctype.h>
5083  #if ((' ' & 0x0FF) == 0x020)  #if ((' ' & 0x0FF) == 0x020)
5084  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5085  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5086  #else  #else
5087  # define ISLOWER(c) \  # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
5088                     (('a' <= (c) && (c) <= 'i') \                       || ('j' <= (c) && (c) <= 'r') \
5089                       || ('j' <= (c) && (c) <= 'r') \                       || ('s' <= (c) && (c) <= 'z'))
                      || ('s' <= (c) && (c) <= 'z'))  
5090  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5091  #endif  #endif
5092    
# Line 5325  main () Line 5097  main ()
5097    int i;    int i;
5098    for (i = 0; i < 256; i++)    for (i = 0; i < 256; i++)
5099      if (XOR (islower (i), ISLOWER (i))      if (XOR (islower (i), ISLOWER (i))
5100          || toupper (i) != TOUPPER (i))          || toupper (i) != TOUPPER (i))
5101        exit(2);        exit(2);
5102    exit (0);    exit (0);
5103  }  }
# Line 5345  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 5117  if { (eval echo "$as_me:$LINENO: \"$ac_l
5117  else  else
5118    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
5119  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
5120  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5121  ( exit $ac_status )  ( exit $ac_status )
5122  ac_cv_header_stdc=no  ac_cv_header_stdc=no
5123  fi  fi
# Line 5370  if test "${ac_cv_header_time+set}" = set Line 5141  if test "${ac_cv_header_time+set}" = set
5141    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5142  else  else
5143    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5144  /* confdefs.h.  */  #line $LINENO "configure"
5145  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5146  #include <sys/types.h>  #include <sys/types.h>
5147  #include <sys/time.h>  #include <sys/time.h>
5148  #include <time.h>  #include <time.h>
# Line 5394  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5162  if { (eval echo "$as_me:$LINENO: \"$ac_c
5162    ac_status=$?    ac_status=$?
5163    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5164    (exit $ac_status); } &&    (exit $ac_status); } &&
5165           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5166    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5167    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5168    ac_status=$?    ac_status=$?
# Line 5403  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5171  if { (eval echo "$as_me:$LINENO: \"$ac_c
5171    ac_cv_header_time=yes    ac_cv_header_time=yes
5172  else  else
5173    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5174  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5175  ac_cv_header_time=no  ac_cv_header_time=no
5176  fi  fi
5177  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 5425  if test "${ac_cv_have_decl_sys_siglist+s Line 5192  if test "${ac_cv_have_decl_sys_siglist+s
5192    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5193  else  else
5194    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5195  /* confdefs.h.  */  #line $LINENO "configure"
5196  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5197  $ac_includes_default  $ac_includes_default
5198  int  int
5199  main ()  main ()
# Line 5448  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5212  if { (eval echo "$as_me:$LINENO: \"$ac_c
5212    ac_status=$?    ac_status=$?
5213    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5214    (exit $ac_status); } &&    (exit $ac_status); } &&
5215           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5216    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5217    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5218    ac_status=$?    ac_status=$?
# Line 5457  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5221  if { (eval echo "$as_me:$LINENO: \"$ac_c
5221    ac_cv_have_decl_sys_siglist=yes    ac_cv_have_decl_sys_siglist=yes
5222  else  else
5223    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5224  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5225  ac_cv_have_decl_sys_siglist=no  ac_cv_have_decl_sys_siglist=no
5226  fi  fi
5227  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 5489  if test "${ac_cv_have_decl___sys_siglist Line 5252  if test "${ac_cv_have_decl___sys_siglist
5252    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5253  else  else
5254    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5255  /* confdefs.h.  */  #line $LINENO "configure"
5256  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5257  $ac_includes_default  $ac_includes_default
5258  int  int
5259  main ()  main ()
# Line 5512  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5272  if { (eval echo "$as_me:$LINENO: \"$ac_c
5272    ac_status=$?    ac_status=$?
5273    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5274    (exit $ac_status); } &&    (exit $ac_status); } &&
5275           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5276    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5277    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5278    ac_status=$?    ac_status=$?
# Line 5521  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5281  if { (eval echo "$as_me:$LINENO: \"$ac_c
5281    ac_cv_have_decl___sys_siglist=yes    ac_cv_have_decl___sys_siglist=yes
5282  else  else
5283    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5284  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5285  ac_cv_have_decl___sys_siglist=no  ac_cv_have_decl___sys_siglist=no
5286  fi  fi
5287  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 5559  if test "${ac_cv_header_sys_wait_h+set}" Line 5318  if test "${ac_cv_header_sys_wait_h+set}"
5318    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5319  else  else
5320    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5321  /* confdefs.h.  */  #line $LINENO "configure"
5322  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5323  #include <sys/types.h>  #include <sys/types.h>
5324  #include <sys/wait.h>  #include <sys/wait.h>
5325  #ifndef WEXITSTATUS  #ifndef WEXITSTATUS
# Line 5589  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5345  if { (eval echo "$as_me:$LINENO: \"$ac_c
5345    ac_status=$?    ac_status=$?
5346    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5347    (exit $ac_status); } &&    (exit $ac_status); } &&
5348           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5349    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5350    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5351    ac_status=$?    ac_status=$?
# Line 5598  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5354  if { (eval echo "$as_me:$LINENO: \"$ac_c
5354    ac_cv_header_sys_wait_h=yes    ac_cv_header_sys_wait_h=yes
5355  else  else
5356    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5357  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5358  ac_cv_header_sys_wait_h=no  ac_cv_header_sys_wait_h=no
5359  fi  fi
5360  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 5621  if test "${emacs_cv_struct_utimbuf+set}" Line 5376  if test "${emacs_cv_struct_utimbuf+set}"
5376    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5377  else  else
5378    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5379  /* confdefs.h.  */  #line $LINENO "configure"
5380  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5381  #ifdef TIME_WITH_SYS_TIME  #ifdef TIME_WITH_SYS_TIME
5382  #include <sys/time.h>  #include <sys/time.h>
5383  #include <time.h>  #include <time.h>
# Line 5653  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5405  if { (eval echo "$as_me:$LINENO: \"$ac_c
5405    ac_status=$?    ac_status=$?
5406    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5407    (exit $ac_status); } &&    (exit $ac_status); } &&
5408           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5409    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5410    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5411    ac_status=$?    ac_status=$?
# Line 5662  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5414  if { (eval echo "$as_me:$LINENO: \"$ac_c
5414    emacs_cv_struct_utimbuf=yes    emacs_cv_struct_utimbuf=yes
5415  else  else
5416    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5417  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5418  emacs_cv_struct_utimbuf=no  emacs_cv_struct_utimbuf=no
5419  fi  fi
5420  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 5684  if test "${ac_cv_type_signal+set}" = set Line 5435  if test "${ac_cv_type_signal+set}" = set
5435    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5436  else  else
5437    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5438  /* confdefs.h.  */  #line $LINENO "configure"
5439  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5440  #include <sys/types.h>  #include <sys/types.h>
5441  #include <signal.h>  #include <signal.h>
5442  #ifdef signal  #ifdef signal
# Line 5714  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5462  if { (eval echo "$as_me:$LINENO: \"$ac_c
5462    ac_status=$?    ac_status=$?
5463    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5464    (exit $ac_status); } &&    (exit $ac_status); } &&
5465           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5466    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5467    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5468    ac_status=$?    ac_status=$?
# Line 5723  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5471  if { (eval echo "$as_me:$LINENO: \"$ac_c
5471    ac_cv_type_signal=void    ac_cv_type_signal=void
5472  else  else
5473    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5474  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5475  ac_cv_type_signal=int  ac_cv_type_signal=int
5476  fi  fi
5477  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 5744  if test "${emacs_cv_speed_t+set}" = set; Line 5491  if test "${emacs_cv_speed_t+set}" = set;
5491    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5492  else  else
5493    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5494  /* confdefs.h.  */  #line $LINENO "configure"
5495  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5496  #include <termios.h>  #include <termios.h>
5497  int  int
5498  main ()  main ()
# Line 5764  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5508  if { (eval echo "$as_me:$LINENO: \"$ac_c
5508    ac_status=$?    ac_status=$?
5509    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5510    (exit $ac_status); } &&    (exit $ac_status); } &&
5511           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5512    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5513    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5514    ac_status=$?    ac_status=$?
# Line 5773  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5517  if { (eval echo "$as_me:$LINENO: \"$ac_c
5517    emacs_cv_speed_t=yes    emacs_cv_speed_t=yes
5518  else  else
5519    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5520  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5521  emacs_cv_speed_t=no  emacs_cv_speed_t=no
5522  fi  fi
5523  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 5795  if test "${emacs_cv_struct_timeval+set}" Line 5538  if test "${emacs_cv_struct_timeval+set}"
5538    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5539  else  else
5540    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5541  /* confdefs.h.  */  #line $LINENO "configure"
5542  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5543  #ifdef TIME_WITH_SYS_TIME  #ifdef TIME_WITH_SYS_TIME
5544  #include <sys/time.h>  #include <sys/time.h>
5545  #include <time.h>  #include <time.h>
# Line 5824  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5564  if { (eval echo "$as_me:$LINENO: \"$ac_c
5564    ac_status=$?    ac_status=$?
5565    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5566    (exit $ac_status); } &&    (exit $ac_status); } &&
5567           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5568    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5569    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5570    ac_status=$?    ac_status=$?
# Line 5833  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5573  if { (eval echo "$as_me:$LINENO: \"$ac_c
5573    emacs_cv_struct_timeval=yes    emacs_cv_struct_timeval=yes
5574  else  else
5575    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5576  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5577  emacs_cv_struct_timeval=no  emacs_cv_struct_timeval=no
5578  fi  fi
5579  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 5856  if test "${emacs_cv_struct_exception+set Line 5595  if test "${emacs_cv_struct_exception+set
5595    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5596  else  else
5597    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5598  /* confdefs.h.  */  #line $LINENO "configure"
5599  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5600  #include <math.h>  #include <math.h>
5601  int  int
5602  main ()  main ()
# Line 5876  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5612  if { (eval echo "$as_me:$LINENO: \"$ac_c
5612    ac_status=$?    ac_status=$?
5613    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5614    (exit $ac_status); } &&    (exit $ac_status); } &&
5615           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5616    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5617    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5618    ac_status=$?    ac_status=$?
# Line 5885  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5621  if { (eval echo "$as_me:$LINENO: \"$ac_c
5621    emacs_cv_struct_exception=yes    emacs_cv_struct_exception=yes
5622  else  else
5623    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5624  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5625  emacs_cv_struct_exception=no  emacs_cv_struct_exception=no
5626  fi  fi
5627  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 5908  if test "${ac_cv_struct_tm+set}" = set; Line 5643  if test "${ac_cv_struct_tm+set}" = set;
5643    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5644  else  else
5645    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5646  /* confdefs.h.  */  #line $LINENO "configure"
5647  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5648  #include <sys/types.h>  #include <sys/types.h>
5649  #include <time.h>  #include <time.h>
5650    
# Line 5930  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5662  if { (eval echo "$as_me:$LINENO: \"$ac_c
5662    ac_status=$?    ac_status=$?
5663    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5664    (exit $ac_status); } &&    (exit $ac_status); } &&
5665           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5666    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5667    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5668    ac_status=$?    ac_status=$?
# Line 5939  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5671  if { (eval echo "$as_me:$LINENO: \"$ac_c
5671    ac_cv_struct_tm=time.h    ac_cv_struct_tm=time.h
5672  else  else
5673    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5674  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5675  ac_cv_struct_tm=sys/time.h  ac_cv_struct_tm=sys/time.h
5676  fi  fi
5677  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 5961  if test "${ac_cv_member_struct_tm_tm_zon Line 5692  if test "${ac_cv_member_struct_tm_tm_zon
5692    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5693  else  else
5694    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5695  /* confdefs.h.  */  #line $LINENO "configure"
5696  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5697  #include <sys/types.h>  #include <sys/types.h>
5698  #include <$ac_cv_struct_tm>  #include <$ac_cv_struct_tm>
5699    
# Line 5986  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5714  if { (eval echo "$as_me:$LINENO: \"$ac_c
5714    ac_status=$?    ac_status=$?
5715    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5716    (exit $ac_status); } &&    (exit $ac_status); } &&
5717           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5718    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5719    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5720    ac_status=$?    ac_status=$?
# Line 5995  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5723  if { (eval echo "$as_me:$LINENO: \"$ac_c
5723    ac_cv_member_struct_tm_tm_zone=yes    ac_cv_member_struct_tm_tm_zone=yes
5724  else  else
5725    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5726  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5727  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
5728  /* confdefs.h.  */  #line $LINENO "configure"
5729  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5730  #include <sys/types.h>  #include <sys/types.h>
5731  #include <$ac_cv_struct_tm>  #include <$ac_cv_struct_tm>
5732    
# Line 6023  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5747  if { (eval echo "$as_me:$LINENO: \"$ac_c
5747    ac_status=$?    ac_status=$?
5748    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5749    (exit $ac_status); } &&    (exit $ac_status); } &&
5750           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5751    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5752    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5753    ac_status=$?    ac_status=$?
# Line 6032  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5756  if { (eval echo "$as_me:$LINENO: \"$ac_c
5756    ac_cv_member_struct_tm_tm_zone=yes    ac_cv_member_struct_tm_tm_zone=yes
5757  else  else
5758    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5759  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5760  ac_cv_member_struct_tm_tm_zone=no  ac_cv_member_struct_tm_tm_zone=no
5761  fi  fi
5762  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 6064  if test "${ac_cv_var_tzname+set}" = set; Line 5787  if test "${ac_cv_var_tzname+set}" = set;
5787    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5788  else  else
5789    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5790  /* confdefs.h.  */  #line $LINENO "configure"
5791  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5792  #include <time.h>  #include <time.h>
5793  #ifndef tzname /* For SGI.  */  #ifndef tzname /* For SGI.  */
5794  extern char *tzname[]; /* RS6000 and others reject char **tzname.  */  extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
# Line 6088  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 5808  if { (eval echo "$as_me:$LINENO: \"$ac_l
5808    ac_status=$?    ac_status=$?
5809    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5810    (exit $ac_status); } &&    (exit $ac_status); } &&
5811           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
5812    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5813    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5814    ac_status=$?    ac_status=$?
# Line 6097  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 5817  if { (eval echo "$as_me:$LINENO: \"$ac_l
5817    ac_cv_var_tzname=yes    ac_cv_var_tzname=yes
5818  else  else
5819    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5820  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5821  ac_cv_var_tzname=no  ac_cv_var_tzname=no
5822  fi  fi
5823  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 6120  if test "${ac_cv_member_struct_tm_tm_gmt Line 5839  if test "${ac_cv_member_struct_tm_tm_gmt
5839    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5840  else  else
5841    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5842  /* confdefs.h.  */  #line $LINENO "configure"
5843  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5844  #include <time.h>  #include <time.h>
5845    
5846  int  int
# Line 6143  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5859  if { (eval echo "$as_me:$LINENO: \"$ac_c
5859    ac_status=$?    ac_status=$?
5860    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5861    (exit $ac_status); } &&    (exit $ac_status); } &&
5862           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5863    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5864    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5865    ac_status=$?    ac_status=$?
# Line 6152  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5868  if { (eval echo "$as_me:$LINENO: \"$ac_c
5868    ac_cv_member_struct_tm_tm_gmtoff=yes    ac_cv_member_struct_tm_tm_gmtoff=yes
5869  else  else
5870    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5871  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5872  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
5873  /* confdefs.h.  */  #line $LINENO "configure"
5874  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5875  #include <time.h>  #include <time.h>
5876    
5877  int  int
# Line 6178  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5890  if { (eval echo "$as_me:$LINENO: \"$ac_c
5890    ac_status=$?    ac_status=$?
5891    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5892    (exit $ac_status); } &&    (exit $ac_status); } &&
5893           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5894    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5895    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5896    ac_status=$?    ac_status=$?
# Line 6187  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5899  if { (eval echo "$as_me:$LINENO: \"$ac_c
5899    ac_cv_member_struct_tm_tm_gmtoff=yes    ac_cv_member_struct_tm_tm_gmtoff=yes
5900  else  else
5901    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5902  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5903  ac_cv_member_struct_tm_tm_gmtoff=no  ac_cv_member_struct_tm_tm_gmtoff=no
5904  fi  fi
5905  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 6233  if test "${ac_cv_c_volatile+set}" = set; Line 5944  if test "${ac_cv_c_volatile+set}" = set;
5944    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5945  else  else
5946    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5947  /* confdefs.h.  */  #line $LINENO "configure"
5948  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5949    
5950  int  int
5951  main ()  main ()
# Line 6255  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5963  if { (eval echo "$as_me:$LINENO: \"$ac_c
5963    ac_status=$?    ac_status=$?
5964    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5965    (exit $ac_status); } &&    (exit $ac_status); } &&
5966           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5967    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5968    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5969    ac_status=$?    ac_status=$?
# Line 6264  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5972  if { (eval echo "$as_me:$LINENO: \"$ac_c
5972    ac_cv_c_volatile=yes    ac_cv_c_volatile=yes
5973  else  else
5974    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5975  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
5976  ac_cv_c_volatile=no  ac_cv_c_volatile=no
5977  fi  fi
5978  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 6286  if test "${ac_cv_c_const+set}" = set; th Line 5993  if test "${ac_cv_c_const+set}" = set; th
5993    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5994  else  else
5995    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5996  /* confdefs.h.  */  #line $LINENO "configure"
5997  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
5998    
5999  int  int
6000  main ()  main ()
# Line 6352  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 6056  if { (eval echo "$as_me:$LINENO: \"$ac_c
6056    ac_status=$?    ac_status=$?
6057    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6058    (exit $ac_status); } &&    (exit $ac_status); } &&
6059           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
6060    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6061    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6062    ac_status=$?    ac_status=$?
# Line 6361  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 6065  if { (eval echo "$as_me:$LINENO: \"$ac_c
6065    ac_cv_c_const=yes    ac_cv_c_const=yes
6066  else  else
6067    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
6068  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
6069  ac_cv_c_const=no  ac_cv_c_const=no
6070  fi  fi
6071  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 6383  if test "${emacs_cv_void_star+set}" = se Line 6086  if test "${emacs_cv_void_star+set}" = se
6086    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
6087  else  else
6088    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
6089  /* confdefs.h.  */  #line $LINENO "configure"
6090  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
6091    
6092  int  int
6093  main ()  main ()
# Line 6403  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 6103  if { (eval echo "$as_me:$LINENO: \"$ac_c
6103    ac_status=$?    ac_status=$?
6104    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6105    (exit $ac_status); } &&    (exit $ac_status); } &&
6106           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
6107    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6108    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6109    ac_status=$?    ac_status=$?
# Line 6412  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 6112  if { (eval echo "$as_me:$LINENO: \"$ac_c
6112    emacs_cv_void_star=yes    emacs_cv_void_star=yes
6113  else  else
6114    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
6115  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
6116  emacs_cv_void_star=no  emacs_cv_void_star=no
6117  fi  fi
6118  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 6434  fi Line 6133  fi
6133    
6134    
6135    
6136  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
6137  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6  echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
6138  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
6139  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6140    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
6141  else  else
6142    cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
6143  all:  all:
6144          @echo 'ac_maketemp="$(MAKE)"'          @echo 'ac_maketemp="${MAKE}"'
6145  _ACEOF  _ACEOF
6146  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6147  eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`  eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
# Line 6553  _ACEOF Line 6252  _ACEOF
6252      # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.      # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
6253      for ac_extension in a so sl; do      for ac_extension in a so sl; do
6254        if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&        if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
6255           test -f $ac_im_libdir/libX11.$ac_extension; then           test -f $ac_im_libdir/libX11.$ac_extension; then
6256          ac_im_usrlibdir=$ac_im_libdir; break          ac_im_usrlibdir=$ac_im_libdir; break
6257        fi        fi
6258      done      done
6259      # Screen out bogus values from the imake configuration.  They are      # Screen out bogus values from the imake configuration.  They are
# Line 6614  if test "$ac_x_includes" = no; then Line 6313  if test "$ac_x_includes" = no; then
6313    # Guess where to find include files, by looking for Intrinsic.h.    # Guess where to find include files, by looking for Intrinsic.h.
6314    # First, try using that file with no special directory specified.    # First, try using that file with no special directory specified.
6315    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
6316  /* confdefs.h.  */  #line $LINENO "configure"
6317  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
6318  #include <X11/Intrinsic.h>  #include <X11/Intrinsic.h>
6319  _ACEOF  _ACEOF
6320  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 6642  if test -z "$ac_cpp_err"; then Line 6338  if test -z "$ac_cpp_err"; then
6338  ac_x_includes=  ac_x_includes=
6339  else  else
6340    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
6341  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
6342    for ac_dir in $ac_x_header_dirs; do    for ac_dir in $ac_x_header_dirs; do
6343    if test -r "$ac_dir/X11/Intrinsic.h"; then    if test -r "$ac_dir/X11/Intrinsic.h"; then
6344      ac_x_includes=$ac_dir      ac_x_includes=$ac_dir
# Line 6661  if test "$ac_x_libraries" = no; then Line 6356  if test "$ac_x_libraries" = no; then
6356    ac_save_LIBS=$LIBS    ac_save_LIBS=$LIBS
6357    LIBS="-lXt $LIBS"    LIBS="-lXt $LIBS"
6358    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
6359  /* confdefs.h.  */  #line $LINENO "configure"
6360  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
6361  #include <X11/Intrinsic.h>  #include <X11/Intrinsic.h>
6362  int  int
6363  main ()  main ()
# Line 6681  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 6373  if { (eval echo "$as_me:$LINENO: \"$ac_l
6373    ac_status=$?    ac_status=$?
6374    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6375    (exit $ac_status); } &&    (exit $ac_status); } &&
6376           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
6377    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6378    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6379    ac_status=$?    ac_status=$?
# Line 6692  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 6384  if { (eval echo "$as_me:$LINENO: \"$ac_l
6384  ac_x_libraries=  ac_x_libraries=
6385  else  else
6386    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
6387  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
6388  LIBS=$ac_save_LIBS  LIBS=$ac_save_LIBS
6389  for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`  for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6390  do  do
# Line 6715  if test "$ac_x_includes" = no || test "$ Line 6406  if test "$ac_x_includes" = no || test "$
6406  else  else
6407    # Record where we found X for the cache.    # Record where we found X for the cache.
6408    ac_cv_have_x="have_x=yes \    ac_cv_have_x="have_x=yes \
6409                  ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"                  ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6410  fi  fi
6411  fi  fi
6412    
# Line 6840  if test "${ac_cv_func_malloc_get_state+s Line 6531  if test "${ac_cv_func_malloc_get_state+s
6531    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
6532  else  else
6533    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
6534  /* confdefs.h.  */  #line $LINENO "configure"
6535  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define malloc_get_state innocuous_malloc_get_state  
   
6536  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
6537      which can conflict with char malloc_get_state (); below.      which can conflict with char malloc_get_state (); below.  */
6538      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef malloc_get_state  
   
6539  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
6540  #ifdef __cplusplus  #ifdef __cplusplus
6541  extern "C"  extern "C"
 {  
6542  #endif  #endif
6543  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
6544     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
6545  char malloc_get_state ();  char malloc_get_state ();
6546    char (*f) ();
6547    
6548    int
6549    main ()
6550    {
6551  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
6552      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
6553      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
6554  #if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state)  #if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state)
6555  choke me  choke me
6556  #else  #else
6557  char (*f) () = malloc_get_state;  f = malloc_get_state;
 #endif  
 #ifdef __cplusplus  
 }  
6558  #endif  #endif
6559    
 int  
 main ()  
 {  
 return f != malloc_get_state;  
6560    ;    ;
6561    return 0;    return 0;
6562  }  }
# Line 6896  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 6567  if { (eval echo "$as_me:$LINENO: \"$ac_l
6567    ac_status=$?    ac_status=$?
6568    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6569    (exit $ac_status); } &&    (exit $ac_status); } &&
6570           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
6571    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6572    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6573    ac_status=$?    ac_status=$?
# Line 6905  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 6576  if { (eval echo "$as_me:$LINENO: \"$ac_l
6576    ac_cv_func_malloc_get_state=yes    ac_cv_func_malloc_get_state=yes
6577  else  else
6578    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
6579  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
6580  ac_cv_func_malloc_get_state=no  ac_cv_func_malloc_get_state=no
6581  fi  fi
6582  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 6925  if test "${ac_cv_func_malloc_set_state+s Line 6595  if test "${ac_cv_func_malloc_set_state+s
6595    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
6596  else  else
6597    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
6598  /* confdefs.h.  */  #line $LINENO "configure"
6599  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define malloc_set_state innocuous_malloc_set_state  
   
6600  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
6601      which can conflict with char malloc_set_state (); below.      which can conflict with char malloc_set_state (); below.  */
6602      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef malloc_set_state  
   
6603  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
6604  #ifdef __cplusplus  #ifdef __cplusplus
6605  extern "C"  extern "C"
 {  
6606  #endif  #endif
6607  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
6608     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
6609  char malloc_set_state ();  char malloc_set_state ();
6610    char (*f) ();
6611    
6612    int
6613    main ()
6614    {
6615  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
6616      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
6617      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
6618  #if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state)  #if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state)
6619  choke me  choke me
6620  #else  #else
6621  char (*f) () = malloc_set_state;  f = malloc_set_state;
 #endif  
 #ifdef __cplusplus  
 }  
6622  #endif  #endif
6623    
 int  
 main ()  
 {  
 return f != malloc_set_state;  
6624    ;    ;
6625    return 0;    return 0;
6626  }  }
# Line 6981  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 6631  if { (eval echo "$as_me:$LINENO: \"$ac_l
6631    ac_status=$?    ac_status=$?
6632    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6633    (exit $ac_status); } &&    (exit $ac_status); } &&
6634           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
6635    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6636    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6637    ac_status=$?    ac_status=$?
# Line 6990  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 6640  if { (eval echo "$as_me:$LINENO: \"$ac_l
6640    ac_cv_func_malloc_set_state=yes    ac_cv_func_malloc_set_state=yes
6641  else  else
6642    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
6643  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
6644  ac_cv_func_malloc_set_state=no  ac_cv_func_malloc_set_state=no
6645  fi  fi
6646  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 7010  if test "${emacs_cv_var___after_morecore Line 6659  if test "${emacs_cv_var___after_morecore
6659    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
6660  else  else
6661    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
6662  /* confdefs.h.  */  #line $LINENO "configure"
6663  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
6664  extern void (* __after_morecore_hook)();  extern void (* __after_morecore_hook)();
6665  int  int
6666  main ()  main ()
# Line 7030  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 6676  if { (eval echo "$as_me:$LINENO: \"$ac_l
6676    ac_status=$?    ac_status=$?
6677    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6678    (exit $ac_status); } &&    (exit $ac_status); } &&
6679           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
6680    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6681    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6682    ac_status=$?    ac_status=$?
# Line 7039  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 6685  if { (eval echo "$as_me:$LINENO: \"$ac_l
6685    emacs_cv_var___after_morecore_hook=yes    emacs_cv_var___after_morecore_hook=yes
6686  else  else
6687    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
6688  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
6689  emacs_cv_var___after_morecore_hook=no  emacs_cv_var___after_morecore_hook=no
6690  fi  fi
6691  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 7090  else Line 6735  else
6735  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
6736  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6737  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
6738  /* confdefs.h.  */  #line $LINENO "configure"
6739  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
6740  $ac_includes_default  $ac_includes_default
6741  #include <$ac_header>  #include <$ac_header>
6742  _ACEOF  _ACEOF
# Line 7104  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 6746  if { (eval echo "$as_me:$LINENO: \"$ac_c
6746    ac_status=$?    ac_status=$?
6747    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6748    (exit $ac_status); } &&    (exit $ac_status); } &&
6749           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
6750    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6751    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6752    ac_status=$?    ac_status=$?
# Line 7113  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 6755  if { (eval echo "$as_me:$LINENO: \"$ac_c
6755    ac_header_compiler=yes    ac_header_compiler=yes
6756  else  else
6757    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
6758  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
6759  ac_header_compiler=no  ac_header_compiler=no
6760  fi  fi
6761  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 7125  echo "${ECHO_T}$ac_header_compiler" >&6 Line 6766  echo "${ECHO_T}$ac_header_compiler" >&6
6766  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
6767  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6768  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
6769  /* confdefs.h.  */  #line $LINENO "configure"
6770  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
6771  #include <$ac_header>  #include <$ac_header>
6772  _ACEOF  _ACEOF
6773  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 7152  if test -z "$ac_cpp_err"; then Line 6790  if test -z "$ac_cpp_err"; then
6790    ac_header_preproc=yes    ac_header_preproc=yes
6791  else  else
6792    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
6793  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
6794    ac_header_preproc=no    ac_header_preproc=no
6795  fi  fi
6796  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 7165  case $ac_header_compiler:$ac_header_prep Line 6802  case $ac_header_compiler:$ac_header_prep
6802    yes:no )    yes:no )
6803      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6804  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6805      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6806  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
6807    no:yes )    no:yes )
6808      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6809  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6810      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6811  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
6812      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6813  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
6814  esac  esac
6815  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
6816  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6817  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
6818    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
6819  else  else
6820    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
6821  fi  fi
6822  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6823  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 7222  if eval "test \"\${$as_ac_var+set}\" = s Line 6842  if eval "test \"\${$as_ac_var+set}\" = s
6842    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
6843  else  else
6844    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
6845  /* confdefs.h.  */  #line $LINENO "configure"
6846  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
6847  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
6848      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
6849      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
6850  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
6851  #ifdef __cplusplus  #ifdef __cplusplus
6852  extern "C"  extern "C"
 {  
6853  #endif  #endif
6854  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
6855     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
6856  char $ac_func ();  char $ac_func ();
6857    char (*f) ();
6858    
6859    int
6860    main ()
6861    {
6862  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
6863      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
6864      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
6865  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6866  choke me  choke me
6867  #else  #else
6868  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
6869  #endif  #endif
6870    
 int  
 main ()  
 {  
 return f != $ac_func;  
6871    ;    ;
6872    return 0;    return 0;
6873  }  }
# Line 7278  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 6878  if { (eval echo "$as_me:$LINENO: \"$ac_l
6878    ac_status=$?    ac_status=$?
6879    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6880    (exit $ac_status); } &&    (exit $ac_status); } &&
6881           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
6882    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6883    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
6884    ac_status=$?    ac_status=$?
# Line 7287  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 6887  if { (eval echo "$as_me:$LINENO: \"$ac_l
6887    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
6888  else  else
6889    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
6890  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
6891  eval "$as_ac_var=no"  eval "$as_ac_var=no"
6892  fi  fi
6893  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 7312  else Line 6911  else
6911    ac_cv_func_mmap_fixed_mapped=no    ac_cv_func_mmap_fixed_mapped=no
6912  else  else
6913    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
6914  /* confdefs.h.  */  #line $LINENO "configure"
6915  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
6916  $ac_includes_default  $ac_includes_default
6917  /* malloc might have been renamed as rpl_malloc. */  /* malloc might have been renamed as rpl_malloc. */
6918  #undef malloc  #undef malloc
# Line 7421  main () Line 7017  main ()
7017      exit (1);      exit (1);
7018    data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);    data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
7019    if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,    if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7020                       MAP_PRIVATE | MAP_FIXED, fd, 0L))                       MAP_PRIVATE | MAP_FIXED, fd, 0L))
7021      exit (1);      exit (1);
7022    for (i = 0; i < pagesize; ++i)    for (i = 0; i < pagesize; ++i)
7023      if (*(data + i) != *(data2 + i))      if (*(data + i) != *(data2 + i))
# Line 7459  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7055  if { (eval echo "$as_me:$LINENO: \"$ac_l
7055  else  else
7056    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
7057  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
7058  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7059  ( exit $ac_status )  ( exit $ac_status )
7060  ac_cv_func_mmap_fixed_mapped=no  ac_cv_func_mmap_fixed_mapped=no
7061  fi  fi
# Line 7493  else Line 7088  else
7088    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7089  LIBS="-ldnet  $LIBS"  LIBS="-ldnet  $LIBS"
7090  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
7091  /* confdefs.h.  */  #line $LINENO "configure"
7092  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7093    
7094  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
7095  #ifdef __cplusplus  #ifdef __cplusplus
# Line 7520  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7112  if { (eval echo "$as_me:$LINENO: \"$ac_l
7112    ac_status=$?    ac_status=$?
7113    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114    (exit $ac_status); } &&    (exit $ac_status); } &&
7115           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7116    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7117    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7118    ac_status=$?    ac_status=$?
# Line 7529  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7121  if { (eval echo "$as_me:$LINENO: \"$ac_l
7121    ac_cv_lib_dnet_dnet_ntoa=yes    ac_cv_lib_dnet_dnet_ntoa=yes
7122  else  else
7123    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7124  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7125  ac_cv_lib_dnet_dnet_ntoa=no  ac_cv_lib_dnet_dnet_ntoa=no
7126  fi  fi
7127  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 7556  else Line 7147  else
7147    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7148  LIBS="-lXbsd  $LIBS"  LIBS="-lXbsd  $LIBS"
7149  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
7150  /* confdefs.h.  */  #line $LINENO "configure"
7151  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7152    
7153    
7154  int  int
# Line 7577  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7165  if { (eval echo "$as_me:$LINENO: \"$ac_l
7165    ac_status=$?    ac_status=$?
7166    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7167    (exit $ac_status); } &&    (exit $ac_status); } &&
7168           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7169    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7170    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7171    ac_status=$?    ac_status=$?
# Line 7586  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7174  if { (eval echo "$as_me:$LINENO: \"$ac_l
7174    ac_cv_lib_Xbsd_main=yes    ac_cv_lib_Xbsd_main=yes
7175  else  else
7176    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7177  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7178  ac_cv_lib_Xbsd_main=no  ac_cv_lib_Xbsd_main=no
7179  fi  fi
7180  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 7609  else Line 7196  else
7196    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7197  LIBS="-lpthreads  $LIBS"  LIBS="-lpthreads  $LIBS"
7198  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
7199  /* confdefs.h.  */  #line $LINENO "configure"
7200  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7201    
7202  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
7203  #ifdef __cplusplus  #ifdef __cplusplus
# Line 7636  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7220  if { (eval echo "$as_me:$LINENO: \"$ac_l
7220    ac_status=$?    ac_status=$?
7221    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7222    (exit $ac_status); } &&    (exit $ac_status); } &&
7223           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7224    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7225    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7226    ac_status=$?    ac_status=$?
# Line 7645  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7229  if { (eval echo "$as_me:$LINENO: \"$ac_l
7229    ac_cv_lib_pthreads_cma_open=yes    ac_cv_lib_pthreads_cma_open=yes
7230  else  else
7231    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7232  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7233  ac_cv_lib_pthreads_cma_open=no  ac_cv_lib_pthreads_cma_open=no
7234  fi  fi
7235  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 7691  else Line 7274  else
7274    
7275      LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc      LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
7276      cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
7277  /* confdefs.h.  */  #line $LINENO "configure"
7278  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7279    
7280  int  int
7281  main ()  main ()
# Line 7711  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7291  if { (eval echo "$as_me:$LINENO: \"$ac_l
7291    ac_status=$?    ac_status=$?
7292    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293    (exit $ac_status); } &&    (exit $ac_status); } &&
7294           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7295    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7296    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7297    ac_status=$?    ac_status=$?
# Line 7720  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7300  if { (eval echo "$as_me:$LINENO: \"$ac_l
7300    :    :
7301  else  else
7302    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7303  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7304  gdb_cv_bigtoc=  gdb_cv_bigtoc=
7305  fi  fi
7306  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 7758  if test "${HAVE_X11}" = "yes"; then Line 7337  if test "${HAVE_X11}" = "yes"; then
7337      echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5      echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5
7338  echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6  echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
7339      cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
7340  /* confdefs.h.  */  #line $LINENO "configure"
7341  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7342    
7343  int  int
7344  main ()  main ()
# Line 7778  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7354  if { (eval echo "$as_me:$LINENO: \"$ac_l
7354    ac_status=$?    ac_status=$?
7355    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7356    (exit $ac_status); } &&    (exit $ac_status); } &&
7357           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7358    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7359    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7360    ac_status=$?    ac_status=$?
# Line 7787  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7363  if { (eval echo "$as_me:$LINENO: \"$ac_l
7363    xlinux_first_failure=no    xlinux_first_failure=no
7364  else  else
7365    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7366  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7367  xlinux_first_failure=yes  xlinux_first_failure=yes
7368  fi  fi
7369  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 7802  rm -f conftest.$ac_objext conftest$ac_ex Line 7377  rm -f conftest.$ac_objext conftest$ac_ex
7377        CPPFLAGS="$CPPFLAGS -b i486-linuxaout"        CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
7378        LIBS="$LIBS -b i486-linuxaout"        LIBS="$LIBS -b i486-linuxaout"
7379        cat >conftest.$ac_ext <<_ACEOF        cat >conftest.$ac_ext <<_ACEOF
7380  /* confdefs.h.  */  #line $LINENO "configure"
7381  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7382    
7383  int  int
7384  main ()  main ()
# Line 7822  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7394  if { (eval echo "$as_me:$LINENO: \"$ac_l
7394    ac_status=$?    ac_status=$?
7395    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7396    (exit $ac_status); } &&    (exit $ac_status); } &&
7397           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7398    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7399    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7400    ac_status=$?    ac_status=$?
# Line 7831  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7403  if { (eval echo "$as_me:$LINENO: \"$ac_l
7403    xlinux_second_failure=no    xlinux_second_failure=no
7404  else  else
7405    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7406  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7407  xlinux_second_failure=yes  xlinux_second_failure=yes
7408  fi  fi
7409  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 7860  echo "${ECHO_T}no" >&6 Line 7431  echo "${ECHO_T}no" >&6
7431    echo "$as_me:$LINENO: checking for Xkb" >&5    echo "$as_me:$LINENO: checking for Xkb" >&5
7432  echo $ECHO_N "checking for Xkb... $ECHO_C" >&6  echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
7433    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
7434  /* confdefs.h.  */  #line $LINENO "configure"
7435  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7436  #include <X11/Xlib.h>  #include <X11/Xlib.h>
7437  #include <X11/XKBlib.h>  #include <X11/XKBlib.h>
7438  int  int
# Line 7881  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7449  if { (eval echo "$as_me:$LINENO: \"$ac_l
7449    ac_status=$?    ac_status=$?
7450    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7451    (exit $ac_status); } &&    (exit $ac_status); } &&
7452           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7453    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7454    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7455    ac_status=$?    ac_status=$?
# Line 7890  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7458  if { (eval echo "$as_me:$LINENO: \"$ac_l
7458    emacs_xkb=yes    emacs_xkb=yes
7459  else  else
7460    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7461  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7462  emacs_xkb=no  emacs_xkb=no
7463  fi  fi
7464  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 7919  if eval "test \"\${$as_ac_var+set}\" = s Line 7486  if eval "test \"\${$as_ac_var+set}\" = s
7486    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
7487  else  else
7488    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
7489  /* confdefs.h.  */  #line $LINENO "configure"
7490  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
7491  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
7492      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
7493      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
7494  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
7495  #ifdef __cplusplus  #ifdef __cplusplus
7496  extern "C"  extern "C"
 {  
7497  #endif  #endif
7498  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
7499     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
7500  char $ac_func ();  char $ac_func ();
7501    char (*f) ();
7502    
7503    int
7504    main ()
7505    {
7506  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
7507      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
7508      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
7509  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7510  choke me  choke me
7511  #else  #else
7512  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
7513  #endif  #endif
7514    
 int  
 main ()  
 {  
 return f != $ac_func;  
7515    ;    ;
7516    return 0;    return 0;
7517  }  }
# Line 7975  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7522  if { (eval echo "$as_me:$LINENO: \"$ac_l
7522    ac_status=$?    ac_status=$?
7523    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7524    (exit $ac_status); } &&    (exit $ac_status); } &&
7525           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7526    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7527    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7528    ac_status=$?    ac_status=$?
# Line 7984  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7531  if { (eval echo "$as_me:$LINENO: \"$ac_l
7531    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
7532  else  else
7533    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7534  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7535  eval "$as_ac_var=no"  eval "$as_ac_var=no"
7536  fi  fi
7537  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 8009  echo $ECHO_N "checking X11 version 6... Line 7555  echo $ECHO_N "checking X11 version 6...
7555    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
7556  else  else
7557    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
7558  /* confdefs.h.  */  #line $LINENO "configure"
7559  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7560  #include <X11/Xlib.h>  #include <X11/Xlib.h>
7561  int  int
7562  main ()  main ()
# Line 8032  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7575  if { (eval echo "$as_me:$LINENO: \"$ac_l
7575    ac_status=$?    ac_status=$?
7576    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7577    (exit $ac_status); } &&    (exit $ac_status); } &&
7578           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7579    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7580    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7581    ac_status=$?    ac_status=$?
# Line 8041  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7584  if { (eval echo "$as_me:$LINENO: \"$ac_l
7584    emacs_cv_x11_version_6=yes    emacs_cv_x11_version_6=yes
7585  else  else
7586    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7587  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7588  emacs_cv_x11_version_6=no  emacs_cv_x11_version_6=no
7589  fi  fi
7590  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 8069  echo $ECHO_N "checking X11 version 5... Line 7611  echo $ECHO_N "checking X11 version 5...
7611    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
7612  else  else
7613    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
7614  /* confdefs.h.  */  #line $LINENO "configure"
7615  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7616  #include <X11/Xlib.h>  #include <X11/Xlib.h>
7617  int  int
7618  main ()  main ()
# Line 8092  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7631  if { (eval echo "$as_me:$LINENO: \"$ac_l
7631    ac_status=$?    ac_status=$?
7632    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7633    (exit $ac_status); } &&    (exit $ac_status); } &&
7634           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7635    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7636    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7637    ac_status=$?    ac_status=$?
# Line 8101  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7640  if { (eval echo "$as_me:$LINENO: \"$ac_l
7640    emacs_cv_x11_version_5=yes    emacs_cv_x11_version_5=yes
7641  else  else
7642    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7643  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7644  emacs_cv_x11_version_5=no  emacs_cv_x11_version_5=no
7645  fi  fi
7646  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 8260  echo $ECHO_N "checking X11 version 5 wit Line 7798  echo $ECHO_N "checking X11 version 5 wit
7798    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
7799  else  else
7800    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
7801  /* confdefs.h.  */  #line $LINENO "configure"
7802  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7803    
7804  #include <X11/Intrinsic.h>  #include <X11/Intrinsic.h>
7805  #include <X11/Xaw/Simple.h>  #include <X11/Xaw/Simple.h>
# Line 8282  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7817  if { (eval echo "$as_me:$LINENO: \"$ac_l
7817    ac_status=$?    ac_status=$?
7818    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7819    (exit $ac_status); } &&    (exit $ac_status); } &&
7820           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7821    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7822    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7823    ac_status=$?    ac_status=$?
# Line 8291  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7826  if { (eval echo "$as_me:$LINENO: \"$ac_l
7826    emacs_cv_x11_version_5_with_xaw=yes    emacs_cv_x11_version_5_with_xaw=yes
7827  else  else
7828    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7829  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7830  emacs_cv_x11_version_5_with_xaw=no  emacs_cv_x11_version_5_with_xaw=no
7831  fi  fi
7832  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 8321  echo $ECHO_N "checking X11 toolkit versi Line 7855  echo $ECHO_N "checking X11 toolkit versi
7855    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
7856  else  else
7857    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
7858  /* confdefs.h.  */  #line $LINENO "configure"
7859  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7860  #include <X11/Intrinsic.h>  #include <X11/Intrinsic.h>
7861  int  int
7862  main ()  main ()
# Line 8344  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7875  if { (eval echo "$as_me:$LINENO: \"$ac_l
7875    ac_status=$?    ac_status=$?
7876    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7877    (exit $ac_status); } &&    (exit $ac_status); } &&
7878           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7879    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7880    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7881    ac_status=$?    ac_status=$?
# Line 8353  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7884  if { (eval echo "$as_me:$LINENO: \"$ac_l
7884    emacs_cv_x11_toolkit_version_6=yes    emacs_cv_x11_toolkit_version_6=yes
7885  else  else
7886    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7887  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7888  emacs_cv_x11_toolkit_version_6=no  emacs_cv_x11_toolkit_version_6=no
7889  fi  fi
7890  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 8389  else Line 7919  else
7919    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7920  LIBS="-lXmu  $LIBS"  LIBS="-lXmu  $LIBS"
7921  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
7922  /* confdefs.h.  */  #line $LINENO "configure"
7923  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7924    
7925  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
7926  #ifdef __cplusplus  #ifdef __cplusplus
# Line 8416  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7943  if { (eval echo "$as_me:$LINENO: \"$ac_l
7943    ac_status=$?    ac_status=$?
7944    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7945    (exit $ac_status); } &&    (exit $ac_status); } &&
7946           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
7947    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7948    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7949    ac_status=$?    ac_status=$?
# Line 8425  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 7952  if { (eval echo "$as_me:$LINENO: \"$ac_l
7952    ac_cv_lib_Xmu_XmuConvertStandardSelection=yes    ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
7953  else  else
7954    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
7955  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
7956  ac_cv_lib_Xmu_XmuConvertStandardSelection=no  ac_cv_lib_Xmu_XmuConvertStandardSelection=no
7957  fi  fi
7958  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 8458  else Line 7984  else
7984    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
7985  LIBS="-lXext  $LIBS"  LIBS="-lXext  $LIBS"
7986  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
7987  /* confdefs.h.  */  #line $LINENO "configure"
7988  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
7989    
7990  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
7991  #ifdef __cplusplus  #ifdef __cplusplus
# Line 8485  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8008  if { (eval echo "$as_me:$LINENO: \"$ac_l
8008    ac_status=$?    ac_status=$?
8009    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8010    (exit $ac_status); } &&    (exit $ac_status); } &&
8011           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
8012    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8013    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8014    ac_status=$?    ac_status=$?
# Line 8494  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8017  if { (eval echo "$as_me:$LINENO: \"$ac_l
8017    ac_cv_lib_Xext_XShapeQueryExtension=yes    ac_cv_lib_Xext_XShapeQueryExtension=yes
8018  else  else
8019    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8020  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8021  ac_cv_lib_Xext_XShapeQueryExtension=no  ac_cv_lib_Xext_XShapeQueryExtension=no
8022  fi  fi
8023  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 8529  else Line 8051  else
8051    CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"    CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
8052    CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"    CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
8053    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
8054  /* confdefs.h.  */  #line $LINENO "configure"
8055  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8056  #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>  #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
8057  int  int
8058  main ()  main ()
# Line 8549  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8068  if { (eval echo "$as_me:$LINENO: \"$ac_c
8068    ac_status=$?    ac_status=$?
8069    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8070    (exit $ac_status); } &&    (exit $ac_status); } &&
8071           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
8072    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8073    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8074    ac_status=$?    ac_status=$?
# Line 8558  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8077  if { (eval echo "$as_me:$LINENO: \"$ac_c
8077    emacs_cv_lesstif=yes    emacs_cv_lesstif=yes
8078  else  else
8079    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8080  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8081  emacs_cv_lesstif=no  emacs_cv_lesstif=no
8082  fi  fi
8083  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 8584  if test "${emacs_cv_motif_version_2_1+se Line 8102  if test "${emacs_cv_motif_version_2_1+se
8102    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
8103  else  else
8104    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
8105  /* confdefs.h.  */  #line $LINENO "configure"
8106  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8107  #include <Xm/Xm.h>  #include <Xm/Xm.h>
8108  int  int
8109  main ()  main ()
# Line 8608  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8123  if { (eval echo "$as_me:$LINENO: \"$ac_c
8123    ac_status=$?    ac_status=$?
8124    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8125    (exit $ac_status); } &&    (exit $ac_status); } &&
8126           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
8127    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8128    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8129    ac_status=$?    ac_status=$?
# Line 8617  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8132  if { (eval echo "$as_me:$LINENO: \"$ac_c
8132    emacs_cv_motif_version_2_1=yes    emacs_cv_motif_version_2_1=yes
8133  else  else
8134    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8135  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8136  emacs_cv_motif_version_2_1=no  emacs_cv_motif_version_2_1=no
8137  fi  fi
8138  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 8641  else Line 8155  else
8155    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
8156  LIBS="-lXp  $LIBS"  LIBS="-lXp  $LIBS"
8157  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
8158  /* confdefs.h.  */  #line $LINENO "configure"
8159  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8160    
8161  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
8162  #ifdef __cplusplus  #ifdef __cplusplus
# Line 8668  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8179  if { (eval echo "$as_me:$LINENO: \"$ac_l
8179    ac_status=$?    ac_status=$?
8180    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8181    (exit $ac_status); } &&    (exit $ac_status); } &&
8182           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
8183    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8184    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8185    ac_status=$?    ac_status=$?
# Line 8677  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8188  if { (eval echo "$as_me:$LINENO: \"$ac_l
8188    ac_cv_lib_Xp_XpCreateContext=yes    ac_cv_lib_Xp_XpCreateContext=yes
8189  else  else
8190    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8191  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8192  ac_cv_lib_Xp_XpCreateContext=no  ac_cv_lib_Xp_XpCreateContext=no
8193  fi  fi
8194  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 8710  if test "${ac_cv_header_X11_Xaw3d_Scroll Line 8220  if test "${ac_cv_header_X11_Xaw3d_Scroll
8220    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
8221  else  else
8222    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
8223  /* confdefs.h.  */  #line $LINENO "configure"
8224  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8225  #include <X11/Xaw3d/Scrollbar.h>  #include <X11/Xaw3d/Scrollbar.h>
8226  _ACEOF  _ACEOF
8227  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 8737  if test -z "$ac_cpp_err"; then Line 8244  if test -z "$ac_cpp_err"; then
8244    ac_cv_header_X11_Xaw3d_Scrollbar_h=yes    ac_cv_header_X11_Xaw3d_Scrollbar_h=yes
8245  else  else
8246    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8247  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
8248    ac_cv_header_X11_Xaw3d_Scrollbar_h=no    ac_cv_header_X11_Xaw3d_Scrollbar_h=no
8249  fi  fi
8250  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 8754  else Line 8260  else
8260    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
8261  LIBS="-lXaw3d  $LIBS"  LIBS="-lXaw3d  $LIBS"
8262  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
8263  /* confdefs.h.  */  #line $LINENO "configure"
8264  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8265    
8266  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
8267  #ifdef __cplusplus  #ifdef __cplusplus
# Line 8781  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8284  if { (eval echo "$as_me:$LINENO: \"$ac_l
8284    ac_status=$?    ac_status=$?
8285    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8286    (exit $ac_status); } &&    (exit $ac_status); } &&
8287           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
8288    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8289    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8290    ac_status=$?    ac_status=$?
# Line 8790  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8293  if { (eval echo "$as_me:$LINENO: \"$ac_l
8293    ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes    ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
8294  else  else
8295    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8296  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8297  ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no  ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
8298  fi  fi
8299  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 8855  _ACEOF Line 8357  _ACEOF
8357    if test "$GCC" = yes; then    if test "$GCC" = yes; then
8358      CFLAGS="$CFLAGS --pedantic-errors"      CFLAGS="$CFLAGS --pedantic-errors"
8359    fi    fi
8360    fi
8361    if test "${HAVE_X11}" = "yes"; then
8362    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
8363  /* confdefs.h.  */  #line $LINENO "configure"
8364  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8365    
8366  #include <X11/Xlib.h>  #include <X11/Xlib.h>
8367  #include <X11/Xresource.h>  #include <X11/Xresource.h>
# Line 8891  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8392  if { (eval echo "$as_me:$LINENO: \"$ac_c
8392    ac_status=$?    ac_status=$?
8393    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8394    (exit $ac_status); } &&    (exit $ac_status); } &&
8395           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
8396    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8397    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8398    ac_status=$?    ac_status=$?
# Line 8900  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8401  if { (eval echo "$as_me:$LINENO: \"$ac_c
8401    emacs_cv_arg6_star=yes    emacs_cv_arg6_star=yes
8402  else  else
8403    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8404  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8405  fi  fi
8406  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
8407    
8408    if test "$emacs_cv_arg6_star" = yes; then    if test "$emacs_cv_arg6_star" = yes; then
8409       cat >>confdefs.h <<\_ACEOF      cat >>confdefs.h <<\_ACEOF
8410  #define XRegisterIMInstantiateCallback_arg6 XPointer*  #define XRegisterIMInstantiateCallback_arg6 XPointer*
8411  _ACEOF  _ACEOF
8412    
8413    else    else
8414       cat >>confdefs.h <<\_ACEOF      cat >>confdefs.h <<\_ACEOF
8415  #define XRegisterIMInstantiateCallback_arg6 XPointer  #define XRegisterIMInstantiateCallback_arg6 XPointer
8416  _ACEOF  _ACEOF
8417    
# Line 8936  else Line 8436  else
8436  echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5  echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
8437  echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6  echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
8438  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
8439  /* confdefs.h.  */  #line $LINENO "configure"
8440  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8441  $ac_includes_default  $ac_includes_default
8442  #include <X11/xpm.h>  #include <X11/xpm.h>
8443  _ACEOF  _ACEOF
# Line 8950  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8447  if { (eval echo "$as_me:$LINENO: \"$ac_c
8447    ac_status=$?    ac_status=$?
8448    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8449    (exit $ac_status); } &&    (exit $ac_status); } &&
8450           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
8451    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8452    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8453    ac_status=$?    ac_status=$?
# Line 8959  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8456  if { (eval echo "$as_me:$LINENO: \"$ac_c
8456    ac_header_compiler=yes    ac_header_compiler=yes
8457  else  else
8458    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8459  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8460  ac_header_compiler=no  ac_header_compiler=no
8461  fi  fi
8462  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 8971  echo "${ECHO_T}$ac_header_compiler" >&6 Line 8467  echo "${ECHO_T}$ac_header_compiler" >&6
8467  echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5  echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
8468  echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6  echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
8469  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
8470  /* confdefs.h.  */  #line $LINENO "configure"
8471  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8472  #include <X11/xpm.h>  #include <X11/xpm.h>
8473  _ACEOF  _ACEOF
8474  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 8998  if test -z "$ac_cpp_err"; then Line 8491  if test -z "$ac_cpp_err"; then
8491    ac_header_preproc=yes    ac_header_preproc=yes
8492  else  else
8493    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8494  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
8495    ac_header_preproc=no    ac_header_preproc=no
8496  fi  fi
8497  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 9011  case $ac_header_compiler:$ac_header_prep Line 8503  case $ac_header_compiler:$ac_header_prep
8503    yes:no )    yes:no )
8504      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
8505  echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8506      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
8507  echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
8508    no:yes )    no:yes )
8509      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
8510  echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
8511      { echo "$as_me:$LINENO: WARNING: X11/xpm.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
8512  echo "$as_me: WARNING: X11/xpm.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: X11/xpm.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: X11/xpm.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
8513      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
8514  echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
8515  esac  esac
8516  echo "$as_me:$LINENO: checking for X11/xpm.h" >&5  echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
8517  echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6  echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
# Line 9058  else Line 8533  else
8533    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
8534  LIBS="-lXpm -lX11 $LIBS"  LIBS="-lXpm -lX11 $LIBS"
8535  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
8536  /* confdefs.h.  */  #line $LINENO "configure"
8537  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8538    
8539  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
8540  #ifdef __cplusplus  #ifdef __cplusplus
# Line 9085  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8557  if { (eval echo "$as_me:$LINENO: \"$ac_l
8557    ac_status=$?    ac_status=$?
8558    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8559    (exit $ac_status); } &&    (exit $ac_status); } &&
8560           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
8561    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8562    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8563    ac_status=$?    ac_status=$?
# Line 9094  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8566  if { (eval echo "$as_me:$LINENO: \"$ac_l
8566    ac_cv_lib_Xpm_XpmReadFileToPixmap=yes    ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
8567  else  else
8568    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8569  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8570  ac_cv_lib_Xpm_XpmReadFileToPixmap=no  ac_cv_lib_Xpm_XpmReadFileToPixmap=no
8571  fi  fi
8572  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 9114  fi Line 8585  fi
8585        echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5        echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5
8586  echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6  echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
8587        cat >conftest.$ac_ext <<_ACEOF        cat >conftest.$ac_ext <<_ACEOF
8588  /* confdefs.h.  */  #line $LINENO "configure"
8589  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8590  #include "X11/xpm.h"  #include "X11/xpm.h"
8591  #ifndef XpmReturnAllocPixels  #ifndef XpmReturnAllocPixels
8592  no_return_alloc_pixels  no_return_alloc_pixels
# Line 9170  else Line 8638  else
8638  echo "$as_me:$LINENO: checking jerror.h usability" >&5  echo "$as_me:$LINENO: checking jerror.h usability" >&5
8639  echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6  echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6
8640  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
8641  /* confdefs.h.  */  #line $LINENO "configure"
8642  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8643  $ac_includes_default  $ac_includes_default
8644  #include <jerror.h>  #include <jerror.h>
8645  _ACEOF  _ACEOF
# Line 9184  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8649  if { (eval echo "$as_me:$LINENO: \"$ac_c
8649    ac_status=$?    ac_status=$?
8650    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8651    (exit $ac_status); } &&    (exit $ac_status); } &&
8652           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
8653    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8654    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8655    ac_status=$?    ac_status=$?
# Line 9193  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8658  if { (eval echo "$as_me:$LINENO: \"$ac_c
8658    ac_header_compiler=yes    ac_header_compiler=yes
8659  else  else
8660    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8661  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8662  ac_header_compiler=no  ac_header_compiler=no
8663  fi  fi
8664  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 9205  echo "${ECHO_T}$ac_header_compiler" >&6 Line 8669  echo "${ECHO_T}$ac_header_compiler" >&6
8669  echo "$as_me:$LINENO: checking jerror.h presence" >&5  echo "$as_me:$LINENO: checking jerror.h presence" >&5
8670  echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6  echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6
8671  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
8672  /* confdefs.h.  */  #line $LINENO "configure"
8673  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8674  #include <jerror.h>  #include <jerror.h>
8675  _ACEOF  _ACEOF
8676  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 9232  if test -z "$ac_cpp_err"; then Line 8693  if test -z "$ac_cpp_err"; then
8693    ac_header_preproc=yes    ac_header_preproc=yes
8694  else  else
8695    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8696  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
8697    ac_header_preproc=no    ac_header_preproc=no
8698  fi  fi
8699  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 9245  case $ac_header_compiler:$ac_header_prep Line 8705  case $ac_header_compiler:$ac_header_prep
8705    yes:no )    yes:no )
8706      { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
8707  echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8708      { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
8709  echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
8710    no:yes )    no:yes )
8711      { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
8712  echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
8713      { echo "$as_me:$LINENO: WARNING: jerror.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
8714  echo "$as_me: WARNING: jerror.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: jerror.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: jerror.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
8715      { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
8716  echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
8717  esac  esac
8718  echo "$as_me:$LINENO: checking for jerror.h" >&5  echo "$as_me:$LINENO: checking for jerror.h" >&5
8719  echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6  echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
# Line 9292  else Line 8735  else
8735    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
8736  LIBS="-ljpeg  $LIBS"  LIBS="-ljpeg  $LIBS"
8737  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
8738  /* confdefs.h.  */  #line $LINENO "configure"
8739  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8740    
8741  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
8742  #ifdef __cplusplus  #ifdef __cplusplus
# Line 9319  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8759  if { (eval echo "$as_me:$LINENO: \"$ac_l
8759    ac_status=$?    ac_status=$?
8760    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8761    (exit $ac_status); } &&    (exit $ac_status); } &&
8762           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
8763    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8764    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8765    ac_status=$?    ac_status=$?
# Line 9328  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8768  if { (eval echo "$as_me:$LINENO: \"$ac_l
8768    ac_cv_lib_jpeg_jpeg_destroy_compress=yes    ac_cv_lib_jpeg_jpeg_destroy_compress=yes
8769  else  else
8770    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8771  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8772  ac_cv_lib_jpeg_jpeg_destroy_compress=no  ac_cv_lib_jpeg_jpeg_destroy_compress=no
8773  fi  fi
8774  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 9353  fi Line 8792  fi
8792  _ACEOF  _ACEOF
8793    
8794      cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
8795  /* confdefs.h.  */  #line $LINENO "configure"
8796  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8797  #include <jpeglib.h>  #include <jpeglib.h>
8798           version=JPEG_LIB_VERSION           version=JPEG_LIB_VERSION
8799    
# Line 9382  fi Line 8818  fi
8818  HAVE_PNG=no  HAVE_PNG=no
8819  if test "${HAVE_X11}" = "yes"; then  if test "${HAVE_X11}" = "yes"; then
8820    if test "${with_png}" != "no"; then    if test "${with_png}" != "no"; then
8821      if test "${ac_cv_header_png_h+set}" = set; then      # Debian unstable as of July 2003 has multiple libpngs, and puts png.h
8822    echo "$as_me:$LINENO: checking for png.h" >&5      # in /usr/include/libpng.
8823  echo $ECHO_N "checking for png.h... $ECHO_C" >&6  
8824  if test "${ac_cv_header_png_h+set}" = set; then  
8825    for ac_header in png.h libpng/png.h
8826    do
8827    as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8828    if eval "test \"\${$as_ac_Header+set}\" = set"; then
8829      echo "$as_me:$LINENO: checking for $ac_header" >&5
8830    echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8831    if eval "test \"\${$as_ac_Header+set}\" = set"; then
8832    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
8833  fi  fi
8834  echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8835  echo "${ECHO_T}$ac_cv_header_png_h" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8836  else  else
8837    # Is the header compilable?    # Is the header compilable?
8838  echo "$as_me:$LINENO: checking png.h usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
8839  echo $ECHO_N "checking png.h usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8840  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
8841  /* confdefs.h.  */  #line $LINENO "configure"
8842  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8843  $ac_includes_default  $ac_includes_default
8844  #include <png.h>  #include <$ac_header>
8845  _ACEOF  _ACEOF
8846  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
8847  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
# Line 9409  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8849  if { (eval echo "$as_me:$LINENO: \"$ac_c
8849    ac_status=$?    ac_status=$?
8850    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8851    (exit $ac_status); } &&    (exit $ac_status); } &&
8852           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
8853    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8854    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8855    ac_status=$?    ac_status=$?
# Line 9418  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 8858  if { (eval echo "$as_me:$LINENO: \"$ac_c
8858    ac_header_compiler=yes    ac_header_compiler=yes
8859  else  else
8860    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8861  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8862  ac_header_compiler=no  ac_header_compiler=no
8863  fi  fi
8864  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 9427  echo "$as_me:$LINENO: result: $ac_header Line 8866  echo "$as_me:$LINENO: result: $ac_header
8866  echo "${ECHO_T}$ac_header_compiler" >&6  echo "${ECHO_T}$ac_header_compiler" >&6
8867    
8868  # Is the header present?  # Is the header present?
8869  echo "$as_me:$LINENO: checking png.h presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
8870  echo $ECHO_N "checking png.h presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8871  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
8872  /* confdefs.h.  */  #line $LINENO "configure"
8873  _ACEOF  #include "confdefs.h"
8874  cat confdefs.h >>conftest.$ac_ext  #include <$ac_header>
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #include <png.h>  
8875  _ACEOF  _ACEOF
8876  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8877    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# Line 9457  if test -z "$ac_cpp_err"; then Line 8893  if test -z "$ac_cpp_err"; then
8893    ac_header_preproc=yes    ac_header_preproc=yes
8894  else  else
8895    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8896  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
8897    ac_header_preproc=no    ac_header_preproc=no
8898  fi  fi
8899  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 9468  echo "${ECHO_T}$ac_header_preproc" >&6 Line 8903  echo "${ECHO_T}$ac_header_preproc" >&6
8903  # So?  What about this header?  # So?  What about this header?
8904  case $ac_header_compiler:$ac_header_preproc in  case $ac_header_compiler:$ac_header_preproc in
8905    yes:no )    yes:no )
8906      { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8907  echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8908      { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8909  echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
8910    no:yes )    no:yes )
8911      { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8912  echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8913      { echo "$as_me:$LINENO: WARNING: png.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8914  echo "$as_me: WARNING: png.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8915      { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8916  echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: png.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: png.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
     { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5  
 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}  
     { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
8917  esac  esac
8918  echo "$as_me:$LINENO: checking for png.h" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
8919  echo $ECHO_N "checking for png.h... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8920  if test "${ac_cv_header_png_h+set}" = set; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
8921    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
8922  else  else
8923    ac_cv_header_png_h=$ac_header_preproc    eval "$as_ac_Header=$ac_header_preproc"
8924  fi  fi
8925  echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8926  echo "${ECHO_T}$ac_cv_header_png_h" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8927    
8928  fi  fi
8929  if test $ac_cv_header_png_h = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
8930    echo "$as_me:$LINENO: checking for png_get_channels in -lpng" >&5    cat >>confdefs.h <<_ACEOF
8931    #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8932    _ACEOF
8933    
8934    fi
8935    
8936    done
8937    
8938        if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
8939          echo "$as_me:$LINENO: checking for png_get_channels in -lpng" >&5
8940  echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6  echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
8941  if test "${ac_cv_lib_png_png_get_channels+set}" = set; then  if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
8942    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 9517  else Line 8944  else
8944    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
8945  LIBS="-lpng -lz -lm $LIBS"  LIBS="-lpng -lz -lm $LIBS"
8946  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
8947  /* confdefs.h.  */  #line $LINENO "configure"
8948  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
8949    
8950  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
8951  #ifdef __cplusplus  #ifdef __cplusplus
# Line 9544  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8968  if { (eval echo "$as_me:$LINENO: \"$ac_l
8968    ac_status=$?    ac_status=$?
8969    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8970    (exit $ac_status); } &&    (exit $ac_status); } &&
8971           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
8972    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8973    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8974    ac_status=$?    ac_status=$?
# Line 9553  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 8977  if { (eval echo "$as_me:$LINENO: \"$ac_l
8977    ac_cv_lib_png_png_get_channels=yes    ac_cv_lib_png_png_get_channels=yes
8978  else  else
8979    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
8980  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
8981  ac_cv_lib_png_png_get_channels=no  ac_cv_lib_png_png_get_channels=no
8982  fi  fi
8983  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 9566  if test $ac_cv_lib_png_png_get_channels Line 8989  if test $ac_cv_lib_png_png_get_channels
8989    HAVE_PNG=yes    HAVE_PNG=yes
8990  fi  fi
8991    
8992  fi      fi
   
   
8993    fi    fi
8994    
8995    if test "${HAVE_PNG}" = "yes"; then    if test "${HAVE_PNG}" = "yes"; then
# Line 9597  else Line 9018  else
9018  echo "$as_me:$LINENO: checking tiffio.h usability" >&5  echo "$as_me:$LINENO: checking tiffio.h usability" >&5
9019  echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6  echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
9020  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
9021  /* confdefs.h.  */  #line $LINENO "configure"
9022  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9023  $ac_includes_default  $ac_includes_default
9024  #include <tiffio.h>  #include <tiffio.h>
9025  _ACEOF  _ACEOF
# Line 9611  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 9029  if { (eval echo "$as_me:$LINENO: \"$ac_c
9029    ac_status=$?    ac_status=$?
9030    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9031    (exit $ac_status); } &&    (exit $ac_status); } &&
9032           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
9033    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9034    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9035    ac_status=$?    ac_status=$?
# Line 9620  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 9038  if { (eval echo "$as_me:$LINENO: \"$ac_c
9038    ac_header_compiler=yes    ac_header_compiler=yes
9039  else  else
9040    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9041  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9042  ac_header_compiler=no  ac_header_compiler=no
9043  fi  fi
9044  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 9632  echo "${ECHO_T}$ac_header_compiler" >&6 Line 9049  echo "${ECHO_T}$ac_header_compiler" >&6
9049  echo "$as_me:$LINENO: checking tiffio.h presence" >&5  echo "$as_me:$LINENO: checking tiffio.h presence" >&5
9050  echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6  echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
9051  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
9052  /* confdefs.h.  */  #line $LINENO "configure"
9053  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9054  #include <tiffio.h>  #include <tiffio.h>
9055  _ACEOF  _ACEOF
9056  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 9659  if test -z "$ac_cpp_err"; then Line 9073  if test -z "$ac_cpp_err"; then
9073    ac_header_preproc=yes    ac_header_preproc=yes
9074  else  else
9075    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9076  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
9077    ac_header_preproc=no    ac_header_preproc=no
9078  fi  fi
9079  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 9672  case $ac_header_compiler:$ac_header_prep Line 9085  case $ac_header_compiler:$ac_header_prep
9085    yes:no )    yes:no )
9086      { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
9087  echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9088      { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
9089  echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
9090    no:yes )    no:yes )
9091      { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
9092  echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
9093      { echo "$as_me:$LINENO: WARNING: tiffio.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
9094  echo "$as_me: WARNING: tiffio.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: tiffio.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: tiffio.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
9095      { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
9096  echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
9097  esac  esac
9098  echo "$as_me:$LINENO: checking for tiffio.h" >&5  echo "$as_me:$LINENO: checking for tiffio.h" >&5
9099  echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6  echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
# Line 9722  else Line 9118  else
9118    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
9119  LIBS="-ltiff $tifflibs $LIBS"  LIBS="-ltiff $tifflibs $LIBS"
9120  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
9121  /* confdefs.h.  */  #line $LINENO "configure"
9122  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9123    
9124  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
9125  #ifdef __cplusplus  #ifdef __cplusplus
# Line 9749  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9142  if { (eval echo "$as_me:$LINENO: \"$ac_l
9142    ac_status=$?    ac_status=$?
9143    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144    (exit $ac_status); } &&    (exit $ac_status); } &&
9145           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
9146    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9147    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9148    ac_status=$?    ac_status=$?
# Line 9758  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9151  if { (eval echo "$as_me:$LINENO: \"$ac_l
9151    ac_cv_lib_tiff_TIFFGetVersion=yes    ac_cv_lib_tiff_TIFFGetVersion=yes
9152  else  else
9153    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9154  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9155  ac_cv_lib_tiff_TIFFGetVersion=no  ac_cv_lib_tiff_TIFFGetVersion=no
9156  fi  fi
9157  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 9802  else Line 9194  else
9194  echo "$as_me:$LINENO: checking gif_lib.h usability" >&5  echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
9195  echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6  echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
9196  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
9197  /* confdefs.h.  */  #line $LINENO "configure"
9198  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9199  $ac_includes_default  $ac_includes_default
9200  #include <gif_lib.h>  #include <gif_lib.h>
9201  _ACEOF  _ACEOF
# Line 9816  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 9205  if { (eval echo "$as_me:$LINENO: \"$ac_c
9205    ac_status=$?    ac_status=$?
9206    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9207    (exit $ac_status); } &&    (exit $ac_status); } &&
9208           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
9209    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9210    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9211    ac_status=$?    ac_status=$?
# Line 9825  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 9214  if { (eval echo "$as_me:$LINENO: \"$ac_c
9214    ac_header_compiler=yes    ac_header_compiler=yes
9215  else  else
9216    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9217  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9218  ac_header_compiler=no  ac_header_compiler=no
9219  fi  fi
9220  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 9837  echo "${ECHO_T}$ac_header_compiler" >&6 Line 9225  echo "${ECHO_T}$ac_header_compiler" >&6
9225  echo "$as_me:$LINENO: checking gif_lib.h presence" >&5  echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
9226  echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6  echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
9227  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
9228  /* confdefs.h.  */  #line $LINENO "configure"
9229  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9230  #include <gif_lib.h>  #include <gif_lib.h>
9231  _ACEOF  _ACEOF
9232  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 9864  if test -z "$ac_cpp_err"; then Line 9249  if test -z "$ac_cpp_err"; then
9249    ac_header_preproc=yes    ac_header_preproc=yes
9250  else  else
9251    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9252  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
9253    ac_header_preproc=no    ac_header_preproc=no
9254  fi  fi
9255  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 9877  case $ac_header_compiler:$ac_header_prep Line 9261  case $ac_header_compiler:$ac_header_prep
9261    yes:no )    yes:no )
9262      { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
9263  echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9264      { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
9265  echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
9266    no:yes )    no:yes )
9267      { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
9268  echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
9269      { echo "$as_me:$LINENO: WARNING: gif_lib.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
9270  echo "$as_me: WARNING: gif_lib.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: gif_lib.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: gif_lib.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
9271      { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
9272  echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
9273  esac  esac
9274  echo "$as_me:$LINENO: checking for gif_lib.h" >&5  echo "$as_me:$LINENO: checking for gif_lib.h" >&5
9275  echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6  echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
# Line 9926  else Line 9293  else
9293    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
9294  LIBS="-lungif  $LIBS"  LIBS="-lungif  $LIBS"
9295  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
9296  /* confdefs.h.  */  #line $LINENO "configure"
9297  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9298    
9299  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
9300  #ifdef __cplusplus  #ifdef __cplusplus
# Line 9953  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9317  if { (eval echo "$as_me:$LINENO: \"$ac_l
9317    ac_status=$?    ac_status=$?
9318    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9319    (exit $ac_status); } &&    (exit $ac_status); } &&
9320           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
9321    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9322    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9323    ac_status=$?    ac_status=$?
# Line 9962  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9326  if { (eval echo "$as_me:$LINENO: \"$ac_l
9326    ac_cv_lib_ungif_EGifPutExtensionLast=yes    ac_cv_lib_ungif_EGifPutExtensionLast=yes
9327  else  else
9328    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9329  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9330  ac_cv_lib_ungif_EGifPutExtensionLast=no  ac_cv_lib_ungif_EGifPutExtensionLast=no
9331  fi  fi
9332  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 10005  else Line 9368  else
9368  echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5  echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
9369  echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6  echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6
9370  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
9371  /* confdefs.h.  */  #line $LINENO "configure"
9372  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9373  $ac_includes_default  $ac_includes_default
9374  #include <Carbon/Carbon.h>  #include <Carbon/Carbon.h>
9375  _ACEOF  _ACEOF
# Line 10019  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 9379  if { (eval echo "$as_me:$LINENO: \"$ac_c
9379    ac_status=$?    ac_status=$?
9380    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9381    (exit $ac_status); } &&    (exit $ac_status); } &&
9382           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
9383    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9384    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9385    ac_status=$?    ac_status=$?
# Line 10028  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 9388  if { (eval echo "$as_me:$LINENO: \"$ac_c
9388    ac_header_compiler=yes    ac_header_compiler=yes
9389  else  else
9390    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9391  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9392  ac_header_compiler=no  ac_header_compiler=no
9393  fi  fi
9394  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 10040  echo "${ECHO_T}$ac_header_compiler" >&6 Line 9399  echo "${ECHO_T}$ac_header_compiler" >&6
9399  echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5  echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
9400  echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6  echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6
9401  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
9402  /* confdefs.h.  */  #line $LINENO "configure"
9403  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9404  #include <Carbon/Carbon.h>  #include <Carbon/Carbon.h>
9405  _ACEOF  _ACEOF
9406  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 10067  if test -z "$ac_cpp_err"; then Line 9423  if test -z "$ac_cpp_err"; then
9423    ac_header_preproc=yes    ac_header_preproc=yes
9424  else  else
9425    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9426  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
9427    ac_header_preproc=no    ac_header_preproc=no
9428  fi  fi
9429  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 10080  case $ac_header_compiler:$ac_header_prep Line 9435  case $ac_header_compiler:$ac_header_prep
9435    yes:no )    yes:no )
9436      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5
9437  echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9438      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
9439  echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
9440    no:yes )    no:yes )
9441      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5
9442  echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
9443      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5
9444  echo "$as_me: WARNING: Carbon/Carbon.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: Carbon/Carbon.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
9445      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
9446  echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
9447  esac  esac
9448  echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5  echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
9449  echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6  echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
# Line 10160  else Line 9498  else
9498  echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5  echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
9499  echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6  echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6
9500  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
9501  /* confdefs.h.  */  #line $LINENO "configure"
9502  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9503  $ac_includes_default  $ac_includes_default
9504  #include <X11/SM/SMlib.h>  #include <X11/SM/SMlib.h>
9505  _ACEOF  _ACEOF
# Line 10174  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 9509  if { (eval echo "$as_me:$LINENO: \"$ac_c
9509    ac_status=$?    ac_status=$?
9510    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9511    (exit $ac_status); } &&    (exit $ac_status); } &&
9512           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
9513    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9514    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9515    ac_status=$?    ac_status=$?
# Line 10183  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 9518  if { (eval echo "$as_me:$LINENO: \"$ac_c
9518    ac_header_compiler=yes    ac_header_compiler=yes
9519  else  else
9520    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9521  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9522  ac_header_compiler=no  ac_header_compiler=no
9523  fi  fi
9524  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 10195  echo "${ECHO_T}$ac_header_compiler" >&6 Line 9529  echo "${ECHO_T}$ac_header_compiler" >&6
9529  echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5  echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
9530  echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6  echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6
9531  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
9532  /* confdefs.h.  */  #line $LINENO "configure"
9533  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9534  #include <X11/SM/SMlib.h>  #include <X11/SM/SMlib.h>
9535  _ACEOF  _ACEOF
9536  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 10222  if test -z "$ac_cpp_err"; then Line 9553  if test -z "$ac_cpp_err"; then
9553    ac_header_preproc=yes    ac_header_preproc=yes
9554  else  else
9555    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9556  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
9557    ac_header_preproc=no    ac_header_preproc=no
9558  fi  fi
9559  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 10235  case $ac_header_compiler:$ac_header_prep Line 9565  case $ac_header_compiler:$ac_header_prep
9565    yes:no )    yes:no )
9566      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
9567  echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9568      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
9569  echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
9570    no:yes )    no:yes )
9571      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
9572  echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
9573      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
9574  echo "$as_me: WARNING: X11/SM/SMlib.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: X11/SM/SMlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
9575      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
9576  echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
9577  esac  esac
9578  echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5  echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
9579  echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6  echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
# Line 10282  else Line 9595  else
9595    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
9596  LIBS="-lSM  $LIBS"  LIBS="-lSM  $LIBS"
9597  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
9598  /* confdefs.h.  */  #line $LINENO "configure"
9599  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9600    
9601  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
9602  #ifdef __cplusplus  #ifdef __cplusplus
# Line 10309  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9619  if { (eval echo "$as_me:$LINENO: \"$ac_l
9619    ac_status=$?    ac_status=$?
9620    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9621    (exit $ac_status); } &&    (exit $ac_status); } &&
9622           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
9623    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9624    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9625    ac_status=$?    ac_status=$?
# Line 10318  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9628  if { (eval echo "$as_me:$LINENO: \"$ac_l
9628    ac_cv_lib_SM_SmcOpenConnection=yes    ac_cv_lib_SM_SmcOpenConnection=yes
9629  else  else
9630    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9631  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9632  ac_cv_lib_SM_SmcOpenConnection=no  ac_cv_lib_SM_SmcOpenConnection=no
9633  fi  fi
9634  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 10357  if test "${emacs_cv_netdb_declares_h_err Line 9666  if test "${emacs_cv_netdb_declares_h_err
9666    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
9667  else  else
9668    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
9669  /* confdefs.h.  */  #line $LINENO "configure"
9670  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9671  #include <netdb.h>  #include <netdb.h>
9672  int  int
9673  main ()  main ()
# Line 10377  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9683  if { (eval echo "$as_me:$LINENO: \"$ac_l
9683    ac_status=$?    ac_status=$?
9684    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9685    (exit $ac_status); } &&    (exit $ac_status); } &&
9686           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
9687    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9688    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9689    ac_status=$?    ac_status=$?
# Line 10386  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9692  if { (eval echo "$as_me:$LINENO: \"$ac_l
9692    emacs_cv_netdb_declares_h_errno=yes    emacs_cv_netdb_declares_h_errno=yes
9693  else  else
9694    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9695  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9696  emacs_cv_netdb_declares_h_errno=no  emacs_cv_netdb_declares_h_errno=no
9697  fi  fi
9698  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 10410  if test "${ac_cv_working_alloca_h+set}" Line 9715  if test "${ac_cv_working_alloca_h+set}"
9715    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
9716  else  else
9717    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
9718  /* confdefs.h.  */  #line $LINENO "configure"
9719  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9720  #include <alloca.h>  #include <alloca.h>
9721  int  int
9722  main ()  main ()
# Line 10430  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9732  if { (eval echo "$as_me:$LINENO: \"$ac_l
9732    ac_status=$?    ac_status=$?
9733    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9734    (exit $ac_status); } &&    (exit $ac_status); } &&
9735           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
9736    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9737    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9738    ac_status=$?    ac_status=$?
# Line 10439  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9741  if { (eval echo "$as_me:$LINENO: \"$ac_l
9741    ac_cv_working_alloca_h=yes    ac_cv_working_alloca_h=yes
9742  else  else
9743    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9744  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9745  ac_cv_working_alloca_h=no  ac_cv_working_alloca_h=no
9746  fi  fi
9747  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 10461  if test "${ac_cv_func_alloca_works+set}" Line 9762  if test "${ac_cv_func_alloca_works+set}"
9762    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
9763  else  else
9764    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
9765  /* confdefs.h.  */  #line $LINENO "configure"
9766  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9767  #ifdef __GNUC__  #ifdef __GNUC__
9768  # define alloca __builtin_alloca  # define alloca __builtin_alloca
9769  #else  #else
# Line 10501  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9799  if { (eval echo "$as_me:$LINENO: \"$ac_l
9799    ac_status=$?    ac_status=$?
9800    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9801    (exit $ac_status); } &&    (exit $ac_status); } &&
9802           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
9803    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9804    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9805    ac_status=$?    ac_status=$?
# Line 10510  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9808  if { (eval echo "$as_me:$LINENO: \"$ac_l
9808    ac_cv_func_alloca_works=yes    ac_cv_func_alloca_works=yes
9809  else  else
9810    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9811  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9812  ac_cv_func_alloca_works=no  ac_cv_func_alloca_works=no
9813  fi  fi
9814  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 10544  if test "${ac_cv_os_cray+set}" = set; th Line 9841  if test "${ac_cv_os_cray+set}" = set; th
9841    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
9842  else  else
9843    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
9844  /* confdefs.h.  */  #line $LINENO "configure"
9845  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9846  #if defined(CRAY) && ! defined(CRAY2)  #if defined(CRAY) && ! defined(CRAY2)
9847  webecray  webecray
9848  #else  #else
# Line 10576  if eval "test \"\${$as_ac_var+set}\" = s Line 9870  if eval "test \"\${$as_ac_var+set}\" = s
9870    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
9871  else  else
9872    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
9873  /* confdefs.h.  */  #line $LINENO "configure"
9874  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
9875  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
9876      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
9877      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
9878  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
9879  #ifdef __cplusplus  #ifdef __cplusplus
9880  extern "C"  extern "C"
 {  
9881  #endif  #endif
9882  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
9883     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
9884  char $ac_func ();  char $ac_func ();
9885    char (*f) ();
9886    
9887    int
9888    main ()
9889    {
9890  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
9891      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
9892      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
9893  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9894  choke me  choke me
9895  #else  #else
9896  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
9897  #endif  #endif
9898    
 int  
 main ()  
 {  
 return f != $ac_func;  
9899    ;    ;
9900    return 0;    return 0;
9901  }  }
# Line 10632  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9906  if { (eval echo "$as_me:$LINENO: \"$ac_l
9906    ac_status=$?    ac_status=$?
9907    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9908    (exit $ac_status); } &&    (exit $ac_status); } &&
9909           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
9910    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9911    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
9912    ac_status=$?    ac_status=$?
# Line 10641  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9915  if { (eval echo "$as_me:$LINENO: \"$ac_l
9915    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
9916  else  else
9917    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
9918  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9919  eval "$as_ac_var=no"  eval "$as_ac_var=no"
9920  fi  fi
9921  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 10670  else Line 9943  else
9943    ac_cv_c_stack_direction=0    ac_cv_c_stack_direction=0
9944  else  else
9945    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
9946  /* confdefs.h.  */  #line $LINENO "configure"
9947  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
9948  int  int
9949  find_stack_direction ()  find_stack_direction ()
9950  {  {
# Line 10710  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 9980  if { (eval echo "$as_me:$LINENO: \"$ac_l
9980  else  else
9981    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
9982  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
9983  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
9984  ( exit $ac_status )  ( exit $ac_status )
9985  ac_cv_c_stack_direction=-1  ac_cv_c_stack_direction=-1
9986  fi  fi
# Line 10740  else Line 10009  else
10009    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
10010  LIBS="-lm  $LIBS"  LIBS="-lm  $LIBS"
10011  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10012  /* confdefs.h.  */  #line $LINENO "configure"
10013  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
10014    
10015  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
10016  #ifdef __cplusplus  #ifdef __cplusplus
# Line 10767  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10033  if { (eval echo "$as_me:$LINENO: \"$ac_l
10033    ac_status=$?    ac_status=$?
10034    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10035    (exit $ac_status); } &&    (exit $ac_status); } &&
10036           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10037    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10038    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10039    ac_status=$?    ac_status=$?
# Line 10776  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10042  if { (eval echo "$as_me:$LINENO: \"$ac_l
10042    ac_cv_lib_m_sqrt=yes    ac_cv_lib_m_sqrt=yes
10043  else  else
10044    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10045  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
10046  ac_cv_lib_m_sqrt=no  ac_cv_lib_m_sqrt=no
10047  fi  fi
10048  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 10806  else Line 10071  else
10071    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
10072  LIBS="-lmail  $LIBS"  LIBS="-lmail  $LIBS"
10073  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10074  /* confdefs.h.  */  #line $LINENO "configure"
10075  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
10076    
10077  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
10078  #ifdef __cplusplus  #ifdef __cplusplus
# Line 10833  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10095  if { (eval echo "$as_me:$LINENO: \"$ac_l
10095    ac_status=$?    ac_status=$?
10096    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10097    (exit $ac_status); } &&    (exit $ac_status); } &&
10098           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10099    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10100    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10101    ac_status=$?    ac_status=$?
# Line 10842  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10104  if { (eval echo "$as_me:$LINENO: \"$ac_l
10104    ac_cv_lib_mail_maillock=yes    ac_cv_lib_mail_maillock=yes
10105  else  else
10106    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10107  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
10108  ac_cv_lib_mail_maillock=no  ac_cv_lib_mail_maillock=no
10109  fi  fi
10110  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 10869  else Line 10130  else
10130    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
10131  LIBS="-llockfile  $LIBS"  LIBS="-llockfile  $LIBS"
10132  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10133  /* confdefs.h.  */  #line $LINENO "configure"
10134  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
10135    
10136  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
10137  #ifdef __cplusplus  #ifdef __cplusplus
# Line 10896  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10154  if { (eval echo "$as_me:$LINENO: \"$ac_l
10154    ac_status=$?    ac_status=$?
10155    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10156    (exit $ac_status); } &&    (exit $ac_status); } &&
10157           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10158    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10159    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10160    ac_status=$?    ac_status=$?
# Line 10905  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10163  if { (eval echo "$as_me:$LINENO: \"$ac_l
10163    ac_cv_lib_lockfile_maillock=yes    ac_cv_lib_lockfile_maillock=yes
10164  else  else
10165    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10166  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
10167  ac_cv_lib_lockfile_maillock=no  ac_cv_lib_lockfile_maillock=no
10168  fi  fi
10169  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 10985  if eval "test \"\${$as_ac_var+set}\" = s Line 10242  if eval "test \"\${$as_ac_var+set}\" = s
10242    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
10243  else  else
10244    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
10245  /* confdefs.h.  */  #line $LINENO "configure"
10246  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
10247  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
10248      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
10249      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
10250  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
10251  #ifdef __cplusplus  #ifdef __cplusplus
10252  extern "C"  extern "C"
 {  
10253  #endif  #endif
10254  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
10255     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
10256  char $ac_func ();  char $ac_func ();
10257    char (*f) ();
10258    
10259    int
10260    main ()
10261    {
10262  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
10263      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
10264      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
10265  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10266  choke me  choke me
10267  #else  #else
10268  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
10269  #endif  #endif
10270    
 int  
 main ()  
 {  
 return f != $ac_func;  
10271    ;    ;
10272    return 0;    return 0;
10273  }  }
# Line 11041  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10278  if { (eval echo "$as_me:$LINENO: \"$ac_l
10278    ac_status=$?    ac_status=$?
10279    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10280    (exit $ac_status); } &&    (exit $ac_status); } &&
10281           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10282    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10283    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10284    ac_status=$?    ac_status=$?
# Line 11050  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10287  if { (eval echo "$as_me:$LINENO: \"$ac_l
10287    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
10288  else  else
10289    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10290  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
10291  eval "$as_ac_var=no"  eval "$as_ac_var=no"
10292  fi  fi
10293  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 11083  else Line 10319  else
10319  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
10320  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10321  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10322  /* confdefs.h.  */  #line $LINENO "configure"
10323  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
10324  $ac_includes_default  $ac_includes_default
10325  #include <$ac_header>  #include <$ac_header>
10326  _ACEOF  _ACEOF
# Line 11097  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 10330  if { (eval echo "$as_me:$LINENO: \"$ac_c
10330    ac_status=$?    ac_status=$?
10331    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10332    (exit $ac_status); } &&    (exit $ac_status); } &&
10333           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
10334    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10335    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10336    ac_status=$?    ac_status=$?
# Line 11106  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 10339  if { (eval echo "$as_me:$LINENO: \"$ac_c
10339    ac_header_compiler=yes    ac_header_compiler=yes
10340  else  else
10341    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10342  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
10343  ac_header_compiler=no  ac_header_compiler=no
10344  fi  fi
10345  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 11118  echo "${ECHO_T}$ac_header_compiler" >&6 Line 10350  echo "${ECHO_T}$ac_header_compiler" >&6
10350  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
10351  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10352  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10353  /* confdefs.h.  */  #line $LINENO "configure"
10354  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
10355  #include <$ac_header>  #include <$ac_header>
10356  _ACEOF  _ACEOF
10357  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 11145  if test -z "$ac_cpp_err"; then Line 10374  if test -z "$ac_cpp_err"; then
10374    ac_header_preproc=yes    ac_header_preproc=yes
10375  else  else
10376    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10377  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
10378    ac_header_preproc=no    ac_header_preproc=no
10379  fi  fi
10380  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 11158  case $ac_header_compiler:$ac_header_prep Line 10386  case $ac_header_compiler:$ac_header_prep
10386    yes:no )    yes:no )
10387      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10388  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10389      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10390  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
10391    no:yes )    no:yes )
10392      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10393  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10394      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10395  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
10396      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10397  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
10398  esac  esac
10399  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
10400  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10401  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
10402    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
10403  else  else
10404    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
10405  fi  fi
10406  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10407  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 11290  if eval "test \"\${$as_ac_var+set}\" = s Line 10501  if eval "test \"\${$as_ac_var+set}\" = s
10501    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
10502  else  else
10503    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
10504  /* confdefs.h.  */  #line $LINENO "configure"
10505  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
10506  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
10507      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
10508      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
10509  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
10510  #ifdef __cplusplus  #ifdef __cplusplus
10511  extern "C"  extern "C"
 {  
10512  #endif  #endif
10513  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
10514     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
10515  char $ac_func ();  char $ac_func ();
10516    char (*f) ();
10517    
10518    int
10519    main ()
10520    {
10521  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
10522      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
10523      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
10524  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10525  choke me  choke me
10526  #else  #else
10527  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
10528  #endif  #endif
10529    
 int  
 main ()  
 {  
 return f != $ac_func;  
10530    ;    ;
10531    return 0;    return 0;
10532  }  }
# Line 11346  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10537  if { (eval echo "$as_me:$LINENO: \"$ac_l
10537    ac_status=$?    ac_status=$?
10538    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10539    (exit $ac_status); } &&    (exit $ac_status); } &&
10540           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10541    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10542    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10543    ac_status=$?    ac_status=$?
# Line 11355  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10546  if { (eval echo "$as_me:$LINENO: \"$ac_l
10546    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
10547  else  else
10548    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10549  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
10550  eval "$as_ac_var=no"  eval "$as_ac_var=no"
10551  fi  fi
10552  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 11389  else Line 10579  else
10579  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
10580  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10581  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10582  /* confdefs.h.  */  #line $LINENO "configure"
10583  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
10584  $ac_includes_default  $ac_includes_default
10585  #include <$ac_header>  #include <$ac_header>
10586  _ACEOF  _ACEOF
# Line 11403  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 10590  if { (eval echo "$as_me:$LINENO: \"$ac_c
10590    ac_status=$?    ac_status=$?
10591    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592    (exit $ac_status); } &&    (exit $ac_status); } &&
10593           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
10594    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10595    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10596    ac_status=$?    ac_status=$?
# Line 11412  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 10599  if { (eval echo "$as_me:$LINENO: \"$ac_c
10599    ac_header_compiler=yes    ac_header_compiler=yes
10600  else  else
10601    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10602  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
10603  ac_header_compiler=no  ac_header_compiler=no
10604  fi  fi
10605  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 11424  echo "${ECHO_T}$ac_header_compiler" >&6 Line 10610  echo "${ECHO_T}$ac_header_compiler" >&6
10610  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
10611  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10612  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10613  /* confdefs.h.  */  #line $LINENO "configure"
10614  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
10615  #include <$ac_header>  #include <$ac_header>
10616  _ACEOF  _ACEOF
10617  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 11451  if test -z "$ac_cpp_err"; then Line 10634  if test -z "$ac_cpp_err"; then
10634    ac_header_preproc=yes    ac_header_preproc=yes
10635  else  else
10636    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10637  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
10638    ac_header_preproc=no    ac_header_preproc=no
10639  fi  fi
10640  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 11464  case $ac_header_compiler:$ac_header_prep Line 10646  case $ac_header_compiler:$ac_header_prep
10646    yes:no )    yes:no )
10647      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10648  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10649      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10650  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
10651    no:yes )    no:yes )
10652      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10653  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10654      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10655  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
10656      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10657  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
10658  esac  esac
10659  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
10660  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10661  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
10662    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
10663  else  else
10664    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
10665  fi  fi
10666  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10667  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 11514  done Line 10679  done
10679    
10680    
10681    
10682    for ac_header in sys/time.h unistd.h
 for ac_header in stdlib.h sys/time.h unistd.h  
10683  do  do
10684  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10685  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
# Line 11531  else Line 10695  else
10695  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
10696  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10697  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10698  /* confdefs.h.  */  #line $LINENO "configure"
10699  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
10700  $ac_includes_default  $ac_includes_default
10701  #include <$ac_header>  #include <$ac_header>
10702  _ACEOF  _ACEOF
# Line 11545  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 10706  if { (eval echo "$as_me:$LINENO: \"$ac_c
10706    ac_status=$?    ac_status=$?
10707    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10708    (exit $ac_status); } &&    (exit $ac_status); } &&
10709           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
10710    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10711    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10712    ac_status=$?    ac_status=$?
# Line 11554  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 10715  if { (eval echo "$as_me:$LINENO: \"$ac_c
10715    ac_header_compiler=yes    ac_header_compiler=yes
10716  else  else
10717    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10718  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
10719  ac_header_compiler=no  ac_header_compiler=no
10720  fi  fi
10721  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 11566  echo "${ECHO_T}$ac_header_compiler" >&6 Line 10726  echo "${ECHO_T}$ac_header_compiler" >&6
10726  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
10727  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10728  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10729  /* confdefs.h.  */  #line $LINENO "configure"
10730  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
10731  #include <$ac_header>  #include <$ac_header>
10732  _ACEOF  _ACEOF
10733  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 11593  if test -z "$ac_cpp_err"; then Line 10750  if test -z "$ac_cpp_err"; then
10750    ac_header_preproc=yes    ac_header_preproc=yes
10751  else  else
10752    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10753  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
10754    ac_header_preproc=no    ac_header_preproc=no
10755  fi  fi
10756  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 11606  case $ac_header_compiler:$ac_header_prep Line 10762  case $ac_header_compiler:$ac_header_prep
10762    yes:no )    yes:no )
10763      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10764  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10765      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10766  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
10767    no:yes )    no:yes )
10768      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10769  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10770      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10771  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
10772      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10773  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
10774  esac  esac
10775  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
10776  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10777  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
10778    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
10779  else  else
10780    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
10781  fi  fi
10782  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10783  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 11663  if eval "test \"\${$as_ac_var+set}\" = s Line 10802  if eval "test \"\${$as_ac_var+set}\" = s
10802    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
10803  else  else
10804    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
10805  /* confdefs.h.  */  #line $LINENO "configure"
10806  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
10807  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
10808      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
10809      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
10810  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
10811  #ifdef __cplusplus  #ifdef __cplusplus
10812  extern "C"  extern "C"
 {  
10813  #endif  #endif
10814  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
10815     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
10816  char $ac_func ();  char $ac_func ();
10817    char (*f) ();
10818    
10819    int
10820    main ()
10821    {
10822  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
10823      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
10824      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
10825  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10826  choke me  choke me
10827  #else  #else
10828  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
10829  #endif  #endif
10830    
 int  
 main ()  
 {  
 return f != $ac_func;  
10831    ;    ;
10832    return 0;    return 0;
10833  }  }
# Line 11719  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10838  if { (eval echo "$as_me:$LINENO: \"$ac_l
10838    ac_status=$?    ac_status=$?
10839    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10840    (exit $ac_status); } &&    (exit $ac_status); } &&
10841           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10842    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10843    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10844    ac_status=$?    ac_status=$?
# Line 11728  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 10847  if { (eval echo "$as_me:$LINENO: \"$ac_l
10847    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
10848  else  else
10849    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
10850  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
10851  eval "$as_ac_var=no"  eval "$as_ac_var=no"
10852  fi  fi
10853  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 11753  else Line 10871  else
10871    ac_cv_func_working_mktime=no    ac_cv_func_working_mktime=no
10872  else  else
10873    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
10874  /* confdefs.h.  */  #line $LINENO "configure"
10875  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
10876  /* Test program from Paul Eggert and Tony Leneis.  */  /* Test program from Paul Eggert and Tony Leneis.  */
10877  #if TIME_WITH_SYS_TIME  #if TIME_WITH_SYS_TIME
10878  # include <sys/time.h>  # include <sys/time.h>
# Line 11770  cat >>conftest.$ac_ext <<_ACEOF Line 10885  cat >>conftest.$ac_ext <<_ACEOF
10885  # endif  # endif
10886  #endif  #endif
10887    
 #if HAVE_STDLIB_H  
 # include <stdlib.h>  
 #endif  
   
10888  #if HAVE_UNISTD_H  #if HAVE_UNISTD_H
10889  # include <unistd.h>  # include <unistd.h>
10890  #endif  #endif
# Line 11786  cat >>conftest.$ac_ext <<_ACEOF Line 10897  cat >>conftest.$ac_ext <<_ACEOF
10897  #undef putenv  #undef putenv
10898    
10899  static time_t time_t_max;  static time_t time_t_max;
 static time_t time_t_min;  
10900    
10901  /* Values we'll use to set the TZ environment variable.  */  /* Values we'll use to set the TZ environment variable.  */
10902  static char *tz_strings[] = {  static const char *const tz_strings[] = {
10903    (char *) 0, "TZ=GMT0", "TZ=JST-9",    (const char *) 0, "TZ=GMT0", "TZ=JST-9",
10904    "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"    "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
10905  };  };
10906  #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))  #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
# Line 11821  spring_forward_gap () Line 10931  spring_forward_gap ()
10931  }  }
10932    
10933  static void  static void
10934  mktime_test1 (now)  mktime_test (now)
10935       time_t now;       time_t now;
10936  {  {
10937    struct tm *lt;    struct tm *lt;
10938    if ((lt = localtime (&now)) && mktime (lt) != now)    if ((lt = localtime (&now)) && mktime (lt) != now)
10939      exit (1);      exit (1);
10940  }    now = time_t_max - now;
10941      if ((lt = localtime (&now)) && mktime (lt) != now)
10942  static void      exit (1);
 mktime_test (now)  
      time_t now;  
 {  
   mktime_test1 (now);  
   mktime_test1 ((time_t) (time_t_max - now));  
   mktime_test1 ((time_t) (time_t_min + now));  
10943  }  }
10944    
10945  static void  static void
# Line 11895  main () Line 10999  main ()
10999    for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)    for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
11000      continue;      continue;
11001    time_t_max--;    time_t_max--;
   if ((time_t) -1 < 0)  
     for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)  
       continue;  
11002    delta = time_t_max / 997; /* a suitable prime number */    delta = time_t_max / 997; /* a suitable prime number */
11003    for (i = 0; i < N_STRINGS; i++)    for (i = 0; i < N_STRINGS; i++)
11004      {      {
# Line 11906  main () Line 11007  main ()
11007    
11008        for (t = 0; t <= time_t_max - delta; t += delta)        for (t = 0; t <= time_t_max - delta; t += delta)
11009          mktime_test (t);          mktime_test (t);
11010        mktime_test ((time_t) 1);        mktime_test ((time_t) 60 * 60);
11011        mktime_test ((time_t) (60 * 60));        mktime_test ((time_t) 60 * 60 * 24);
       mktime_test ((time_t) (60 * 60 * 24));  
11012    
11013        for (j = 1; 0 < j; j *= 2)        for (j = 1; 0 < j; j *= 2)
11014          bigtime_test (j);          bigtime_test (j);
11015        bigtime_test (j - 1);        bigtime_test (j - 1);
11016      }      }
11017    irix_6_4_bug ();    irix_6_4_bug ();
# Line 11934  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11034  if { (eval echo "$as_me:$LINENO: \"$ac_l
11034  else  else
11035    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
11036  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
11037  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11038  ( exit $ac_status )  ( exit $ac_status )
11039  ac_cv_func_working_mktime=no  ac_cv_func_working_mktime=no
11040  fi  fi
# Line 11973  if test "${ac_cv_func_getloadavg+set}" = Line 11072  if test "${ac_cv_func_getloadavg+set}" =
11072    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11073  else  else
11074    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11075  /* confdefs.h.  */  #line $LINENO "configure"
11076  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define getloadavg innocuous_getloadavg  
   
11077  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
11078      which can conflict with char getloadavg (); below.      which can conflict with char getloadavg (); below.  */
11079      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef getloadavg  
   
11080  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
11081  #ifdef __cplusplus  #ifdef __cplusplus
11082  extern "C"  extern "C"
 {  
11083  #endif  #endif
11084  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
11085     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
11086  char getloadavg ();  char getloadavg ();
11087    char (*f) ();
11088    
11089    int
11090    main ()
11091    {
11092  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
11093      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
11094      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
11095  #if defined (__stub_getloadavg) || defined (__stub___getloadavg)  #if defined (__stub_getloadavg) || defined (__stub___getloadavg)
11096  choke me  choke me
11097  #else  #else
11098  char (*f) () = getloadavg;  f = getloadavg;
 #endif  
 #ifdef __cplusplus  
 }  
11099  #endif  #endif
11100    
 int  
 main ()  
 {  
 return f != getloadavg;  
11101    ;    ;
11102    return 0;    return 0;
11103  }  }
# Line 12029  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11108  if { (eval echo "$as_me:$LINENO: \"$ac_l
11108    ac_status=$?    ac_status=$?
11109    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11110    (exit $ac_status); } &&    (exit $ac_status); } &&
11111           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11112    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11113    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11114    ac_status=$?    ac_status=$?
# Line 12038  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11117  if { (eval echo "$as_me:$LINENO: \"$ac_l
11117    ac_cv_func_getloadavg=yes    ac_cv_func_getloadavg=yes
11118  else  else
11119    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11120  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11121  ac_cv_func_getloadavg=no  ac_cv_func_getloadavg=no
11122  fi  fi
11123  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 12064  if eval "test \"\${$as_ac_var+set}\" = s Line 11142  if eval "test \"\${$as_ac_var+set}\" = s
11142    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11143  else  else
11144    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11145  /* confdefs.h.  */  #line $LINENO "configure"
11146  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
11147  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
11148      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
11149      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
11150  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
11151  #ifdef __cplusplus  #ifdef __cplusplus
11152  extern "C"  extern "C"
 {  
11153  #endif  #endif
11154  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
11155     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
11156  char $ac_func ();  char $ac_func ();
11157    char (*f) ();
11158    
11159    int
11160    main ()
11161    {
11162  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
11163      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
11164      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
11165  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11166  choke me  choke me
11167  #else  #else
11168  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
11169  #endif  #endif
11170    
 int  
 main ()  
 {  
 return f != $ac_func;  
11171    ;    ;
11172    return 0;    return 0;
11173  }  }
# Line 12120  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11178  if { (eval echo "$as_me:$LINENO: \"$ac_l
11178    ac_status=$?    ac_status=$?
11179    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11180    (exit $ac_status); } &&    (exit $ac_status); } &&
11181           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11182    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11183    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11184    ac_status=$?    ac_status=$?
# Line 12129  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11187  if { (eval echo "$as_me:$LINENO: \"$ac_l
11187    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
11188  else  else
11189    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11190  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11191  eval "$as_ac_var=no"  eval "$as_ac_var=no"
11192  fi  fi
11193  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 12156  else Line 11213  else
11213    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
11214  LIBS="-lkstat  $LIBS"  LIBS="-lkstat  $LIBS"
11215  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11216  /* confdefs.h.  */  #line $LINENO "configure"
11217  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11218    
11219  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
11220  #ifdef __cplusplus  #ifdef __cplusplus
# Line 12183  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11237  if { (eval echo "$as_me:$LINENO: \"$ac_l
11237    ac_status=$?    ac_status=$?
11238    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11239    (exit $ac_status); } &&    (exit $ac_status); } &&
11240           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11241    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11242    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11243    ac_status=$?    ac_status=$?
# Line 12192  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11246  if { (eval echo "$as_me:$LINENO: \"$ac_l
11246    ac_cv_lib_kstat_kstat_open=yes    ac_cv_lib_kstat_kstat_open=yes
11247  else  else
11248    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11249  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11250  ac_cv_lib_kstat_kstat_open=no  ac_cv_lib_kstat_kstat_open=no
11251  fi  fi
11252  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 12225  else Line 11278  else
11278    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
11279  LIBS="-lelf  $LIBS"  LIBS="-lelf  $LIBS"
11280  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11281  /* confdefs.h.  */  #line $LINENO "configure"
11282  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11283    
11284  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
11285  #ifdef __cplusplus  #ifdef __cplusplus
# Line 12252  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11302  if { (eval echo "$as_me:$LINENO: \"$ac_l
11302    ac_status=$?    ac_status=$?
11303    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11304    (exit $ac_status); } &&    (exit $ac_status); } &&
11305           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11306    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11307    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11308    ac_status=$?    ac_status=$?
# Line 12261  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11311  if { (eval echo "$as_me:$LINENO: \"$ac_l
11311    ac_cv_lib_elf_elf_begin=yes    ac_cv_lib_elf_elf_begin=yes
11312  else  else
11313    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11314  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11315  ac_cv_lib_elf_elf_begin=no  ac_cv_lib_elf_elf_begin=no
11316  fi  fi
11317  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 12284  else Line 11333  else
11333    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
11334  LIBS="-lkvm  $LIBS"  LIBS="-lkvm  $LIBS"
11335  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11336  /* confdefs.h.  */  #line $LINENO "configure"
11337  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11338    
11339  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
11340  #ifdef __cplusplus  #ifdef __cplusplus
# Line 12311  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11357  if { (eval echo "$as_me:$LINENO: \"$ac_l
11357    ac_status=$?    ac_status=$?
11358    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11359    (exit $ac_status); } &&    (exit $ac_status); } &&
11360           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11361    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11362    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11363    ac_status=$?    ac_status=$?
# Line 12320  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11366  if { (eval echo "$as_me:$LINENO: \"$ac_l
11366    ac_cv_lib_kvm_kvm_open=yes    ac_cv_lib_kvm_kvm_open=yes
11367  else  else
11368    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11369  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11370  ac_cv_lib_kvm_kvm_open=no  ac_cv_lib_kvm_kvm_open=no
11371  fi  fi
11372  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 12342  else Line 11387  else
11387    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
11388  LIBS="-lutil  $LIBS"  LIBS="-lutil  $LIBS"
11389  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11390  /* confdefs.h.  */  #line $LINENO "configure"
11391  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11392    
11393  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
11394  #ifdef __cplusplus  #ifdef __cplusplus
# Line 12369  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11411  if { (eval echo "$as_me:$LINENO: \"$ac_l
11411    ac_status=$?    ac_status=$?
11412    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11413    (exit $ac_status); } &&    (exit $ac_status); } &&
11414           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11415    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11416    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11417    ac_status=$?    ac_status=$?
# Line 12378  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11420  if { (eval echo "$as_me:$LINENO: \"$ac_l
11420    ac_cv_lib_util_getloadavg=yes    ac_cv_lib_util_getloadavg=yes
11421  else  else
11422    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11423  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11424  ac_cv_lib_util_getloadavg=no  ac_cv_lib_util_getloadavg=no
11425  fi  fi
11426  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 12406  else Line 11447  else
11447    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
11448  LIBS="-lgetloadavg  $LIBS"  LIBS="-lgetloadavg  $LIBS"
11449  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11450  /* confdefs.h.  */  #line $LINENO "configure"
11451  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11452    
11453  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
11454  #ifdef __cplusplus  #ifdef __cplusplus
# Line 12433  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11471  if { (eval echo "$as_me:$LINENO: \"$ac_l
11471    ac_status=$?    ac_status=$?
11472    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473    (exit $ac_status); } &&    (exit $ac_status); } &&
11474           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11475    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11476    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11477    ac_status=$?    ac_status=$?
# Line 12442  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11480  if { (eval echo "$as_me:$LINENO: \"$ac_l
11480    ac_cv_lib_getloadavg_getloadavg=yes    ac_cv_lib_getloadavg_getloadavg=yes
11481  else  else
11482    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11483  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11484  ac_cv_lib_getloadavg_getloadavg=no  ac_cv_lib_getloadavg_getloadavg=no
11485  fi  fi
11486  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 12471  if eval "test \"\${$as_ac_var+set}\" = s Line 11508  if eval "test \"\${$as_ac_var+set}\" = s
11508    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11509  else  else
11510    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11511  /* confdefs.h.  */  #line $LINENO "configure"
11512  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
11513  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
11514      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
11515      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
11516  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
11517  #ifdef __cplusplus  #ifdef __cplusplus
11518  extern "C"  extern "C"
 {  
11519  #endif  #endif
11520  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
11521     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
11522  char $ac_func ();  char $ac_func ();
11523    char (*f) ();
11524    
11525    int
11526    main ()
11527    {
11528  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
11529      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
11530      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
11531  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11532  choke me  choke me
11533  #else  #else
11534  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
11535  #endif  #endif
11536    
 int  
 main ()  
 {  
 return f != $ac_func;  
11537    ;    ;
11538    return 0;    return 0;
11539  }  }
# Line 12527  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11544  if { (eval echo "$as_me:$LINENO: \"$ac_l
11544    ac_status=$?    ac_status=$?
11545    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11546    (exit $ac_status); } &&    (exit $ac_status); } &&
11547           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11548    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11549    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11550    ac_status=$?    ac_status=$?
# Line 12536  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11553  if { (eval echo "$as_me:$LINENO: \"$ac_l
11553    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
11554  else  else
11555    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11556  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11557  eval "$as_ac_var=no"  eval "$as_ac_var=no"
11558  fi  fi
11559  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 12571  else Line 11587  else
11587  echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5  echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
11588  echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6  echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
11589  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11590  /* confdefs.h.  */  #line $LINENO "configure"
11591  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11592  $ac_includes_default  $ac_includes_default
11593  #include <sys/dg_sys_info.h>  #include <sys/dg_sys_info.h>
11594  _ACEOF  _ACEOF
# Line 12585  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 11598  if { (eval echo "$as_me:$LINENO: \"$ac_c
11598    ac_status=$?    ac_status=$?
11599    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11600    (exit $ac_status); } &&    (exit $ac_status); } &&
11601           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
11602    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11603    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11604    ac_status=$?    ac_status=$?
# Line 12594  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 11607  if { (eval echo "$as_me:$LINENO: \"$ac_c
11607    ac_header_compiler=yes    ac_header_compiler=yes
11608  else  else
11609    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11610  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11611  ac_header_compiler=no  ac_header_compiler=no
11612  fi  fi
11613  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 12606  echo "${ECHO_T}$ac_header_compiler" >&6 Line 11618  echo "${ECHO_T}$ac_header_compiler" >&6
11618  echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5  echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
11619  echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6  echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
11620  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11621  /* confdefs.h.  */  #line $LINENO "configure"
11622  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11623  #include <sys/dg_sys_info.h>  #include <sys/dg_sys_info.h>
11624  _ACEOF  _ACEOF
11625  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 12633  if test -z "$ac_cpp_err"; then Line 11642  if test -z "$ac_cpp_err"; then
11642    ac_header_preproc=yes    ac_header_preproc=yes
11643  else  else
11644    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11645  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
11646    ac_header_preproc=no    ac_header_preproc=no
11647  fi  fi
11648  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 12646  case $ac_header_compiler:$ac_header_prep Line 11654  case $ac_header_compiler:$ac_header_prep
11654    yes:no )    yes:no )
11655      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
11656  echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11657      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
11658  echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
11659    no:yes )    no:yes )
11660      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
11661  echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
11662      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
11663  echo "$as_me: WARNING: sys/dg_sys_info.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: sys/dg_sys_info.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
11664      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
11665  echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
11666  esac  esac
11667  echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5  echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
11668  echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6  echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
# Line 12700  else Line 11691  else
11691    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
11692  LIBS="-ldgc  $LIBS"  LIBS="-ldgc  $LIBS"
11693  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11694  /* confdefs.h.  */  #line $LINENO "configure"
11695  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11696    
11697  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
11698  #ifdef __cplusplus  #ifdef __cplusplus
# Line 12727  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11715  if { (eval echo "$as_me:$LINENO: \"$ac_l
11715    ac_status=$?    ac_status=$?
11716    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11717    (exit $ac_status); } &&    (exit $ac_status); } &&
11718           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11719    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11720    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11721    ac_status=$?    ac_status=$?
# Line 12736  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11724  if { (eval echo "$as_me:$LINENO: \"$ac_l
11724    ac_cv_lib_dgc_dg_sys_info=yes    ac_cv_lib_dgc_dg_sys_info=yes
11725  else  else
11726    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11727  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11728  ac_cv_lib_dgc_dg_sys_info=no  ac_cv_lib_dgc_dg_sys_info=no
11729  fi  fi
11730  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 12771  else Line 11758  else
11758  echo "$as_me:$LINENO: checking locale.h usability" >&5  echo "$as_me:$LINENO: checking locale.h usability" >&5
11759  echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6  echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6
11760  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11761  /* confdefs.h.  */  #line $LINENO "configure"
11762  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11763  $ac_includes_default  $ac_includes_default
11764  #include <locale.h>  #include <locale.h>
11765  _ACEOF  _ACEOF
# Line 12785  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 11769  if { (eval echo "$as_me:$LINENO: \"$ac_c
11769    ac_status=$?    ac_status=$?
11770    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11771    (exit $ac_status); } &&    (exit $ac_status); } &&
11772           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
11773    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11774    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11775    ac_status=$?    ac_status=$?
# Line 12794  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 11778  if { (eval echo "$as_me:$LINENO: \"$ac_c
11778    ac_header_compiler=yes    ac_header_compiler=yes
11779  else  else
11780    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11781  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11782  ac_header_compiler=no  ac_header_compiler=no
11783  fi  fi
11784  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 12806  echo "${ECHO_T}$ac_header_compiler" >&6 Line 11789  echo "${ECHO_T}$ac_header_compiler" >&6
11789  echo "$as_me:$LINENO: checking locale.h presence" >&5  echo "$as_me:$LINENO: checking locale.h presence" >&5
11790  echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6  echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6
11791  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11792  /* confdefs.h.  */  #line $LINENO "configure"
11793  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11794  #include <locale.h>  #include <locale.h>
11795  _ACEOF  _ACEOF
11796  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 12833  if test -z "$ac_cpp_err"; then Line 11813  if test -z "$ac_cpp_err"; then
11813    ac_header_preproc=yes    ac_header_preproc=yes
11814  else  else
11815    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11816  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
11817    ac_header_preproc=no    ac_header_preproc=no
11818  fi  fi
11819  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 12846  case $ac_header_compiler:$ac_header_prep Line 11825  case $ac_header_compiler:$ac_header_prep
11825    yes:no )    yes:no )
11826      { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
11827  echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11828      { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
11829  echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
11830    no:yes )    no:yes )
11831      { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
11832  echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
11833      { echo "$as_me:$LINENO: WARNING: locale.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
11834  echo "$as_me: WARNING: locale.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: locale.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: locale.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
11835      { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
11836  echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
11837  esac  esac
11838  echo "$as_me:$LINENO: checking for locale.h" >&5  echo "$as_me:$LINENO: checking for locale.h" >&5
11839  echo $ECHO_N "checking for locale.h... $ECHO_C" >&6  echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
# Line 12896  if eval "test \"\${$as_ac_var+set}\" = s Line 11858  if eval "test \"\${$as_ac_var+set}\" = s
11858    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11859  else  else
11860    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11861  /* confdefs.h.  */  #line $LINENO "configure"
11862  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
11863  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
11864      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
11865      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
11866  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
11867  #ifdef __cplusplus  #ifdef __cplusplus
11868  extern "C"  extern "C"
 {  
11869  #endif  #endif
11870  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
11871     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
11872  char $ac_func ();  char $ac_func ();
11873    char (*f) ();
11874    
11875    int
11876    main ()
11877    {
11878  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
11879      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
11880      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
11881  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11882  choke me  choke me
11883  #else  #else
11884  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
11885  #endif  #endif
11886    
 int  
 main ()  
 {  
 return f != $ac_func;  
11887    ;    ;
11888    return 0;    return 0;
11889  }  }
# Line 12952  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11894  if { (eval echo "$as_me:$LINENO: \"$ac_l
11894    ac_status=$?    ac_status=$?
11895    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11896    (exit $ac_status); } &&    (exit $ac_status); } &&
11897           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11898    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11899    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11900    ac_status=$?    ac_status=$?
# Line 12961  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 11903  if { (eval echo "$as_me:$LINENO: \"$ac_l
11903    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
11904  else  else
11905    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11906  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11907  eval "$as_ac_var=no"  eval "$as_ac_var=no"
11908  fi  fi
11909  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 13004  else Line 11945  else
11945  echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5  echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
11946  echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6  echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6
11947  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11948  /* confdefs.h.  */  #line $LINENO "configure"
11949  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11950  $ac_includes_default  $ac_includes_default
11951  #include <inq_stats/cpustats.h>  #include <inq_stats/cpustats.h>
11952  _ACEOF  _ACEOF
# Line 13018  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 11956  if { (eval echo "$as_me:$LINENO: \"$ac_c
11956    ac_status=$?    ac_status=$?
11957    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11958    (exit $ac_status); } &&    (exit $ac_status); } &&
11959           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
11960    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11961    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11962    ac_status=$?    ac_status=$?
# Line 13027  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 11965  if { (eval echo "$as_me:$LINENO: \"$ac_c
11965    ac_header_compiler=yes    ac_header_compiler=yes
11966  else  else
11967    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
11968  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
11969  ac_header_compiler=no  ac_header_compiler=no
11970  fi  fi
11971  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 13039  echo "${ECHO_T}$ac_header_compiler" >&6 Line 11976  echo "${ECHO_T}$ac_header_compiler" >&6
11976  echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5  echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
11977  echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6  echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6
11978  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11979  /* confdefs.h.  */  #line $LINENO "configure"
11980  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
11981  #include <inq_stats/cpustats.h>  #include <inq_stats/cpustats.h>
11982  _ACEOF  _ACEOF
11983  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 13066  if test -z "$ac_cpp_err"; then Line 12000  if test -z "$ac_cpp_err"; then
12000    ac_header_preproc=yes    ac_header_preproc=yes
12001  else  else
12002    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12003  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
12004    ac_header_preproc=no    ac_header_preproc=no
12005  fi  fi
12006  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 13079  case $ac_header_compiler:$ac_header_prep Line 12012  case $ac_header_compiler:$ac_header_prep
12012    yes:no )    yes:no )
12013      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
12014  echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12015      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
12016  echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
12017    no:yes )    no:yes )
12018      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
12019  echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
12020      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
12021  echo "$as_me: WARNING: inq_stats/cpustats.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: inq_stats/cpustats.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
12022      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
12023  echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
12024  esac  esac
12025  echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5  echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
12026  echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6  echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
# Line 13148  else Line 12064  else
12064  echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5  echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
12065  echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6  echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6
12066  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
12067  /* confdefs.h.  */  #line $LINENO "configure"
12068  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12069  $ac_includes_default  $ac_includes_default
12070  #include <sys/cpustats.h>  #include <sys/cpustats.h>
12071  _ACEOF  _ACEOF
# Line 13162  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12075  if { (eval echo "$as_me:$LINENO: \"$ac_c
12075    ac_status=$?    ac_status=$?
12076    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12077    (exit $ac_status); } &&    (exit $ac_status); } &&
12078           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
12079    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12080    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12081    ac_status=$?    ac_status=$?
# Line 13171  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12084  if { (eval echo "$as_me:$LINENO: \"$ac_c
12084    ac_header_compiler=yes    ac_header_compiler=yes
12085  else  else
12086    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12087  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12088  ac_header_compiler=no  ac_header_compiler=no
12089  fi  fi
12090  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 13183  echo "${ECHO_T}$ac_header_compiler" >&6 Line 12095  echo "${ECHO_T}$ac_header_compiler" >&6
12095  echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5  echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
12096  echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6  echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6
12097  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
12098  /* confdefs.h.  */  #line $LINENO "configure"
12099  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12100  #include <sys/cpustats.h>  #include <sys/cpustats.h>
12101  _ACEOF  _ACEOF
12102  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 13210  if test -z "$ac_cpp_err"; then Line 12119  if test -z "$ac_cpp_err"; then
12119    ac_header_preproc=yes    ac_header_preproc=yes
12120  else  else
12121    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12122  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
12123    ac_header_preproc=no    ac_header_preproc=no
12124  fi  fi
12125  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 13223  case $ac_header_compiler:$ac_header_prep Line 12131  case $ac_header_compiler:$ac_header_prep
12131    yes:no )    yes:no )
12132      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
12133  echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12134      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
12135  echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
12136    no:yes )    no:yes )
12137      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
12138  echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
12139      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
12140  echo "$as_me: WARNING: sys/cpustats.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: sys/cpustats.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: sys/cpustats.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
12141      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
12142  echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
12143  esac  esac
12144  echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5  echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
12145  echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6  echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
# Line 13289  else Line 12180  else
12180  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
12181  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12182  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
12183  /* confdefs.h.  */  #line $LINENO "configure"
12184  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12185  $ac_includes_default  $ac_includes_default
12186  #include <$ac_header>  #include <$ac_header>
12187  _ACEOF  _ACEOF
# Line 13303  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12191  if { (eval echo "$as_me:$LINENO: \"$ac_c
12191    ac_status=$?    ac_status=$?
12192    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12193    (exit $ac_status); } &&    (exit $ac_status); } &&
12194           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
12195    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12196    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12197    ac_status=$?    ac_status=$?
# Line 13312  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12200  if { (eval echo "$as_me:$LINENO: \"$ac_c
12200    ac_header_compiler=yes    ac_header_compiler=yes
12201  else  else
12202    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12203  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12204  ac_header_compiler=no  ac_header_compiler=no
12205  fi  fi
12206  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 13324  echo "${ECHO_T}$ac_header_compiler" >&6 Line 12211  echo "${ECHO_T}$ac_header_compiler" >&6
12211  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
12212  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12213  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
12214  /* confdefs.h.  */  #line $LINENO "configure"
12215  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12216  #include <$ac_header>  #include <$ac_header>
12217  _ACEOF  _ACEOF
12218  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 13351  if test -z "$ac_cpp_err"; then Line 12235  if test -z "$ac_cpp_err"; then
12235    ac_header_preproc=yes    ac_header_preproc=yes
12236  else  else
12237    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12238  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
12239    ac_header_preproc=no    ac_header_preproc=no
12240  fi  fi
12241  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 13364  case $ac_header_compiler:$ac_header_prep Line 12247  case $ac_header_compiler:$ac_header_prep
12247    yes:no )    yes:no )
12248      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12249  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12250      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12251  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
12252    no:yes )    no:yes )
12253      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12254  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12255      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12256  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
12257      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12258  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
12259  esac  esac
12260  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
12261  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12262  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
12263    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
12264  else  else
12265    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
12266  fi  fi
12267  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12268  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 13430  else Line 12296  else
12296  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
12297  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12298  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
12299  /* confdefs.h.  */  #line $LINENO "configure"
12300  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12301  $ac_includes_default  $ac_includes_default
12302  #include <$ac_header>  #include <$ac_header>
12303  _ACEOF  _ACEOF
# Line 13444  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12307  if { (eval echo "$as_me:$LINENO: \"$ac_c
12307    ac_status=$?    ac_status=$?
12308    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12309    (exit $ac_status); } &&    (exit $ac_status); } &&
12310           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
12311    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12312    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12313    ac_status=$?    ac_status=$?
# Line 13453  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12316  if { (eval echo "$as_me:$LINENO: \"$ac_c
12316    ac_header_compiler=yes    ac_header_compiler=yes
12317  else  else
12318    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12319  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12320  ac_header_compiler=no  ac_header_compiler=no
12321  fi  fi
12322  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 13465  echo "${ECHO_T}$ac_header_compiler" >&6 Line 12327  echo "${ECHO_T}$ac_header_compiler" >&6
12327  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
12328  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12329  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
12330  /* confdefs.h.  */  #line $LINENO "configure"
12331  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12332  #include <$ac_header>  #include <$ac_header>
12333  _ACEOF  _ACEOF
12334  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 13492  if test -z "$ac_cpp_err"; then Line 12351  if test -z "$ac_cpp_err"; then
12351    ac_header_preproc=yes    ac_header_preproc=yes
12352  else  else
12353    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12354  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
12355    ac_header_preproc=no    ac_header_preproc=no
12356  fi  fi
12357  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 13505  case $ac_header_compiler:$ac_header_prep Line 12363  case $ac_header_compiler:$ac_header_prep
12363    yes:no )    yes:no )
12364      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12365  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12366      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12367  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
12368    no:yes )    no:yes )
12369      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12370  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12371      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12372  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
12373      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12374  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
12375  esac  esac
12376  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
12377  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12378  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
12379    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
12380  else  else
12381    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
12382  fi  fi
12383  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12384  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 13553  if test "${ac_cv_member_struct_nlist_n_u Line 12394  if test "${ac_cv_member_struct_nlist_n_u
12394    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
12395  else  else
12396    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
12397  /* confdefs.h.  */  #line $LINENO "configure"
12398  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12399  #include <nlist.h>  #include <nlist.h>
12400    
12401  int  int
# Line 13576  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12414  if { (eval echo "$as_me:$LINENO: \"$ac_c
12414    ac_status=$?    ac_status=$?
12415    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12416    (exit $ac_status); } &&    (exit $ac_status); } &&
12417           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
12418    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12419    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12420    ac_status=$?    ac_status=$?
# Line 13585  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12423  if { (eval echo "$as_me:$LINENO: \"$ac_c
12423    ac_cv_member_struct_nlist_n_un_n_name=yes    ac_cv_member_struct_nlist_n_un_n_name=yes
12424  else  else
12425    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12426  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12427  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
12428  /* confdefs.h.  */  #line $LINENO "configure"
12429  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12430  #include <nlist.h>  #include <nlist.h>
12431    
12432  int  int
# Line 13611  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12445  if { (eval echo "$as_me:$LINENO: \"$ac_c
12445    ac_status=$?    ac_status=$?
12446    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12447    (exit $ac_status); } &&    (exit $ac_status); } &&
12448           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
12449    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12450    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12451    ac_status=$?    ac_status=$?
# Line 13620  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12454  if { (eval echo "$as_me:$LINENO: \"$ac_c
12454    ac_cv_member_struct_nlist_n_un_n_name=yes    ac_cv_member_struct_nlist_n_un_n_name=yes
12455  else  else
12456    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12457  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12458  ac_cv_member_struct_nlist_n_un_n_name=no  ac_cv_member_struct_nlist_n_un_n_name=no
12459  fi  fi
12460  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 13659  if test "${ac_cv_func_getloadavg_setgid+ Line 12492  if test "${ac_cv_func_getloadavg_setgid+
12492    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
12493  else  else
12494    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
12495  /* confdefs.h.  */  #line $LINENO "configure"
12496  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12497  #include "$srcdir/$ac_config_libobj_dir/getloadavg.c"  #include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
12498  #ifdef LDAV_PRIVILEGED  #ifdef LDAV_PRIVILEGED
12499  Yowza Am I SETGID yet  Yowza Am I SETGID yet
# Line 13702  else Line 12532  else
12532    # If we got an error (system does not support symlinks), try without -L.    # If we got an error (system does not support symlinks), try without -L.
12533    test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`    test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
12534    ac_cv_group_kmem=`echo $ac_ls_output \    ac_cv_group_kmem=`echo $ac_ls_output \
12535      | sed -ne 's/[       ][      ]*/ /g;      | sed -ne 's/[      ][      ]*/ /g;
12536                 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\)  *.*/\1/;                 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\)  *.*/\1/;
12537                 / /s/.* //;p;'`                 / /s/.* //;p;'`
12538    
# Line 13728  else Line 12558  else
12558    while :; do    while :; do
12559    ac_cv_sys_largefile_source=no    ac_cv_sys_largefile_source=no
12560    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
12561  /* confdefs.h.  */  #line $LINENO "configure"
12562  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12563  #include <stdio.h>  #include <stdio.h>
12564  int  int
12565  main ()  main ()
# Line 13748  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12575  if { (eval echo "$as_me:$LINENO: \"$ac_c
12575    ac_status=$?    ac_status=$?
12576    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12577    (exit $ac_status); } &&    (exit $ac_status); } &&
12578           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
12579    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12580    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12581    ac_status=$?    ac_status=$?
# Line 13757  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12584  if { (eval echo "$as_me:$LINENO: \"$ac_c
12584    break    break
12585  else  else
12586    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12587  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12588  fi  fi
12589  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
12590    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
12591  /* confdefs.h.  */  #line $LINENO "configure"
12592  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12593  #define _LARGEFILE_SOURCE 1  #define _LARGEFILE_SOURCE 1
12594  #include <stdio.h>  #include <stdio.h>
12595  int  int
# Line 13783  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12606  if { (eval echo "$as_me:$LINENO: \"$ac_c
12606    ac_status=$?    ac_status=$?
12607    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12608    (exit $ac_status); } &&    (exit $ac_status); } &&
12609           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
12610    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12611    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12612    ac_status=$?    ac_status=$?
# Line 13792  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12615  if { (eval echo "$as_me:$LINENO: \"$ac_c
12615    ac_cv_sys_largefile_source=1; break    ac_cv_sys_largefile_source=1; break
12616  else  else
12617    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12618  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12619  fi  fi
12620  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
12621    break    break
# Line 13819  if test "${ac_cv_func_fseeko+set}" = set Line 12641  if test "${ac_cv_func_fseeko+set}" = set
12641    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
12642  else  else
12643    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
12644  /* confdefs.h.  */  #line $LINENO "configure"
12645  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12646  #include <stdio.h>  #include <stdio.h>
12647  int  int
12648  main ()  main ()
# Line 13839  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12658  if { (eval echo "$as_me:$LINENO: \"$ac_l
12658    ac_status=$?    ac_status=$?
12659    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12660    (exit $ac_status); } &&    (exit $ac_status); } &&
12661           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
12662    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12663    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12664    ac_status=$?    ac_status=$?
# Line 13848  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12667  if { (eval echo "$as_me:$LINENO: \"$ac_l
12667    ac_cv_func_fseeko=yes    ac_cv_func_fseeko=yes
12668  else  else
12669    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12670  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12671  ac_cv_func_fseeko=no  ac_cv_func_fseeko=no
12672  fi  fi
12673  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 13872  if test "${ac_cv_func_getpgrp_void+set}" Line 12690  if test "${ac_cv_func_getpgrp_void+set}"
12690  else  else
12691    # Use it with a single arg.    # Use it with a single arg.
12692  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
12693  /* confdefs.h.  */  #line $LINENO "configure"
12694  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12695  $ac_includes_default  $ac_includes_default
12696  int  int
12697  main ()  main ()
# Line 13892  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12707  if { (eval echo "$as_me:$LINENO: \"$ac_c
12707    ac_status=$?    ac_status=$?
12708    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12709    (exit $ac_status); } &&    (exit $ac_status); } &&
12710           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
12711    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12712    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12713    ac_status=$?    ac_status=$?
# Line 13901  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 12716  if { (eval echo "$as_me:$LINENO: \"$ac_c
12716    ac_cv_func_getpgrp_void=no    ac_cv_func_getpgrp_void=no
12717  else  else
12718    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12719  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12720  ac_cv_func_getpgrp_void=yes  ac_cv_func_getpgrp_void=yes
12721  fi  fi
12722  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 13929  if eval "test \"\${$as_ac_var+set}\" = s Line 12743  if eval "test \"\${$as_ac_var+set}\" = s
12743    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
12744  else  else
12745    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
12746  /* confdefs.h.  */  #line $LINENO "configure"
12747  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
12748  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
12749      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
12750      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
12751  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
12752  #ifdef __cplusplus  #ifdef __cplusplus
12753  extern "C"  extern "C"
 {  
12754  #endif  #endif
12755  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
12756     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
12757  char $ac_func ();  char $ac_func ();
12758    char (*f) ();
12759    
12760    int
12761    main ()
12762    {
12763  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
12764      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
12765      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
12766  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12767  choke me  choke me
12768  #else  #else
12769  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
12770  #endif  #endif
12771    
 int  
 main ()  
 {  
 return f != $ac_func;  
12772    ;    ;
12773    return 0;    return 0;
12774  }  }
# Line 13985  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12779  if { (eval echo "$as_me:$LINENO: \"$ac_l
12779    ac_status=$?    ac_status=$?
12780    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12781    (exit $ac_status); } &&    (exit $ac_status); } &&
12782           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
12783    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12784    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12785    ac_status=$?    ac_status=$?
# Line 13994  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12788  if { (eval echo "$as_me:$LINENO: \"$ac_l
12788    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
12789  else  else
12790    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12791  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12792  eval "$as_ac_var=no"  eval "$as_ac_var=no"
12793  fi  fi
12794  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14017  else Line 12810  else
12810    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
12811  LIBS="-lintl  $LIBS"  LIBS="-lintl  $LIBS"
12812  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
12813  /* confdefs.h.  */  #line $LINENO "configure"
12814  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
12815    
12816  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
12817  #ifdef __cplusplus  #ifdef __cplusplus
# Line 14044  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12834  if { (eval echo "$as_me:$LINENO: \"$ac_l
12834    ac_status=$?    ac_status=$?
12835    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12836    (exit $ac_status); } &&    (exit $ac_status); } &&
12837           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
12838    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12839    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12840    ac_status=$?    ac_status=$?
# Line 14053  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12843  if { (eval echo "$as_me:$LINENO: \"$ac_l
12843    ac_cv_lib_intl_strftime=yes    ac_cv_lib_intl_strftime=yes
12844  else  else
12845    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12846  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12847  ac_cv_lib_intl_strftime=no  ac_cv_lib_intl_strftime=no
12848  fi  fi
12849  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14085  if eval "test \"\${$as_ac_var+set}\" = s Line 12874  if eval "test \"\${$as_ac_var+set}\" = s
12874    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
12875  else  else
12876    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
12877  /* confdefs.h.  */  #line $LINENO "configure"
12878  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
12879  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
12880      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
12881      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
12882  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
12883  #ifdef __cplusplus  #ifdef __cplusplus
12884  extern "C"  extern "C"
 {  
12885  #endif  #endif
12886  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
12887     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
12888  char $ac_func ();  char $ac_func ();
12889    char (*f) ();
12890    
12891    int
12892    main ()
12893    {
12894  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
12895      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
12896      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
12897  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12898  choke me  choke me
12899  #else  #else
12900  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
12901  #endif  #endif
12902    
 int  
 main ()  
 {  
 return f != $ac_func;  
12903    ;    ;
12904    return 0;    return 0;
12905  }  }
# Line 14141  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12910  if { (eval echo "$as_me:$LINENO: \"$ac_l
12910    ac_status=$?    ac_status=$?
12911    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12912    (exit $ac_status); } &&    (exit $ac_status); } &&
12913           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
12914    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12915    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12916    ac_status=$?    ac_status=$?
# Line 14150  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12919  if { (eval echo "$as_me:$LINENO: \"$ac_l
12919    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
12920  else  else
12921    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12922  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12923  eval "$as_ac_var=no"  eval "$as_ac_var=no"
12924  fi  fi
12925  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14178  if eval "test \"\${$as_ac_var+set}\" = s Line 12946  if eval "test \"\${$as_ac_var+set}\" = s
12946    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
12947  else  else
12948    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
12949  /* confdefs.h.  */  #line $LINENO "configure"
12950  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
12951  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
12952      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
12953      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
12954  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
12955  #ifdef __cplusplus  #ifdef __cplusplus
12956  extern "C"  extern "C"
 {  
12957  #endif  #endif
12958  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
12959     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
12960  char $ac_func ();  char $ac_func ();
12961    char (*f) ();
12962    
12963    int
12964    main ()
12965    {
12966  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
12967      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
12968      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
12969  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12970  choke me  choke me
12971  #else  #else
12972  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
12973  #endif  #endif
12974    
 int  
 main ()  
 {  
 return f != $ac_func;  
12975    ;    ;
12976    return 0;    return 0;
12977  }  }
# Line 14234  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12982  if { (eval echo "$as_me:$LINENO: \"$ac_l
12982    ac_status=$?    ac_status=$?
12983    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12984    (exit $ac_status); } &&    (exit $ac_status); } &&
12985           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
12986    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12987    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12988    ac_status=$?    ac_status=$?
# Line 14243  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 12991  if { (eval echo "$as_me:$LINENO: \"$ac_l
12991    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
12992  else  else
12993    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
12994  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
12995  eval "$as_ac_var=no"  eval "$as_ac_var=no"
12996  fi  fi
12997  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14273  else Line 13020  else
13020    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13021  LIBS="-lncurses  $LIBS"  LIBS="-lncurses  $LIBS"
13022  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13023  /* confdefs.h.  */  #line $LINENO "configure"
13024  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13025    
13026  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13027  #ifdef __cplusplus  #ifdef __cplusplus
# Line 14300  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13044  if { (eval echo "$as_me:$LINENO: \"$ac_l
13044    ac_status=$?    ac_status=$?
13045    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13046    (exit $ac_status); } &&    (exit $ac_status); } &&
13047           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13048    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13049    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13050    ac_status=$?    ac_status=$?
# Line 14309  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13053  if { (eval echo "$as_me:$LINENO: \"$ac_l
13053    ac_cv_lib_ncurses_tparm=yes    ac_cv_lib_ncurses_tparm=yes
13054  else  else
13055    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13056  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13057  ac_cv_lib_ncurses_tparm=no  ac_cv_lib_ncurses_tparm=no
13058  fi  fi
13059  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14338  if test "${ac_cv_func_res_send+set}" = s Line 13081  if test "${ac_cv_func_res_send+set}" = s
13081    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
13082  else  else
13083    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
13084  /* confdefs.h.  */  #line $LINENO "configure"
13085  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define res_send to an innocuous variant, in case <limits.h> declares res_send.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define res_send innocuous_res_send  
   
13086  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
13087      which can conflict with char res_send (); below.      which can conflict with char res_send (); below.  */
13088      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef res_send  
   
13089  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13090  #ifdef __cplusplus  #ifdef __cplusplus
13091  extern "C"  extern "C"
 {  
13092  #endif  #endif
13093  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
13094     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
13095  char res_send ();  char res_send ();
13096    char (*f) ();
13097    
13098    int
13099    main ()
13100    {
13101  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
13102      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
13103      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
13104  #if defined (__stub_res_send) || defined (__stub___res_send)  #if defined (__stub_res_send) || defined (__stub___res_send)
13105  choke me  choke me
13106  #else  #else
13107  char (*f) () = res_send;  f = res_send;
 #endif  
 #ifdef __cplusplus  
 }  
13108  #endif  #endif
13109    
 int  
 main ()  
 {  
 return f != res_send;  
13110    ;    ;
13111    return 0;    return 0;
13112  }  }
# Line 14394  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13117  if { (eval echo "$as_me:$LINENO: \"$ac_l
13117    ac_status=$?    ac_status=$?
13118    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13119    (exit $ac_status); } &&    (exit $ac_status); } &&
13120           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13121    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13122    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13123    ac_status=$?    ac_status=$?
# Line 14403  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13126  if { (eval echo "$as_me:$LINENO: \"$ac_l
13126    ac_cv_func_res_send=yes    ac_cv_func_res_send=yes
13127  else  else
13128    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13129  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13130  ac_cv_func_res_send=no  ac_cv_func_res_send=no
13131  fi  fi
13132  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14420  if test "${ac_cv_func___res_send+set}" = Line 13142  if test "${ac_cv_func___res_send+set}" =
13142    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
13143  else  else
13144    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
13145  /* confdefs.h.  */  #line $LINENO "configure"
13146  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define __res_send innocuous___res_send  
   
13147  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
13148      which can conflict with char __res_send (); below.      which can conflict with char __res_send (); below.  */
13149      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef __res_send  
   
13150  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13151  #ifdef __cplusplus  #ifdef __cplusplus
13152  extern "C"  extern "C"
 {  
13153  #endif  #endif
13154  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
13155     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
13156  char __res_send ();  char __res_send ();
13157    char (*f) ();
13158    
13159    int
13160    main ()
13161    {
13162  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
13163      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
13164      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
13165  #if defined (__stub___res_send) || defined (__stub_____res_send)  #if defined (__stub___res_send) || defined (__stub_____res_send)
13166  choke me  choke me
13167  #else  #else
13168  char (*f) () = __res_send;  f = __res_send;
 #endif  
 #ifdef __cplusplus  
 }  
13169  #endif  #endif
13170    
 int  
 main ()  
 {  
 return f != __res_send;  
13171    ;    ;
13172    return 0;    return 0;
13173  }  }
# Line 14476  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13178  if { (eval echo "$as_me:$LINENO: \"$ac_l
13178    ac_status=$?    ac_status=$?
13179    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13180    (exit $ac_status); } &&    (exit $ac_status); } &&
13181           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13182    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13183    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13184    ac_status=$?    ac_status=$?
# Line 14485  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13187  if { (eval echo "$as_me:$LINENO: \"$ac_l
13187    ac_cv_func___res_send=yes    ac_cv_func___res_send=yes
13188  else  else
13189    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13190  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13191  ac_cv_func___res_send=no  ac_cv_func___res_send=no
13192  fi  fi
13193  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14504  else Line 13205  else
13205    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13206  LIBS="-lresolv  $LIBS"  LIBS="-lresolv  $LIBS"
13207  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13208  /* confdefs.h.  */  #line $LINENO "configure"
13209  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13210    
13211  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13212  #ifdef __cplusplus  #ifdef __cplusplus
# Line 14531  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13229  if { (eval echo "$as_me:$LINENO: \"$ac_l
13229    ac_status=$?    ac_status=$?
13230    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13231    (exit $ac_status); } &&    (exit $ac_status); } &&
13232           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13233    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13234    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13235    ac_status=$?    ac_status=$?
# Line 14540  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13238  if { (eval echo "$as_me:$LINENO: \"$ac_l
13238    ac_cv_lib_resolv_res_send=yes    ac_cv_lib_resolv_res_send=yes
13239  else  else
13240    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13241  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13242  ac_cv_lib_resolv_res_send=no  ac_cv_lib_resolv_res_send=no
13243  fi  fi
13244  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14560  else Line 13257  else
13257    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13258  LIBS="-lresolv  $LIBS"  LIBS="-lresolv  $LIBS"
13259  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13260  /* confdefs.h.  */  #line $LINENO "configure"
13261  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13262    
13263  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13264  #ifdef __cplusplus  #ifdef __cplusplus
# Line 14587  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13281  if { (eval echo "$as_me:$LINENO: \"$ac_l
13281    ac_status=$?    ac_status=$?
13282    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13283    (exit $ac_status); } &&    (exit $ac_status); } &&
13284           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13285    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13286    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13287    ac_status=$?    ac_status=$?
# Line 14596  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13290  if { (eval echo "$as_me:$LINENO: \"$ac_l
13290    ac_cv_lib_resolv___res_send=yes    ac_cv_lib_resolv___res_send=yes
13291  else  else
13292    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13293  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13294  ac_cv_lib_resolv___res_send=no  ac_cv_lib_resolv___res_send=no
13295  fi  fi
13296  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14631  if test "${ac_cv_func_hes_getmailhost+se Line 13324  if test "${ac_cv_func_hes_getmailhost+se
13324    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
13325  else  else
13326    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
13327  /* confdefs.h.  */  #line $LINENO "configure"
13328  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define hes_getmailhost innocuous_hes_getmailhost  
   
13329  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
13330      which can conflict with char hes_getmailhost (); below.      which can conflict with char hes_getmailhost (); below.  */
13331      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef hes_getmailhost  
   
13332  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13333  #ifdef __cplusplus  #ifdef __cplusplus
13334  extern "C"  extern "C"
 {  
13335  #endif  #endif
13336  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
13337     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
13338  char hes_getmailhost ();  char hes_getmailhost ();
13339    char (*f) ();
13340    
13341    int
13342    main ()
13343    {
13344  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
13345      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
13346      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
13347  #if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost)  #if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost)
13348  choke me  choke me
13349  #else  #else
13350  char (*f) () = hes_getmailhost;  f = hes_getmailhost;
 #endif  
 #ifdef __cplusplus  
 }  
13351  #endif  #endif
13352    
 int  
 main ()  
 {  
 return f != hes_getmailhost;  
13353    ;    ;
13354    return 0;    return 0;
13355  }  }
# Line 14687  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13360  if { (eval echo "$as_me:$LINENO: \"$ac_l
13360    ac_status=$?    ac_status=$?
13361    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13362    (exit $ac_status); } &&    (exit $ac_status); } &&
13363           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13364    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13365    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13366    ac_status=$?    ac_status=$?
# Line 14696  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13369  if { (eval echo "$as_me:$LINENO: \"$ac_l
13369    ac_cv_func_hes_getmailhost=yes    ac_cv_func_hes_getmailhost=yes
13370  else  else
13371    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13372  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13373  ac_cv_func_hes_getmailhost=no  ac_cv_func_hes_getmailhost=no
13374  fi  fi
13375  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14715  else Line 13387  else
13387    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13388  LIBS="-lhesiod $RESOLVLIB $LIBS"  LIBS="-lhesiod $RESOLVLIB $LIBS"
13389  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13390  /* confdefs.h.  */  #line $LINENO "configure"
13391  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13392    
13393  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13394  #ifdef __cplusplus  #ifdef __cplusplus
# Line 14742  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13411  if { (eval echo "$as_me:$LINENO: \"$ac_l
13411    ac_status=$?    ac_status=$?
13412    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13413    (exit $ac_status); } &&    (exit $ac_status); } &&
13414           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13415    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13416    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13417    ac_status=$?    ac_status=$?
# Line 14751  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13420  if { (eval echo "$as_me:$LINENO: \"$ac_l
13420    ac_cv_lib_hesiod_hes_getmailhost=yes    ac_cv_lib_hesiod_hes_getmailhost=yes
13421  else  else
13422    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13423  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13424  ac_cv_lib_hesiod_hes_getmailhost=no  ac_cv_lib_hesiod_hes_getmailhost=no
13425  fi  fi
13426  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14785  else Line 13453  else
13453    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13454  LIBS="-lcom_err  $LIBS"  LIBS="-lcom_err  $LIBS"
13455  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13456  /* confdefs.h.  */  #line $LINENO "configure"
13457  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13458    
13459  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13460  #ifdef __cplusplus  #ifdef __cplusplus
# Line 14812  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13477  if { (eval echo "$as_me:$LINENO: \"$ac_l
13477    ac_status=$?    ac_status=$?
13478    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13479    (exit $ac_status); } &&    (exit $ac_status); } &&
13480           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13481    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13482    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13483    ac_status=$?    ac_status=$?
# Line 14821  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13486  if { (eval echo "$as_me:$LINENO: \"$ac_l
13486    ac_cv_lib_com_err_com_err=yes    ac_cv_lib_com_err_com_err=yes
13487  else  else
13488    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13489  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13490  ac_cv_lib_com_err_com_err=no  ac_cv_lib_com_err_com_err=no
13491  fi  fi
13492  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14848  else Line 13512  else
13512    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13513  LIBS="-lk5crypto  $LIBS"  LIBS="-lk5crypto  $LIBS"
13514  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13515  /* confdefs.h.  */  #line $LINENO "configure"
13516  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13517    
13518  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13519  #ifdef __cplusplus  #ifdef __cplusplus
# Line 14875  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13536  if { (eval echo "$as_me:$LINENO: \"$ac_l
13536    ac_status=$?    ac_status=$?
13537    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13538    (exit $ac_status); } &&    (exit $ac_status); } &&
13539           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13540    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13541    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13542    ac_status=$?    ac_status=$?
# Line 14884  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13545  if { (eval echo "$as_me:$LINENO: \"$ac_l
13545    ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes    ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
13546  else  else
13547    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13548  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13549  ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no  ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
13550  fi  fi
13551  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14911  else Line 13571  else
13571    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13572  LIBS="-lcrypto  $LIBS"  LIBS="-lcrypto  $LIBS"
13573  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13574  /* confdefs.h.  */  #line $LINENO "configure"
13575  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13576    
13577  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13578  #ifdef __cplusplus  #ifdef __cplusplus
# Line 14938  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13595  if { (eval echo "$as_me:$LINENO: \"$ac_l
13595    ac_status=$?    ac_status=$?
13596    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13597    (exit $ac_status); } &&    (exit $ac_status); } &&
13598           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13599    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13600    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13601    ac_status=$?    ac_status=$?
# Line 14947  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13604  if { (eval echo "$as_me:$LINENO: \"$ac_l
13604    ac_cv_lib_crypto_mit_des_cbc_encrypt=yes    ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
13605  else  else
13606    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13607  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13608  ac_cv_lib_crypto_mit_des_cbc_encrypt=no  ac_cv_lib_crypto_mit_des_cbc_encrypt=no
13609  fi  fi
13610  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 14974  else Line 13630  else
13630    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13631  LIBS="-lkrb5  $LIBS"  LIBS="-lkrb5  $LIBS"
13632  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13633  /* confdefs.h.  */  #line $LINENO "configure"
13634  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13635    
13636  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13637  #ifdef __cplusplus  #ifdef __cplusplus
# Line 15001  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13654  if { (eval echo "$as_me:$LINENO: \"$ac_l
13654    ac_status=$?    ac_status=$?
13655    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13656    (exit $ac_status); } &&    (exit $ac_status); } &&
13657           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13658    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13659    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13660    ac_status=$?    ac_status=$?
# Line 15010  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13663  if { (eval echo "$as_me:$LINENO: \"$ac_l
13663    ac_cv_lib_krb5_krb5_init_context=yes    ac_cv_lib_krb5_krb5_init_context=yes
13664  else  else
13665    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13666  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13667  ac_cv_lib_krb5_krb5_init_context=no  ac_cv_lib_krb5_krb5_init_context=no
13668  fi  fi
13669  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 15038  else Line 13690  else
13690    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13691  LIBS="-ldes425  $LIBS"  LIBS="-ldes425  $LIBS"
13692  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13693  /* confdefs.h.  */  #line $LINENO "configure"
13694  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13695    
13696  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13697  #ifdef __cplusplus  #ifdef __cplusplus
# Line 15065  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13714  if { (eval echo "$as_me:$LINENO: \"$ac_l
13714    ac_status=$?    ac_status=$?
13715    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13716    (exit $ac_status); } &&    (exit $ac_status); } &&
13717           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13718    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13719    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13720    ac_status=$?    ac_status=$?
# Line 15074  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13723  if { (eval echo "$as_me:$LINENO: \"$ac_l
13723    ac_cv_lib_des425_des_cbc_encrypt=yes    ac_cv_lib_des425_des_cbc_encrypt=yes
13724  else  else
13725    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13726  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13727  ac_cv_lib_des425_des_cbc_encrypt=no  ac_cv_lib_des425_des_cbc_encrypt=no
13728  fi  fi
13729  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 15100  else Line 13748  else
13748    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13749  LIBS="-ldes  $LIBS"  LIBS="-ldes  $LIBS"
13750  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13751  /* confdefs.h.  */  #line $LINENO "configure"
13752  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13753    
13754  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13755  #ifdef __cplusplus  #ifdef __cplusplus
# Line 15127  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13772  if { (eval echo "$as_me:$LINENO: \"$ac_l
13772    ac_status=$?    ac_status=$?
13773    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13774    (exit $ac_status); } &&    (exit $ac_status); } &&
13775           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13776    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13777    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13778    ac_status=$?    ac_status=$?
# Line 15136  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13781  if { (eval echo "$as_me:$LINENO: \"$ac_l
13781    ac_cv_lib_des_des_cbc_encrypt=yes    ac_cv_lib_des_des_cbc_encrypt=yes
13782  else  else
13783    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13784  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13785  ac_cv_lib_des_des_cbc_encrypt=no  ac_cv_lib_des_des_cbc_encrypt=no
13786  fi  fi
13787  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 15165  else Line 13809  else
13809    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13810  LIBS="-lkrb4  $LIBS"  LIBS="-lkrb4  $LIBS"
13811  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13812  /* confdefs.h.  */  #line $LINENO "configure"
13813  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13814    
13815  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13816  #ifdef __cplusplus  #ifdef __cplusplus
# Line 15192  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13833  if { (eval echo "$as_me:$LINENO: \"$ac_l
13833    ac_status=$?    ac_status=$?
13834    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13835    (exit $ac_status); } &&    (exit $ac_status); } &&
13836           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13837    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13838    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13839    ac_status=$?    ac_status=$?
# Line 15201  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13842  if { (eval echo "$as_me:$LINENO: \"$ac_l
13842    ac_cv_lib_krb4_krb_get_cred=yes    ac_cv_lib_krb4_krb_get_cred=yes
13843  else  else
13844    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13845  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13846  ac_cv_lib_krb4_krb_get_cred=no  ac_cv_lib_krb4_krb_get_cred=no
13847  fi  fi
13848  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 15227  else Line 13867  else
13867    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
13868  LIBS="-lkrb  $LIBS"  LIBS="-lkrb  $LIBS"
13869  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13870  /* confdefs.h.  */  #line $LINENO "configure"
13871  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13872    
13873  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
13874  #ifdef __cplusplus  #ifdef __cplusplus
# Line 15254  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13891  if { (eval echo "$as_me:$LINENO: \"$ac_l
13891    ac_status=$?    ac_status=$?
13892    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13893    (exit $ac_status); } &&    (exit $ac_status); } &&
13894           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
13895    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13896    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13897    ac_status=$?    ac_status=$?
# Line 15263  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 13900  if { (eval echo "$as_me:$LINENO: \"$ac_l
13900    ac_cv_lib_krb_krb_get_cred=yes    ac_cv_lib_krb_krb_get_cred=yes
13901  else  else
13902    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13903  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13904  ac_cv_lib_krb_krb_get_cred=no  ac_cv_lib_krb_krb_get_cred=no
13905  fi  fi
13906  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 15303  else Line 13939  else
13939  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
13940  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13941  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13942  /* confdefs.h.  */  #line $LINENO "configure"
13943  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13944  $ac_includes_default  $ac_includes_default
13945  #include <$ac_header>  #include <$ac_header>
13946  _ACEOF  _ACEOF
# Line 15317  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 13950  if { (eval echo "$as_me:$LINENO: \"$ac_c
13950    ac_status=$?    ac_status=$?
13951    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13952    (exit $ac_status); } &&    (exit $ac_status); } &&
13953           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
13954    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13955    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13956    ac_status=$?    ac_status=$?
# Line 15326  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 13959  if { (eval echo "$as_me:$LINENO: \"$ac_c
13959    ac_header_compiler=yes    ac_header_compiler=yes
13960  else  else
13961    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13962  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
13963  ac_header_compiler=no  ac_header_compiler=no
13964  fi  fi
13965  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 15338  echo "${ECHO_T}$ac_header_compiler" >&6 Line 13970  echo "${ECHO_T}$ac_header_compiler" >&6
13970  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
13971  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13972  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
13973  /* confdefs.h.  */  #line $LINENO "configure"
13974  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
13975  #include <$ac_header>  #include <$ac_header>
13976  _ACEOF  _ACEOF
13977  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 15365  if test -z "$ac_cpp_err"; then Line 13994  if test -z "$ac_cpp_err"; then
13994    ac_header_preproc=yes    ac_header_preproc=yes
13995  else  else
13996    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
13997  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
13998    ac_header_preproc=no    ac_header_preproc=no
13999  fi  fi
14000  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 15378  case $ac_header_compiler:$ac_header_prep Line 14006  case $ac_header_compiler:$ac_header_prep
14006    yes:no )    yes:no )
14007      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14008  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14009      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14010  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
14011    no:yes )    no:yes )
14012      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14013  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14014      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14015  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
14016      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14017  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
14018  esac  esac
14019  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
14020  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14021  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
14022    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
14023  else  else
14024    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
14025  fi  fi
14026  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14027  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 15443  else Line 14054  else
14054  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
14055  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14056  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14057  /* confdefs.h.  */  #line $LINENO "configure"
14058  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14059  $ac_includes_default  $ac_includes_default
14060  #include <$ac_header>  #include <$ac_header>
14061  _ACEOF  _ACEOF
# Line 15457  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14065  if { (eval echo "$as_me:$LINENO: \"$ac_c
14065    ac_status=$?    ac_status=$?
14066    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
14067    (exit $ac_status); } &&    (exit $ac_status); } &&
14068           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
14069    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14070    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
14071    ac_status=$?    ac_status=$?
# Line 15466  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14074  if { (eval echo "$as_me:$LINENO: \"$ac_c
14074    ac_header_compiler=yes    ac_header_compiler=yes
14075  else  else
14076    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14077  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
14078  ac_header_compiler=no  ac_header_compiler=no
14079  fi  fi
14080  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 15478  echo "${ECHO_T}$ac_header_compiler" >&6 Line 14085  echo "${ECHO_T}$ac_header_compiler" >&6
14085  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
14086  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14087  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14088  /* confdefs.h.  */  #line $LINENO "configure"
14089  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14090  #include <$ac_header>  #include <$ac_header>
14091  _ACEOF  _ACEOF
14092  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 15505  if test -z "$ac_cpp_err"; then Line 14109  if test -z "$ac_cpp_err"; then
14109    ac_header_preproc=yes    ac_header_preproc=yes
14110  else  else
14111    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14112  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
14113    ac_header_preproc=no    ac_header_preproc=no
14114  fi  fi
14115  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 15518  case $ac_header_compiler:$ac_header_prep Line 14121  case $ac_header_compiler:$ac_header_prep
14121    yes:no )    yes:no )
14122      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14123  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14124      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14125  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
14126    no:yes )    no:yes )
14127      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14128  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14129      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14130  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
14131      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14132  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
14133  esac  esac
14134  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
14135  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14136  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
14137    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
14138  else  else
14139    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
14140  fi  fi
14141  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14142  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 15579  else Line 14165  else
14165  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
14166  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14167  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14168  /* confdefs.h.  */  #line $LINENO "configure"
14169  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14170  $ac_includes_default  $ac_includes_default
14171  #include <$ac_header>  #include <$ac_header>
14172  _ACEOF  _ACEOF
# Line 15593  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14176  if { (eval echo "$as_me:$LINENO: \"$ac_c
14176    ac_status=$?    ac_status=$?
14177    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
14178    (exit $ac_status); } &&    (exit $ac_status); } &&
14179           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
14180    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14181    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
14182    ac_status=$?    ac_status=$?
# Line 15602  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14185  if { (eval echo "$as_me:$LINENO: \"$ac_c
14185    ac_header_compiler=yes    ac_header_compiler=yes
14186  else  else
14187    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14188  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
14189  ac_header_compiler=no  ac_header_compiler=no
14190  fi  fi
14191  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 15614  echo "${ECHO_T}$ac_header_compiler" >&6 Line 14196  echo "${ECHO_T}$ac_header_compiler" >&6
14196  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
14197  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14198  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14199  /* confdefs.h.  */  #line $LINENO "configure"
14200  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14201  #include <$ac_header>  #include <$ac_header>
14202  _ACEOF  _ACEOF
14203  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 15641  if test -z "$ac_cpp_err"; then Line 14220  if test -z "$ac_cpp_err"; then
14220    ac_header_preproc=yes    ac_header_preproc=yes
14221  else  else
14222    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14223  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
14224    ac_header_preproc=no    ac_header_preproc=no
14225  fi  fi
14226  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 15654  case $ac_header_compiler:$ac_header_prep Line 14232  case $ac_header_compiler:$ac_header_prep
14232    yes:no )    yes:no )
14233      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14234  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14235      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14236  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
14237    no:yes )    no:yes )
14238      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14239  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14240      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14241  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
14242      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14243  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
14244  esac  esac
14245  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
14246  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14247  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
14248    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
14249  else  else
14250    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
14251  fi  fi
14252  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14253  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 15715  else Line 14276  else
14276  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
14277  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14278  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14279  /* confdefs.h.  */  #line $LINENO "configure"
14280  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14281  $ac_includes_default  $ac_includes_default
14282  #include <$ac_header>  #include <$ac_header>
14283  _ACEOF  _ACEOF
# Line 15729  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14287  if { (eval echo "$as_me:$LINENO: \"$ac_c
14287    ac_status=$?    ac_status=$?
14288    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
14289    (exit $ac_status); } &&    (exit $ac_status); } &&
14290           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
14291    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14292    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
14293    ac_status=$?    ac_status=$?
# Line 15738  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14296  if { (eval echo "$as_me:$LINENO: \"$ac_c
14296    ac_header_compiler=yes    ac_header_compiler=yes
14297  else  else
14298    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14299  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
14300  ac_header_compiler=no  ac_header_compiler=no
14301  fi  fi
14302  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 15750  echo "${ECHO_T}$ac_header_compiler" >&6 Line 14307  echo "${ECHO_T}$ac_header_compiler" >&6
14307  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
14308  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14309  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14310  /* confdefs.h.  */  #line $LINENO "configure"
14311  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14312  #include <$ac_header>  #include <$ac_header>
14313  _ACEOF  _ACEOF
14314  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 15777  if test -z "$ac_cpp_err"; then Line 14331  if test -z "$ac_cpp_err"; then
14331    ac_header_preproc=yes    ac_header_preproc=yes
14332  else  else
14333    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14334  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
14335    ac_header_preproc=no    ac_header_preproc=no
14336  fi  fi
14337  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 15790  case $ac_header_compiler:$ac_header_prep Line 14343  case $ac_header_compiler:$ac_header_prep
14343    yes:no )    yes:no )
14344      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14345  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14346      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14347  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
14348    no:yes )    no:yes )
14349      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14350  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14351      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14352  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
14353      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14354  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
14355  esac  esac
14356  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
14357  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14358  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
14359    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
14360  else  else
14361    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
14362  fi  fi
14363  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14364  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 15862  else Line 14398  else
14398  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
14399  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14400  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14401  /* confdefs.h.  */  #line $LINENO "configure"
14402  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14403  $ac_includes_default  $ac_includes_default
14404  #include <$ac_header>  #include <$ac_header>
14405  _ACEOF  _ACEOF
# Line 15876  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14409  if { (eval echo "$as_me:$LINENO: \"$ac_c
14409    ac_status=$?    ac_status=$?
14410    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
14411    (exit $ac_status); } &&    (exit $ac_status); } &&
14412           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
14413    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14414    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
14415    ac_status=$?    ac_status=$?
# Line 15885  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14418  if { (eval echo "$as_me:$LINENO: \"$ac_c
14418    ac_header_compiler=yes    ac_header_compiler=yes
14419  else  else
14420    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14421  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
14422  ac_header_compiler=no  ac_header_compiler=no
14423  fi  fi
14424  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 15897  echo "${ECHO_T}$ac_header_compiler" >&6 Line 14429  echo "${ECHO_T}$ac_header_compiler" >&6
14429  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
14430  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14431  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14432  /* confdefs.h.  */  #line $LINENO "configure"
14433  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14434  #include <$ac_header>  #include <$ac_header>
14435  _ACEOF  _ACEOF
14436  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 15924  if test -z "$ac_cpp_err"; then Line 14453  if test -z "$ac_cpp_err"; then
14453    ac_header_preproc=yes    ac_header_preproc=yes
14454  else  else
14455    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14456  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
14457    ac_header_preproc=no    ac_header_preproc=no
14458  fi  fi
14459  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 15937  case $ac_header_compiler:$ac_header_prep Line 14465  case $ac_header_compiler:$ac_header_prep
14465    yes:no )    yes:no )
14466      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14467  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14468      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14469  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
14470    no:yes )    no:yes )
14471      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14472  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14473      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14474  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
14475      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14476  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
14477  esac  esac
14478  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
14479  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14480  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
14481    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
14482  else  else
14483    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
14484  fi  fi
14485  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14486  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 15998  else Line 14509  else
14509  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
14510  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14511  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14512  /* confdefs.h.  */  #line $LINENO "configure"
14513  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14514  $ac_includes_default  $ac_includes_default
14515  #include <$ac_header>  #include <$ac_header>
14516  _ACEOF  _ACEOF
# Line 16012  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14520  if { (eval echo "$as_me:$LINENO: \"$ac_c
14520    ac_status=$?    ac_status=$?
14521    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
14522    (exit $ac_status); } &&    (exit $ac_status); } &&
14523           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
14524    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14525    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
14526    ac_status=$?    ac_status=$?
# Line 16021  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14529  if { (eval echo "$as_me:$LINENO: \"$ac_c
14529    ac_header_compiler=yes    ac_header_compiler=yes
14530  else  else
14531    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14532  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
14533  ac_header_compiler=no  ac_header_compiler=no
14534  fi  fi
14535  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 16033  echo "${ECHO_T}$ac_header_compiler" >&6 Line 14540  echo "${ECHO_T}$ac_header_compiler" >&6
14540  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
14541  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14542  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14543  /* confdefs.h.  */  #line $LINENO "configure"
14544  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14545  #include <$ac_header>  #include <$ac_header>
14546  _ACEOF  _ACEOF
14547  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 16060  if test -z "$ac_cpp_err"; then Line 14564  if test -z "$ac_cpp_err"; then
14564    ac_header_preproc=yes    ac_header_preproc=yes
14565  else  else
14566    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14567  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
14568    ac_header_preproc=no    ac_header_preproc=no
14569  fi  fi
14570  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 16073  case $ac_header_compiler:$ac_header_prep Line 14576  case $ac_header_compiler:$ac_header_prep
14576    yes:no )    yes:no )
14577      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14578  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14579      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14580  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
14581    no:yes )    no:yes )
14582      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14583  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14584      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14585  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
14586      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14587  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
14588  esac  esac
14589  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
14590  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14591  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
14592    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
14593  else  else
14594    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
14595  fi  fi
14596  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14597  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 16134  else Line 14620  else
14620  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
14621  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14622  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14623  /* confdefs.h.  */  #line $LINENO "configure"
14624  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14625  $ac_includes_default  $ac_includes_default
14626  #include <$ac_header>  #include <$ac_header>
14627  _ACEOF  _ACEOF
# Line 16148  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14631  if { (eval echo "$as_me:$LINENO: \"$ac_c
14631    ac_status=$?    ac_status=$?
14632    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
14633    (exit $ac_status); } &&    (exit $ac_status); } &&
14634           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
14635    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14636    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
14637    ac_status=$?    ac_status=$?
# Line 16157  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14640  if { (eval echo "$as_me:$LINENO: \"$ac_c
14640    ac_header_compiler=yes    ac_header_compiler=yes
14641  else  else
14642    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14643  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
14644  ac_header_compiler=no  ac_header_compiler=no
14645  fi  fi
14646  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 16169  echo "${ECHO_T}$ac_header_compiler" >&6 Line 14651  echo "${ECHO_T}$ac_header_compiler" >&6
14651  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
14652  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14653  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14654  /* confdefs.h.  */  #line $LINENO "configure"
14655  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14656  #include <$ac_header>  #include <$ac_header>
14657  _ACEOF  _ACEOF
14658  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 16196  if test -z "$ac_cpp_err"; then Line 14675  if test -z "$ac_cpp_err"; then
14675    ac_header_preproc=yes    ac_header_preproc=yes
14676  else  else
14677    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14678  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
14679    ac_header_preproc=no    ac_header_preproc=no
14680  fi  fi
14681  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 16209  case $ac_header_compiler:$ac_header_prep Line 14687  case $ac_header_compiler:$ac_header_prep
14687    yes:no )    yes:no )
14688      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14689  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14690      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14691  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
14692    no:yes )    no:yes )
14693      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14694  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14695      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14696  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
14697      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14698  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
14699  esac  esac
14700  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
14701  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14702  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
14703    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
14704  else  else
14705    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
14706  fi  fi
14707  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14708  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 16282  else Line 14743  else
14743  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
14744  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14745  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14746  /* confdefs.h.  */  #line $LINENO "configure"
14747  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14748  $ac_includes_default  $ac_includes_default
14749  #include <$ac_header>  #include <$ac_header>
14750  _ACEOF  _ACEOF
# Line 16296  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14754  if { (eval echo "$as_me:$LINENO: \"$ac_c
14754    ac_status=$?    ac_status=$?
14755    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
14756    (exit $ac_status); } &&    (exit $ac_status); } &&
14757           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
14758    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14759    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
14760    ac_status=$?    ac_status=$?
# Line 16305  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 14763  if { (eval echo "$as_me:$LINENO: \"$ac_c
14763    ac_header_compiler=yes    ac_header_compiler=yes
14764  else  else
14765    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14766  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
14767  ac_header_compiler=no  ac_header_compiler=no
14768  fi  fi
14769  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 16317  echo "${ECHO_T}$ac_header_compiler" >&6 Line 14774  echo "${ECHO_T}$ac_header_compiler" >&6
14774  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
14775  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14776  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14777  /* confdefs.h.  */  #line $LINENO "configure"
14778  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14779  #include <$ac_header>  #include <$ac_header>
14780  _ACEOF  _ACEOF
14781  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 16344  if test -z "$ac_cpp_err"; then Line 14798  if test -z "$ac_cpp_err"; then
14798    ac_header_preproc=yes    ac_header_preproc=yes
14799  else  else
14800    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14801  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
14802    ac_header_preproc=no    ac_header_preproc=no
14803  fi  fi
14804  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 16357  case $ac_header_compiler:$ac_header_prep Line 14810  case $ac_header_compiler:$ac_header_prep
14810    yes:no )    yes:no )
14811      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14812  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14813      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14814  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
14815    no:yes )    no:yes )
14816      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14817  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14818      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14819  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
14820      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14821  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
14822  esac  esac
14823  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
14824  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14825  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
14826    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
14827  else  else
14828    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
14829  fi  fi
14830  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14831  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 16417  else Line 14853  else
14853    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
14854  LIBS="-lintl  $LIBS"  LIBS="-lintl  $LIBS"
14855  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
14856  /* confdefs.h.  */  #line $LINENO "configure"
14857  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14858    
14859  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
14860  #ifdef __cplusplus  #ifdef __cplusplus
# Line 16444  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 14877  if { (eval echo "$as_me:$LINENO: \"$ac_l
14877    ac_status=$?    ac_status=$?
14878    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
14879    (exit $ac_status); } &&    (exit $ac_status); } &&
14880           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
14881    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14882    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
14883    ac_status=$?    ac_status=$?
# Line 16453  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 14886  if { (eval echo "$as_me:$LINENO: \"$ac_l
14886    ac_cv_lib_intl_dgettext=yes    ac_cv_lib_intl_dgettext=yes
14887  else  else
14888    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
14889  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
14890  ac_cv_lib_intl_dgettext=no  ac_cv_lib_intl_dgettext=no
14891  fi  fi
14892  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 16483  if test "$cross_compiling" = yes; then Line 14915  if test "$cross_compiling" = yes; then
14915  emacs_cv_localtime_cache=yes  emacs_cv_localtime_cache=yes
14916  else  else
14917    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
14918  /* confdefs.h.  */  #line $LINENO "configure"
14919  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
14920  #include <time.h>  #include <time.h>
14921  extern char **environ;  extern char **environ;
14922  unset_TZ ()  unset_TZ ()
# Line 16533  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 14962  if { (eval echo "$as_me:$LINENO: \"$ac_l
14962  else  else
14963    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
14964  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
14965  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
14966  ( exit $ac_status )  ( exit $ac_status )
14967  emacs_cv_localtime_cache=yes  emacs_cv_localtime_cache=yes
14968  fi  fi
# Line 16567  if eval "test \"\${$as_ac_var+set}\" = s Line 14995  if eval "test \"\${$as_ac_var+set}\" = s
14995    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
14996  else  else
14997    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
14998  /* confdefs.h.  */  #line $LINENO "configure"
14999  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
15000  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
15001      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
15002      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
15003  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
15004  #ifdef __cplusplus  #ifdef __cplusplus
15005  extern "C"  extern "C"
 {  
15006  #endif  #endif
15007  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
15008     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
15009  char $ac_func ();  char $ac_func ();
15010    char (*f) ();
15011    
15012    int
15013    main ()
15014    {
15015  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
15016      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
15017      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
15018  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15019  choke me  choke me
15020  #else  #else
15021  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
15022  #endif  #endif
15023    
 int  
 main ()  
 {  
 return f != $ac_func;  
15024    ;    ;
15025    return 0;    return 0;
15026  }  }
# Line 16623  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 15031  if { (eval echo "$as_me:$LINENO: \"$ac_l
15031    ac_status=$?    ac_status=$?
15032    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15033    (exit $ac_status); } &&    (exit $ac_status); } &&
15034           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
15035    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15036    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15037    ac_status=$?    ac_status=$?
# Line 16632  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 15040  if { (eval echo "$as_me:$LINENO: \"$ac_l
15040    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
15041  else  else
15042    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15043  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15044  eval "$as_ac_var=no"  eval "$as_ac_var=no"
15045  fi  fi
15046  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 16655  if test "${emacs_cv_gettimeofday_two_arg Line 15062  if test "${emacs_cv_gettimeofday_two_arg
15062    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
15063  else  else
15064    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
15065  /* confdefs.h.  */  #line $LINENO "configure"
15066  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15067    
15068  #ifdef TIME_WITH_SYS_TIME  #ifdef TIME_WITH_SYS_TIME
15069  #include <sys/time.h>  #include <sys/time.h>
# Line 16686  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15090  if { (eval echo "$as_me:$LINENO: \"$ac_c
15090    ac_status=$?    ac_status=$?
15091    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15092    (exit $ac_status); } &&    (exit $ac_status); } &&
15093           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
15094    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15095    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15096    ac_status=$?    ac_status=$?
# Line 16695  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15099  if { (eval echo "$as_me:$LINENO: \"$ac_c
15099    emacs_cv_gettimeofday_two_arguments=yes    emacs_cv_gettimeofday_two_arguments=yes
15100  else  else
15101    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15102  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15103  emacs_cv_gettimeofday_two_arguments=no  emacs_cv_gettimeofday_two_arguments=no
15104  fi  fi
15105  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 16720  if test "${ac_cv_member_struct_tm_tm_zon Line 15123  if test "${ac_cv_member_struct_tm_tm_zon
15123    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
15124  else  else
15125    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
15126  /* confdefs.h.  */  #line $LINENO "configure"
15127  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15128  #include <sys/types.h>  #include <sys/types.h>
15129  #include <$ac_cv_struct_tm>  #include <$ac_cv_struct_tm>
15130    
# Line 16745  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15145  if { (eval echo "$as_me:$LINENO: \"$ac_c
15145    ac_status=$?    ac_status=$?
15146    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15147    (exit $ac_status); } &&    (exit $ac_status); } &&
15148           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
15149    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15150    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15151    ac_status=$?    ac_status=$?
# Line 16754  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15154  if { (eval echo "$as_me:$LINENO: \"$ac_c
15154    ac_cv_member_struct_tm_tm_zone=yes    ac_cv_member_struct_tm_tm_zone=yes
15155  else  else
15156    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15157  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15158  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
15159  /* confdefs.h.  */  #line $LINENO "configure"
15160  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15161  #include <sys/types.h>  #include <sys/types.h>
15162  #include <$ac_cv_struct_tm>  #include <$ac_cv_struct_tm>
15163    
# Line 16782  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15178  if { (eval echo "$as_me:$LINENO: \"$ac_c
15178    ac_status=$?    ac_status=$?
15179    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15180    (exit $ac_status); } &&    (exit $ac_status); } &&
15181           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
15182    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15183    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15184    ac_status=$?    ac_status=$?
# Line 16791  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15187  if { (eval echo "$as_me:$LINENO: \"$ac_c
15187    ac_cv_member_struct_tm_tm_zone=yes    ac_cv_member_struct_tm_tm_zone=yes
15188  else  else
15189    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15190  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15191  ac_cv_member_struct_tm_tm_zone=no  ac_cv_member_struct_tm_tm_zone=no
15192  fi  fi
15193  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 16823  if test "${ac_cv_var_tzname+set}" = set; Line 15218  if test "${ac_cv_var_tzname+set}" = set;
15218    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
15219  else  else
15220    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
15221  /* confdefs.h.  */  #line $LINENO "configure"
15222  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15223  #include <time.h>  #include <time.h>
15224  #ifndef tzname /* For SGI.  */  #ifndef tzname /* For SGI.  */
15225  extern char *tzname[]; /* RS6000 and others reject char **tzname.  */  extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
# Line 16847  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 15239  if { (eval echo "$as_me:$LINENO: \"$ac_l
15239    ac_status=$?    ac_status=$?
15240    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15241    (exit $ac_status); } &&    (exit $ac_status); } &&
15242           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
15243    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15244    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15245    ac_status=$?    ac_status=$?
# Line 16856  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 15248  if { (eval echo "$as_me:$LINENO: \"$ac_l
15248    ac_cv_var_tzname=yes    ac_cv_var_tzname=yes
15249  else  else
15250    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15251  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15252  ac_cv_var_tzname=no  ac_cv_var_tzname=no
15253  fi  fi
15254  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 16881  if test "${emacs_cv_struct_timezone+set} Line 15272  if test "${emacs_cv_struct_timezone+set}
15272    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
15273  else  else
15274    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
15275  /* confdefs.h.  */  #line $LINENO "configure"
15276  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15277  #include <sys/time.h>  #include <sys/time.h>
15278  int  int
15279  main ()  main ()
# Line 16901  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15289  if { (eval echo "$as_me:$LINENO: \"$ac_c
15289    ac_status=$?    ac_status=$?
15290    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15291    (exit $ac_status); } &&    (exit $ac_status); } &&
15292           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
15293    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15294    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15295    ac_status=$?    ac_status=$?
# Line 16911  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15299  if { (eval echo "$as_me:$LINENO: \"$ac_c
15299    emacs_cv_struct_timezone=yes    emacs_cv_struct_timezone=yes
15300  else  else
15301    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
15302  /* confdefs.h.  */  #line $LINENO "configure"
15303  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15304    
15305  #ifdef TIME_WITH_SYS_TIME  #ifdef TIME_WITH_SYS_TIME
15306  #include <sys/time.h>  #include <sys/time.h>
# Line 16948  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 15333  if { (eval echo "$as_me:$LINENO: \"$ac_l
15333  else  else
15334    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
15335  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
15336  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15337  ( exit $ac_status )  ( exit $ac_status )
15338  emacs_cv_struct_timezone=no  emacs_cv_struct_timezone=no
15339  fi  fi
# Line 16957  rm -f core core.* *.core gmon.out bb.out Line 15341  rm -f core core.* *.core gmon.out bb.out
15341  fi  fi
15342  else  else
15343    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15344  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15345  emacs_cv_struct_timezone=no  emacs_cv_struct_timezone=no
15346  fi  fi
15347  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 16974  if test "${ac_cv_func_socket+set}" = set Line 15357  if test "${ac_cv_func_socket+set}" = set
15357    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
15358  else  else
15359    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
15360  /* confdefs.h.  */  #line $LINENO "configure"
15361  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define socket to an innocuous variant, in case <limits.h> declares socket.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define socket innocuous_socket  
   
15362  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
15363      which can conflict with char socket (); below.      which can conflict with char socket (); below.  */
15364      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef socket  
   
15365  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
15366  #ifdef __cplusplus  #ifdef __cplusplus
15367  extern "C"  extern "C"
 {  
15368  #endif  #endif
15369  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
15370     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
15371  char socket ();  char socket ();
15372    char (*f) ();
15373    
15374    int
15375    main ()
15376    {
15377  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
15378      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
15379      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
15380  #if defined (__stub_socket) || defined (__stub___socket)  #if defined (__stub_socket) || defined (__stub___socket)
15381  choke me  choke me
15382  #else  #else
15383  char (*f) () = socket;  f = socket;
 #endif  
 #ifdef __cplusplus  
 }  
15384  #endif  #endif
15385    
 int  
 main ()  
 {  
 return f != socket;  
15386    ;    ;
15387    return 0;    return 0;
15388  }  }
# Line 17030  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 15393  if { (eval echo "$as_me:$LINENO: \"$ac_l
15393    ac_status=$?    ac_status=$?
15394    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15395    (exit $ac_status); } &&    (exit $ac_status); } &&
15396           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
15397    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15398    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15399    ac_status=$?    ac_status=$?
# Line 17039  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 15402  if { (eval echo "$as_me:$LINENO: \"$ac_l
15402    ac_cv_func_socket=yes    ac_cv_func_socket=yes
15403  else  else
15404    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15405  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15406  ac_cv_func_socket=no  ac_cv_func_socket=no
15407  fi  fi
15408  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 17067  else Line 15429  else
15429  echo "$as_me:$LINENO: checking netinet/in.h usability" >&5  echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
15430  echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6  echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
15431  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
15432  /* confdefs.h.  */  #line $LINENO "configure"
15433  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15434  $ac_includes_default  $ac_includes_default
15435  #include <netinet/in.h>  #include <netinet/in.h>
15436  _ACEOF  _ACEOF
# Line 17081  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15440  if { (eval echo "$as_me:$LINENO: \"$ac_c
15440    ac_status=$?    ac_status=$?
15441    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15442    (exit $ac_status); } &&    (exit $ac_status); } &&
15443           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
15444    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15445    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15446    ac_status=$?    ac_status=$?
# Line 17090  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15449  if { (eval echo "$as_me:$LINENO: \"$ac_c
15449    ac_header_compiler=yes    ac_header_compiler=yes
15450  else  else
15451    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15452  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15453  ac_header_compiler=no  ac_header_compiler=no
15454  fi  fi
15455  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 17102  echo "${ECHO_T}$ac_header_compiler" >&6 Line 15460  echo "${ECHO_T}$ac_header_compiler" >&6
15460  echo "$as_me:$LINENO: checking netinet/in.h presence" >&5  echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
15461  echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6  echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
15462  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
15463  /* confdefs.h.  */  #line $LINENO "configure"
15464  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15465  #include <netinet/in.h>  #include <netinet/in.h>
15466  _ACEOF  _ACEOF
15467  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 17129  if test -z "$ac_cpp_err"; then Line 15484  if test -z "$ac_cpp_err"; then
15484    ac_header_preproc=yes    ac_header_preproc=yes
15485  else  else
15486    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15487  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
15488    ac_header_preproc=no    ac_header_preproc=no
15489  fi  fi
15490  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 17142  case $ac_header_compiler:$ac_header_prep Line 15496  case $ac_header_compiler:$ac_header_prep
15496    yes:no )    yes:no )
15497      { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
15498  echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15499      { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
15500  echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
15501    no:yes )    no:yes )
15502      { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
15503  echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
15504      { echo "$as_me:$LINENO: WARNING: netinet/in.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
15505  echo "$as_me: WARNING: netinet/in.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: netinet/in.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: netinet/in.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
15506      { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
15507  echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
15508  esac  esac
15509  echo "$as_me:$LINENO: checking for netinet/in.h" >&5  echo "$as_me:$LINENO: checking for netinet/in.h" >&5
15510  echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6  echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
# Line 17202  else Line 15539  else
15539  echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5  echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
15540  echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6  echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
15541  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
15542  /* confdefs.h.  */  #line $LINENO "configure"
15543  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15544  $ac_includes_default  $ac_includes_default
15545  #include <arpa/inet.h>  #include <arpa/inet.h>
15546  _ACEOF  _ACEOF
# Line 17216  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15550  if { (eval echo "$as_me:$LINENO: \"$ac_c
15550    ac_status=$?    ac_status=$?
15551    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15552    (exit $ac_status); } &&    (exit $ac_status); } &&
15553           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
15554    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15555    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15556    ac_status=$?    ac_status=$?
# Line 17225  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15559  if { (eval echo "$as_me:$LINENO: \"$ac_c
15559    ac_header_compiler=yes    ac_header_compiler=yes
15560  else  else
15561    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15562  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15563  ac_header_compiler=no  ac_header_compiler=no
15564  fi  fi
15565  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 17237  echo "${ECHO_T}$ac_header_compiler" >&6 Line 15570  echo "${ECHO_T}$ac_header_compiler" >&6
15570  echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5  echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
15571  echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6  echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
15572  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
15573  /* confdefs.h.  */  #line $LINENO "configure"
15574  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15575  #include <arpa/inet.h>  #include <arpa/inet.h>
15576  _ACEOF  _ACEOF
15577  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 17264  if test -z "$ac_cpp_err"; then Line 15594  if test -z "$ac_cpp_err"; then
15594    ac_header_preproc=yes    ac_header_preproc=yes
15595  else  else
15596    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15597  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
15598    ac_header_preproc=no    ac_header_preproc=no
15599  fi  fi
15600  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 17277  case $ac_header_compiler:$ac_header_prep Line 15606  case $ac_header_compiler:$ac_header_prep
15606    yes:no )    yes:no )
15607      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
15608  echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15609      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
15610  echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
15611    no:yes )    no:yes )
15612      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
15613  echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
15614      { echo "$as_me:$LINENO: WARNING: arpa/inet.h:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
15615  echo "$as_me: WARNING: arpa/inet.h:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: arpa/inet.h:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: arpa/inet.h:     section \"Present But Cannot Be Compiled\"" >&2;}  
15616      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
15617  echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
15618  esac  esac
15619  echo "$as_me:$LINENO: checking for arpa/inet.h" >&5  echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
15620  echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6  echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
# Line 17360  if test "${ac_cv_type_pid_t+set}" = set; Line 15672  if test "${ac_cv_type_pid_t+set}" = set;
15672    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
15673  else  else
15674    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
15675  /* confdefs.h.  */  #line $LINENO "configure"
15676  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15677  $ac_includes_default  $ac_includes_default
15678  int  int
15679  main ()  main ()
# Line 17383  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15692  if { (eval echo "$as_me:$LINENO: \"$ac_c
15692    ac_status=$?    ac_status=$?
15693    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15694    (exit $ac_status); } &&    (exit $ac_status); } &&
15695           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
15696    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15697    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15698    ac_status=$?    ac_status=$?
# Line 17392  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15701  if { (eval echo "$as_me:$LINENO: \"$ac_c
15701    ac_cv_type_pid_t=yes    ac_cv_type_pid_t=yes
15702  else  else
15703    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15704  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15705  ac_cv_type_pid_t=no  ac_cv_type_pid_t=no
15706  fi  fi
15707  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 17428  else Line 15736  else
15736  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
15737  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15738  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
15739  /* confdefs.h.  */  #line $LINENO "configure"
15740  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15741  $ac_includes_default  $ac_includes_default
15742  #include <$ac_header>  #include <$ac_header>
15743  _ACEOF  _ACEOF
# Line 17442  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15747  if { (eval echo "$as_me:$LINENO: \"$ac_c
15747    ac_status=$?    ac_status=$?
15748    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15749    (exit $ac_status); } &&    (exit $ac_status); } &&
15750           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
15751    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15752    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15753    ac_status=$?    ac_status=$?
# Line 17451  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 15756  if { (eval echo "$as_me:$LINENO: \"$ac_c
15756    ac_header_compiler=yes    ac_header_compiler=yes
15757  else  else
15758    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15759  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15760  ac_header_compiler=no  ac_header_compiler=no
15761  fi  fi
15762  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 17463  echo "${ECHO_T}$ac_header_compiler" >&6 Line 15767  echo "${ECHO_T}$ac_header_compiler" >&6
15767  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
15768  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15769  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
15770  /* confdefs.h.  */  #line $LINENO "configure"
15771  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15772  #include <$ac_header>  #include <$ac_header>
15773  _ACEOF  _ACEOF
15774  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
# Line 17490  if test -z "$ac_cpp_err"; then Line 15791  if test -z "$ac_cpp_err"; then
15791    ac_header_preproc=yes    ac_header_preproc=yes
15792  else  else
15793    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15794  sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
15795    ac_header_preproc=no    ac_header_preproc=no
15796  fi  fi
15797  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
# Line 17503  case $ac_header_compiler:$ac_header_prep Line 15803  case $ac_header_compiler:$ac_header_prep
15803    yes:no )    yes:no )
15804      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15805  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15806      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15807  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     ac_header_preproc=yes  
     ;;  
15808    no:yes )    no:yes )
15809      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15810  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15811      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15812  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5  
 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5  
 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}  
15813      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15814  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5  
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}  
     (  
       cat <<\_ASBOX  
 ## ------------------------------------------ ##  
 ## Report this to the AC_PACKAGE_NAME lists.  ##  
 ## ------------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
     ;;  
15815  esac  esac
15816  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
15817  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15818  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
15819    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
15820  else  else
15821    eval "$as_ac_Header=\$ac_header_preproc"    eval "$as_ac_Header=$ac_header_preproc"
15822  fi  fi
15823  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15824  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 17561  if eval "test \"\${$as_ac_var+set}\" = s Line 15844  if eval "test \"\${$as_ac_var+set}\" = s
15844    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
15845  else  else
15846    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
15847  /* confdefs.h.  */  #line $LINENO "configure"
15848  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.  
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */  
 #define $ac_func innocuous_$ac_func  
   
15849  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
15850      which can conflict with char $ac_func (); below.      which can conflict with char $ac_func (); below.  */
15851      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since  #include <assert.h>
     <limits.h> exists even on freestanding compilers.  */  
   
 #ifdef __STDC__  
 # include <limits.h>  
 #else  
 # include <assert.h>  
 #endif  
   
 #undef $ac_func  
   
15852  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
15853  #ifdef __cplusplus  #ifdef __cplusplus
15854  extern "C"  extern "C"
 {  
15855  #endif  #endif
15856  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
15857     builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
15858  char $ac_func ();  char $ac_func ();
15859    char (*f) ();
15860    
15861    int
15862    main ()
15863    {
15864  /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
15865      to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
15866      something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
15867  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15868  choke me  choke me
15869  #else  #else
15870  char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
15871  #endif  #endif
15872    
 int  
 main ()  
 {  
 return f != $ac_func;  
15873    ;    ;
15874    return 0;    return 0;
15875  }  }
# Line 17617  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 15880  if { (eval echo "$as_me:$LINENO: \"$ac_l
15880    ac_status=$?    ac_status=$?
15881    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
15882    (exit $ac_status); } &&    (exit $ac_status); } &&
15883           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
15884    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15885    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
15886    ac_status=$?    ac_status=$?
# Line 17626  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 15889  if { (eval echo "$as_me:$LINENO: \"$ac_l
15889    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
15890  else  else
15891    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
15892  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15893  eval "$as_ac_var=no"  eval "$as_ac_var=no"
15894  fi  fi
15895  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 17660  else Line 15922  else
15922        /* Some systems only have a dummy stub for fork() */        /* Some systems only have a dummy stub for fork() */
15923        int main ()        int main ()
15924        {        {
15925          if (fork() < 0)          if (fork() < 0)
15926            exit (1);            exit (1);
15927          exit (0);          exit (0);
15928        }        }
15929  _ACEOF  _ACEOF
15930  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
# Line 17680  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 15942  if { (eval echo "$as_me:$LINENO: \"$ac_l
15942  else  else
15943    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
15944  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
15945  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
15946  ( exit $ac_status )  ( exit $ac_status )
15947  ac_cv_func_fork_works=no  ac_cv_func_fork_works=no
15948  fi  fi
# Line 17718  else Line 15979  else
15979    ac_cv_func_vfork_works=cross    ac_cv_func_vfork_works=cross
15980  else  else
15981    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
15982  /* confdefs.h.  */  #line $LINENO "configure"
15983  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
15984  /* Thanks to Paul Eggert for this test.  */  /* Thanks to Paul Eggert for this test.  */
15985  #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  
15986  #include <sys/types.h>  #include <sys/types.h>
15987  #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/wait.h>  
15988  #if HAVE_UNISTD_H  #if HAVE_UNISTD_H
15989  # include <unistd.h>  # include <unistd.h>
15990  #endif  #endif
# Line 17741  cat >>conftest.$ac_ext <<_ACEOF Line 15997  cat >>conftest.$ac_ext <<_ACEOF
15997     (e.g. gcc -O) don't grok <vfork.h>.  Test for this by using a     (e.g. gcc -O) don't grok <vfork.h>.  Test for this by using a
15998     static variable whose address is put into a register that is     static variable whose address is put into a register that is
15999     clobbered by the vfork.  */     clobbered by the vfork.  */
16000  static void  static
16001  #ifdef __cplusplus  #ifdef __cplusplus
16002  sparc_address_test (int arg)  sparc_address_test (int arg)
16003  # else  # else
# Line 17769  main () Line 16025  main ()
16025    pid_t parent = getpid ();    pid_t parent = getpid ();
16026    pid_t child;    pid_t child;
16027    
16028    sparc_address_test (0);    sparc_address_test ();
16029    
16030    child = vfork ();    child = vfork ();
16031    
# Line 17834  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 16090  if { (eval echo "$as_me:$LINENO: \"$ac_l
16090  else  else
16091    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
16092  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
16093  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
16094  ( exit $ac_status )  ( exit $ac_status )
16095  ac_cv_func_vfork_works=no  ac_cv_func_vfork_works=no
16096  fi  fi
# Line 17880  if test "${emacs_cv_langinfo_codeset+set Line 16135  if test "${emacs_cv_langinfo_codeset+set
16135    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
16136  else  else
16137    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
16138  /* confdefs.h.  */  #line $LINENO "configure"
16139  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
16140  #include <langinfo.h>  #include <langinfo.h>
16141  int  int
16142  main ()  main ()
# Line 17900  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 16152  if { (eval echo "$as_me:$LINENO: \"$ac_l
16152    ac_status=$?    ac_status=$?
16153    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16154    (exit $ac_status); } &&    (exit $ac_status); } &&
16155           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
16156    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16157    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16158    ac_status=$?    ac_status=$?
# Line 17909  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 16161  if { (eval echo "$as_me:$LINENO: \"$ac_l
16161    emacs_cv_langinfo_codeset=yes    emacs_cv_langinfo_codeset=yes
16162  else  else
16163    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
16164  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
16165  emacs_cv_langinfo_codeset=no  emacs_cv_langinfo_codeset=no
16166  fi  fi
16167  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
# Line 17932  if test "${ac_cv_type_size_t+set}" = set Line 16183  if test "${ac_cv_type_size_t+set}" = set
16183    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
16184  else  else
16185    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
16186  /* confdefs.h.  */  #line $LINENO "configure"
16187  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
16188  $ac_includes_default  $ac_includes_default
16189  int  int
16190  main ()  main ()
# Line 17955  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 16203  if { (eval echo "$as_me:$LINENO: \"$ac_c
16203    ac_status=$?    ac_status=$?
16204    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16205    (exit $ac_status); } &&    (exit $ac_status); } &&
16206           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
16207    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16208    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16209    ac_status=$?    ac_status=$?
# Line 17964  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 16212  if { (eval echo "$as_me:$LINENO: \"$ac_c
16212    ac_cv_type_size_t=yes    ac_cv_type_size_t=yes
16213  else  else
16214    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
16215  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
16216  ac_cv_type_size_t=no  ac_cv_type_size_t=no
16217  fi  fi
16218  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 17988  if test "${ac_cv_type_mbstate_t+set}" = Line 16235  if test "${ac_cv_type_mbstate_t+set}" =
16235    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
16236  else  else
16237    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
16238  /* confdefs.h.  */  #line $LINENO "configure"
16239  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
16240  $ac_includes_default  $ac_includes_default
16241  #           include <wchar.h>  #           include <wchar.h>
16242  int  int
# Line 18009  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 16253  if { (eval echo "$as_me:$LINENO: \"$ac_c
16253    ac_status=$?    ac_status=$?
16254    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16255    (exit $ac_status); } &&    (exit $ac_status); } &&
16256           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
16257    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16258    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16259    ac_status=$?    ac_status=$?
# Line 18018  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 16262  if { (eval echo "$as_me:$LINENO: \"$ac_c
16262    ac_cv_type_mbstate_t=yes    ac_cv_type_mbstate_t=yes
16263  else  else
16264    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
16265  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
16266  ac_cv_type_mbstate_t=no  ac_cv_type_mbstate_t=no
16267  fi  fi
16268  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 18046  if test "${emacs_cv_c_restrict+set}" = s Line 16289  if test "${emacs_cv_c_restrict+set}" = s
16289    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
16290  else  else
16291    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
16292  /* confdefs.h.  */  #line $LINENO "configure"
16293  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
16294  void fred (int *restrict x);  void fred (int *restrict x);
16295  int  int
16296  main ()  main ()
# Line 18066  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 16306  if { (eval echo "$as_me:$LINENO: \"$ac_c
16306    ac_status=$?    ac_status=$?
16307    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16308    (exit $ac_status); } &&    (exit $ac_status); } &&
16309           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
16310    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16311    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16312    ac_status=$?    ac_status=$?
# Line 18075  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 16315  if { (eval echo "$as_me:$LINENO: \"$ac_c
16315    emacs_cv_c_restrict=yes    emacs_cv_c_restrict=yes
16316  else  else
16317    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
16318  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
16319  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
16320  /* confdefs.h.  */  #line $LINENO "configure"
16321  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
16322  void fred (int *__restrict x);  void fred (int *__restrict x);
16323  int  int
16324  main ()  main ()
# Line 18098  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 16334  if { (eval echo "$as_me:$LINENO: \"$ac_c
16334    ac_status=$?    ac_status=$?
16335    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16336    (exit $ac_status); } &&    (exit $ac_status); } &&
16337           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
16338    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16339    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16340    ac_status=$?    ac_status=$?
# Line 18107  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 16343  if { (eval echo "$as_me:$LINENO: \"$ac_c
16343    emacs_cv_c_restrict=__restrict    emacs_cv_c_restrict=__restrict
16344  else  else
16345    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
16346  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
16347  emacs_cv_c_restrict=no  emacs_cv_c_restrict=no
16348  fi  fi
16349  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 18136  if test "${emacs_cv_c_restrict_arr+set}" Line 16371  if test "${emacs_cv_c_restrict_arr+set}"
16371    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
16372  else  else
16373    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
16374  /* confdefs.h.  */  #line $LINENO "configure"
16375  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
16376  void fred (int x[__restrict]);  void fred (int x[__restrict]);
16377  int  int
16378  main ()  main ()
# Line 18156  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 16388  if { (eval echo "$as_me:$LINENO: \"$ac_c
16388    ac_status=$?    ac_status=$?
16389    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16390    (exit $ac_status); } &&    (exit $ac_status); } &&
16391           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
16392    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16393    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16394    ac_status=$?    ac_status=$?
# Line 18165  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 16397  if { (eval echo "$as_me:$LINENO: \"$ac_c
16397    emacs_cv_c_restrict_arr=yes    emacs_cv_c_restrict_arr=yes
16398  else  else
16399    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
16400  sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
16401  emacs_cv_c_restrict_arr=no  emacs_cv_c_restrict_arr=no
16402  fi  fi
16403  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 18380  test "${exec_prefix}" != NONE && Line 16611  test "${exec_prefix}" != NONE &&
16611  ## C preprocessor.  ## C preprocessor.
16612    
16613  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
16614  /* confdefs.h.  */  #line $LINENO "configure"
16615  _ACEOF  #include "confdefs.h"
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
16616  yes..yes  yes..yes
16617  _ACEOF  _ACEOF
16618  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
# Line 18426  _ACEOF Line 16654  _ACEOF
16654        # `set' does not quote correctly, so add quotes (double-quote        # `set' does not quote correctly, so add quotes (double-quote
16655        # substitution turns \\\\ into \\, and sed turns \\ into \).        # substitution turns \\\\ into \\, and sed turns \\ into \).
16656        sed -n \        sed -n \
16657          "s/'/'\\\\''/g;          "s/'/'\\\\''/g;
16658            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16659        ;;        ;;
16660      *)      *)
16661        # `set' quotes correctly as required by POSIX, so do not add quotes.        # `set' quotes correctly as required by POSIX, so do not add quotes.
16662        sed -n \        sed -n \
16663          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
16664        ;;        ;;
16665      esac;      esac;
16666  } |  } |
# Line 18443  _ACEOF Line 16671  _ACEOF
16671       t end       t end
16672       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16673       : end' >>confcache       : end' >>confcache
16674  if diff $cache_file confcache >/dev/null 2>&1; then :; else  if cmp -s $cache_file confcache; then :; else
16675    if test -w $cache_file; then    if test -w $cache_file; then
16676      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
16677      cat confcache >$cache_file      cat confcache >$cache_file
# Line 18462  test "x$exec_prefix" = xNONE && exec_pre Line 16690  test "x$exec_prefix" = xNONE && exec_pre
16690  # trailing colons and then remove the whole line if VPATH becomes empty  # trailing colons and then remove the whole line if VPATH becomes empty
16691  # (actually we leave an empty line to preserve line numbers).  # (actually we leave an empty line to preserve line numbers).
16692  if test "x$srcdir" = x.; then  if test "x$srcdir" = x.; then
16693    ac_vpsub='/^[  ]*VPATH[        ]*=/{    ac_vpsub='/^[         ]*VPATH[        ]*=/{
16694  s/:*\$(srcdir):*/:/;  s/:*\$(srcdir):*/:/;
16695  s/:*\${srcdir}:*/:/;  s/:*\${srcdir}:*/:/;
16696  s/:*@srcdir@:*/:/;  s/:*@srcdir@:*/:/;
16697  s/^\([^=]*=[     ]*\):*/\1/;  s/^\([^=]*=[    ]*\):*/\1/;
16698  s/:*$//;  s/:*$//;
16699  s/^[^=]*=[       ]*$//;  s/^[^=]*=[      ]*$//;
16700  }'  }'
16701  fi  fi
16702    
# Line 18479  ac_ltlibobjs= Line 16707  ac_ltlibobjs=
16707  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16708    # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
16709    ac_i=`echo "$ac_i" |    ac_i=`echo "$ac_i" |
16710           sed 's/\$U\././;s/\.o$//;s/\.obj$//'`           sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
16711    # 2. Add them.    # 2. Add them.
16712    ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"    ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
16713    ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'    ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
# Line 18503  cat >$CONFIG_STATUS <<_ACEOF Line 16731  cat >$CONFIG_STATUS <<_ACEOF
16731  # configure, is in config.log if it exists.  # configure, is in config.log if it exists.
16732    
16733  debug=false  debug=false
 ac_cs_recheck=false  
 ac_cs_silent=false  
16734  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
16735  _ACEOF  _ACEOF
16736    
# Line 18525  elif test -n "${BASH_VERSION+set}" && (s Line 16751  elif test -n "${BASH_VERSION+set}" && (s
16751  fi  fi
16752    
16753  # Support unset when possible.  # Support unset when possible.
16754  if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
16755    as_unset=unset    as_unset=unset
16756  else  else
16757    as_unset=false    as_unset=false
# Line 18539  PS2='> ' Line 16765  PS2='> '
16765  PS4='+ '  PS4='+ '
16766    
16767  # NLS nuisances.  # NLS nuisances.
16768  for as_var in \  for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \  
   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \  
   LC_TELEPHONE LC_TIME  
16769  do  do
16770    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
16771      eval $as_var=C; export $as_var      eval $as_var=C; export $as_var
16772    else    else
16773      $as_unset $as_var      $as_unset $as_var
# Line 18588  as_cr_alnum=$as_cr_Letters$as_cr_digits Line 16811  as_cr_alnum=$as_cr_Letters$as_cr_digits
16811    
16812  # The user is always right.  # The user is always right.
16813  if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
16814    echo "#! /bin/sh" >conf$$.sh    echo "#! /bin/sh" >conftest.sh
16815    echo  "exit 0"   >>conf$$.sh    echo  "exit 0"   >>conftest.sh
16816    chmod +x conf$$.sh    chmod +x conftest.sh
16817    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then    if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
16818      PATH_SEPARATOR=';'      PATH_SEPARATOR=';'
16819    else    else
16820      PATH_SEPARATOR=:      PATH_SEPARATOR=:
16821    fi    fi
16822    rm -f conf$$.sh    rm -f conftest.sh
16823  fi  fi
16824    
16825    
# Line 18759  _ASBOX Line 16982  _ASBOX
16982  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
16983    
16984  This file was extended by $as_me, which was  This file was extended by $as_me, which was
16985  generated by GNU Autoconf 2.57a.  Invocation command line was  generated by GNU Autoconf 2.54.  Invocation command line was
16986    
16987    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
16988    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 18799  Usage: $0 [OPTIONS] [FILE]... Line 17022  Usage: $0 [OPTIONS] [FILE]...
17022    
17023    -h, --help       print this help, then exit    -h, --help       print this help, then exit
17024    -V, --version    print version number, then exit    -V, --version    print version number, then exit
   -q, --quiet      do not print progress messages  
17025    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
17026        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
17027    --file=FILE[:TEMPLATE]    --file=FILE[:TEMPLATE]
17028                     instantiate the configuration file FILE                     instantiate the configuration file FILE
17029    --header=FILE[:TEMPLATE]    --header=FILE[:TEMPLATE]
17030                     instantiate the configuration header FILE                     instantiate the configuration header FILE
17031    
17032  Configuration files:  Configuration files:
17033  $config_files  $config_files
# Line 18822  _ACEOF Line 17044  _ACEOF
17044  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
17045  ac_cs_version="\\  ac_cs_version="\\
17046  config.status  config.status
17047  configured by $0, generated by GNU Autoconf 2.57a,  configured by $0, generated by GNU Autoconf 2.54,
17048    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17049    
17050  Copyright (C) 2003 Free Software Foundation, Inc.  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
17051    Free Software Foundation, Inc.
17052  This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
17053  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
17054  srcdir=$srcdir  srcdir=$srcdir
# Line 18858  do Line 17081  do
17081    case $ac_option in    case $ac_option in
17082    # Handling of the options.    # Handling of the options.
17083  _ACEOF  _ACEOF
17084  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
17085    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17086      ac_cs_recheck=: ;;      echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
17087        exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
17088    _ACEOF
17089    cat >>$CONFIG_STATUS <<\_ACEOF
17090    --version | --vers* | -V )    --version | --vers* | -V )
17091      echo "$ac_cs_version"; exit 0 ;;      echo "$ac_cs_version"; exit 0 ;;
17092    --he | --h)    --he | --h)
# Line 18882  Try \`$0 --help' for more information." Line 17108  Try \`$0 --help' for more information."
17108      $ac_shift      $ac_shift
17109      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
17110      ac_need_defaults=false;;      ac_need_defaults=false;;
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \  
   | -silent | --silent | --silen | --sile | --sil | --si | --s)  
     ac_cs_silent=: ;;  
17111    
17112    # This is an error.    # This is an error.
17113    -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1    -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
# Line 18899  Try \`$0 --help' for more information." Line 17122  Try \`$0 --help' for more information."
17122    shift    shift
17123  done  done
17124    
 ac_configure_extra_args=  
   
 if $ac_cs_silent; then  
   exec 6>/dev/null  
   ac_configure_extra_args="$ac_configure_extra_args --silent"  
 fi  
   
 _ACEOF  
 cat >>$CONFIG_STATUS <<_ACEOF  
 if \$ac_cs_recheck; then  
   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6  
   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion  
 fi  
   
17125  _ACEOF  _ACEOF
17126    
17127  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
# Line 18959  if $ac_need_defaults; then Line 17168  if $ac_need_defaults; then
17168    test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands    test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17169  fi  fi
17170    
 # Have a temporary directory for convenience.  Make it in the build tree  
 # simply because there is no reason to put it here, and in addition,  
 # creating and moving files from /tmp can sometimes cause problems.  
17171  # Create a temporary directory, and hook for its removal unless debugging.  # Create a temporary directory, and hook for its removal unless debugging.
17172  $debug ||  $debug ||
17173  {  {
# Line 18970  $debug || Line 17176  $debug ||
17176  }  }
17177    
17178  # Create a (secure) tmp directory for tmp files.  # Create a (secure) tmp directory for tmp files.
17179    : ${TMPDIR=/tmp}
17180  {  {
17181    tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&    tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
17182    test -n "$tmp" && test -d "$tmp"    test -n "$tmp" && test -d "$tmp"
17183  }  ||  }  ||
17184  {  {
17185    tmp=./confstat$$-$RANDOM    tmp=$TMPDIR/cs$$-$RANDOM
17186    (umask 077 && mkdir $tmp)    (umask 077 && mkdir $tmp)
17187  } ||  } ||
17188  {  {
17189     echo "$me: cannot create a temporary directory in ." >&2     echo "$me: cannot create a temporary directory in $TMPDIR" >&2
17190     { (exit 1); exit 1; }     { (exit 1); exit 1; }
17191  }  }
17192    
# Line 19116  _ACEOF Line 17322  _ACEOF
17322        (echo ':t        (echo ':t
17323    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
17324        if test -z "$ac_sed_cmds"; then        if test -z "$ac_sed_cmds"; then
17325          ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"          ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
17326        else        else
17327          ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"          ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
17328        fi        fi
17329        ac_sed_frag=`expr $ac_sed_frag + 1`        ac_sed_frag=`expr $ac_sed_frag + 1`
17330        ac_beg=$ac_end        ac_beg=$ac_end
# Line 19136  for ac_file in : $CONFIG_FILES; do test Line 17342  for ac_file in : $CONFIG_FILES; do test
17342    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17343    case $ac_file in    case $ac_file in
17344    - | *:- | *:-:* ) # input from stdin    - | *:- | *:-:* ) # input from stdin
17345          cat >$tmp/stdin          cat >$tmp/stdin
17346          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17347          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17348    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17349          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17350    * )   ac_file_in=$ac_file.in ;;    * )   ac_file_in=$ac_file.in ;;
17351    esac    esac
17352    
17353    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
17354    ac_dir=`(dirname "$ac_file") 2>/dev/null ||    ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17355  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17356           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
17357           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
17358           X"$ac_file" : 'X\(/\)' \| \           X"$ac_file" : 'X\(/\)' \| \
17359           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
17360  echo X"$ac_file" |  echo X"$ac_file" |
17361      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17362            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 19166  echo X"$ac_file" | Line 17372  echo X"$ac_file" |
17372        as_dirs="$as_dir $as_dirs"        as_dirs="$as_dir $as_dirs"
17373        as_dir=`(dirname "$as_dir") 2>/dev/null ||        as_dir=`(dirname "$as_dir") 2>/dev/null ||
17374  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17375           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
17376           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
17377           X"$as_dir" : 'X\(/\)' \| \           X"$as_dir" : 'X\(/\)' \| \
17378           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
17379  echo X"$as_dir" |  echo X"$as_dir" |
17380      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17381            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 19234  echo "$as_me: creating $ac_file" >&6;} Line 17440  echo "$as_me: creating $ac_file" >&6;}
17440      configure_input="$ac_file.  "      configure_input="$ac_file.  "
17441    fi    fi
17442    configure_input=$configure_input"Generated from `echo $ac_file_in |    configure_input=$configure_input"Generated from `echo $ac_file_in |
17443                                       sed 's,.*/,,'` by configure."                                       sed 's,.*/,,'` by configure."
17444    
17445    # First look for the input files in the build tree, otherwise in the    # First look for the input files in the build tree, otherwise in the
17446    # src tree.    # src tree.
# Line 19243  echo "$as_me: creating $ac_file" >&6;} Line 17449  echo "$as_me: creating $ac_file" >&6;}
17449        case $f in        case $f in
17450        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
17451        [\\/$]*)        [\\/$]*)
17452           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
17453           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17454  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
17455     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
17456           echo "$f";;           echo $f;;
17457        *) # Relative        *) # Relative
17458           if test -f "$f"; then           if test -f "$f"; then
17459             # Build tree             # Build tree
17460             echo "$f"             echo $f
17461           elif test -f "$srcdir/$f"; then           elif test -f "$srcdir/$f"; then
17462             # Source tree             # Source tree
17463             echo "$srcdir/$f"             echo $srcdir/$f
17464           else           else
17465             # /dev/null tree             # /dev/null tree
17466             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17467  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
17468     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
17469           fi;;           fi;;
17470        esac        esac
17471      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
17472  _ACEOF  _ACEOF
# Line 19302  cat >>$CONFIG_STATUS <<\_ACEOF Line 17508  cat >>$CONFIG_STATUS <<\_ACEOF
17508  # NAME is the cpp macro being defined and VALUE is the value it is being given.  # NAME is the cpp macro being defined and VALUE is the value it is being given.
17509  #  #
17510  # ac_d sets the value in "#define NAME VALUE" lines.  # ac_d sets the value in "#define NAME VALUE" lines.
17511  ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'  ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
17512  ac_dB='[         ].*$,\1#\2'  ac_dB='[        ].*$,\1#\2'
17513  ac_dC=' '  ac_dC=' '
17514  ac_dD=',;t'  ac_dD=',;t'
17515  # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".  # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
17516  ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'  ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
17517  ac_uB='$,\1#\2define\3'  ac_uB='$,\1#\2define\3'
17518  ac_uC=' '  ac_uC=' '
17519  ac_uD=',;t'  ac_uD=',;t'
# Line 19316  for ac_file in : $CONFIG_HEADERS; do tes Line 17522  for ac_file in : $CONFIG_HEADERS; do tes
17522    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17523    case $ac_file in    case $ac_file in
17524    - | *:- | *:-:* ) # input from stdin    - | *:- | *:-:* ) # input from stdin
17525          cat >$tmp/stdin          cat >$tmp/stdin
17526          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17527          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17528    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17529          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17530    * )   ac_file_in=$ac_file.in ;;    * )   ac_file_in=$ac_file.in ;;
17531    esac    esac
17532    
# Line 19334  echo "$as_me: creating $ac_file" >&6;} Line 17540  echo "$as_me: creating $ac_file" >&6;}
17540        case $f in        case $f in
17541        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
17542        [\\/$]*)        [\\/$]*)
17543           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
17544           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17545  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
17546     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
17547           # Do quote $f, to prevent DOS paths from being IFS'd.           echo $f;;
          echo "$f";;  
17548        *) # Relative        *) # Relative
17549           if test -f "$f"; then           if test -f "$f"; then
17550             # Build tree             # Build tree
17551             echo "$f"             echo $f
17552           elif test -f "$srcdir/$f"; then           elif test -f "$srcdir/$f"; then
17553             # Source tree             # Source tree
17554             echo "$srcdir/$f"             echo $srcdir/$f
17555           else           else
17556             # /dev/null tree             # /dev/null tree
17557             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17558  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
17559     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
17560           fi;;           fi;;
17561        esac        esac
17562      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
17563    # Remove the trailing spaces.    # Remove the trailing spaces.
17564    sed 's/[       ]*$//' $ac_file_inputs >$tmp/in    sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
17565    
17566  _ACEOF  _ACEOF
17567    
# Line 19379  s/[\\&,]/\\&/g Line 17584  s/[\\&,]/\\&/g
17584  s,[\\$`],\\&,g  s,[\\$`],\\&,g
17585  t clear  t clear
17586  : clear  : clear
17587  s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp  s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
17588  t end  t end
17589  s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp  s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
17590  : end  : end
17591  _ACEOF  _ACEOF
17592  # If some macros were called several times there might be several times  # If some macros were called several times there might be several times
# Line 19395  rm -f confdef2sed.sed Line 17600  rm -f confdef2sed.sed
17600  # example, in the case of _POSIX_SOURCE, which is predefined and required  # example, in the case of _POSIX_SOURCE, which is predefined and required
17601  # on some systems where configure will not decide to define it.  # on some systems where configure will not decide to define it.
17602  cat >>conftest.undefs <<\_ACEOF  cat >>conftest.undefs <<\_ACEOF
17603  s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,  s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
17604  _ACEOF  _ACEOF
17605    
17606  # Break up conftest.defines because some shells have a limit on the size  # Break up conftest.defines because some shells have a limit on the size
17607  # of here documents, and old seds have small limits too (100 cmds).  # of here documents, and old seds have small limits too (100 cmds).
17608  echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS  echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
17609  echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS  echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
17610  echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS  echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
17611  echo '  :' >>$CONFIG_STATUS  echo '  :' >>$CONFIG_STATUS
17612  rm -f conftest.tail  rm -f conftest.tail
# Line 19410  do Line 17615  do
17615    # Write a limited-size here document to $tmp/defines.sed.    # Write a limited-size here document to $tmp/defines.sed.
17616    echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS    echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
17617    # Speed up: don't consider the non `#define' lines.    # Speed up: don't consider the non `#define' lines.
17618    echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS    echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
17619    # Work around the forget-to-reset-the-flag bug.    # Work around the forget-to-reset-the-flag bug.
17620    echo 't clr' >>$CONFIG_STATUS    echo 't clr' >>$CONFIG_STATUS
17621    echo ': clr' >>$CONFIG_STATUS    echo ': clr' >>$CONFIG_STATUS
# Line 19437  do Line 17642  do
17642    # Write a limited-size here document to $tmp/undefs.sed.    # Write a limited-size here document to $tmp/undefs.sed.
17643    echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS    echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
17644    # Speed up: don't consider the non `#undef'    # Speed up: don't consider the non `#undef'
17645    echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS    echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
17646    # Work around the forget-to-reset-the-flag bug.    # Work around the forget-to-reset-the-flag bug.
17647    echo 't clr' >>$CONFIG_STATUS    echo 't clr' >>$CONFIG_STATUS
17648    echo ': clr' >>$CONFIG_STATUS    echo ': clr' >>$CONFIG_STATUS
# Line 19465  cat >>$CONFIG_STATUS <<\_ACEOF Line 17670  cat >>$CONFIG_STATUS <<\_ACEOF
17670    cat $tmp/in >>$tmp/config.h    cat $tmp/in >>$tmp/config.h
17671    rm -f $tmp/in    rm -f $tmp/in
17672    if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
17673      if diff $ac_file $tmp/config.h >/dev/null 2>&1; then      if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
17674        { echo "$as_me:$LINENO: $ac_file is unchanged" >&5        { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
17675  echo "$as_me: $ac_file is unchanged" >&6;}  echo "$as_me: $ac_file is unchanged" >&6;}
17676      else      else
17677        ac_dir=`(dirname "$ac_file") 2>/dev/null ||        ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17678  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17679           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
17680           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
17681           X"$ac_file" : 'X\(/\)' \| \           X"$ac_file" : 'X\(/\)' \| \
17682           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
17683  echo X"$ac_file" |  echo X"$ac_file" |
17684      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17685            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 19490  echo X"$ac_file" | Line 17695  echo X"$ac_file" |
17695        as_dirs="$as_dir $as_dirs"        as_dirs="$as_dir $as_dirs"
17696        as_dir=`(dirname "$as_dir") 2>/dev/null ||        as_dir=`(dirname "$as_dir") 2>/dev/null ||
17697  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17698           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
17699           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
17700           X"$as_dir" : 'X\(/\)' \| \           X"$as_dir" : 'X\(/\)' \| \
17701           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
17702  echo X"$as_dir" |  echo X"$as_dir" |
17703      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17704            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 19525  for ac_file in : $CONFIG_COMMANDS; do te Line 17730  for ac_file in : $CONFIG_COMMANDS; do te
17730    ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`    ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
17731    ac_dir=`(dirname "$ac_dest") 2>/dev/null ||    ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
17732  $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17733           X"$ac_dest" : 'X\(//\)[^/]' \| \           X"$ac_dest" : 'X\(//\)[^/]' \| \
17734           X"$ac_dest" : 'X\(//\)$' \| \           X"$ac_dest" : 'X\(//\)$' \| \
17735           X"$ac_dest" : 'X\(/\)' \| \           X"$ac_dest" : 'X\(/\)' \| \
17736           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
17737  echo X"$ac_dest" |  echo X"$ac_dest" |
17738      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17739            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 19666  ac_clean_files=$ac_clean_files_save Line 17871  ac_clean_files=$ac_clean_files_save
17871  # need to make the FD available again.  # need to make the FD available again.
17872  if test "$no_create" != yes; then  if test "$no_create" != yes; then
17873    ac_cs_success=:    ac_cs_success=:
   ac_config_status_args=  
   test "$silent" = yes &&  
     ac_config_status_args="$ac_config_status_args --quiet"  
17874    exec 5>/dev/null    exec 5>/dev/null
17875    $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false    $SHELL $CONFIG_STATUS || ac_cs_success=false
17876    exec 5>>config.log    exec 5>>config.log
17877    # Use ||, not &&, to avoid exiting from the if with $? = 1, which    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17878    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26