aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-07-22 17:31:46 +0000
committerDave Love2003-07-22 17:31:46 +0000
commitf57bd9674ab8ada88fb3469117eee548b7b89cf7 (patch)
tree4b008da8efe9ae9817d79c0bbac539ed545ccb75
parent34e8c597f5d92195301698d9d37b6bd9ee63e07c (diff)
downloademacs-f57bd9674ab8ada88fb3469117eee548b7b89cf7.tar.gz
emacs-f57bd9674ab8ada88fb3469117eee548b7b89cf7.zip
*** empty log message ***
-rw-r--r--ChangeLog7
-rwxr-xr-xconfigure4642
-rw-r--r--src/ChangeLog4
3 files changed, 1433 insertions, 3220 deletions
diff --git a/ChangeLog b/ChangeLog
index 5944ee81fa7..9e3f6c03b79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12003-07-22 Dave Love <fx@gnu.org>
2
3 * configure.in: Make XRegisterIMInstantiateCallback test depend on
4 HAVE_X11, not with_xim.
5 (HAVE_CRTIN): Provide template.
6 <with_png>: Test for png.h and libpng/png.h.
7
12003-07-15 Andreas Schwab <schwab@suse.de> 82003-07-15 Andreas Schwab <schwab@suse.de>
2 9
3 * configure.in: Temporarily leave quoting for AC_DEFINE. 10 * configure.in: Temporarily leave quoting for AC_DEFINE.
diff --git a/configure b/configure
index 475a2025fdc..4496a368c16 100755
--- a/configure
+++ b/configure
@@ -1,8 +1,9 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.57a. 3# Generated by GNU Autoconf 2.54.
4# 4#
5# Copyright (C) 2003 Free Software Foundation, Inc. 5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6# Free Software Foundation, Inc.
6# This configure script is free software; the Free Software Foundation 7# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it. 8# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ## 9## --------------------- ##
@@ -21,7 +22,7 @@ elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21fi 22fi
22 23
23# Support unset when possible. 24# Support unset when possible.
24if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then 25if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
25 as_unset=unset 26 as_unset=unset
26else 27else
27 as_unset=false 28 as_unset=false
@@ -35,12 +36,9 @@ PS2='> '
35PS4='+ ' 36PS4='+ '
36 37
37# NLS nuisances. 38# NLS nuisances.
38for as_var in \ 39for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
39 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
40 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
41 LC_TELEPHONE LC_TIME
42do 40do
43 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 41 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
44 eval $as_var=C; export $as_var 42 eval $as_var=C; export $as_var
45 else 43 else
46 $as_unset $as_var 44 $as_unset $as_var
@@ -84,15 +82,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
84 82
85# The user is always right. 83# The user is always right.
86if test "${PATH_SEPARATOR+set}" != set; then 84if test "${PATH_SEPARATOR+set}" != set; then
87 echo "#! /bin/sh" >conf$$.sh 85 echo "#! /bin/sh" >conftest.sh
88 echo "exit 0" >>conf$$.sh 86 echo "exit 0" >>conftest.sh
89 chmod +x conf$$.sh 87 chmod +x conftest.sh
90 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 88 if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
91 PATH_SEPARATOR=';' 89 PATH_SEPARATOR=';'
92 else 90 else
93 PATH_SEPARATOR=: 91 PATH_SEPARATOR=:
94 fi 92 fi
95 rm -f conf$$.sh 93 rm -f conftest.sh
96fi 94fi
97 95
98 96
@@ -667,7 +665,7 @@ done
667 665
668# Be sure to have absolute paths. 666# Be sure to have absolute paths.
669for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 667for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
670 localstatedir libdir includedir oldincludedir infodir mandir 668 localstatedir libdir includedir oldincludedir infodir mandir
671do 669do
672 eval ac_val=$`echo $ac_var` 670 eval ac_val=$`echo $ac_var`
673 case $ac_val in 671 case $ac_val in
@@ -707,10 +705,10 @@ if test -z "$srcdir"; then
707 # Try the directory containing this script, then its parent. 705 # Try the directory containing this script, then its parent.
708 ac_confdir=`(dirname "$0") 2>/dev/null || 706 ac_confdir=`(dirname "$0") 2>/dev/null ||
709$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 707$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
710 X"$0" : 'X\(//\)[^/]' \| \ 708 X"$0" : 'X\(//\)[^/]' \| \
711 X"$0" : 'X\(//\)$' \| \ 709 X"$0" : 'X\(//\)$' \| \
712 X"$0" : 'X\(/\)' \| \ 710 X"$0" : 'X\(/\)' \| \
713 . : '\(.\)' 2>/dev/null || 711 . : '\(.\)' 2>/dev/null ||
714echo X"$0" | 712echo X"$0" |
715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 713 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
716 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 714 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -802,9 +800,9 @@ _ACEOF
802 cat <<_ACEOF 800 cat <<_ACEOF
803Installation directories: 801Installation directories:
804 --prefix=PREFIX install architecture-independent files in PREFIX 802 --prefix=PREFIX install architecture-independent files in PREFIX
805 [$ac_default_prefix] 803 [$ac_default_prefix]
806 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 804 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
807 [PREFIX] 805 [PREFIX]
808 806
809By default, \`make install' will install all the files in 807By default, \`make install' will install all the files in
810\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 808\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
@@ -941,7 +939,7 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
941 echo 939 echo
942 $SHELL $ac_srcdir/configure --help=recursive 940 $SHELL $ac_srcdir/configure --help=recursive
943 elif test -f $ac_srcdir/configure.ac || 941 elif test -f $ac_srcdir/configure.ac ||
944 test -f $ac_srcdir/configure.in; then 942 test -f $ac_srcdir/configure.in; then
945 echo 943 echo
946 $ac_configure --help 944 $ac_configure --help
947 else 945 else
@@ -955,7 +953,8 @@ test -n "$ac_init_help" && exit 0
955if $ac_init_version; then 953if $ac_init_version; then
956 cat <<\_ACEOF 954 cat <<\_ACEOF
957 955
958Copyright (C) 2003 Free Software Foundation, Inc. 956Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
957Free Software Foundation, Inc.
959This configure script is free software; the Free Software Foundation 958This configure script is free software; the Free Software Foundation
960gives unlimited permission to copy, distribute and modify it. 959gives unlimited permission to copy, distribute and modify it.
961_ACEOF 960_ACEOF
@@ -967,7 +966,7 @@ This file contains any messages produced by compilers while
967running configure, to aid debugging if configure makes a mistake. 966running configure, to aid debugging if configure makes a mistake.
968 967
969It was created by $as_me, which was 968It was created by $as_me, which was
970generated by GNU Autoconf 2.57a. Invocation command line was 969generated by GNU Autoconf 2.54. Invocation command line was
971 970
972 $ $0 $@ 971 $ $0 $@
973 972
@@ -1019,54 +1018,24 @@ _ACEOF
1019 1018
1020# Keep a trace of the command line. 1019# Keep a trace of the command line.
1021# Strip out --no-create and --no-recursion so they do not pile up. 1020# Strip out --no-create and --no-recursion so they do not pile up.
1022# Strip out --silent because we don't want to record it for future runs.
1023# Also quote any args containing shell meta-characters. 1021# Also quote any args containing shell meta-characters.
1024# Make two passes to allow for proper duplicate-argument suppression.
1025ac_configure_args= 1022ac_configure_args=
1026ac_configure_args0=
1027ac_configure_args1=
1028ac_sep= 1023ac_sep=
1029ac_must_keep_next=false 1024for ac_arg
1030for ac_pass in 1 2
1031do 1025do
1032 for ac_arg 1026 case $ac_arg in
1033 do 1027 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1034 case $ac_arg in 1028 | --no-cr | --no-c | -n ) continue ;;
1035 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1029 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1036 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1030 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1037 | -silent | --silent | --silen | --sile | --sil) 1031 continue ;;
1038 continue ;; 1032 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1039 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1033 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1040 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1034 esac
1041 esac 1035 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1042 case $ac_pass in 1036 # Get rid of the leading space.
1043 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1037 ac_sep=" "
1044 2)
1045 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1046 if test $ac_must_keep_next = true; then
1047 ac_must_keep_next=false # Got value, back to normal.
1048 else
1049 case $ac_arg in
1050 *=* | --config-cache | -C | -disable-* | --disable-* \
1051 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1052 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1053 | -with-* | --with-* | -without-* | --without-* | --x)
1054 case "$ac_configure_args0 " in
1055 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1056 esac
1057 ;;
1058 -* ) ac_must_keep_next=true ;;
1059 esac
1060 fi
1061 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1062 # Get rid of the leading space.
1063 ac_sep=" "
1064 ;;
1065 esac
1066 done
1067done 1038done
1068$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1069$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1070 1039
1071# When interrupted or exit'd, cleanup temporary files, and complete 1040# When interrupted or exit'd, cleanup temporary files, and complete
1072# config.log. We remove comments because anyway the quotes in there 1041# config.log. We remove comments because anyway the quotes in there
@@ -1090,12 +1059,12 @@ _ASBOX
1090 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1059 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1091 *ac_space=\ *) 1060 *ac_space=\ *)
1092 sed -n \ 1061 sed -n \
1093 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1062 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1094 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1063 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1095 ;; 1064 ;;
1096 *) 1065 *)
1097 sed -n \ 1066 sed -n \
1098 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1067 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1099 ;; 1068 ;;
1100 esac; 1069 esac;
1101} 1070}
@@ -1124,7 +1093,7 @@ _ASBOX
1124 for ac_var in $ac_subst_files 1093 for ac_var in $ac_subst_files
1125 do 1094 do
1126 eval ac_val=$`echo $ac_var` 1095 eval ac_val=$`echo $ac_var`
1127 echo "$ac_var='"'"'$ac_val'"'"'" 1096 echo "$ac_var='"'"'$ac_val'"'"'"
1128 done | sort 1097 done | sort
1129 echo 1098 echo
1130 fi 1099 fi
@@ -1223,7 +1192,7 @@ fi
1223# value. 1192# value.
1224ac_cache_corrupted=false 1193ac_cache_corrupted=false
1225for ac_var in `(set) 2>&1 | 1194for ac_var in `(set) 2>&1 |
1226 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1195 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1227 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1196 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1228 eval ac_new_set=\$ac_env_${ac_var}_set 1197 eval ac_new_set=\$ac_env_${ac_var}_set
1229 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1198 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
@@ -1240,13 +1209,13 @@ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1240 ,);; 1209 ,);;
1241 *) 1210 *)
1242 if test "x$ac_old_val" != "x$ac_new_val"; then 1211 if test "x$ac_old_val" != "x$ac_new_val"; then
1243 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1212 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1244echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1213echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1245 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1214 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1246echo "$as_me: former value: $ac_old_val" >&2;} 1215echo "$as_me: former value: $ac_old_val" >&2;}
1247 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1216 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1248echo "$as_me: current value: $ac_new_val" >&2;} 1217echo "$as_me: current value: $ac_new_val" >&2;}
1249 ac_cache_corrupted=: 1218 ac_cache_corrupted=:
1250 fi;; 1219 fi;;
1251 esac 1220 esac
1252 # Pass precious variables to config.status. 1221 # Pass precious variables to config.status.
@@ -1661,8 +1630,9 @@ case "${canonical}" in
1661 *-*-netbsd* ) 1630 *-*-netbsd* )
1662 opsys=netbsd 1631 opsys=netbsd
1663 if test -f /usr/lib/crti.o; then 1632 if test -f /usr/lib/crti.o; then
1664 cat >>confdefs.h <<\_ACEOF 1633
1665#define HAVE_CRTIN 1 1634cat >>confdefs.h <<\_ACEOF
1635#define HAVE_CRTIN
1666_ACEOF 1636_ACEOF
1667 1637
1668 fi 1638 fi
@@ -2942,10 +2912,8 @@ fi
2942fi 2912fi
2943 2913
2944 2914
2945test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2915test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
2946See \`config.log' for more details." >&5 2916echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
2947echo "$as_me: error: no acceptable C compiler found in \$PATH
2948See \`config.log' for more details." >&2;}
2949 { (exit 1); exit 1; }; } 2917 { (exit 1); exit 1; }; }
2950 2918
2951# Provide some information about the compiler. 2919# Provide some information about the compiler.
@@ -2969,11 +2937,8 @@ ac_compiler=`set X $ac_compile; echo $2`
2969 (exit $ac_status); } 2937 (exit $ac_status); }
2970 2938
2971cat >conftest.$ac_ext <<_ACEOF 2939cat >conftest.$ac_ext <<_ACEOF
2972/* confdefs.h. */ 2940#line $LINENO "configure"
2973_ACEOF 2941#include "confdefs.h"
2974cat confdefs.h >>conftest.$ac_ext
2975cat >>conftest.$ac_ext <<_ACEOF
2976/* end confdefs.h. */
2977 2942
2978int 2943int
2979main () 2944main ()
@@ -2984,12 +2949,12 @@ main ()
2984} 2949}
2985_ACEOF 2950_ACEOF
2986ac_clean_files_save=$ac_clean_files 2951ac_clean_files_save=$ac_clean_files
2987ac_clean_files="$ac_clean_files a.out a.exe b.out" 2952ac_clean_files="$ac_clean_files a.out a.exe"
2988# Try to create an executable without -o first, disregard a.out. 2953# Try to create an executable without -o first, disregard a.out.
2989# It will help us diagnose broken compilers, and finding out an intuition 2954# It will help us diagnose broken compilers, and finding out an intuition
2990# of exeext. 2955# of exeext.
2991echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2956echo "$as_me:$LINENO: checking for C compiler default output" >&5
2992echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 2957echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2993ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2958ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2994if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 2959if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2995 (eval $ac_link_default) 2>&5 2960 (eval $ac_link_default) 2>&5
@@ -3003,39 +2968,27 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3003# Be careful to initialize this variable, since it used to be cached. 2968# Be careful to initialize this variable, since it used to be cached.
3004# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 2969# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3005ac_cv_exeext= 2970ac_cv_exeext=
3006# b.out is created by i960 compilers. 2971for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do
3007for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
3008do
3009 test -f "$ac_file" || continue 2972 test -f "$ac_file" || continue
3010 case $ac_file in 2973 case $ac_file in
3011 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 2974 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
3012 ;; 2975 a.out ) # We found the default executable, but exeext='' is most
3013 conftest.$ac_ext ) 2976 # certainly right.
3014 # This is the source file. 2977 break;;
3015 ;; 2978 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3016 [ab].out ) 2979 # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
3017 # We found the default executable, but exeext='' is most 2980 export ac_cv_exeext
3018 # certainly right. 2981 break;;
3019 break;; 2982 * ) break;;
3020 *.* )
3021 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3022 # FIXME: I believe we export ac_cv_exeext for Libtool,
3023 # but it would be cool to find out if it's true. Does anybody
3024 # maintain Libtool? --akim.
3025 export ac_cv_exeext
3026 break;;
3027 * )
3028 break;;
3029 esac 2983 esac
3030done 2984done
3031else 2985else
3032 echo "$as_me: failed program was:" >&5 2986 echo "$as_me: failed program was:" >&5
3033sed 's/^/| /' conftest.$ac_ext >&5 2987cat conftest.$ac_ext >&5
3034
3035{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 2988{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
3036See \`config.log' for more details." >&5 2989check \`config.log' for details." >&5
3037echo "$as_me: error: C compiler cannot create executables 2990echo "$as_me: error: C compiler cannot create executables
3038See \`config.log' for more details." >&2;} 2991check \`config.log' for details." >&2;}
3039 { (exit 77); exit 77; }; } 2992 { (exit 77); exit 77; }; }
3040fi 2993fi
3041 2994
@@ -3062,11 +3015,9 @@ if test "$cross_compiling" != yes; then
3062 cross_compiling=yes 3015 cross_compiling=yes
3063 else 3016 else
3064 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 3017 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3065If you meant to cross compile, use \`--host'. 3018If you meant to cross compile, use \`--host'." >&5
3066See \`config.log' for more details." >&5
3067echo "$as_me: error: cannot run C compiled programs. 3019echo "$as_me: error: cannot run C compiled programs.
3068If you meant to cross compile, use \`--host'. 3020If you meant to cross compile, use \`--host'." >&2;}
3069See \`config.log' for more details." >&2;}
3070 { (exit 1); exit 1; }; } 3021 { (exit 1); exit 1; }; }
3071 fi 3022 fi
3072 fi 3023 fi
@@ -3074,7 +3025,7 @@ fi
3074echo "$as_me:$LINENO: result: yes" >&5 3025echo "$as_me:$LINENO: result: yes" >&5
3075echo "${ECHO_T}yes" >&6 3026echo "${ECHO_T}yes" >&6
3076 3027
3077rm -f a.out a.exe conftest$ac_cv_exeext b.out 3028rm -f a.out a.exe conftest$ac_cv_exeext
3078ac_clean_files=$ac_clean_files_save 3029ac_clean_files=$ac_clean_files_save
3079# Check the compiler produces executables we can run. If not, either 3030# Check the compiler produces executables we can run. If not, either
3080# the compiler is broken, or we cross compile. 3031# the compiler is broken, or we cross compile.
@@ -3099,16 +3050,14 @@ for ac_file in conftest.exe conftest conftest.*; do
3099 case $ac_file in 3050 case $ac_file in
3100 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 3051 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
3101 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3052 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3102 export ac_cv_exeext 3053 export ac_cv_exeext
3103 break;; 3054 break;;
3104 * ) break;; 3055 * ) break;;
3105 esac 3056 esac
3106done 3057done
3107else 3058else
3108 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3059 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5
3109See \`config.log' for more details." >&5 3060echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}
3110echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3111See \`config.log' for more details." >&2;}
3112 { (exit 1); exit 1; }; } 3061 { (exit 1); exit 1; }; }
3113fi 3062fi
3114 3063
@@ -3125,11 +3074,8 @@ if test "${ac_cv_objext+set}" = set; then
3125 echo $ECHO_N "(cached) $ECHO_C" >&6 3074 echo $ECHO_N "(cached) $ECHO_C" >&6
3126else 3075else
3127 cat >conftest.$ac_ext <<_ACEOF 3076 cat >conftest.$ac_ext <<_ACEOF
3128/* confdefs.h. */ 3077#line $LINENO "configure"
3129_ACEOF 3078#include "confdefs.h"
3130cat confdefs.h >>conftest.$ac_ext
3131cat >>conftest.$ac_ext <<_ACEOF
3132/* end confdefs.h. */
3133 3079
3134int 3080int
3135main () 3081main ()
@@ -3154,12 +3100,9 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3154done 3100done
3155else 3101else
3156 echo "$as_me: failed program was:" >&5 3102 echo "$as_me: failed program was:" >&5
3157sed 's/^/| /' conftest.$ac_ext >&5 3103cat conftest.$ac_ext >&5
3158 3104{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5
3159{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3105echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}
3160See \`config.log' for more details." >&5
3161echo "$as_me: error: cannot compute suffix of object files: cannot compile
3162See \`config.log' for more details." >&2;}
3163 { (exit 1); exit 1; }; } 3106 { (exit 1); exit 1; }; }
3164fi 3107fi
3165 3108
@@ -3175,11 +3118,8 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then
3175 echo $ECHO_N "(cached) $ECHO_C" >&6 3118 echo $ECHO_N "(cached) $ECHO_C" >&6
3176else 3119else
3177 cat >conftest.$ac_ext <<_ACEOF 3120 cat >conftest.$ac_ext <<_ACEOF
3178/* confdefs.h. */ 3121#line $LINENO "configure"
3179_ACEOF 3122#include "confdefs.h"
3180cat confdefs.h >>conftest.$ac_ext
3181cat >>conftest.$ac_ext <<_ACEOF
3182/* end confdefs.h. */
3183 3123
3184int 3124int
3185main () 3125main ()
@@ -3198,7 +3138,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3198 ac_status=$? 3138 ac_status=$?
3199 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3200 (exit $ac_status); } && 3140 (exit $ac_status); } &&
3201 { ac_try='test -s conftest.$ac_objext' 3141 { ac_try='test -s conftest.$ac_objext'
3202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3203 (eval $ac_try) 2>&5 3143 (eval $ac_try) 2>&5
3204 ac_status=$? 3144 ac_status=$?
@@ -3207,8 +3147,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3207 ac_compiler_gnu=yes 3147 ac_compiler_gnu=yes
3208else 3148else
3209 echo "$as_me: failed program was:" >&5 3149 echo "$as_me: failed program was:" >&5
3210sed 's/^/| /' conftest.$ac_ext >&5 3150cat conftest.$ac_ext >&5
3211
3212ac_compiler_gnu=no 3151ac_compiler_gnu=no
3213fi 3152fi
3214rm -f conftest.$ac_objext conftest.$ac_ext 3153rm -f conftest.$ac_objext conftest.$ac_ext
@@ -3227,11 +3166,8 @@ if test "${ac_cv_prog_cc_g+set}" = set; then
3227 echo $ECHO_N "(cached) $ECHO_C" >&6 3166 echo $ECHO_N "(cached) $ECHO_C" >&6
3228else 3167else
3229 cat >conftest.$ac_ext <<_ACEOF 3168 cat >conftest.$ac_ext <<_ACEOF
3230/* confdefs.h. */ 3169#line $LINENO "configure"
3231_ACEOF 3170#include "confdefs.h"
3232cat confdefs.h >>conftest.$ac_ext
3233cat >>conftest.$ac_ext <<_ACEOF
3234/* end confdefs.h. */
3235 3171
3236int 3172int
3237main () 3173main ()
@@ -3247,7 +3183,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3247 ac_status=$? 3183 ac_status=$?
3248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3249 (exit $ac_status); } && 3185 (exit $ac_status); } &&
3250 { ac_try='test -s conftest.$ac_objext' 3186 { ac_try='test -s conftest.$ac_objext'
3251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3252 (eval $ac_try) 2>&5 3188 (eval $ac_try) 2>&5
3253 ac_status=$? 3189 ac_status=$?
@@ -3256,8 +3192,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3256 ac_cv_prog_cc_g=yes 3192 ac_cv_prog_cc_g=yes
3257else 3193else
3258 echo "$as_me: failed program was:" >&5 3194 echo "$as_me: failed program was:" >&5
3259sed 's/^/| /' conftest.$ac_ext >&5 3195cat conftest.$ac_ext >&5
3260
3261ac_cv_prog_cc_g=no 3196ac_cv_prog_cc_g=no
3262fi 3197fi
3263rm -f conftest.$ac_objext conftest.$ac_ext 3198rm -f conftest.$ac_objext conftest.$ac_ext
@@ -3287,11 +3222,8 @@ else
3287 ac_cv_prog_cc_stdc=no 3222 ac_cv_prog_cc_stdc=no
3288ac_save_CC=$CC 3223ac_save_CC=$CC
3289cat >conftest.$ac_ext <<_ACEOF 3224cat >conftest.$ac_ext <<_ACEOF
3290/* confdefs.h. */ 3225#line $LINENO "configure"
3291_ACEOF 3226#include "confdefs.h"
3292cat confdefs.h >>conftest.$ac_ext
3293cat >>conftest.$ac_ext <<_ACEOF
3294/* end confdefs.h. */
3295#include <stdarg.h> 3227#include <stdarg.h>
3296#include <stdio.h> 3228#include <stdio.h>
3297#include <sys/types.h> 3229#include <sys/types.h>
@@ -3344,7 +3276,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3344 ac_status=$? 3276 ac_status=$?
3345 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3346 (exit $ac_status); } && 3278 (exit $ac_status); } &&
3347 { ac_try='test -s conftest.$ac_objext' 3279 { ac_try='test -s conftest.$ac_objext'
3348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3349 (eval $ac_try) 2>&5 3281 (eval $ac_try) 2>&5
3350 ac_status=$? 3282 ac_status=$?
@@ -3354,8 +3286,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3354break 3286break
3355else 3287else
3356 echo "$as_me: failed program was:" >&5 3288 echo "$as_me: failed program was:" >&5
3357sed 's/^/| /' conftest.$ac_ext >&5 3289cat conftest.$ac_ext >&5
3358
3359fi 3290fi
3360rm -f conftest.$ac_objext 3291rm -f conftest.$ac_objext
3361done 3292done
@@ -3389,14 +3320,15 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3389 ac_status=$? 3320 ac_status=$?
3390 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3391 (exit $ac_status); } && 3322 (exit $ac_status); } &&
3392 { ac_try='test -s conftest.$ac_objext' 3323 { ac_try='test -s conftest.$ac_objext'
3393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3394 (eval $ac_try) 2>&5 3325 (eval $ac_try) 2>&5
3395 ac_status=$? 3326 ac_status=$?
3396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3397 (exit $ac_status); }; }; then 3328 (exit $ac_status); }; }; then
3398 for ac_declaration in \ 3329 for ac_declaration in \
3399 '' \ 3330 ''\
3331 '#include <stdlib.h>' \
3400 'extern "C" void std::exit (int) throw (); using std::exit;' \ 3332 'extern "C" void std::exit (int) throw (); using std::exit;' \
3401 'extern "C" void std::exit (int); using std::exit;' \ 3333 'extern "C" void std::exit (int); using std::exit;' \
3402 'extern "C" void exit (int) throw ();' \ 3334 'extern "C" void exit (int) throw ();' \
@@ -3404,13 +3336,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3404 'void exit (int);' 3336 'void exit (int);'
3405do 3337do
3406 cat >conftest.$ac_ext <<_ACEOF 3338 cat >conftest.$ac_ext <<_ACEOF
3407/* confdefs.h. */ 3339#line $LINENO "configure"
3408_ACEOF 3340#include "confdefs.h"
3409cat confdefs.h >>conftest.$ac_ext
3410cat >>conftest.$ac_ext <<_ACEOF
3411/* end confdefs.h. */
3412$ac_declaration
3413#include <stdlib.h> 3341#include <stdlib.h>
3342$ac_declaration
3414int 3343int
3415main () 3344main ()
3416{ 3345{
@@ -3425,7 +3354,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3425 ac_status=$? 3354 ac_status=$?
3426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3427 (exit $ac_status); } && 3356 (exit $ac_status); } &&
3428 { ac_try='test -s conftest.$ac_objext' 3357 { ac_try='test -s conftest.$ac_objext'
3429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3430 (eval $ac_try) 2>&5 3359 (eval $ac_try) 2>&5
3431 ac_status=$? 3360 ac_status=$?
@@ -3434,17 +3363,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3434 : 3363 :
3435else 3364else
3436 echo "$as_me: failed program was:" >&5 3365 echo "$as_me: failed program was:" >&5
3437sed 's/^/| /' conftest.$ac_ext >&5 3366cat conftest.$ac_ext >&5
3438
3439continue 3367continue
3440fi 3368fi
3441rm -f conftest.$ac_objext conftest.$ac_ext 3369rm -f conftest.$ac_objext conftest.$ac_ext
3442 cat >conftest.$ac_ext <<_ACEOF 3370 cat >conftest.$ac_ext <<_ACEOF
3443/* confdefs.h. */ 3371#line $LINENO "configure"
3444_ACEOF 3372#include "confdefs.h"
3445cat confdefs.h >>conftest.$ac_ext
3446cat >>conftest.$ac_ext <<_ACEOF
3447/* end confdefs.h. */
3448$ac_declaration 3373$ac_declaration
3449int 3374int
3450main () 3375main ()
@@ -3460,7 +3385,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3460 ac_status=$? 3385 ac_status=$?
3461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3462 (exit $ac_status); } && 3387 (exit $ac_status); } &&
3463 { ac_try='test -s conftest.$ac_objext' 3388 { ac_try='test -s conftest.$ac_objext'
3464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3465 (eval $ac_try) 2>&5 3390 (eval $ac_try) 2>&5
3466 ac_status=$? 3391 ac_status=$?
@@ -3469,8 +3394,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3469 break 3394 break
3470else 3395else
3471 echo "$as_me: failed program was:" >&5 3396 echo "$as_me: failed program was:" >&5
3472sed 's/^/| /' conftest.$ac_ext >&5 3397cat conftest.$ac_ext >&5
3473
3474fi 3398fi
3475rm -f conftest.$ac_objext conftest.$ac_ext 3399rm -f conftest.$ac_objext conftest.$ac_ext
3476done 3400done
@@ -3483,8 +3407,7 @@ fi
3483 3407
3484else 3408else
3485 echo "$as_me: failed program was:" >&5 3409 echo "$as_me: failed program was:" >&5
3486sed 's/^/| /' conftest.$ac_ext >&5 3410cat conftest.$ac_ext >&5
3487
3488fi 3411fi
3489rm -f conftest.$ac_objext conftest.$ac_ext 3412rm -f conftest.$ac_objext conftest.$ac_ext
3490ac_ext=c 3413ac_ext=c
@@ -3562,22 +3485,13 @@ for ac_c_preproc_warn_flag in '' yes
3562do 3485do
3563 # Use a header file that comes with gcc, so configuring glibc 3486 # Use a header file that comes with gcc, so configuring glibc
3564 # with a fresh cross-compiler works. 3487 # with a fresh cross-compiler works.
3565 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3566 # <limits.h> exists even on freestanding compilers.
3567 # On the NeXT, cc -E runs the code through the compiler's parser, 3488 # On the NeXT, cc -E runs the code through the compiler's parser,
3568 # not just through cpp. "Syntax error" is here to catch this case. 3489 # not just through cpp. "Syntax error" is here to catch this case.
3569 cat >conftest.$ac_ext <<_ACEOF 3490 cat >conftest.$ac_ext <<_ACEOF
3570/* confdefs.h. */ 3491#line $LINENO "configure"
3571_ACEOF 3492#include "confdefs.h"
3572cat confdefs.h >>conftest.$ac_ext 3493#include <assert.h>
3573cat >>conftest.$ac_ext <<_ACEOF 3494 Syntax error
3574/* end confdefs.h. */
3575#ifdef __STDC__
3576# include <limits.h>
3577#else
3578# include <assert.h>
3579#endif
3580 Syntax error
3581_ACEOF 3495_ACEOF
3582if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3496if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3583 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3497 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3599,8 +3513,7 @@ if test -z "$ac_cpp_err"; then
3599 : 3513 :
3600else 3514else
3601 echo "$as_me: failed program was:" >&5 3515 echo "$as_me: failed program was:" >&5
3602sed 's/^/| /' conftest.$ac_ext >&5 3516 cat conftest.$ac_ext >&5
3603
3604 # Broken: fails on valid input. 3517 # Broken: fails on valid input.
3605continue 3518continue
3606fi 3519fi
@@ -3609,11 +3522,8 @@ rm -f conftest.err conftest.$ac_ext
3609 # OK, works on sane cases. Now check whether non-existent headers 3522 # OK, works on sane cases. Now check whether non-existent headers
3610 # can be detected and how. 3523 # can be detected and how.
3611 cat >conftest.$ac_ext <<_ACEOF 3524 cat >conftest.$ac_ext <<_ACEOF
3612/* confdefs.h. */ 3525#line $LINENO "configure"
3613_ACEOF 3526#include "confdefs.h"
3614cat confdefs.h >>conftest.$ac_ext
3615cat >>conftest.$ac_ext <<_ACEOF
3616/* end confdefs.h. */
3617#include <ac_nonexistent.h> 3527#include <ac_nonexistent.h>
3618_ACEOF 3528_ACEOF
3619if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3529if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -3637,8 +3547,7 @@ if test -z "$ac_cpp_err"; then
3637continue 3547continue
3638else 3548else
3639 echo "$as_me: failed program was:" >&5 3549 echo "$as_me: failed program was:" >&5
3640sed 's/^/| /' conftest.$ac_ext >&5 3550 cat conftest.$ac_ext >&5
3641
3642 # Passes both tests. 3551 # Passes both tests.
3643ac_preproc_ok=: 3552ac_preproc_ok=:
3644break 3553break
@@ -3667,22 +3576,13 @@ for ac_c_preproc_warn_flag in '' yes
3667do 3576do
3668 # Use a header file that comes with gcc, so configuring glibc 3577 # Use a header file that comes with gcc, so configuring glibc
3669 # with a fresh cross-compiler works. 3578 # with a fresh cross-compiler works.
3670 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3671 # <limits.h> exists even on freestanding compilers.
3672 # On the NeXT, cc -E runs the code through the compiler's parser, 3579 # On the NeXT, cc -E runs the code through the compiler's parser,
3673 # not just through cpp. "Syntax error" is here to catch this case. 3580 # not just through cpp. "Syntax error" is here to catch this case.
3674 cat >conftest.$ac_ext <<_ACEOF 3581 cat >conftest.$ac_ext <<_ACEOF
3675/* confdefs.h. */ 3582#line $LINENO "configure"
3676_ACEOF 3583#include "confdefs.h"
3677cat confdefs.h >>conftest.$ac_ext 3584#include <assert.h>
3678cat >>conftest.$ac_ext <<_ACEOF 3585 Syntax error
3679/* end confdefs.h. */
3680#ifdef __STDC__
3681# include <limits.h>
3682#else
3683# include <assert.h>
3684#endif
3685 Syntax error
3686_ACEOF 3586_ACEOF
3687if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3587if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3688 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3588 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3704,8 +3604,7 @@ if test -z "$ac_cpp_err"; then
3704 : 3604 :
3705else 3605else
3706 echo "$as_me: failed program was:" >&5 3606 echo "$as_me: failed program was:" >&5
3707sed 's/^/| /' conftest.$ac_ext >&5 3607 cat conftest.$ac_ext >&5
3708
3709 # Broken: fails on valid input. 3608 # Broken: fails on valid input.
3710continue 3609continue
3711fi 3610fi
@@ -3714,11 +3613,8 @@ rm -f conftest.err conftest.$ac_ext
3714 # OK, works on sane cases. Now check whether non-existent headers 3613 # OK, works on sane cases. Now check whether non-existent headers
3715 # can be detected and how. 3614 # can be detected and how.
3716 cat >conftest.$ac_ext <<_ACEOF 3615 cat >conftest.$ac_ext <<_ACEOF
3717/* confdefs.h. */ 3616#line $LINENO "configure"
3718_ACEOF 3617#include "confdefs.h"
3719cat confdefs.h >>conftest.$ac_ext
3720cat >>conftest.$ac_ext <<_ACEOF
3721/* end confdefs.h. */
3722#include <ac_nonexistent.h> 3618#include <ac_nonexistent.h>
3723_ACEOF 3619_ACEOF
3724if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3620if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -3742,8 +3638,7 @@ if test -z "$ac_cpp_err"; then
3742continue 3638continue
3743else 3639else
3744 echo "$as_me: failed program was:" >&5 3640 echo "$as_me: failed program was:" >&5
3745sed 's/^/| /' conftest.$ac_ext >&5 3641 cat conftest.$ac_ext >&5
3746
3747 # Passes both tests. 3642 # Passes both tests.
3748ac_preproc_ok=: 3643ac_preproc_ok=:
3749break 3644break
@@ -3756,10 +3651,8 @@ rm -f conftest.err conftest.$ac_ext
3756if $ac_preproc_ok; then 3651if $ac_preproc_ok; then
3757 : 3652 :
3758else 3653else
3759 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3654 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
3760See \`config.log' for more details." >&5 3655echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
3761echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3762See \`config.log' for more details." >&2;}
3763 { (exit 1); exit 1; }; } 3656 { (exit 1); exit 1; }; }
3764fi 3657fi
3765 3658
@@ -3780,7 +3673,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3780# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3673# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3781# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3674# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3782# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3675# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3783# OS/2's system install, which has a completely different semantic
3784# ./install, which can be erroneously created by make from ./install.sh. 3676# ./install, which can be erroneously created by make from ./install.sh.
3785echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3677echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3786echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 3678echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
@@ -3797,7 +3689,6 @@ do
3797case $as_dir/ in 3689case $as_dir/ in
3798 ./ | .// | /cC/* | \ 3690 ./ | .// | /cC/* | \
3799 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3691 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3800 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3801 /usr/ucb/* ) ;; 3692 /usr/ucb/* ) ;;
3802 *) 3693 *)
3803 # OSF1 and SCO ODT 3.0 have their own names for install. 3694 # OSF1 and SCO ODT 3.0 have their own names for install.
@@ -3805,20 +3696,20 @@ case $as_dir/ in
3805 # by default. 3696 # by default.
3806 for ac_prog in ginstall scoinst install; do 3697 for ac_prog in ginstall scoinst install; do
3807 for ac_exec_ext in '' $ac_executable_extensions; do 3698 for ac_exec_ext in '' $ac_executable_extensions; do
3808 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 3699 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3809 if test $ac_prog = install && 3700 if test $ac_prog = install &&
3810 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3701 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3811 # AIX install. It has an incompatible calling convention. 3702 # AIX install. It has an incompatible calling convention.
3812 : 3703 :
3813 elif test $ac_prog = install && 3704 elif test $ac_prog = install &&
3814 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3705 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3815 # program-specific install script used by HP pwplus--don't use. 3706 # program-specific install script used by HP pwplus--don't use.
3816 : 3707 :
3817 else 3708 else
3818 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3709 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3819 break 3 3710 break 3
3820 fi 3711 fi
3821 fi 3712 fi
3822 done 3713 done
3823 done 3714 done
3824 ;; 3715 ;;
@@ -4081,11 +3972,8 @@ echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4081echo "$as_me:$LINENO: checking for AIX" >&5 3972echo "$as_me:$LINENO: checking for AIX" >&5
4082echo $ECHO_N "checking for AIX... $ECHO_C" >&6 3973echo $ECHO_N "checking for AIX... $ECHO_C" >&6
4083cat >conftest.$ac_ext <<_ACEOF 3974cat >conftest.$ac_ext <<_ACEOF
4084/* confdefs.h. */ 3975#line $LINENO "configure"
4085_ACEOF 3976#include "confdefs.h"
4086cat confdefs.h >>conftest.$ac_ext
4087cat >>conftest.$ac_ext <<_ACEOF
4088/* end confdefs.h. */
4089#ifdef _AIX 3977#ifdef _AIX
4090 yes 3978 yes
4091#endif 3979#endif
@@ -4279,12 +4167,9 @@ else
4279 while :; do 4167 while :; do
4280 # IRIX 6.2 and later do not support large files by default, 4168 # IRIX 6.2 and later do not support large files by default,
4281 # so use the C compiler's -n32 option if that helps. 4169 # so use the C compiler's -n32 option if that helps.
4282 cat >conftest.$ac_ext <<_ACEOF 4170 cat >conftest.$ac_ext <<_ACEOF
4283/* confdefs.h. */ 4171#line $LINENO "configure"
4284_ACEOF 4172#include "confdefs.h"
4285cat confdefs.h >>conftest.$ac_ext
4286cat >>conftest.$ac_ext <<_ACEOF
4287/* end confdefs.h. */
4288#include <sys/types.h> 4173#include <sys/types.h>
4289 /* Check that off_t can represent 2**63 - 1 correctly. 4174 /* Check that off_t can represent 2**63 - 1 correctly.
4290 We can't simply define LARGE_OFF_T to be 9223372036854775807, 4175 We can't simply define LARGE_OFF_T to be 9223372036854775807,
@@ -4308,7 +4193,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4308 ac_status=$? 4193 ac_status=$?
4309 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4310 (exit $ac_status); } && 4195 (exit $ac_status); } &&
4311 { ac_try='test -s conftest.$ac_objext' 4196 { ac_try='test -s conftest.$ac_objext'
4312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4313 (eval $ac_try) 2>&5 4198 (eval $ac_try) 2>&5
4314 ac_status=$? 4199 ac_status=$?
@@ -4317,8 +4202,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4317 break 4202 break
4318else 4203else
4319 echo "$as_me: failed program was:" >&5 4204 echo "$as_me: failed program was:" >&5
4320sed 's/^/| /' conftest.$ac_ext >&5 4205cat conftest.$ac_ext >&5
4321
4322fi 4206fi
4323rm -f conftest.$ac_objext 4207rm -f conftest.$ac_objext
4324 CC="$CC -n32" 4208 CC="$CC -n32"
@@ -4328,7 +4212,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4328 ac_status=$? 4212 ac_status=$?
4329 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4330 (exit $ac_status); } && 4214 (exit $ac_status); } &&
4331 { ac_try='test -s conftest.$ac_objext' 4215 { ac_try='test -s conftest.$ac_objext'
4332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4333 (eval $ac_try) 2>&5 4217 (eval $ac_try) 2>&5
4334 ac_status=$? 4218 ac_status=$?
@@ -4337,11 +4221,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4337 ac_cv_sys_largefile_CC=' -n32'; break 4221 ac_cv_sys_largefile_CC=' -n32'; break
4338else 4222else
4339 echo "$as_me: failed program was:" >&5 4223 echo "$as_me: failed program was:" >&5
4340sed 's/^/| /' conftest.$ac_ext >&5 4224cat conftest.$ac_ext >&5
4341
4342fi 4225fi
4343rm -f conftest.$ac_objext 4226rm -f conftest.$ac_objext
4344 break 4227 break
4345 done 4228 done
4346 CC=$ac_save_CC 4229 CC=$ac_save_CC
4347 rm -f conftest.$ac_ext 4230 rm -f conftest.$ac_ext
@@ -4361,11 +4244,8 @@ else
4361 while :; do 4244 while :; do
4362 ac_cv_sys_file_offset_bits=no 4245 ac_cv_sys_file_offset_bits=no
4363 cat >conftest.$ac_ext <<_ACEOF 4246 cat >conftest.$ac_ext <<_ACEOF
4364/* confdefs.h. */ 4247#line $LINENO "configure"
4365_ACEOF 4248#include "confdefs.h"
4366cat confdefs.h >>conftest.$ac_ext
4367cat >>conftest.$ac_ext <<_ACEOF
4368/* end confdefs.h. */
4369#include <sys/types.h> 4249#include <sys/types.h>
4370 /* Check that off_t can represent 2**63 - 1 correctly. 4250 /* Check that off_t can represent 2**63 - 1 correctly.
4371 We can't simply define LARGE_OFF_T to be 9223372036854775807, 4251 We can't simply define LARGE_OFF_T to be 9223372036854775807,
@@ -4389,7 +4269,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4389 ac_status=$? 4269 ac_status=$?
4390 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4391 (exit $ac_status); } && 4271 (exit $ac_status); } &&
4392 { ac_try='test -s conftest.$ac_objext' 4272 { ac_try='test -s conftest.$ac_objext'
4393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4394 (eval $ac_try) 2>&5 4274 (eval $ac_try) 2>&5
4395 ac_status=$? 4275 ac_status=$?
@@ -4398,16 +4278,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4398 break 4278 break
4399else 4279else
4400 echo "$as_me: failed program was:" >&5 4280 echo "$as_me: failed program was:" >&5
4401sed 's/^/| /' conftest.$ac_ext >&5 4281cat conftest.$ac_ext >&5
4402
4403fi 4282fi
4404rm -f conftest.$ac_objext conftest.$ac_ext 4283rm -f conftest.$ac_objext conftest.$ac_ext
4405 cat >conftest.$ac_ext <<_ACEOF 4284 cat >conftest.$ac_ext <<_ACEOF
4406/* confdefs.h. */ 4285#line $LINENO "configure"
4407_ACEOF 4286#include "confdefs.h"
4408cat confdefs.h >>conftest.$ac_ext
4409cat >>conftest.$ac_ext <<_ACEOF
4410/* end confdefs.h. */
4411#define _FILE_OFFSET_BITS 64 4287#define _FILE_OFFSET_BITS 64
4412#include <sys/types.h> 4288#include <sys/types.h>
4413 /* Check that off_t can represent 2**63 - 1 correctly. 4289 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -4432,7 +4308,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4432 ac_status=$? 4308 ac_status=$?
4433 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4434 (exit $ac_status); } && 4310 (exit $ac_status); } &&
4435 { ac_try='test -s conftest.$ac_objext' 4311 { ac_try='test -s conftest.$ac_objext'
4436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4437 (eval $ac_try) 2>&5 4313 (eval $ac_try) 2>&5
4438 ac_status=$? 4314 ac_status=$?
@@ -4441,8 +4317,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4441 ac_cv_sys_file_offset_bits=64; break 4317 ac_cv_sys_file_offset_bits=64; break
4442else 4318else
4443 echo "$as_me: failed program was:" >&5 4319 echo "$as_me: failed program was:" >&5
4444sed 's/^/| /' conftest.$ac_ext >&5 4320cat conftest.$ac_ext >&5
4445
4446fi 4321fi
4447rm -f conftest.$ac_objext conftest.$ac_ext 4322rm -f conftest.$ac_objext conftest.$ac_ext
4448 break 4323 break
@@ -4466,11 +4341,8 @@ else
4466 while :; do 4341 while :; do
4467 ac_cv_sys_large_files=no 4342 ac_cv_sys_large_files=no
4468 cat >conftest.$ac_ext <<_ACEOF 4343 cat >conftest.$ac_ext <<_ACEOF
4469/* confdefs.h. */ 4344#line $LINENO "configure"
4470_ACEOF 4345#include "confdefs.h"
4471cat confdefs.h >>conftest.$ac_ext
4472cat >>conftest.$ac_ext <<_ACEOF
4473/* end confdefs.h. */
4474#include <sys/types.h> 4346#include <sys/types.h>
4475 /* Check that off_t can represent 2**63 - 1 correctly. 4347 /* Check that off_t can represent 2**63 - 1 correctly.
4476 We can't simply define LARGE_OFF_T to be 9223372036854775807, 4348 We can't simply define LARGE_OFF_T to be 9223372036854775807,
@@ -4494,7 +4366,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4494 ac_status=$? 4366 ac_status=$?
4495 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4496 (exit $ac_status); } && 4368 (exit $ac_status); } &&
4497 { ac_try='test -s conftest.$ac_objext' 4369 { ac_try='test -s conftest.$ac_objext'
4498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4499 (eval $ac_try) 2>&5 4371 (eval $ac_try) 2>&5
4500 ac_status=$? 4372 ac_status=$?
@@ -4503,16 +4375,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4503 break 4375 break
4504else 4376else
4505 echo "$as_me: failed program was:" >&5 4377 echo "$as_me: failed program was:" >&5
4506sed 's/^/| /' conftest.$ac_ext >&5 4378cat conftest.$ac_ext >&5
4507
4508fi 4379fi
4509rm -f conftest.$ac_objext conftest.$ac_ext 4380rm -f conftest.$ac_objext conftest.$ac_ext
4510 cat >conftest.$ac_ext <<_ACEOF 4381 cat >conftest.$ac_ext <<_ACEOF
4511/* confdefs.h. */ 4382#line $LINENO "configure"
4512_ACEOF 4383#include "confdefs.h"
4513cat confdefs.h >>conftest.$ac_ext
4514cat >>conftest.$ac_ext <<_ACEOF
4515/* end confdefs.h. */
4516#define _LARGE_FILES 1 4384#define _LARGE_FILES 1
4517#include <sys/types.h> 4385#include <sys/types.h>
4518 /* Check that off_t can represent 2**63 - 1 correctly. 4386 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -4537,7 +4405,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4537 ac_status=$? 4405 ac_status=$?
4538 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4539 (exit $ac_status); } && 4407 (exit $ac_status); } &&
4540 { ac_try='test -s conftest.$ac_objext' 4408 { ac_try='test -s conftest.$ac_objext'
4541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4542 (eval $ac_try) 2>&5 4410 (eval $ac_try) 2>&5
4543 ac_status=$? 4411 ac_status=$?
@@ -4546,8 +4414,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4546 ac_cv_sys_large_files=1; break 4414 ac_cv_sys_large_files=1; break
4547else 4415else
4548 echo "$as_me: failed program was:" >&5 4416 echo "$as_me: failed program was:" >&5
4549sed 's/^/| /' conftest.$ac_ext >&5 4417cat conftest.$ac_ext >&5
4550
4551fi 4418fi
4552rm -f conftest.$ac_objext conftest.$ac_ext 4419rm -f conftest.$ac_objext conftest.$ac_ext
4553 break 4420 break
@@ -4574,53 +4441,44 @@ if test "${ac_cv_header_stdc+set}" = set; then
4574 echo $ECHO_N "(cached) $ECHO_C" >&6 4441 echo $ECHO_N "(cached) $ECHO_C" >&6
4575else 4442else
4576 cat >conftest.$ac_ext <<_ACEOF 4443 cat >conftest.$ac_ext <<_ACEOF
4577/* confdefs.h. */ 4444#line $LINENO "configure"
4578_ACEOF 4445#include "confdefs.h"
4579cat confdefs.h >>conftest.$ac_ext
4580cat >>conftest.$ac_ext <<_ACEOF
4581/* end confdefs.h. */
4582#include <stdlib.h> 4446#include <stdlib.h>
4583#include <stdarg.h> 4447#include <stdarg.h>
4584#include <string.h> 4448#include <string.h>
4585#include <float.h> 4449#include <float.h>
4586 4450
4587int
4588main ()
4589{
4590
4591 ;
4592 return 0;
4593}
4594_ACEOF 4451_ACEOF
4595rm -f conftest.$ac_objext 4452if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4596if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4453 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4597 (eval $ac_compile) 2>&5
4598 ac_status=$?
4599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4600 (exit $ac_status); } &&
4601 { ac_try='test -s conftest.$ac_objext'
4602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4603 (eval $ac_try) 2>&5
4604 ac_status=$? 4454 ac_status=$?
4455 grep -v '^ *+' conftest.er1 >conftest.err
4456 rm -f conftest.er1
4457 cat conftest.err >&5
4605 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4606 (exit $ac_status); }; }; then 4459 (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
4465else
4466 ac_cpp_err=yes
4467fi
4468if test -z "$ac_cpp_err"; then
4607 ac_cv_header_stdc=yes 4469 ac_cv_header_stdc=yes
4608else 4470else
4609 echo "$as_me: failed program was:" >&5 4471 echo "$as_me: failed program was:" >&5
4610sed 's/^/| /' conftest.$ac_ext >&5 4472 cat conftest.$ac_ext >&5
4611 4473 ac_cv_header_stdc=no
4612ac_cv_header_stdc=no
4613fi 4474fi
4614rm -f conftest.$ac_objext conftest.$ac_ext 4475rm -f conftest.err conftest.$ac_ext
4615 4476
4616if test $ac_cv_header_stdc = yes; then 4477if test $ac_cv_header_stdc = yes; then
4617 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4478 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4618 cat >conftest.$ac_ext <<_ACEOF 4479 cat >conftest.$ac_ext <<_ACEOF
4619/* confdefs.h. */ 4480#line $LINENO "configure"
4620_ACEOF 4481#include "confdefs.h"
4621cat confdefs.h >>conftest.$ac_ext
4622cat >>conftest.$ac_ext <<_ACEOF
4623/* end confdefs.h. */
4624#include <string.h> 4482#include <string.h>
4625 4483
4626_ACEOF 4484_ACEOF
@@ -4637,11 +4495,8 @@ fi
4637if test $ac_cv_header_stdc = yes; then 4495if test $ac_cv_header_stdc = yes; then
4638 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4496 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4639 cat >conftest.$ac_ext <<_ACEOF 4497 cat >conftest.$ac_ext <<_ACEOF
4640/* confdefs.h. */ 4498#line $LINENO "configure"
4641_ACEOF 4499#include "confdefs.h"
4642cat confdefs.h >>conftest.$ac_ext
4643cat >>conftest.$ac_ext <<_ACEOF
4644/* end confdefs.h. */
4645#include <stdlib.h> 4500#include <stdlib.h>
4646 4501
4647_ACEOF 4502_ACEOF
@@ -4661,20 +4516,16 @@ if test $ac_cv_header_stdc = yes; then
4661 : 4516 :
4662else 4517else
4663 cat >conftest.$ac_ext <<_ACEOF 4518 cat >conftest.$ac_ext <<_ACEOF
4664/* confdefs.h. */ 4519#line $LINENO "configure"
4665_ACEOF 4520#include "confdefs.h"
4666cat confdefs.h >>conftest.$ac_ext
4667cat >>conftest.$ac_ext <<_ACEOF
4668/* end confdefs.h. */
4669#include <ctype.h> 4521#include <ctype.h>
4670#if ((' ' & 0x0FF) == 0x020) 4522#if ((' ' & 0x0FF) == 0x020)
4671# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 4523# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4672# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 4524# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4673#else 4525#else
4674# define ISLOWER(c) \ 4526# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
4675 (('a' <= (c) && (c) <= 'i') \ 4527 || ('j' <= (c) && (c) <= 'r') \
4676 || ('j' <= (c) && (c) <= 'r') \ 4528 || ('s' <= (c) && (c) <= 'z'))
4677 || ('s' <= (c) && (c) <= 'z'))
4678# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4529# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4679#endif 4530#endif
4680 4531
@@ -4685,7 +4536,7 @@ main ()
4685 int i; 4536 int i;
4686 for (i = 0; i < 256; i++) 4537 for (i = 0; i < 256; i++)
4687 if (XOR (islower (i), ISLOWER (i)) 4538 if (XOR (islower (i), ISLOWER (i))
4688 || toupper (i) != TOUPPER (i)) 4539 || toupper (i) != TOUPPER (i))
4689 exit(2); 4540 exit(2);
4690 exit (0); 4541 exit (0);
4691} 4542}
@@ -4705,8 +4556,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4705else 4556else
4706 echo "$as_me: program exited with status $ac_status" >&5 4557 echo "$as_me: program exited with status $ac_status" >&5
4707echo "$as_me: failed program was:" >&5 4558echo "$as_me: failed program was:" >&5
4708sed 's/^/| /' conftest.$ac_ext >&5 4559cat conftest.$ac_ext >&5
4709
4710( exit $ac_status ) 4560( exit $ac_status )
4711ac_cv_header_stdc=no 4561ac_cv_header_stdc=no
4712fi 4562fi
@@ -4735,7 +4585,7 @@ fi
4735 4585
4736 4586
4737for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4587for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4738 inttypes.h stdint.h unistd.h 4588 inttypes.h stdint.h unistd.h
4739do 4589do
4740as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4590as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4741echo "$as_me:$LINENO: checking for $ac_header" >&5 4591echo "$as_me:$LINENO: checking for $ac_header" >&5
@@ -4744,11 +4594,8 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
4744 echo $ECHO_N "(cached) $ECHO_C" >&6 4594 echo $ECHO_N "(cached) $ECHO_C" >&6
4745else 4595else
4746 cat >conftest.$ac_ext <<_ACEOF 4596 cat >conftest.$ac_ext <<_ACEOF
4747/* confdefs.h. */ 4597#line $LINENO "configure"
4748_ACEOF 4598#include "confdefs.h"
4749cat confdefs.h >>conftest.$ac_ext
4750cat >>conftest.$ac_ext <<_ACEOF
4751/* end confdefs.h. */
4752$ac_includes_default 4599$ac_includes_default
4753 4600
4754#include <$ac_header> 4601#include <$ac_header>
@@ -4759,7 +4606,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4759 ac_status=$? 4606 ac_status=$?
4760 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4761 (exit $ac_status); } && 4608 (exit $ac_status); } &&
4762 { ac_try='test -s conftest.$ac_objext' 4609 { ac_try='test -s conftest.$ac_objext'
4763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4764 (eval $ac_try) 2>&5 4611 (eval $ac_try) 2>&5
4765 ac_status=$? 4612 ac_status=$?
@@ -4768,8 +4615,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4768 eval "$as_ac_Header=yes" 4615 eval "$as_ac_Header=yes"
4769else 4616else
4770 echo "$as_me: failed program was:" >&5 4617 echo "$as_me: failed program was:" >&5
4771sed 's/^/| /' conftest.$ac_ext >&5 4618cat conftest.$ac_ext >&5
4772
4773eval "$as_ac_Header=no" 4619eval "$as_ac_Header=no"
4774fi 4620fi
4775rm -f conftest.$ac_objext conftest.$ac_ext 4621rm -f conftest.$ac_objext conftest.$ac_ext
@@ -4805,11 +4651,8 @@ else
4805echo "$as_me:$LINENO: checking $ac_header usability" >&5 4651echo "$as_me:$LINENO: checking $ac_header usability" >&5
4806echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4652echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4807cat >conftest.$ac_ext <<_ACEOF 4653cat >conftest.$ac_ext <<_ACEOF
4808/* confdefs.h. */ 4654#line $LINENO "configure"
4809_ACEOF 4655#include "confdefs.h"
4810cat confdefs.h >>conftest.$ac_ext
4811cat >>conftest.$ac_ext <<_ACEOF
4812/* end confdefs.h. */
4813$ac_includes_default 4656$ac_includes_default
4814#include <$ac_header> 4657#include <$ac_header>
4815_ACEOF 4658_ACEOF
@@ -4819,7 +4662,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4819 ac_status=$? 4662 ac_status=$?
4820 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4821 (exit $ac_status); } && 4664 (exit $ac_status); } &&
4822 { ac_try='test -s conftest.$ac_objext' 4665 { ac_try='test -s conftest.$ac_objext'
4823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4824 (eval $ac_try) 2>&5 4667 (eval $ac_try) 2>&5
4825 ac_status=$? 4668 ac_status=$?
@@ -4828,8 +4671,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4828 ac_header_compiler=yes 4671 ac_header_compiler=yes
4829else 4672else
4830 echo "$as_me: failed program was:" >&5 4673 echo "$as_me: failed program was:" >&5
4831sed 's/^/| /' conftest.$ac_ext >&5 4674cat conftest.$ac_ext >&5
4832
4833ac_header_compiler=no 4675ac_header_compiler=no
4834fi 4676fi
4835rm -f conftest.$ac_objext conftest.$ac_ext 4677rm -f conftest.$ac_objext conftest.$ac_ext
@@ -4840,11 +4682,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
4840echo "$as_me:$LINENO: checking $ac_header presence" >&5 4682echo "$as_me:$LINENO: checking $ac_header presence" >&5
4841echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4683echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4842cat >conftest.$ac_ext <<_ACEOF 4684cat >conftest.$ac_ext <<_ACEOF
4843/* confdefs.h. */ 4685#line $LINENO "configure"
4844_ACEOF 4686#include "confdefs.h"
4845cat confdefs.h >>conftest.$ac_ext
4846cat >>conftest.$ac_ext <<_ACEOF
4847/* end confdefs.h. */
4848#include <$ac_header> 4687#include <$ac_header>
4849_ACEOF 4688_ACEOF
4850if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4689if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -4867,8 +4706,7 @@ if test -z "$ac_cpp_err"; then
4867 ac_header_preproc=yes 4706 ac_header_preproc=yes
4868else 4707else
4869 echo "$as_me: failed program was:" >&5 4708 echo "$as_me: failed program was:" >&5
4870sed 's/^/| /' conftest.$ac_ext >&5 4709 cat conftest.$ac_ext >&5
4871
4872 ac_header_preproc=no 4710 ac_header_preproc=no
4873fi 4711fi
4874rm -f conftest.err conftest.$ac_ext 4712rm -f conftest.err conftest.$ac_ext
@@ -4880,39 +4718,22 @@ case $ac_header_compiler:$ac_header_preproc in
4880 yes:no ) 4718 yes:no )
4881 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4719 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4882echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4720echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4883 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4721 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4884echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4722echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
4885 ac_header_preproc=yes
4886 ;;
4887 no:yes ) 4723 no:yes )
4888 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4724 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4889echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4725echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4890 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4726 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4891echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4727echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4892 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4893echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4894 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4895echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4896 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4728 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4897echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4729echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
4898 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4899echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4900 (
4901 cat <<\_ASBOX
4902## ------------------------------------------ ##
4903## Report this to the AC_PACKAGE_NAME lists. ##
4904## ------------------------------------------ ##
4905_ASBOX
4906 ) |
4907 sed "s/^/$as_me: WARNING: /" >&2
4908 ;;
4909esac 4730esac
4910echo "$as_me:$LINENO: checking for $ac_header" >&5 4731echo "$as_me:$LINENO: checking for $ac_header" >&5
4911echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4732echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4912if eval "test \"\${$as_ac_Header+set}\" = set"; then 4733if eval "test \"\${$as_ac_Header+set}\" = set"; then
4913 echo $ECHO_N "(cached) $ECHO_C" >&6 4734 echo $ECHO_N "(cached) $ECHO_C" >&6
4914else 4735else
4915 eval "$as_ac_Header=\$ac_header_preproc" 4736 eval "$as_ac_Header=$ac_header_preproc"
4916fi 4737fi
4917echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4738echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4918echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4739echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -4936,11 +4757,8 @@ else
4936 ac_check_lib_save_LIBS=$LIBS 4757 ac_check_lib_save_LIBS=$LIBS
4937LIBS="-lossaudio $LIBS" 4758LIBS="-lossaudio $LIBS"
4938cat >conftest.$ac_ext <<_ACEOF 4759cat >conftest.$ac_ext <<_ACEOF
4939/* confdefs.h. */ 4760#line $LINENO "configure"
4940_ACEOF 4761#include "confdefs.h"
4941cat confdefs.h >>conftest.$ac_ext
4942cat >>conftest.$ac_ext <<_ACEOF
4943/* end confdefs.h. */
4944 4762
4945/* Override any gcc2 internal prototype to avoid an error. */ 4763/* Override any gcc2 internal prototype to avoid an error. */
4946#ifdef __cplusplus 4764#ifdef __cplusplus
@@ -4963,7 +4781,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4963 ac_status=$? 4781 ac_status=$?
4964 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4965 (exit $ac_status); } && 4783 (exit $ac_status); } &&
4966 { ac_try='test -s conftest$ac_exeext' 4784 { ac_try='test -s conftest$ac_exeext'
4967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4968 (eval $ac_try) 2>&5 4786 (eval $ac_try) 2>&5
4969 ac_status=$? 4787 ac_status=$?
@@ -4972,8 +4790,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4972 ac_cv_lib_ossaudio__oss_ioctl=yes 4790 ac_cv_lib_ossaudio__oss_ioctl=yes
4973else 4791else
4974 echo "$as_me: failed program was:" >&5 4792 echo "$as_me: failed program was:" >&5
4975sed 's/^/| /' conftest.$ac_ext >&5 4793cat conftest.$ac_ext >&5
4976
4977ac_cv_lib_ossaudio__oss_ioctl=no 4794ac_cv_lib_ossaudio__oss_ioctl=no
4978fi 4795fi
4979rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4796rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -5032,11 +4849,8 @@ else
5032echo "$as_me:$LINENO: checking $ac_header usability" >&5 4849echo "$as_me:$LINENO: checking $ac_header usability" >&5
5033echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4850echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5034cat >conftest.$ac_ext <<_ACEOF 4851cat >conftest.$ac_ext <<_ACEOF
5035/* confdefs.h. */ 4852#line $LINENO "configure"
5036_ACEOF 4853#include "confdefs.h"
5037cat confdefs.h >>conftest.$ac_ext
5038cat >>conftest.$ac_ext <<_ACEOF
5039/* end confdefs.h. */
5040$ac_includes_default 4854$ac_includes_default
5041#include <$ac_header> 4855#include <$ac_header>
5042_ACEOF 4856_ACEOF
@@ -5046,7 +4860,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5046 ac_status=$? 4860 ac_status=$?
5047 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5048 (exit $ac_status); } && 4862 (exit $ac_status); } &&
5049 { ac_try='test -s conftest.$ac_objext' 4863 { ac_try='test -s conftest.$ac_objext'
5050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5051 (eval $ac_try) 2>&5 4865 (eval $ac_try) 2>&5
5052 ac_status=$? 4866 ac_status=$?
@@ -5055,8 +4869,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5055 ac_header_compiler=yes 4869 ac_header_compiler=yes
5056else 4870else
5057 echo "$as_me: failed program was:" >&5 4871 echo "$as_me: failed program was:" >&5
5058sed 's/^/| /' conftest.$ac_ext >&5 4872cat conftest.$ac_ext >&5
5059
5060ac_header_compiler=no 4873ac_header_compiler=no
5061fi 4874fi
5062rm -f conftest.$ac_objext conftest.$ac_ext 4875rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5067,11 +4880,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
5067echo "$as_me:$LINENO: checking $ac_header presence" >&5 4880echo "$as_me:$LINENO: checking $ac_header presence" >&5
5068echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4881echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5069cat >conftest.$ac_ext <<_ACEOF 4882cat >conftest.$ac_ext <<_ACEOF
5070/* confdefs.h. */ 4883#line $LINENO "configure"
5071_ACEOF 4884#include "confdefs.h"
5072cat confdefs.h >>conftest.$ac_ext
5073cat >>conftest.$ac_ext <<_ACEOF
5074/* end confdefs.h. */
5075#include <$ac_header> 4885#include <$ac_header>
5076_ACEOF 4886_ACEOF
5077if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4887if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -5094,8 +4904,7 @@ if test -z "$ac_cpp_err"; then
5094 ac_header_preproc=yes 4904 ac_header_preproc=yes
5095else 4905else
5096 echo "$as_me: failed program was:" >&5 4906 echo "$as_me: failed program was:" >&5
5097sed 's/^/| /' conftest.$ac_ext >&5 4907 cat conftest.$ac_ext >&5
5098
5099 ac_header_preproc=no 4908 ac_header_preproc=no
5100fi 4909fi
5101rm -f conftest.err conftest.$ac_ext 4910rm -f conftest.err conftest.$ac_ext
@@ -5107,39 +4916,22 @@ case $ac_header_compiler:$ac_header_preproc in
5107 yes:no ) 4916 yes:no )
5108 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4917 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5109echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4918echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5110 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4919 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5111echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4920echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
5112 ac_header_preproc=yes
5113 ;;
5114 no:yes ) 4921 no:yes )
5115 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4922 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5116echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4923echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5117 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4924 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5118echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4925echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5119 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5120echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5121 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5122echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5123 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4926 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5124echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4927echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
5125 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5126echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5127 (
5128 cat <<\_ASBOX
5129## ------------------------------------------ ##
5130## Report this to the AC_PACKAGE_NAME lists. ##
5131## ------------------------------------------ ##
5132_ASBOX
5133 ) |
5134 sed "s/^/$as_me: WARNING: /" >&2
5135 ;;
5136esac 4928esac
5137echo "$as_me:$LINENO: checking for $ac_header" >&5 4929echo "$as_me:$LINENO: checking for $ac_header" >&5
5138echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4930echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5139if eval "test \"\${$as_ac_Header+set}\" = set"; then 4931if eval "test \"\${$as_ac_Header+set}\" = set"; then
5140 echo $ECHO_N "(cached) $ECHO_C" >&6 4932 echo $ECHO_N "(cached) $ECHO_C" >&6
5141else 4933else
5142 eval "$as_ac_Header=\$ac_header_preproc" 4934 eval "$as_ac_Header=$ac_header_preproc"
5143fi 4935fi
5144echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4936echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5145echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4937echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5164,11 +4956,8 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
5164 echo $ECHO_N "(cached) $ECHO_C" >&6 4956 echo $ECHO_N "(cached) $ECHO_C" >&6
5165else 4957else
5166 cat >conftest.$ac_ext <<_ACEOF 4958 cat >conftest.$ac_ext <<_ACEOF
5167/* confdefs.h. */ 4959#line $LINENO "configure"
5168_ACEOF 4960#include "confdefs.h"
5169cat confdefs.h >>conftest.$ac_ext
5170cat >>conftest.$ac_ext <<_ACEOF
5171/* end confdefs.h. */
5172#include <$ac_header> 4961#include <$ac_header>
5173_ACEOF 4962_ACEOF
5174if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4963if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -5191,8 +4980,7 @@ if test -z "$ac_cpp_err"; then
5191 eval "$as_ac_Header=yes" 4980 eval "$as_ac_Header=yes"
5192else 4981else
5193 echo "$as_me: failed program was:" >&5 4982 echo "$as_me: failed program was:" >&5
5194sed 's/^/| /' conftest.$ac_ext >&5 4983 cat conftest.$ac_ext >&5
5195
5196 eval "$as_ac_Header=no" 4984 eval "$as_ac_Header=no"
5197fi 4985fi
5198rm -f conftest.err conftest.$ac_ext 4986rm -f conftest.err conftest.$ac_ext
@@ -5214,53 +5002,44 @@ if test "${ac_cv_header_stdc+set}" = set; then
5214 echo $ECHO_N "(cached) $ECHO_C" >&6 5002 echo $ECHO_N "(cached) $ECHO_C" >&6
5215else 5003else
5216 cat >conftest.$ac_ext <<_ACEOF 5004 cat >conftest.$ac_ext <<_ACEOF
5217/* confdefs.h. */ 5005#line $LINENO "configure"
5218_ACEOF 5006#include "confdefs.h"
5219cat confdefs.h >>conftest.$ac_ext
5220cat >>conftest.$ac_ext <<_ACEOF
5221/* end confdefs.h. */
5222#include <stdlib.h> 5007#include <stdlib.h>
5223#include <stdarg.h> 5008#include <stdarg.h>
5224#include <string.h> 5009#include <string.h>
5225#include <float.h> 5010#include <float.h>
5226 5011
5227int
5228main ()
5229{
5230
5231 ;
5232 return 0;
5233}
5234_ACEOF 5012_ACEOF
5235rm -f conftest.$ac_objext 5013if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5236if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5014 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5237 (eval $ac_compile) 2>&5
5238 ac_status=$?
5239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5240 (exit $ac_status); } &&
5241 { ac_try='test -s conftest.$ac_objext'
5242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5243 (eval $ac_try) 2>&5
5244 ac_status=$? 5015 ac_status=$?
5016 grep -v '^ *+' conftest.er1 >conftest.err
5017 rm -f conftest.er1
5018 cat conftest.err >&5
5245 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5246 (exit $ac_status); }; }; then 5020 (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
5026else
5027 ac_cpp_err=yes
5028fi
5029if test -z "$ac_cpp_err"; then
5247 ac_cv_header_stdc=yes 5030 ac_cv_header_stdc=yes
5248else 5031else
5249 echo "$as_me: failed program was:" >&5 5032 echo "$as_me: failed program was:" >&5
5250sed 's/^/| /' conftest.$ac_ext >&5 5033 cat conftest.$ac_ext >&5
5251 5034 ac_cv_header_stdc=no
5252ac_cv_header_stdc=no
5253fi 5035fi
5254rm -f conftest.$ac_objext conftest.$ac_ext 5036rm -f conftest.err conftest.$ac_ext
5255 5037
5256if test $ac_cv_header_stdc = yes; then 5038if test $ac_cv_header_stdc = yes; then
5257 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 5039 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5258 cat >conftest.$ac_ext <<_ACEOF 5040 cat >conftest.$ac_ext <<_ACEOF
5259/* confdefs.h. */ 5041#line $LINENO "configure"
5260_ACEOF 5042#include "confdefs.h"
5261cat confdefs.h >>conftest.$ac_ext
5262cat >>conftest.$ac_ext <<_ACEOF
5263/* end confdefs.h. */
5264#include <string.h> 5043#include <string.h>
5265 5044
5266_ACEOF 5045_ACEOF
@@ -5277,11 +5056,8 @@ fi
5277if test $ac_cv_header_stdc = yes; then 5056if test $ac_cv_header_stdc = yes; then
5278 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 5057 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5279 cat >conftest.$ac_ext <<_ACEOF 5058 cat >conftest.$ac_ext <<_ACEOF
5280/* confdefs.h. */ 5059#line $LINENO "configure"
5281_ACEOF 5060#include "confdefs.h"
5282cat confdefs.h >>conftest.$ac_ext
5283cat >>conftest.$ac_ext <<_ACEOF
5284/* end confdefs.h. */
5285#include <stdlib.h> 5061#include <stdlib.h>
5286 5062
5287_ACEOF 5063_ACEOF
@@ -5301,20 +5077,16 @@ if test $ac_cv_header_stdc = yes; then
5301 : 5077 :
5302else 5078else
5303 cat >conftest.$ac_ext <<_ACEOF 5079 cat >conftest.$ac_ext <<_ACEOF
5304/* confdefs.h. */ 5080#line $LINENO "configure"
5305_ACEOF 5081#include "confdefs.h"
5306cat confdefs.h >>conftest.$ac_ext
5307cat >>conftest.$ac_ext <<_ACEOF
5308/* end confdefs.h. */
5309#include <ctype.h> 5082#include <ctype.h>
5310#if ((' ' & 0x0FF) == 0x020) 5083#if ((' ' & 0x0FF) == 0x020)
5311# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 5084# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5312# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 5085# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5313#else 5086#else
5314# define ISLOWER(c) \ 5087# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
5315 (('a' <= (c) && (c) <= 'i') \ 5088 || ('j' <= (c) && (c) <= 'r') \
5316 || ('j' <= (c) && (c) <= 'r') \ 5089 || ('s' <= (c) && (c) <= 'z'))
5317 || ('s' <= (c) && (c) <= 'z'))
5318# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 5090# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5319#endif 5091#endif
5320 5092
@@ -5325,7 +5097,7 @@ main ()
5325 int i; 5097 int i;
5326 for (i = 0; i < 256; i++) 5098 for (i = 0; i < 256; i++)
5327 if (XOR (islower (i), ISLOWER (i)) 5099 if (XOR (islower (i), ISLOWER (i))
5328 || toupper (i) != TOUPPER (i)) 5100 || toupper (i) != TOUPPER (i))
5329 exit(2); 5101 exit(2);
5330 exit (0); 5102 exit (0);
5331} 5103}
@@ -5345,8 +5117,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5345else 5117else
5346 echo "$as_me: program exited with status $ac_status" >&5 5118 echo "$as_me: program exited with status $ac_status" >&5
5347echo "$as_me: failed program was:" >&5 5119echo "$as_me: failed program was:" >&5
5348sed 's/^/| /' conftest.$ac_ext >&5 5120cat conftest.$ac_ext >&5
5349
5350( exit $ac_status ) 5121( exit $ac_status )
5351ac_cv_header_stdc=no 5122ac_cv_header_stdc=no
5352fi 5123fi
@@ -5370,11 +5141,8 @@ if test "${ac_cv_header_time+set}" = set; then
5370 echo $ECHO_N "(cached) $ECHO_C" >&6 5141 echo $ECHO_N "(cached) $ECHO_C" >&6
5371else 5142else
5372 cat >conftest.$ac_ext <<_ACEOF 5143 cat >conftest.$ac_ext <<_ACEOF
5373/* confdefs.h. */ 5144#line $LINENO "configure"
5374_ACEOF 5145#include "confdefs.h"
5375cat confdefs.h >>conftest.$ac_ext
5376cat >>conftest.$ac_ext <<_ACEOF
5377/* end confdefs.h. */
5378#include <sys/types.h> 5146#include <sys/types.h>
5379#include <sys/time.h> 5147#include <sys/time.h>
5380#include <time.h> 5148#include <time.h>
@@ -5394,7 +5162,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5394 ac_status=$? 5162 ac_status=$?
5395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5396 (exit $ac_status); } && 5164 (exit $ac_status); } &&
5397 { ac_try='test -s conftest.$ac_objext' 5165 { ac_try='test -s conftest.$ac_objext'
5398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5399 (eval $ac_try) 2>&5 5167 (eval $ac_try) 2>&5
5400 ac_status=$? 5168 ac_status=$?
@@ -5403,8 +5171,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5403 ac_cv_header_time=yes 5171 ac_cv_header_time=yes
5404else 5172else
5405 echo "$as_me: failed program was:" >&5 5173 echo "$as_me: failed program was:" >&5
5406sed 's/^/| /' conftest.$ac_ext >&5 5174cat conftest.$ac_ext >&5
5407
5408ac_cv_header_time=no 5175ac_cv_header_time=no
5409fi 5176fi
5410rm -f conftest.$ac_objext conftest.$ac_ext 5177rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5425,11 +5192,8 @@ if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
5425 echo $ECHO_N "(cached) $ECHO_C" >&6 5192 echo $ECHO_N "(cached) $ECHO_C" >&6
5426else 5193else
5427 cat >conftest.$ac_ext <<_ACEOF 5194 cat >conftest.$ac_ext <<_ACEOF
5428/* confdefs.h. */ 5195#line $LINENO "configure"
5429_ACEOF 5196#include "confdefs.h"
5430cat confdefs.h >>conftest.$ac_ext
5431cat >>conftest.$ac_ext <<_ACEOF
5432/* end confdefs.h. */
5433$ac_includes_default 5197$ac_includes_default
5434int 5198int
5435main () 5199main ()
@@ -5448,7 +5212,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5448 ac_status=$? 5212 ac_status=$?
5449 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5450 (exit $ac_status); } && 5214 (exit $ac_status); } &&
5451 { ac_try='test -s conftest.$ac_objext' 5215 { ac_try='test -s conftest.$ac_objext'
5452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5453 (eval $ac_try) 2>&5 5217 (eval $ac_try) 2>&5
5454 ac_status=$? 5218 ac_status=$?
@@ -5457,8 +5221,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5457 ac_cv_have_decl_sys_siglist=yes 5221 ac_cv_have_decl_sys_siglist=yes
5458else 5222else
5459 echo "$as_me: failed program was:" >&5 5223 echo "$as_me: failed program was:" >&5
5460sed 's/^/| /' conftest.$ac_ext >&5 5224cat conftest.$ac_ext >&5
5461
5462ac_cv_have_decl_sys_siglist=no 5225ac_cv_have_decl_sys_siglist=no
5463fi 5226fi
5464rm -f conftest.$ac_objext conftest.$ac_ext 5227rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5489,11 +5252,8 @@ if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
5489 echo $ECHO_N "(cached) $ECHO_C" >&6 5252 echo $ECHO_N "(cached) $ECHO_C" >&6
5490else 5253else
5491 cat >conftest.$ac_ext <<_ACEOF 5254 cat >conftest.$ac_ext <<_ACEOF
5492/* confdefs.h. */ 5255#line $LINENO "configure"
5493_ACEOF 5256#include "confdefs.h"
5494cat confdefs.h >>conftest.$ac_ext
5495cat >>conftest.$ac_ext <<_ACEOF
5496/* end confdefs.h. */
5497$ac_includes_default 5257$ac_includes_default
5498int 5258int
5499main () 5259main ()
@@ -5512,7 +5272,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5512 ac_status=$? 5272 ac_status=$?
5513 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5514 (exit $ac_status); } && 5274 (exit $ac_status); } &&
5515 { ac_try='test -s conftest.$ac_objext' 5275 { ac_try='test -s conftest.$ac_objext'
5516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5517 (eval $ac_try) 2>&5 5277 (eval $ac_try) 2>&5
5518 ac_status=$? 5278 ac_status=$?
@@ -5521,8 +5281,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5521 ac_cv_have_decl___sys_siglist=yes 5281 ac_cv_have_decl___sys_siglist=yes
5522else 5282else
5523 echo "$as_me: failed program was:" >&5 5283 echo "$as_me: failed program was:" >&5
5524sed 's/^/| /' conftest.$ac_ext >&5 5284cat conftest.$ac_ext >&5
5525
5526ac_cv_have_decl___sys_siglist=no 5285ac_cv_have_decl___sys_siglist=no
5527fi 5286fi
5528rm -f conftest.$ac_objext conftest.$ac_ext 5287rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5559,11 +5318,8 @@ if test "${ac_cv_header_sys_wait_h+set}" = set; then
5559 echo $ECHO_N "(cached) $ECHO_C" >&6 5318 echo $ECHO_N "(cached) $ECHO_C" >&6
5560else 5319else
5561 cat >conftest.$ac_ext <<_ACEOF 5320 cat >conftest.$ac_ext <<_ACEOF
5562/* confdefs.h. */ 5321#line $LINENO "configure"
5563_ACEOF 5322#include "confdefs.h"
5564cat confdefs.h >>conftest.$ac_ext
5565cat >>conftest.$ac_ext <<_ACEOF
5566/* end confdefs.h. */
5567#include <sys/types.h> 5323#include <sys/types.h>
5568#include <sys/wait.h> 5324#include <sys/wait.h>
5569#ifndef WEXITSTATUS 5325#ifndef WEXITSTATUS
@@ -5589,7 +5345,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5589 ac_status=$? 5345 ac_status=$?
5590 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5591 (exit $ac_status); } && 5347 (exit $ac_status); } &&
5592 { ac_try='test -s conftest.$ac_objext' 5348 { ac_try='test -s conftest.$ac_objext'
5593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5594 (eval $ac_try) 2>&5 5350 (eval $ac_try) 2>&5
5595 ac_status=$? 5351 ac_status=$?
@@ -5598,8 +5354,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5598 ac_cv_header_sys_wait_h=yes 5354 ac_cv_header_sys_wait_h=yes
5599else 5355else
5600 echo "$as_me: failed program was:" >&5 5356 echo "$as_me: failed program was:" >&5
5601sed 's/^/| /' conftest.$ac_ext >&5 5357cat conftest.$ac_ext >&5
5602
5603ac_cv_header_sys_wait_h=no 5358ac_cv_header_sys_wait_h=no
5604fi 5359fi
5605rm -f conftest.$ac_objext conftest.$ac_ext 5360rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5621,11 +5376,8 @@ if test "${emacs_cv_struct_utimbuf+set}" = set; then
5621 echo $ECHO_N "(cached) $ECHO_C" >&6 5376 echo $ECHO_N "(cached) $ECHO_C" >&6
5622else 5377else
5623 cat >conftest.$ac_ext <<_ACEOF 5378 cat >conftest.$ac_ext <<_ACEOF
5624/* confdefs.h. */ 5379#line $LINENO "configure"
5625_ACEOF 5380#include "confdefs.h"
5626cat confdefs.h >>conftest.$ac_ext
5627cat >>conftest.$ac_ext <<_ACEOF
5628/* end confdefs.h. */
5629#ifdef TIME_WITH_SYS_TIME 5381#ifdef TIME_WITH_SYS_TIME
5630#include <sys/time.h> 5382#include <sys/time.h>
5631#include <time.h> 5383#include <time.h>
@@ -5653,7 +5405,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5653 ac_status=$? 5405 ac_status=$?
5654 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5655 (exit $ac_status); } && 5407 (exit $ac_status); } &&
5656 { ac_try='test -s conftest.$ac_objext' 5408 { ac_try='test -s conftest.$ac_objext'
5657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5658 (eval $ac_try) 2>&5 5410 (eval $ac_try) 2>&5
5659 ac_status=$? 5411 ac_status=$?
@@ -5662,8 +5414,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5662 emacs_cv_struct_utimbuf=yes 5414 emacs_cv_struct_utimbuf=yes
5663else 5415else
5664 echo "$as_me: failed program was:" >&5 5416 echo "$as_me: failed program was:" >&5
5665sed 's/^/| /' conftest.$ac_ext >&5 5417cat conftest.$ac_ext >&5
5666
5667emacs_cv_struct_utimbuf=no 5418emacs_cv_struct_utimbuf=no
5668fi 5419fi
5669rm -f conftest.$ac_objext conftest.$ac_ext 5420rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5684,11 +5435,8 @@ if test "${ac_cv_type_signal+set}" = set; then
5684 echo $ECHO_N "(cached) $ECHO_C" >&6 5435 echo $ECHO_N "(cached) $ECHO_C" >&6
5685else 5436else
5686 cat >conftest.$ac_ext <<_ACEOF 5437 cat >conftest.$ac_ext <<_ACEOF
5687/* confdefs.h. */ 5438#line $LINENO "configure"
5688_ACEOF 5439#include "confdefs.h"
5689cat confdefs.h >>conftest.$ac_ext
5690cat >>conftest.$ac_ext <<_ACEOF
5691/* end confdefs.h. */
5692#include <sys/types.h> 5440#include <sys/types.h>
5693#include <signal.h> 5441#include <signal.h>
5694#ifdef signal 5442#ifdef signal
@@ -5714,7 +5462,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5714 ac_status=$? 5462 ac_status=$?
5715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5716 (exit $ac_status); } && 5464 (exit $ac_status); } &&
5717 { ac_try='test -s conftest.$ac_objext' 5465 { ac_try='test -s conftest.$ac_objext'
5718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5719 (eval $ac_try) 2>&5 5467 (eval $ac_try) 2>&5
5720 ac_status=$? 5468 ac_status=$?
@@ -5723,8 +5471,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5723 ac_cv_type_signal=void 5471 ac_cv_type_signal=void
5724else 5472else
5725 echo "$as_me: failed program was:" >&5 5473 echo "$as_me: failed program was:" >&5
5726sed 's/^/| /' conftest.$ac_ext >&5 5474cat conftest.$ac_ext >&5
5727
5728ac_cv_type_signal=int 5475ac_cv_type_signal=int
5729fi 5476fi
5730rm -f conftest.$ac_objext conftest.$ac_ext 5477rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5744,11 +5491,8 @@ if test "${emacs_cv_speed_t+set}" = set; then
5744 echo $ECHO_N "(cached) $ECHO_C" >&6 5491 echo $ECHO_N "(cached) $ECHO_C" >&6
5745else 5492else
5746 cat >conftest.$ac_ext <<_ACEOF 5493 cat >conftest.$ac_ext <<_ACEOF
5747/* confdefs.h. */ 5494#line $LINENO "configure"
5748_ACEOF 5495#include "confdefs.h"
5749cat confdefs.h >>conftest.$ac_ext
5750cat >>conftest.$ac_ext <<_ACEOF
5751/* end confdefs.h. */
5752#include <termios.h> 5496#include <termios.h>
5753int 5497int
5754main () 5498main ()
@@ -5764,7 +5508,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5764 ac_status=$? 5508 ac_status=$?
5765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5766 (exit $ac_status); } && 5510 (exit $ac_status); } &&
5767 { ac_try='test -s conftest.$ac_objext' 5511 { ac_try='test -s conftest.$ac_objext'
5768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5769 (eval $ac_try) 2>&5 5513 (eval $ac_try) 2>&5
5770 ac_status=$? 5514 ac_status=$?
@@ -5773,8 +5517,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5773 emacs_cv_speed_t=yes 5517 emacs_cv_speed_t=yes
5774else 5518else
5775 echo "$as_me: failed program was:" >&5 5519 echo "$as_me: failed program was:" >&5
5776sed 's/^/| /' conftest.$ac_ext >&5 5520cat conftest.$ac_ext >&5
5777
5778emacs_cv_speed_t=no 5521emacs_cv_speed_t=no
5779fi 5522fi
5780rm -f conftest.$ac_objext conftest.$ac_ext 5523rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5795,11 +5538,8 @@ if test "${emacs_cv_struct_timeval+set}" = set; then
5795 echo $ECHO_N "(cached) $ECHO_C" >&6 5538 echo $ECHO_N "(cached) $ECHO_C" >&6
5796else 5539else
5797 cat >conftest.$ac_ext <<_ACEOF 5540 cat >conftest.$ac_ext <<_ACEOF
5798/* confdefs.h. */ 5541#line $LINENO "configure"
5799_ACEOF 5542#include "confdefs.h"
5800cat confdefs.h >>conftest.$ac_ext
5801cat >>conftest.$ac_ext <<_ACEOF
5802/* end confdefs.h. */
5803#ifdef TIME_WITH_SYS_TIME 5543#ifdef TIME_WITH_SYS_TIME
5804#include <sys/time.h> 5544#include <sys/time.h>
5805#include <time.h> 5545#include <time.h>
@@ -5824,7 +5564,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5824 ac_status=$? 5564 ac_status=$?
5825 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5826 (exit $ac_status); } && 5566 (exit $ac_status); } &&
5827 { ac_try='test -s conftest.$ac_objext' 5567 { ac_try='test -s conftest.$ac_objext'
5828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5829 (eval $ac_try) 2>&5 5569 (eval $ac_try) 2>&5
5830 ac_status=$? 5570 ac_status=$?
@@ -5833,8 +5573,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5833 emacs_cv_struct_timeval=yes 5573 emacs_cv_struct_timeval=yes
5834else 5574else
5835 echo "$as_me: failed program was:" >&5 5575 echo "$as_me: failed program was:" >&5
5836sed 's/^/| /' conftest.$ac_ext >&5 5576cat conftest.$ac_ext >&5
5837
5838emacs_cv_struct_timeval=no 5577emacs_cv_struct_timeval=no
5839fi 5578fi
5840rm -f conftest.$ac_objext conftest.$ac_ext 5579rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5856,11 +5595,8 @@ if test "${emacs_cv_struct_exception+set}" = set; then
5856 echo $ECHO_N "(cached) $ECHO_C" >&6 5595 echo $ECHO_N "(cached) $ECHO_C" >&6
5857else 5596else
5858 cat >conftest.$ac_ext <<_ACEOF 5597 cat >conftest.$ac_ext <<_ACEOF
5859/* confdefs.h. */ 5598#line $LINENO "configure"
5860_ACEOF 5599#include "confdefs.h"
5861cat confdefs.h >>conftest.$ac_ext
5862cat >>conftest.$ac_ext <<_ACEOF
5863/* end confdefs.h. */
5864#include <math.h> 5600#include <math.h>
5865int 5601int
5866main () 5602main ()
@@ -5876,7 +5612,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5876 ac_status=$? 5612 ac_status=$?
5877 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5878 (exit $ac_status); } && 5614 (exit $ac_status); } &&
5879 { ac_try='test -s conftest.$ac_objext' 5615 { ac_try='test -s conftest.$ac_objext'
5880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5881 (eval $ac_try) 2>&5 5617 (eval $ac_try) 2>&5
5882 ac_status=$? 5618 ac_status=$?
@@ -5885,8 +5621,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5885 emacs_cv_struct_exception=yes 5621 emacs_cv_struct_exception=yes
5886else 5622else
5887 echo "$as_me: failed program was:" >&5 5623 echo "$as_me: failed program was:" >&5
5888sed 's/^/| /' conftest.$ac_ext >&5 5624cat conftest.$ac_ext >&5
5889
5890emacs_cv_struct_exception=no 5625emacs_cv_struct_exception=no
5891fi 5626fi
5892rm -f conftest.$ac_objext conftest.$ac_ext 5627rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5908,11 +5643,8 @@ if test "${ac_cv_struct_tm+set}" = set; then
5908 echo $ECHO_N "(cached) $ECHO_C" >&6 5643 echo $ECHO_N "(cached) $ECHO_C" >&6
5909else 5644else
5910 cat >conftest.$ac_ext <<_ACEOF 5645 cat >conftest.$ac_ext <<_ACEOF
5911/* confdefs.h. */ 5646#line $LINENO "configure"
5912_ACEOF 5647#include "confdefs.h"
5913cat confdefs.h >>conftest.$ac_ext
5914cat >>conftest.$ac_ext <<_ACEOF
5915/* end confdefs.h. */
5916#include <sys/types.h> 5648#include <sys/types.h>
5917#include <time.h> 5649#include <time.h>
5918 5650
@@ -5930,7 +5662,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5930 ac_status=$? 5662 ac_status=$?
5931 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5932 (exit $ac_status); } && 5664 (exit $ac_status); } &&
5933 { ac_try='test -s conftest.$ac_objext' 5665 { ac_try='test -s conftest.$ac_objext'
5934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5935 (eval $ac_try) 2>&5 5667 (eval $ac_try) 2>&5
5936 ac_status=$? 5668 ac_status=$?
@@ -5939,8 +5671,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5939 ac_cv_struct_tm=time.h 5671 ac_cv_struct_tm=time.h
5940else 5672else
5941 echo "$as_me: failed program was:" >&5 5673 echo "$as_me: failed program was:" >&5
5942sed 's/^/| /' conftest.$ac_ext >&5 5674cat conftest.$ac_ext >&5
5943
5944ac_cv_struct_tm=sys/time.h 5675ac_cv_struct_tm=sys/time.h
5945fi 5676fi
5946rm -f conftest.$ac_objext conftest.$ac_ext 5677rm -f conftest.$ac_objext conftest.$ac_ext
@@ -5961,11 +5692,8 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
5961 echo $ECHO_N "(cached) $ECHO_C" >&6 5692 echo $ECHO_N "(cached) $ECHO_C" >&6
5962else 5693else
5963 cat >conftest.$ac_ext <<_ACEOF 5694 cat >conftest.$ac_ext <<_ACEOF
5964/* confdefs.h. */ 5695#line $LINENO "configure"
5965_ACEOF 5696#include "confdefs.h"
5966cat confdefs.h >>conftest.$ac_ext
5967cat >>conftest.$ac_ext <<_ACEOF
5968/* end confdefs.h. */
5969#include <sys/types.h> 5697#include <sys/types.h>
5970#include <$ac_cv_struct_tm> 5698#include <$ac_cv_struct_tm>
5971 5699
@@ -5986,7 +5714,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5986 ac_status=$? 5714 ac_status=$?
5987 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5988 (exit $ac_status); } && 5716 (exit $ac_status); } &&
5989 { ac_try='test -s conftest.$ac_objext' 5717 { ac_try='test -s conftest.$ac_objext'
5990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5991 (eval $ac_try) 2>&5 5719 (eval $ac_try) 2>&5
5992 ac_status=$? 5720 ac_status=$?
@@ -5995,14 +5723,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5995 ac_cv_member_struct_tm_tm_zone=yes 5723 ac_cv_member_struct_tm_tm_zone=yes
5996else 5724else
5997 echo "$as_me: failed program was:" >&5 5725 echo "$as_me: failed program was:" >&5
5998sed 's/^/| /' conftest.$ac_ext >&5 5726cat conftest.$ac_ext >&5
5999
6000cat >conftest.$ac_ext <<_ACEOF 5727cat >conftest.$ac_ext <<_ACEOF
6001/* confdefs.h. */ 5728#line $LINENO "configure"
6002_ACEOF 5729#include "confdefs.h"
6003cat confdefs.h >>conftest.$ac_ext
6004cat >>conftest.$ac_ext <<_ACEOF
6005/* end confdefs.h. */
6006#include <sys/types.h> 5730#include <sys/types.h>
6007#include <$ac_cv_struct_tm> 5731#include <$ac_cv_struct_tm>
6008 5732
@@ -6023,7 +5747,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6023 ac_status=$? 5747 ac_status=$?
6024 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6025 (exit $ac_status); } && 5749 (exit $ac_status); } &&
6026 { ac_try='test -s conftest.$ac_objext' 5750 { ac_try='test -s conftest.$ac_objext'
6027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6028 (eval $ac_try) 2>&5 5752 (eval $ac_try) 2>&5
6029 ac_status=$? 5753 ac_status=$?
@@ -6032,8 +5756,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6032 ac_cv_member_struct_tm_tm_zone=yes 5756 ac_cv_member_struct_tm_tm_zone=yes
6033else 5757else
6034 echo "$as_me: failed program was:" >&5 5758 echo "$as_me: failed program was:" >&5
6035sed 's/^/| /' conftest.$ac_ext >&5 5759cat conftest.$ac_ext >&5
6036
6037ac_cv_member_struct_tm_tm_zone=no 5760ac_cv_member_struct_tm_tm_zone=no
6038fi 5761fi
6039rm -f conftest.$ac_objext conftest.$ac_ext 5762rm -f conftest.$ac_objext conftest.$ac_ext
@@ -6064,11 +5787,8 @@ if test "${ac_cv_var_tzname+set}" = set; then
6064 echo $ECHO_N "(cached) $ECHO_C" >&6 5787 echo $ECHO_N "(cached) $ECHO_C" >&6
6065else 5788else
6066 cat >conftest.$ac_ext <<_ACEOF 5789 cat >conftest.$ac_ext <<_ACEOF
6067/* confdefs.h. */ 5790#line $LINENO "configure"
6068_ACEOF 5791#include "confdefs.h"
6069cat confdefs.h >>conftest.$ac_ext
6070cat >>conftest.$ac_ext <<_ACEOF
6071/* end confdefs.h. */
6072#include <time.h> 5792#include <time.h>
6073#ifndef tzname /* For SGI. */ 5793#ifndef tzname /* For SGI. */
6074extern char *tzname[]; /* RS6000 and others reject char **tzname. */ 5794extern char *tzname[]; /* RS6000 and others reject char **tzname. */
@@ -6088,7 +5808,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6088 ac_status=$? 5808 ac_status=$?
6089 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6090 (exit $ac_status); } && 5810 (exit $ac_status); } &&
6091 { ac_try='test -s conftest$ac_exeext' 5811 { ac_try='test -s conftest$ac_exeext'
6092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6093 (eval $ac_try) 2>&5 5813 (eval $ac_try) 2>&5
6094 ac_status=$? 5814 ac_status=$?
@@ -6097,8 +5817,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6097 ac_cv_var_tzname=yes 5817 ac_cv_var_tzname=yes
6098else 5818else
6099 echo "$as_me: failed program was:" >&5 5819 echo "$as_me: failed program was:" >&5
6100sed 's/^/| /' conftest.$ac_ext >&5 5820cat conftest.$ac_ext >&5
6101
6102ac_cv_var_tzname=no 5821ac_cv_var_tzname=no
6103fi 5822fi
6104rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5823rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -6120,11 +5839,8 @@ if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
6120 echo $ECHO_N "(cached) $ECHO_C" >&6 5839 echo $ECHO_N "(cached) $ECHO_C" >&6
6121else 5840else
6122 cat >conftest.$ac_ext <<_ACEOF 5841 cat >conftest.$ac_ext <<_ACEOF
6123/* confdefs.h. */ 5842#line $LINENO "configure"
6124_ACEOF 5843#include "confdefs.h"
6125cat confdefs.h >>conftest.$ac_ext
6126cat >>conftest.$ac_ext <<_ACEOF
6127/* end confdefs.h. */
6128#include <time.h> 5844#include <time.h>
6129 5845
6130int 5846int
@@ -6143,7 +5859,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6143 ac_status=$? 5859 ac_status=$?
6144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6145 (exit $ac_status); } && 5861 (exit $ac_status); } &&
6146 { ac_try='test -s conftest.$ac_objext' 5862 { ac_try='test -s conftest.$ac_objext'
6147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6148 (eval $ac_try) 2>&5 5864 (eval $ac_try) 2>&5
6149 ac_status=$? 5865 ac_status=$?
@@ -6152,14 +5868,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6152 ac_cv_member_struct_tm_tm_gmtoff=yes 5868 ac_cv_member_struct_tm_tm_gmtoff=yes
6153else 5869else
6154 echo "$as_me: failed program was:" >&5 5870 echo "$as_me: failed program was:" >&5
6155sed 's/^/| /' conftest.$ac_ext >&5 5871cat conftest.$ac_ext >&5
6156
6157cat >conftest.$ac_ext <<_ACEOF 5872cat >conftest.$ac_ext <<_ACEOF
6158/* confdefs.h. */ 5873#line $LINENO "configure"
6159_ACEOF 5874#include "confdefs.h"
6160cat confdefs.h >>conftest.$ac_ext
6161cat >>conftest.$ac_ext <<_ACEOF
6162/* end confdefs.h. */
6163#include <time.h> 5875#include <time.h>
6164 5876
6165int 5877int
@@ -6178,7 +5890,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6178 ac_status=$? 5890 ac_status=$?
6179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6180 (exit $ac_status); } && 5892 (exit $ac_status); } &&
6181 { ac_try='test -s conftest.$ac_objext' 5893 { ac_try='test -s conftest.$ac_objext'
6182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6183 (eval $ac_try) 2>&5 5895 (eval $ac_try) 2>&5
6184 ac_status=$? 5896 ac_status=$?
@@ -6187,8 +5899,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6187 ac_cv_member_struct_tm_tm_gmtoff=yes 5899 ac_cv_member_struct_tm_tm_gmtoff=yes
6188else 5900else
6189 echo "$as_me: failed program was:" >&5 5901 echo "$as_me: failed program was:" >&5
6190sed 's/^/| /' conftest.$ac_ext >&5 5902cat conftest.$ac_ext >&5
6191
6192ac_cv_member_struct_tm_tm_gmtoff=no 5903ac_cv_member_struct_tm_tm_gmtoff=no
6193fi 5904fi
6194rm -f conftest.$ac_objext conftest.$ac_ext 5905rm -f conftest.$ac_objext conftest.$ac_ext
@@ -6233,11 +5944,8 @@ if test "${ac_cv_c_volatile+set}" = set; then
6233 echo $ECHO_N "(cached) $ECHO_C" >&6 5944 echo $ECHO_N "(cached) $ECHO_C" >&6
6234else 5945else
6235 cat >conftest.$ac_ext <<_ACEOF 5946 cat >conftest.$ac_ext <<_ACEOF
6236/* confdefs.h. */ 5947#line $LINENO "configure"
6237_ACEOF 5948#include "confdefs.h"
6238cat confdefs.h >>conftest.$ac_ext
6239cat >>conftest.$ac_ext <<_ACEOF
6240/* end confdefs.h. */
6241 5949
6242int 5950int
6243main () 5951main ()
@@ -6255,7 +5963,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6255 ac_status=$? 5963 ac_status=$?
6256 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6257 (exit $ac_status); } && 5965 (exit $ac_status); } &&
6258 { ac_try='test -s conftest.$ac_objext' 5966 { ac_try='test -s conftest.$ac_objext'
6259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6260 (eval $ac_try) 2>&5 5968 (eval $ac_try) 2>&5
6261 ac_status=$? 5969 ac_status=$?
@@ -6264,8 +5972,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6264 ac_cv_c_volatile=yes 5972 ac_cv_c_volatile=yes
6265else 5973else
6266 echo "$as_me: failed program was:" >&5 5974 echo "$as_me: failed program was:" >&5
6267sed 's/^/| /' conftest.$ac_ext >&5 5975cat conftest.$ac_ext >&5
6268
6269ac_cv_c_volatile=no 5976ac_cv_c_volatile=no
6270fi 5977fi
6271rm -f conftest.$ac_objext conftest.$ac_ext 5978rm -f conftest.$ac_objext conftest.$ac_ext
@@ -6286,11 +5993,8 @@ if test "${ac_cv_c_const+set}" = set; then
6286 echo $ECHO_N "(cached) $ECHO_C" >&6 5993 echo $ECHO_N "(cached) $ECHO_C" >&6
6287else 5994else
6288 cat >conftest.$ac_ext <<_ACEOF 5995 cat >conftest.$ac_ext <<_ACEOF
6289/* confdefs.h. */ 5996#line $LINENO "configure"
6290_ACEOF 5997#include "confdefs.h"
6291cat confdefs.h >>conftest.$ac_ext
6292cat >>conftest.$ac_ext <<_ACEOF
6293/* end confdefs.h. */
6294 5998
6295int 5999int
6296main () 6000main ()
@@ -6352,7 +6056,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6352 ac_status=$? 6056 ac_status=$?
6353 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6354 (exit $ac_status); } && 6058 (exit $ac_status); } &&
6355 { ac_try='test -s conftest.$ac_objext' 6059 { ac_try='test -s conftest.$ac_objext'
6356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6357 (eval $ac_try) 2>&5 6061 (eval $ac_try) 2>&5
6358 ac_status=$? 6062 ac_status=$?
@@ -6361,8 +6065,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6361 ac_cv_c_const=yes 6065 ac_cv_c_const=yes
6362else 6066else
6363 echo "$as_me: failed program was:" >&5 6067 echo "$as_me: failed program was:" >&5
6364sed 's/^/| /' conftest.$ac_ext >&5 6068cat conftest.$ac_ext >&5
6365
6366ac_cv_c_const=no 6069ac_cv_c_const=no
6367fi 6070fi
6368rm -f conftest.$ac_objext conftest.$ac_ext 6071rm -f conftest.$ac_objext conftest.$ac_ext
@@ -6383,11 +6086,8 @@ if test "${emacs_cv_void_star+set}" = set; then
6383 echo $ECHO_N "(cached) $ECHO_C" >&6 6086 echo $ECHO_N "(cached) $ECHO_C" >&6
6384else 6087else
6385 cat >conftest.$ac_ext <<_ACEOF 6088 cat >conftest.$ac_ext <<_ACEOF
6386/* confdefs.h. */ 6089#line $LINENO "configure"
6387_ACEOF 6090#include "confdefs.h"
6388cat confdefs.h >>conftest.$ac_ext
6389cat >>conftest.$ac_ext <<_ACEOF
6390/* end confdefs.h. */
6391 6091
6392int 6092int
6393main () 6093main ()
@@ -6403,7 +6103,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6403 ac_status=$? 6103 ac_status=$?
6404 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6405 (exit $ac_status); } && 6105 (exit $ac_status); } &&
6406 { ac_try='test -s conftest.$ac_objext' 6106 { ac_try='test -s conftest.$ac_objext'
6407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6408 (eval $ac_try) 2>&5 6108 (eval $ac_try) 2>&5
6409 ac_status=$? 6109 ac_status=$?
@@ -6412,8 +6112,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6412 emacs_cv_void_star=yes 6112 emacs_cv_void_star=yes
6413else 6113else
6414 echo "$as_me: failed program was:" >&5 6114 echo "$as_me: failed program was:" >&5
6415sed 's/^/| /' conftest.$ac_ext >&5 6115cat conftest.$ac_ext >&5
6416
6417emacs_cv_void_star=no 6116emacs_cv_void_star=no
6418fi 6117fi
6419rm -f conftest.$ac_objext conftest.$ac_ext 6118rm -f conftest.$ac_objext conftest.$ac_ext
@@ -6434,15 +6133,15 @@ fi
6434 6133
6435 6134
6436 6135
6437echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 6136echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
6438echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 6137echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
6439set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 6138set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
6440if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 6139if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6441 echo $ECHO_N "(cached) $ECHO_C" >&6 6140 echo $ECHO_N "(cached) $ECHO_C" >&6
6442else 6141else
6443 cat >conftest.make <<\_ACEOF 6142 cat >conftest.make <<\_ACEOF
6444all: 6143all:
6445 @echo 'ac_maketemp="$(MAKE)"' 6144 @echo 'ac_maketemp="${MAKE}"'
6446_ACEOF 6145_ACEOF
6447# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 6146# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6448eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 6147eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
@@ -6553,8 +6252,8 @@ _ACEOF
6553 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 6252 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
6554 for ac_extension in a so sl; do 6253 for ac_extension in a so sl; do
6555 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 6254 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
6556 test -f $ac_im_libdir/libX11.$ac_extension; then 6255 test -f $ac_im_libdir/libX11.$ac_extension; then
6557 ac_im_usrlibdir=$ac_im_libdir; break 6256 ac_im_usrlibdir=$ac_im_libdir; break
6558 fi 6257 fi
6559 done 6258 done
6560 # Screen out bogus values from the imake configuration. They are 6259 # Screen out bogus values from the imake configuration. They are
@@ -6614,11 +6313,8 @@ if test "$ac_x_includes" = no; then
6614 # Guess where to find include files, by looking for Intrinsic.h. 6313 # Guess where to find include files, by looking for Intrinsic.h.
6615 # First, try using that file with no special directory specified. 6314 # First, try using that file with no special directory specified.
6616 cat >conftest.$ac_ext <<_ACEOF 6315 cat >conftest.$ac_ext <<_ACEOF
6617/* confdefs.h. */ 6316#line $LINENO "configure"
6618_ACEOF 6317#include "confdefs.h"
6619cat confdefs.h >>conftest.$ac_ext
6620cat >>conftest.$ac_ext <<_ACEOF
6621/* end confdefs.h. */
6622#include <X11/Intrinsic.h> 6318#include <X11/Intrinsic.h>
6623_ACEOF 6319_ACEOF
6624if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6320if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -6642,8 +6338,7 @@ if test -z "$ac_cpp_err"; then
6642ac_x_includes= 6338ac_x_includes=
6643else 6339else
6644 echo "$as_me: failed program was:" >&5 6340 echo "$as_me: failed program was:" >&5
6645sed 's/^/| /' conftest.$ac_ext >&5 6341 cat conftest.$ac_ext >&5
6646
6647 for ac_dir in $ac_x_header_dirs; do 6342 for ac_dir in $ac_x_header_dirs; do
6648 if test -r "$ac_dir/X11/Intrinsic.h"; then 6343 if test -r "$ac_dir/X11/Intrinsic.h"; then
6649 ac_x_includes=$ac_dir 6344 ac_x_includes=$ac_dir
@@ -6661,11 +6356,8 @@ if test "$ac_x_libraries" = no; then
6661 ac_save_LIBS=$LIBS 6356 ac_save_LIBS=$LIBS
6662 LIBS="-lXt $LIBS" 6357 LIBS="-lXt $LIBS"
6663 cat >conftest.$ac_ext <<_ACEOF 6358 cat >conftest.$ac_ext <<_ACEOF
6664/* confdefs.h. */ 6359#line $LINENO "configure"
6665_ACEOF 6360#include "confdefs.h"
6666cat confdefs.h >>conftest.$ac_ext
6667cat >>conftest.$ac_ext <<_ACEOF
6668/* end confdefs.h. */
6669#include <X11/Intrinsic.h> 6361#include <X11/Intrinsic.h>
6670int 6362int
6671main () 6363main ()
@@ -6681,7 +6373,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6681 ac_status=$? 6373 ac_status=$?
6682 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6683 (exit $ac_status); } && 6375 (exit $ac_status); } &&
6684 { ac_try='test -s conftest$ac_exeext' 6376 { ac_try='test -s conftest$ac_exeext'
6685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6686 (eval $ac_try) 2>&5 6378 (eval $ac_try) 2>&5
6687 ac_status=$? 6379 ac_status=$?
@@ -6692,8 +6384,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6692ac_x_libraries= 6384ac_x_libraries=
6693else 6385else
6694 echo "$as_me: failed program was:" >&5 6386 echo "$as_me: failed program was:" >&5
6695sed 's/^/| /' conftest.$ac_ext >&5 6387cat conftest.$ac_ext >&5
6696
6697LIBS=$ac_save_LIBS 6388LIBS=$ac_save_LIBS
6698for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 6389for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6699do 6390do
@@ -6715,7 +6406,7 @@ if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6715else 6406else
6716 # Record where we found X for the cache. 6407 # Record where we found X for the cache.
6717 ac_cv_have_x="have_x=yes \ 6408 ac_cv_have_x="have_x=yes \
6718 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 6409 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6719fi 6410fi
6720fi 6411fi
6721 6412
@@ -6840,52 +6531,32 @@ if test "${ac_cv_func_malloc_get_state+set}" = set; then
6840 echo $ECHO_N "(cached) $ECHO_C" >&6 6531 echo $ECHO_N "(cached) $ECHO_C" >&6
6841else 6532else
6842 cat >conftest.$ac_ext <<_ACEOF 6533 cat >conftest.$ac_ext <<_ACEOF
6843/* confdefs.h. */ 6534#line $LINENO "configure"
6844_ACEOF 6535#include "confdefs.h"
6845cat confdefs.h >>conftest.$ac_ext
6846cat >>conftest.$ac_ext <<_ACEOF
6847/* end confdefs.h. */
6848/* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state.
6849 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6850#define malloc_get_state innocuous_malloc_get_state
6851
6852/* System header to define __stub macros and hopefully few prototypes, 6536/* System header to define __stub macros and hopefully few prototypes,
6853 which can conflict with char malloc_get_state (); below. 6537 which can conflict with char malloc_get_state (); below. */
6854 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6538#include <assert.h>
6855 <limits.h> exists even on freestanding compilers. */
6856
6857#ifdef __STDC__
6858# include <limits.h>
6859#else
6860# include <assert.h>
6861#endif
6862
6863#undef malloc_get_state
6864
6865/* Override any gcc2 internal prototype to avoid an error. */ 6539/* Override any gcc2 internal prototype to avoid an error. */
6866#ifdef __cplusplus 6540#ifdef __cplusplus
6867extern "C" 6541extern "C"
6868{
6869#endif 6542#endif
6870/* We use char because int might match the return type of a gcc2 6543/* We use char because int might match the return type of a gcc2
6871 builtin and then its argument prototype would still apply. */ 6544 builtin and then its argument prototype would still apply. */
6872char malloc_get_state (); 6545char malloc_get_state ();
6546char (*f) ();
6547
6548int
6549main ()
6550{
6873/* The GNU C library defines this for functions which it implements 6551/* The GNU C library defines this for functions which it implements
6874 to always fail with ENOSYS. Some functions are actually named 6552 to always fail with ENOSYS. Some functions are actually named
6875 something starting with __ and the normal name is an alias. */ 6553 something starting with __ and the normal name is an alias. */
6876#if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state) 6554#if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state)
6877choke me 6555choke me
6878#else 6556#else
6879char (*f) () = malloc_get_state; 6557f = malloc_get_state;
6880#endif
6881#ifdef __cplusplus
6882}
6883#endif 6558#endif
6884 6559
6885int
6886main ()
6887{
6888return f != malloc_get_state;
6889 ; 6560 ;
6890 return 0; 6561 return 0;
6891} 6562}
@@ -6896,7 +6567,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6896 ac_status=$? 6567 ac_status=$?
6897 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6898 (exit $ac_status); } && 6569 (exit $ac_status); } &&
6899 { ac_try='test -s conftest$ac_exeext' 6570 { ac_try='test -s conftest$ac_exeext'
6900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6901 (eval $ac_try) 2>&5 6572 (eval $ac_try) 2>&5
6902 ac_status=$? 6573 ac_status=$?
@@ -6905,8 +6576,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6905 ac_cv_func_malloc_get_state=yes 6576 ac_cv_func_malloc_get_state=yes
6906else 6577else
6907 echo "$as_me: failed program was:" >&5 6578 echo "$as_me: failed program was:" >&5
6908sed 's/^/| /' conftest.$ac_ext >&5 6579cat conftest.$ac_ext >&5
6909
6910ac_cv_func_malloc_get_state=no 6580ac_cv_func_malloc_get_state=no
6911fi 6581fi
6912rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6582rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -6925,52 +6595,32 @@ if test "${ac_cv_func_malloc_set_state+set}" = set; then
6925 echo $ECHO_N "(cached) $ECHO_C" >&6 6595 echo $ECHO_N "(cached) $ECHO_C" >&6
6926else 6596else
6927 cat >conftest.$ac_ext <<_ACEOF 6597 cat >conftest.$ac_ext <<_ACEOF
6928/* confdefs.h. */ 6598#line $LINENO "configure"
6929_ACEOF 6599#include "confdefs.h"
6930cat confdefs.h >>conftest.$ac_ext
6931cat >>conftest.$ac_ext <<_ACEOF
6932/* end confdefs.h. */
6933/* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state.
6934 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6935#define malloc_set_state innocuous_malloc_set_state
6936
6937/* System header to define __stub macros and hopefully few prototypes, 6600/* System header to define __stub macros and hopefully few prototypes,
6938 which can conflict with char malloc_set_state (); below. 6601 which can conflict with char malloc_set_state (); below. */
6939 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6602#include <assert.h>
6940 <limits.h> exists even on freestanding compilers. */
6941
6942#ifdef __STDC__
6943# include <limits.h>
6944#else
6945# include <assert.h>
6946#endif
6947
6948#undef malloc_set_state
6949
6950/* Override any gcc2 internal prototype to avoid an error. */ 6603/* Override any gcc2 internal prototype to avoid an error. */
6951#ifdef __cplusplus 6604#ifdef __cplusplus
6952extern "C" 6605extern "C"
6953{
6954#endif 6606#endif
6955/* We use char because int might match the return type of a gcc2 6607/* We use char because int might match the return type of a gcc2
6956 builtin and then its argument prototype would still apply. */ 6608 builtin and then its argument prototype would still apply. */
6957char malloc_set_state (); 6609char malloc_set_state ();
6610char (*f) ();
6611
6612int
6613main ()
6614{
6958/* The GNU C library defines this for functions which it implements 6615/* The GNU C library defines this for functions which it implements
6959 to always fail with ENOSYS. Some functions are actually named 6616 to always fail with ENOSYS. Some functions are actually named
6960 something starting with __ and the normal name is an alias. */ 6617 something starting with __ and the normal name is an alias. */
6961#if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state) 6618#if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state)
6962choke me 6619choke me
6963#else 6620#else
6964char (*f) () = malloc_set_state; 6621f = malloc_set_state;
6965#endif
6966#ifdef __cplusplus
6967}
6968#endif 6622#endif
6969 6623
6970int
6971main ()
6972{
6973return f != malloc_set_state;
6974 ; 6624 ;
6975 return 0; 6625 return 0;
6976} 6626}
@@ -6981,7 +6631,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6981 ac_status=$? 6631 ac_status=$?
6982 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6983 (exit $ac_status); } && 6633 (exit $ac_status); } &&
6984 { ac_try='test -s conftest$ac_exeext' 6634 { ac_try='test -s conftest$ac_exeext'
6985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6986 (eval $ac_try) 2>&5 6636 (eval $ac_try) 2>&5
6987 ac_status=$? 6637 ac_status=$?
@@ -6990,8 +6640,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6990 ac_cv_func_malloc_set_state=yes 6640 ac_cv_func_malloc_set_state=yes
6991else 6641else
6992 echo "$as_me: failed program was:" >&5 6642 echo "$as_me: failed program was:" >&5
6993sed 's/^/| /' conftest.$ac_ext >&5 6643cat conftest.$ac_ext >&5
6994
6995ac_cv_func_malloc_set_state=no 6644ac_cv_func_malloc_set_state=no
6996fi 6645fi
6997rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6646rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7010,11 +6659,8 @@ if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
7010 echo $ECHO_N "(cached) $ECHO_C" >&6 6659 echo $ECHO_N "(cached) $ECHO_C" >&6
7011else 6660else
7012 cat >conftest.$ac_ext <<_ACEOF 6661 cat >conftest.$ac_ext <<_ACEOF
7013/* confdefs.h. */ 6662#line $LINENO "configure"
7014_ACEOF 6663#include "confdefs.h"
7015cat confdefs.h >>conftest.$ac_ext
7016cat >>conftest.$ac_ext <<_ACEOF
7017/* end confdefs.h. */
7018extern void (* __after_morecore_hook)(); 6664extern void (* __after_morecore_hook)();
7019int 6665int
7020main () 6666main ()
@@ -7030,7 +6676,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7030 ac_status=$? 6676 ac_status=$?
7031 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7032 (exit $ac_status); } && 6678 (exit $ac_status); } &&
7033 { ac_try='test -s conftest$ac_exeext' 6679 { ac_try='test -s conftest$ac_exeext'
7034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7035 (eval $ac_try) 2>&5 6681 (eval $ac_try) 2>&5
7036 ac_status=$? 6682 ac_status=$?
@@ -7039,8 +6685,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7039 emacs_cv_var___after_morecore_hook=yes 6685 emacs_cv_var___after_morecore_hook=yes
7040else 6686else
7041 echo "$as_me: failed program was:" >&5 6687 echo "$as_me: failed program was:" >&5
7042sed 's/^/| /' conftest.$ac_ext >&5 6688cat conftest.$ac_ext >&5
7043
7044emacs_cv_var___after_morecore_hook=no 6689emacs_cv_var___after_morecore_hook=no
7045fi 6690fi
7046rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6691rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7090,11 +6735,8 @@ else
7090echo "$as_me:$LINENO: checking $ac_header usability" >&5 6735echo "$as_me:$LINENO: checking $ac_header usability" >&5
7091echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 6736echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7092cat >conftest.$ac_ext <<_ACEOF 6737cat >conftest.$ac_ext <<_ACEOF
7093/* confdefs.h. */ 6738#line $LINENO "configure"
7094_ACEOF 6739#include "confdefs.h"
7095cat confdefs.h >>conftest.$ac_ext
7096cat >>conftest.$ac_ext <<_ACEOF
7097/* end confdefs.h. */
7098$ac_includes_default 6740$ac_includes_default
7099#include <$ac_header> 6741#include <$ac_header>
7100_ACEOF 6742_ACEOF
@@ -7104,7 +6746,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7104 ac_status=$? 6746 ac_status=$?
7105 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7106 (exit $ac_status); } && 6748 (exit $ac_status); } &&
7107 { ac_try='test -s conftest.$ac_objext' 6749 { ac_try='test -s conftest.$ac_objext'
7108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7109 (eval $ac_try) 2>&5 6751 (eval $ac_try) 2>&5
7110 ac_status=$? 6752 ac_status=$?
@@ -7113,8 +6755,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7113 ac_header_compiler=yes 6755 ac_header_compiler=yes
7114else 6756else
7115 echo "$as_me: failed program was:" >&5 6757 echo "$as_me: failed program was:" >&5
7116sed 's/^/| /' conftest.$ac_ext >&5 6758cat conftest.$ac_ext >&5
7117
7118ac_header_compiler=no 6759ac_header_compiler=no
7119fi 6760fi
7120rm -f conftest.$ac_objext conftest.$ac_ext 6761rm -f conftest.$ac_objext conftest.$ac_ext
@@ -7125,11 +6766,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
7125echo "$as_me:$LINENO: checking $ac_header presence" >&5 6766echo "$as_me:$LINENO: checking $ac_header presence" >&5
7126echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 6767echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7127cat >conftest.$ac_ext <<_ACEOF 6768cat >conftest.$ac_ext <<_ACEOF
7128/* confdefs.h. */ 6769#line $LINENO "configure"
7129_ACEOF 6770#include "confdefs.h"
7130cat confdefs.h >>conftest.$ac_ext
7131cat >>conftest.$ac_ext <<_ACEOF
7132/* end confdefs.h. */
7133#include <$ac_header> 6771#include <$ac_header>
7134_ACEOF 6772_ACEOF
7135if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6773if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -7152,8 +6790,7 @@ if test -z "$ac_cpp_err"; then
7152 ac_header_preproc=yes 6790 ac_header_preproc=yes
7153else 6791else
7154 echo "$as_me: failed program was:" >&5 6792 echo "$as_me: failed program was:" >&5
7155sed 's/^/| /' conftest.$ac_ext >&5 6793 cat conftest.$ac_ext >&5
7156
7157 ac_header_preproc=no 6794 ac_header_preproc=no
7158fi 6795fi
7159rm -f conftest.err conftest.$ac_ext 6796rm -f conftest.err conftest.$ac_ext
@@ -7165,39 +6802,22 @@ case $ac_header_compiler:$ac_header_preproc in
7165 yes:no ) 6802 yes:no )
7166 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6803 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7167echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6804echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7168 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6805 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7169echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6806echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7170 ac_header_preproc=yes
7171 ;;
7172 no:yes ) 6807 no:yes )
7173 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6808 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7174echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6809echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7175 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6810 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7176echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6811echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7177 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7178echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7179 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7180echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7181 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6812 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7182echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6813echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
7183 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7184echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7185 (
7186 cat <<\_ASBOX
7187## ------------------------------------------ ##
7188## Report this to the AC_PACKAGE_NAME lists. ##
7189## ------------------------------------------ ##
7190_ASBOX
7191 ) |
7192 sed "s/^/$as_me: WARNING: /" >&2
7193 ;;
7194esac 6814esac
7195echo "$as_me:$LINENO: checking for $ac_header" >&5 6815echo "$as_me:$LINENO: checking for $ac_header" >&5
7196echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 6816echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7197if eval "test \"\${$as_ac_Header+set}\" = set"; then 6817if eval "test \"\${$as_ac_Header+set}\" = set"; then
7198 echo $ECHO_N "(cached) $ECHO_C" >&6 6818 echo $ECHO_N "(cached) $ECHO_C" >&6
7199else 6819else
7200 eval "$as_ac_Header=\$ac_header_preproc" 6820 eval "$as_ac_Header=$ac_header_preproc"
7201fi 6821fi
7202echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 6822echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7203echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 6823echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -7222,52 +6842,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
7222 echo $ECHO_N "(cached) $ECHO_C" >&6 6842 echo $ECHO_N "(cached) $ECHO_C" >&6
7223else 6843else
7224 cat >conftest.$ac_ext <<_ACEOF 6844 cat >conftest.$ac_ext <<_ACEOF
7225/* confdefs.h. */ 6845#line $LINENO "configure"
7226_ACEOF 6846#include "confdefs.h"
7227cat confdefs.h >>conftest.$ac_ext
7228cat >>conftest.$ac_ext <<_ACEOF
7229/* end confdefs.h. */
7230/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7231 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7232#define $ac_func innocuous_$ac_func
7233
7234/* System header to define __stub macros and hopefully few prototypes, 6847/* System header to define __stub macros and hopefully few prototypes,
7235 which can conflict with char $ac_func (); below. 6848 which can conflict with char $ac_func (); below. */
7236 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6849#include <assert.h>
7237 <limits.h> exists even on freestanding compilers. */
7238
7239#ifdef __STDC__
7240# include <limits.h>
7241#else
7242# include <assert.h>
7243#endif
7244
7245#undef $ac_func
7246
7247/* Override any gcc2 internal prototype to avoid an error. */ 6850/* Override any gcc2 internal prototype to avoid an error. */
7248#ifdef __cplusplus 6851#ifdef __cplusplus
7249extern "C" 6852extern "C"
7250{
7251#endif 6853#endif
7252/* We use char because int might match the return type of a gcc2 6854/* We use char because int might match the return type of a gcc2
7253 builtin and then its argument prototype would still apply. */ 6855 builtin and then its argument prototype would still apply. */
7254char $ac_func (); 6856char $ac_func ();
6857char (*f) ();
6858
6859int
6860main ()
6861{
7255/* The GNU C library defines this for functions which it implements 6862/* The GNU C library defines this for functions which it implements
7256 to always fail with ENOSYS. Some functions are actually named 6863 to always fail with ENOSYS. Some functions are actually named
7257 something starting with __ and the normal name is an alias. */ 6864 something starting with __ and the normal name is an alias. */
7258#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 6865#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7259choke me 6866choke me
7260#else 6867#else
7261char (*f) () = $ac_func; 6868f = $ac_func;
7262#endif
7263#ifdef __cplusplus
7264}
7265#endif 6869#endif
7266 6870
7267int
7268main ()
7269{
7270return f != $ac_func;
7271 ; 6871 ;
7272 return 0; 6872 return 0;
7273} 6873}
@@ -7278,7 +6878,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7278 ac_status=$? 6878 ac_status=$?
7279 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7280 (exit $ac_status); } && 6880 (exit $ac_status); } &&
7281 { ac_try='test -s conftest$ac_exeext' 6881 { ac_try='test -s conftest$ac_exeext'
7282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7283 (eval $ac_try) 2>&5 6883 (eval $ac_try) 2>&5
7284 ac_status=$? 6884 ac_status=$?
@@ -7287,8 +6887,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7287 eval "$as_ac_var=yes" 6887 eval "$as_ac_var=yes"
7288else 6888else
7289 echo "$as_me: failed program was:" >&5 6889 echo "$as_me: failed program was:" >&5
7290sed 's/^/| /' conftest.$ac_ext >&5 6890cat conftest.$ac_ext >&5
7291
7292eval "$as_ac_var=no" 6891eval "$as_ac_var=no"
7293fi 6892fi
7294rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6893rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7312,11 +6911,8 @@ else
7312 ac_cv_func_mmap_fixed_mapped=no 6911 ac_cv_func_mmap_fixed_mapped=no
7313else 6912else
7314 cat >conftest.$ac_ext <<_ACEOF 6913 cat >conftest.$ac_ext <<_ACEOF
7315/* confdefs.h. */ 6914#line $LINENO "configure"
7316_ACEOF 6915#include "confdefs.h"
7317cat confdefs.h >>conftest.$ac_ext
7318cat >>conftest.$ac_ext <<_ACEOF
7319/* end confdefs.h. */
7320$ac_includes_default 6916$ac_includes_default
7321/* malloc might have been renamed as rpl_malloc. */ 6917/* malloc might have been renamed as rpl_malloc. */
7322#undef malloc 6918#undef malloc
@@ -7421,7 +7017,7 @@ main ()
7421 exit (1); 7017 exit (1);
7422 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); 7018 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
7423 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, 7019 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7424 MAP_PRIVATE | MAP_FIXED, fd, 0L)) 7020 MAP_PRIVATE | MAP_FIXED, fd, 0L))
7425 exit (1); 7021 exit (1);
7426 for (i = 0; i < pagesize; ++i) 7022 for (i = 0; i < pagesize; ++i)
7427 if (*(data + i) != *(data2 + i)) 7023 if (*(data + i) != *(data2 + i))
@@ -7459,8 +7055,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7459else 7055else
7460 echo "$as_me: program exited with status $ac_status" >&5 7056 echo "$as_me: program exited with status $ac_status" >&5
7461echo "$as_me: failed program was:" >&5 7057echo "$as_me: failed program was:" >&5
7462sed 's/^/| /' conftest.$ac_ext >&5 7058cat conftest.$ac_ext >&5
7463
7464( exit $ac_status ) 7059( exit $ac_status )
7465ac_cv_func_mmap_fixed_mapped=no 7060ac_cv_func_mmap_fixed_mapped=no
7466fi 7061fi
@@ -7493,11 +7088,8 @@ else
7493 ac_check_lib_save_LIBS=$LIBS 7088 ac_check_lib_save_LIBS=$LIBS
7494LIBS="-ldnet $LIBS" 7089LIBS="-ldnet $LIBS"
7495cat >conftest.$ac_ext <<_ACEOF 7090cat >conftest.$ac_ext <<_ACEOF
7496/* confdefs.h. */ 7091#line $LINENO "configure"
7497_ACEOF 7092#include "confdefs.h"
7498cat confdefs.h >>conftest.$ac_ext
7499cat >>conftest.$ac_ext <<_ACEOF
7500/* end confdefs.h. */
7501 7093
7502/* Override any gcc2 internal prototype to avoid an error. */ 7094/* Override any gcc2 internal prototype to avoid an error. */
7503#ifdef __cplusplus 7095#ifdef __cplusplus
@@ -7520,7 +7112,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7520 ac_status=$? 7112 ac_status=$?
7521 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7522 (exit $ac_status); } && 7114 (exit $ac_status); } &&
7523 { ac_try='test -s conftest$ac_exeext' 7115 { ac_try='test -s conftest$ac_exeext'
7524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7525 (eval $ac_try) 2>&5 7117 (eval $ac_try) 2>&5
7526 ac_status=$? 7118 ac_status=$?
@@ -7529,8 +7121,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7529 ac_cv_lib_dnet_dnet_ntoa=yes 7121 ac_cv_lib_dnet_dnet_ntoa=yes
7530else 7122else
7531 echo "$as_me: failed program was:" >&5 7123 echo "$as_me: failed program was:" >&5
7532sed 's/^/| /' conftest.$ac_ext >&5 7124cat conftest.$ac_ext >&5
7533
7534ac_cv_lib_dnet_dnet_ntoa=no 7125ac_cv_lib_dnet_dnet_ntoa=no
7535fi 7126fi
7536rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7127rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7556,11 +7147,8 @@ else
7556 ac_check_lib_save_LIBS=$LIBS 7147 ac_check_lib_save_LIBS=$LIBS
7557LIBS="-lXbsd $LIBS" 7148LIBS="-lXbsd $LIBS"
7558cat >conftest.$ac_ext <<_ACEOF 7149cat >conftest.$ac_ext <<_ACEOF
7559/* confdefs.h. */ 7150#line $LINENO "configure"
7560_ACEOF 7151#include "confdefs.h"
7561cat confdefs.h >>conftest.$ac_ext
7562cat >>conftest.$ac_ext <<_ACEOF
7563/* end confdefs.h. */
7564 7152
7565 7153
7566int 7154int
@@ -7577,7 +7165,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7577 ac_status=$? 7165 ac_status=$?
7578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7579 (exit $ac_status); } && 7167 (exit $ac_status); } &&
7580 { ac_try='test -s conftest$ac_exeext' 7168 { ac_try='test -s conftest$ac_exeext'
7581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7582 (eval $ac_try) 2>&5 7170 (eval $ac_try) 2>&5
7583 ac_status=$? 7171 ac_status=$?
@@ -7586,8 +7174,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7586 ac_cv_lib_Xbsd_main=yes 7174 ac_cv_lib_Xbsd_main=yes
7587else 7175else
7588 echo "$as_me: failed program was:" >&5 7176 echo "$as_me: failed program was:" >&5
7589sed 's/^/| /' conftest.$ac_ext >&5 7177cat conftest.$ac_ext >&5
7590
7591ac_cv_lib_Xbsd_main=no 7178ac_cv_lib_Xbsd_main=no
7592fi 7179fi
7593rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7180rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7609,11 +7196,8 @@ else
7609 ac_check_lib_save_LIBS=$LIBS 7196 ac_check_lib_save_LIBS=$LIBS
7610LIBS="-lpthreads $LIBS" 7197LIBS="-lpthreads $LIBS"
7611cat >conftest.$ac_ext <<_ACEOF 7198cat >conftest.$ac_ext <<_ACEOF
7612/* confdefs.h. */ 7199#line $LINENO "configure"
7613_ACEOF 7200#include "confdefs.h"
7614cat confdefs.h >>conftest.$ac_ext
7615cat >>conftest.$ac_ext <<_ACEOF
7616/* end confdefs.h. */
7617 7201
7618/* Override any gcc2 internal prototype to avoid an error. */ 7202/* Override any gcc2 internal prototype to avoid an error. */
7619#ifdef __cplusplus 7203#ifdef __cplusplus
@@ -7636,7 +7220,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7636 ac_status=$? 7220 ac_status=$?
7637 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7638 (exit $ac_status); } && 7222 (exit $ac_status); } &&
7639 { ac_try='test -s conftest$ac_exeext' 7223 { ac_try='test -s conftest$ac_exeext'
7640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7641 (eval $ac_try) 2>&5 7225 (eval $ac_try) 2>&5
7642 ac_status=$? 7226 ac_status=$?
@@ -7645,8 +7229,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7645 ac_cv_lib_pthreads_cma_open=yes 7229 ac_cv_lib_pthreads_cma_open=yes
7646else 7230else
7647 echo "$as_me: failed program was:" >&5 7231 echo "$as_me: failed program was:" >&5
7648sed 's/^/| /' conftest.$ac_ext >&5 7232cat conftest.$ac_ext >&5
7649
7650ac_cv_lib_pthreads_cma_open=no 7233ac_cv_lib_pthreads_cma_open=no
7651fi 7234fi
7652rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7235rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7691,11 +7274,8 @@ else
7691 7274
7692 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc 7275 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
7693 cat >conftest.$ac_ext <<_ACEOF 7276 cat >conftest.$ac_ext <<_ACEOF
7694/* confdefs.h. */ 7277#line $LINENO "configure"
7695_ACEOF 7278#include "confdefs.h"
7696cat confdefs.h >>conftest.$ac_ext
7697cat >>conftest.$ac_ext <<_ACEOF
7698/* end confdefs.h. */
7699 7279
7700int 7280int
7701main () 7281main ()
@@ -7711,7 +7291,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7711 ac_status=$? 7291 ac_status=$?
7712 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7713 (exit $ac_status); } && 7293 (exit $ac_status); } &&
7714 { ac_try='test -s conftest$ac_exeext' 7294 { ac_try='test -s conftest$ac_exeext'
7715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7716 (eval $ac_try) 2>&5 7296 (eval $ac_try) 2>&5
7717 ac_status=$? 7297 ac_status=$?
@@ -7720,8 +7300,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7720 : 7300 :
7721else 7301else
7722 echo "$as_me: failed program was:" >&5 7302 echo "$as_me: failed program was:" >&5
7723sed 's/^/| /' conftest.$ac_ext >&5 7303cat conftest.$ac_ext >&5
7724
7725gdb_cv_bigtoc= 7304gdb_cv_bigtoc=
7726fi 7305fi
7727rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7306rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7758,11 +7337,8 @@ if test "${HAVE_X11}" = "yes"; then
7758 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5 7337 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5
7759echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 7338echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
7760 cat >conftest.$ac_ext <<_ACEOF 7339 cat >conftest.$ac_ext <<_ACEOF
7761/* confdefs.h. */ 7340#line $LINENO "configure"
7762_ACEOF 7341#include "confdefs.h"
7763cat confdefs.h >>conftest.$ac_ext
7764cat >>conftest.$ac_ext <<_ACEOF
7765/* end confdefs.h. */
7766 7342
7767int 7343int
7768main () 7344main ()
@@ -7778,7 +7354,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7778 ac_status=$? 7354 ac_status=$?
7779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7780 (exit $ac_status); } && 7356 (exit $ac_status); } &&
7781 { ac_try='test -s conftest$ac_exeext' 7357 { ac_try='test -s conftest$ac_exeext'
7782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7783 (eval $ac_try) 2>&5 7359 (eval $ac_try) 2>&5
7784 ac_status=$? 7360 ac_status=$?
@@ -7787,8 +7363,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7787 xlinux_first_failure=no 7363 xlinux_first_failure=no
7788else 7364else
7789 echo "$as_me: failed program was:" >&5 7365 echo "$as_me: failed program was:" >&5
7790sed 's/^/| /' conftest.$ac_ext >&5 7366cat conftest.$ac_ext >&5
7791
7792xlinux_first_failure=yes 7367xlinux_first_failure=yes
7793fi 7368fi
7794rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7369rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7802,11 +7377,8 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7802 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 7377 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
7803 LIBS="$LIBS -b i486-linuxaout" 7378 LIBS="$LIBS -b i486-linuxaout"
7804 cat >conftest.$ac_ext <<_ACEOF 7379 cat >conftest.$ac_ext <<_ACEOF
7805/* confdefs.h. */ 7380#line $LINENO "configure"
7806_ACEOF 7381#include "confdefs.h"
7807cat confdefs.h >>conftest.$ac_ext
7808cat >>conftest.$ac_ext <<_ACEOF
7809/* end confdefs.h. */
7810 7382
7811int 7383int
7812main () 7384main ()
@@ -7822,7 +7394,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7822 ac_status=$? 7394 ac_status=$?
7823 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824 (exit $ac_status); } && 7396 (exit $ac_status); } &&
7825 { ac_try='test -s conftest$ac_exeext' 7397 { ac_try='test -s conftest$ac_exeext'
7826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7827 (eval $ac_try) 2>&5 7399 (eval $ac_try) 2>&5
7828 ac_status=$? 7400 ac_status=$?
@@ -7831,8 +7403,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7831 xlinux_second_failure=no 7403 xlinux_second_failure=no
7832else 7404else
7833 echo "$as_me: failed program was:" >&5 7405 echo "$as_me: failed program was:" >&5
7834sed 's/^/| /' conftest.$ac_ext >&5 7406cat conftest.$ac_ext >&5
7835
7836xlinux_second_failure=yes 7407xlinux_second_failure=yes
7837fi 7408fi
7838rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7409rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7860,11 +7431,8 @@ echo "${ECHO_T}no" >&6
7860 echo "$as_me:$LINENO: checking for Xkb" >&5 7431 echo "$as_me:$LINENO: checking for Xkb" >&5
7861echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 7432echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
7862 cat >conftest.$ac_ext <<_ACEOF 7433 cat >conftest.$ac_ext <<_ACEOF
7863/* confdefs.h. */ 7434#line $LINENO "configure"
7864_ACEOF 7435#include "confdefs.h"
7865cat confdefs.h >>conftest.$ac_ext
7866cat >>conftest.$ac_ext <<_ACEOF
7867/* end confdefs.h. */
7868#include <X11/Xlib.h> 7436#include <X11/Xlib.h>
7869#include <X11/XKBlib.h> 7437#include <X11/XKBlib.h>
7870int 7438int
@@ -7881,7 +7449,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7881 ac_status=$? 7449 ac_status=$?
7882 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7883 (exit $ac_status); } && 7451 (exit $ac_status); } &&
7884 { ac_try='test -s conftest$ac_exeext' 7452 { ac_try='test -s conftest$ac_exeext'
7885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7886 (eval $ac_try) 2>&5 7454 (eval $ac_try) 2>&5
7887 ac_status=$? 7455 ac_status=$?
@@ -7890,8 +7458,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7890 emacs_xkb=yes 7458 emacs_xkb=yes
7891else 7459else
7892 echo "$as_me: failed program was:" >&5 7460 echo "$as_me: failed program was:" >&5
7893sed 's/^/| /' conftest.$ac_ext >&5 7461cat conftest.$ac_ext >&5
7894
7895emacs_xkb=no 7462emacs_xkb=no
7896fi 7463fi
7897rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7464rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -7919,52 +7486,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
7919 echo $ECHO_N "(cached) $ECHO_C" >&6 7486 echo $ECHO_N "(cached) $ECHO_C" >&6
7920else 7487else
7921 cat >conftest.$ac_ext <<_ACEOF 7488 cat >conftest.$ac_ext <<_ACEOF
7922/* confdefs.h. */ 7489#line $LINENO "configure"
7923_ACEOF 7490#include "confdefs.h"
7924cat confdefs.h >>conftest.$ac_ext
7925cat >>conftest.$ac_ext <<_ACEOF
7926/* end confdefs.h. */
7927/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7928 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7929#define $ac_func innocuous_$ac_func
7930
7931/* System header to define __stub macros and hopefully few prototypes, 7491/* System header to define __stub macros and hopefully few prototypes,
7932 which can conflict with char $ac_func (); below. 7492 which can conflict with char $ac_func (); below. */
7933 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7493#include <assert.h>
7934 <limits.h> exists even on freestanding compilers. */
7935
7936#ifdef __STDC__
7937# include <limits.h>
7938#else
7939# include <assert.h>
7940#endif
7941
7942#undef $ac_func
7943
7944/* Override any gcc2 internal prototype to avoid an error. */ 7494/* Override any gcc2 internal prototype to avoid an error. */
7945#ifdef __cplusplus 7495#ifdef __cplusplus
7946extern "C" 7496extern "C"
7947{
7948#endif 7497#endif
7949/* We use char because int might match the return type of a gcc2 7498/* We use char because int might match the return type of a gcc2
7950 builtin and then its argument prototype would still apply. */ 7499 builtin and then its argument prototype would still apply. */
7951char $ac_func (); 7500char $ac_func ();
7501char (*f) ();
7502
7503int
7504main ()
7505{
7952/* The GNU C library defines this for functions which it implements 7506/* The GNU C library defines this for functions which it implements
7953 to always fail with ENOSYS. Some functions are actually named 7507 to always fail with ENOSYS. Some functions are actually named
7954 something starting with __ and the normal name is an alias. */ 7508 something starting with __ and the normal name is an alias. */
7955#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 7509#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7956choke me 7510choke me
7957#else 7511#else
7958char (*f) () = $ac_func; 7512f = $ac_func;
7959#endif
7960#ifdef __cplusplus
7961}
7962#endif 7513#endif
7963 7514
7964int
7965main ()
7966{
7967return f != $ac_func;
7968 ; 7515 ;
7969 return 0; 7516 return 0;
7970} 7517}
@@ -7975,7 +7522,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7975 ac_status=$? 7522 ac_status=$?
7976 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7977 (exit $ac_status); } && 7524 (exit $ac_status); } &&
7978 { ac_try='test -s conftest$ac_exeext' 7525 { ac_try='test -s conftest$ac_exeext'
7979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7980 (eval $ac_try) 2>&5 7527 (eval $ac_try) 2>&5
7981 ac_status=$? 7528 ac_status=$?
@@ -7984,8 +7531,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7984 eval "$as_ac_var=yes" 7531 eval "$as_ac_var=yes"
7985else 7532else
7986 echo "$as_me: failed program was:" >&5 7533 echo "$as_me: failed program was:" >&5
7987sed 's/^/| /' conftest.$ac_ext >&5 7534cat conftest.$ac_ext >&5
7988
7989eval "$as_ac_var=no" 7535eval "$as_ac_var=no"
7990fi 7536fi
7991rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7537rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8009,11 +7555,8 @@ echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
8009 echo $ECHO_N "(cached) $ECHO_C" >&6 7555 echo $ECHO_N "(cached) $ECHO_C" >&6
8010else 7556else
8011 cat >conftest.$ac_ext <<_ACEOF 7557 cat >conftest.$ac_ext <<_ACEOF
8012/* confdefs.h. */ 7558#line $LINENO "configure"
8013_ACEOF 7559#include "confdefs.h"
8014cat confdefs.h >>conftest.$ac_ext
8015cat >>conftest.$ac_ext <<_ACEOF
8016/* end confdefs.h. */
8017#include <X11/Xlib.h> 7560#include <X11/Xlib.h>
8018int 7561int
8019main () 7562main ()
@@ -8032,7 +7575,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8032 ac_status=$? 7575 ac_status=$?
8033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8034 (exit $ac_status); } && 7577 (exit $ac_status); } &&
8035 { ac_try='test -s conftest$ac_exeext' 7578 { ac_try='test -s conftest$ac_exeext'
8036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8037 (eval $ac_try) 2>&5 7580 (eval $ac_try) 2>&5
8038 ac_status=$? 7581 ac_status=$?
@@ -8041,8 +7584,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8041 emacs_cv_x11_version_6=yes 7584 emacs_cv_x11_version_6=yes
8042else 7585else
8043 echo "$as_me: failed program was:" >&5 7586 echo "$as_me: failed program was:" >&5
8044sed 's/^/| /' conftest.$ac_ext >&5 7587cat conftest.$ac_ext >&5
8045
8046emacs_cv_x11_version_6=no 7588emacs_cv_x11_version_6=no
8047fi 7589fi
8048rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7590rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8069,11 +7611,8 @@ echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
8069 echo $ECHO_N "(cached) $ECHO_C" >&6 7611 echo $ECHO_N "(cached) $ECHO_C" >&6
8070else 7612else
8071 cat >conftest.$ac_ext <<_ACEOF 7613 cat >conftest.$ac_ext <<_ACEOF
8072/* confdefs.h. */ 7614#line $LINENO "configure"
8073_ACEOF 7615#include "confdefs.h"
8074cat confdefs.h >>conftest.$ac_ext
8075cat >>conftest.$ac_ext <<_ACEOF
8076/* end confdefs.h. */
8077#include <X11/Xlib.h> 7616#include <X11/Xlib.h>
8078int 7617int
8079main () 7618main ()
@@ -8092,7 +7631,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8092 ac_status=$? 7631 ac_status=$?
8093 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8094 (exit $ac_status); } && 7633 (exit $ac_status); } &&
8095 { ac_try='test -s conftest$ac_exeext' 7634 { ac_try='test -s conftest$ac_exeext'
8096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8097 (eval $ac_try) 2>&5 7636 (eval $ac_try) 2>&5
8098 ac_status=$? 7637 ac_status=$?
@@ -8101,8 +7640,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8101 emacs_cv_x11_version_5=yes 7640 emacs_cv_x11_version_5=yes
8102else 7641else
8103 echo "$as_me: failed program was:" >&5 7642 echo "$as_me: failed program was:" >&5
8104sed 's/^/| /' conftest.$ac_ext >&5 7643cat conftest.$ac_ext >&5
8105
8106emacs_cv_x11_version_5=no 7644emacs_cv_x11_version_5=no
8107fi 7645fi
8108rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7646rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8260,11 +7798,8 @@ echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
8260 echo $ECHO_N "(cached) $ECHO_C" >&6 7798 echo $ECHO_N "(cached) $ECHO_C" >&6
8261else 7799else
8262 cat >conftest.$ac_ext <<_ACEOF 7800 cat >conftest.$ac_ext <<_ACEOF
8263/* confdefs.h. */ 7801#line $LINENO "configure"
8264_ACEOF 7802#include "confdefs.h"
8265cat confdefs.h >>conftest.$ac_ext
8266cat >>conftest.$ac_ext <<_ACEOF
8267/* end confdefs.h. */
8268 7803
8269#include <X11/Intrinsic.h> 7804#include <X11/Intrinsic.h>
8270#include <X11/Xaw/Simple.h> 7805#include <X11/Xaw/Simple.h>
@@ -8282,7 +7817,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8282 ac_status=$? 7817 ac_status=$?
8283 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8284 (exit $ac_status); } && 7819 (exit $ac_status); } &&
8285 { ac_try='test -s conftest$ac_exeext' 7820 { ac_try='test -s conftest$ac_exeext'
8286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8287 (eval $ac_try) 2>&5 7822 (eval $ac_try) 2>&5
8288 ac_status=$? 7823 ac_status=$?
@@ -8291,8 +7826,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8291 emacs_cv_x11_version_5_with_xaw=yes 7826 emacs_cv_x11_version_5_with_xaw=yes
8292else 7827else
8293 echo "$as_me: failed program was:" >&5 7828 echo "$as_me: failed program was:" >&5
8294sed 's/^/| /' conftest.$ac_ext >&5 7829cat conftest.$ac_ext >&5
8295
8296emacs_cv_x11_version_5_with_xaw=no 7830emacs_cv_x11_version_5_with_xaw=no
8297fi 7831fi
8298rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7832rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8321,11 +7855,8 @@ echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
8321 echo $ECHO_N "(cached) $ECHO_C" >&6 7855 echo $ECHO_N "(cached) $ECHO_C" >&6
8322else 7856else
8323 cat >conftest.$ac_ext <<_ACEOF 7857 cat >conftest.$ac_ext <<_ACEOF
8324/* confdefs.h. */ 7858#line $LINENO "configure"
8325_ACEOF 7859#include "confdefs.h"
8326cat confdefs.h >>conftest.$ac_ext
8327cat >>conftest.$ac_ext <<_ACEOF
8328/* end confdefs.h. */
8329#include <X11/Intrinsic.h> 7860#include <X11/Intrinsic.h>
8330int 7861int
8331main () 7862main ()
@@ -8344,7 +7875,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8344 ac_status=$? 7875 ac_status=$?
8345 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8346 (exit $ac_status); } && 7877 (exit $ac_status); } &&
8347 { ac_try='test -s conftest$ac_exeext' 7878 { ac_try='test -s conftest$ac_exeext'
8348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8349 (eval $ac_try) 2>&5 7880 (eval $ac_try) 2>&5
8350 ac_status=$? 7881 ac_status=$?
@@ -8353,8 +7884,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8353 emacs_cv_x11_toolkit_version_6=yes 7884 emacs_cv_x11_toolkit_version_6=yes
8354else 7885else
8355 echo "$as_me: failed program was:" >&5 7886 echo "$as_me: failed program was:" >&5
8356sed 's/^/| /' conftest.$ac_ext >&5 7887cat conftest.$ac_ext >&5
8357
8358emacs_cv_x11_toolkit_version_6=no 7888emacs_cv_x11_toolkit_version_6=no
8359fi 7889fi
8360rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7890rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8389,11 +7919,8 @@ else
8389 ac_check_lib_save_LIBS=$LIBS 7919 ac_check_lib_save_LIBS=$LIBS
8390LIBS="-lXmu $LIBS" 7920LIBS="-lXmu $LIBS"
8391cat >conftest.$ac_ext <<_ACEOF 7921cat >conftest.$ac_ext <<_ACEOF
8392/* confdefs.h. */ 7922#line $LINENO "configure"
8393_ACEOF 7923#include "confdefs.h"
8394cat confdefs.h >>conftest.$ac_ext
8395cat >>conftest.$ac_ext <<_ACEOF
8396/* end confdefs.h. */
8397 7924
8398/* Override any gcc2 internal prototype to avoid an error. */ 7925/* Override any gcc2 internal prototype to avoid an error. */
8399#ifdef __cplusplus 7926#ifdef __cplusplus
@@ -8416,7 +7943,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8416 ac_status=$? 7943 ac_status=$?
8417 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8418 (exit $ac_status); } && 7945 (exit $ac_status); } &&
8419 { ac_try='test -s conftest$ac_exeext' 7946 { ac_try='test -s conftest$ac_exeext'
8420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8421 (eval $ac_try) 2>&5 7948 (eval $ac_try) 2>&5
8422 ac_status=$? 7949 ac_status=$?
@@ -8425,8 +7952,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8425 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes 7952 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
8426else 7953else
8427 echo "$as_me: failed program was:" >&5 7954 echo "$as_me: failed program was:" >&5
8428sed 's/^/| /' conftest.$ac_ext >&5 7955cat conftest.$ac_ext >&5
8429
8430ac_cv_lib_Xmu_XmuConvertStandardSelection=no 7956ac_cv_lib_Xmu_XmuConvertStandardSelection=no
8431fi 7957fi
8432rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7958rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8458,11 +7984,8 @@ else
8458 ac_check_lib_save_LIBS=$LIBS 7984 ac_check_lib_save_LIBS=$LIBS
8459LIBS="-lXext $LIBS" 7985LIBS="-lXext $LIBS"
8460cat >conftest.$ac_ext <<_ACEOF 7986cat >conftest.$ac_ext <<_ACEOF
8461/* confdefs.h. */ 7987#line $LINENO "configure"
8462_ACEOF 7988#include "confdefs.h"
8463cat confdefs.h >>conftest.$ac_ext
8464cat >>conftest.$ac_ext <<_ACEOF
8465/* end confdefs.h. */
8466 7989
8467/* Override any gcc2 internal prototype to avoid an error. */ 7990/* Override any gcc2 internal prototype to avoid an error. */
8468#ifdef __cplusplus 7991#ifdef __cplusplus
@@ -8485,7 +8008,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8485 ac_status=$? 8008 ac_status=$?
8486 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8487 (exit $ac_status); } && 8010 (exit $ac_status); } &&
8488 { ac_try='test -s conftest$ac_exeext' 8011 { ac_try='test -s conftest$ac_exeext'
8489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8490 (eval $ac_try) 2>&5 8013 (eval $ac_try) 2>&5
8491 ac_status=$? 8014 ac_status=$?
@@ -8494,8 +8017,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8494 ac_cv_lib_Xext_XShapeQueryExtension=yes 8017 ac_cv_lib_Xext_XShapeQueryExtension=yes
8495else 8018else
8496 echo "$as_me: failed program was:" >&5 8019 echo "$as_me: failed program was:" >&5
8497sed 's/^/| /' conftest.$ac_ext >&5 8020cat conftest.$ac_ext >&5
8498
8499ac_cv_lib_Xext_XShapeQueryExtension=no 8021ac_cv_lib_Xext_XShapeQueryExtension=no
8500fi 8022fi
8501rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8023rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8529,11 +8051,8 @@ else
8529 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" 8051 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
8530 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS" 8052 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
8531 cat >conftest.$ac_ext <<_ACEOF 8053 cat >conftest.$ac_ext <<_ACEOF
8532/* confdefs.h. */ 8054#line $LINENO "configure"
8533_ACEOF 8055#include "confdefs.h"
8534cat confdefs.h >>conftest.$ac_ext
8535cat >>conftest.$ac_ext <<_ACEOF
8536/* end confdefs.h. */
8537#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h> 8056#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
8538int 8057int
8539main () 8058main ()
@@ -8549,7 +8068,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8549 ac_status=$? 8068 ac_status=$?
8550 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8551 (exit $ac_status); } && 8070 (exit $ac_status); } &&
8552 { ac_try='test -s conftest.$ac_objext' 8071 { ac_try='test -s conftest.$ac_objext'
8553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8554 (eval $ac_try) 2>&5 8073 (eval $ac_try) 2>&5
8555 ac_status=$? 8074 ac_status=$?
@@ -8558,8 +8077,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8558 emacs_cv_lesstif=yes 8077 emacs_cv_lesstif=yes
8559else 8078else
8560 echo "$as_me: failed program was:" >&5 8079 echo "$as_me: failed program was:" >&5
8561sed 's/^/| /' conftest.$ac_ext >&5 8080cat conftest.$ac_ext >&5
8562
8563emacs_cv_lesstif=no 8081emacs_cv_lesstif=no
8564fi 8082fi
8565rm -f conftest.$ac_objext conftest.$ac_ext 8083rm -f conftest.$ac_objext conftest.$ac_ext
@@ -8584,11 +8102,8 @@ if test "${emacs_cv_motif_version_2_1+set}" = set; then
8584 echo $ECHO_N "(cached) $ECHO_C" >&6 8102 echo $ECHO_N "(cached) $ECHO_C" >&6
8585else 8103else
8586 cat >conftest.$ac_ext <<_ACEOF 8104 cat >conftest.$ac_ext <<_ACEOF
8587/* confdefs.h. */ 8105#line $LINENO "configure"
8588_ACEOF 8106#include "confdefs.h"
8589cat confdefs.h >>conftest.$ac_ext
8590cat >>conftest.$ac_ext <<_ACEOF
8591/* end confdefs.h. */
8592#include <Xm/Xm.h> 8107#include <Xm/Xm.h>
8593int 8108int
8594main () 8109main ()
@@ -8608,7 +8123,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8608 ac_status=$? 8123 ac_status=$?
8609 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8610 (exit $ac_status); } && 8125 (exit $ac_status); } &&
8611 { ac_try='test -s conftest.$ac_objext' 8126 { ac_try='test -s conftest.$ac_objext'
8612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8613 (eval $ac_try) 2>&5 8128 (eval $ac_try) 2>&5
8614 ac_status=$? 8129 ac_status=$?
@@ -8617,8 +8132,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8617 emacs_cv_motif_version_2_1=yes 8132 emacs_cv_motif_version_2_1=yes
8618else 8133else
8619 echo "$as_me: failed program was:" >&5 8134 echo "$as_me: failed program was:" >&5
8620sed 's/^/| /' conftest.$ac_ext >&5 8135cat conftest.$ac_ext >&5
8621
8622emacs_cv_motif_version_2_1=no 8136emacs_cv_motif_version_2_1=no
8623fi 8137fi
8624rm -f conftest.$ac_objext conftest.$ac_ext 8138rm -f conftest.$ac_objext conftest.$ac_ext
@@ -8641,11 +8155,8 @@ else
8641 ac_check_lib_save_LIBS=$LIBS 8155 ac_check_lib_save_LIBS=$LIBS
8642LIBS="-lXp $LIBS" 8156LIBS="-lXp $LIBS"
8643cat >conftest.$ac_ext <<_ACEOF 8157cat >conftest.$ac_ext <<_ACEOF
8644/* confdefs.h. */ 8158#line $LINENO "configure"
8645_ACEOF 8159#include "confdefs.h"
8646cat confdefs.h >>conftest.$ac_ext
8647cat >>conftest.$ac_ext <<_ACEOF
8648/* end confdefs.h. */
8649 8160
8650/* Override any gcc2 internal prototype to avoid an error. */ 8161/* Override any gcc2 internal prototype to avoid an error. */
8651#ifdef __cplusplus 8162#ifdef __cplusplus
@@ -8668,7 +8179,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8668 ac_status=$? 8179 ac_status=$?
8669 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8670 (exit $ac_status); } && 8181 (exit $ac_status); } &&
8671 { ac_try='test -s conftest$ac_exeext' 8182 { ac_try='test -s conftest$ac_exeext'
8672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8673 (eval $ac_try) 2>&5 8184 (eval $ac_try) 2>&5
8674 ac_status=$? 8185 ac_status=$?
@@ -8677,8 +8188,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8677 ac_cv_lib_Xp_XpCreateContext=yes 8188 ac_cv_lib_Xp_XpCreateContext=yes
8678else 8189else
8679 echo "$as_me: failed program was:" >&5 8190 echo "$as_me: failed program was:" >&5
8680sed 's/^/| /' conftest.$ac_ext >&5 8191cat conftest.$ac_ext >&5
8681
8682ac_cv_lib_Xp_XpCreateContext=no 8192ac_cv_lib_Xp_XpCreateContext=no
8683fi 8193fi
8684rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8194rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8710,11 +8220,8 @@ if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
8710 echo $ECHO_N "(cached) $ECHO_C" >&6 8220 echo $ECHO_N "(cached) $ECHO_C" >&6
8711else 8221else
8712 cat >conftest.$ac_ext <<_ACEOF 8222 cat >conftest.$ac_ext <<_ACEOF
8713/* confdefs.h. */ 8223#line $LINENO "configure"
8714_ACEOF 8224#include "confdefs.h"
8715cat confdefs.h >>conftest.$ac_ext
8716cat >>conftest.$ac_ext <<_ACEOF
8717/* end confdefs.h. */
8718#include <X11/Xaw3d/Scrollbar.h> 8225#include <X11/Xaw3d/Scrollbar.h>
8719_ACEOF 8226_ACEOF
8720if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8227if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -8737,8 +8244,7 @@ if test -z "$ac_cpp_err"; then
8737 ac_cv_header_X11_Xaw3d_Scrollbar_h=yes 8244 ac_cv_header_X11_Xaw3d_Scrollbar_h=yes
8738else 8245else
8739 echo "$as_me: failed program was:" >&5 8246 echo "$as_me: failed program was:" >&5
8740sed 's/^/| /' conftest.$ac_ext >&5 8247 cat conftest.$ac_ext >&5
8741
8742 ac_cv_header_X11_Xaw3d_Scrollbar_h=no 8248 ac_cv_header_X11_Xaw3d_Scrollbar_h=no
8743fi 8249fi
8744rm -f conftest.err conftest.$ac_ext 8250rm -f conftest.err conftest.$ac_ext
@@ -8754,11 +8260,8 @@ else
8754 ac_check_lib_save_LIBS=$LIBS 8260 ac_check_lib_save_LIBS=$LIBS
8755LIBS="-lXaw3d $LIBS" 8261LIBS="-lXaw3d $LIBS"
8756cat >conftest.$ac_ext <<_ACEOF 8262cat >conftest.$ac_ext <<_ACEOF
8757/* confdefs.h. */ 8263#line $LINENO "configure"
8758_ACEOF 8264#include "confdefs.h"
8759cat confdefs.h >>conftest.$ac_ext
8760cat >>conftest.$ac_ext <<_ACEOF
8761/* end confdefs.h. */
8762 8265
8763/* Override any gcc2 internal prototype to avoid an error. */ 8266/* Override any gcc2 internal prototype to avoid an error. */
8764#ifdef __cplusplus 8267#ifdef __cplusplus
@@ -8781,7 +8284,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8781 ac_status=$? 8284 ac_status=$?
8782 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8783 (exit $ac_status); } && 8286 (exit $ac_status); } &&
8784 { ac_try='test -s conftest$ac_exeext' 8287 { ac_try='test -s conftest$ac_exeext'
8785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8786 (eval $ac_try) 2>&5 8289 (eval $ac_try) 2>&5
8787 ac_status=$? 8290 ac_status=$?
@@ -8790,8 +8293,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8790 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes 8293 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
8791else 8294else
8792 echo "$as_me: failed program was:" >&5 8295 echo "$as_me: failed program was:" >&5
8793sed 's/^/| /' conftest.$ac_ext >&5 8296cat conftest.$ac_ext >&5
8794
8795ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no 8297ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
8796fi 8298fi
8797rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8299rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -8855,12 +8357,11 @@ _ACEOF
8855 if test "$GCC" = yes; then 8357 if test "$GCC" = yes; then
8856 CFLAGS="$CFLAGS --pedantic-errors" 8358 CFLAGS="$CFLAGS --pedantic-errors"
8857 fi 8359 fi
8360fi
8361if test "${HAVE_X11}" = "yes"; then
8858 cat >conftest.$ac_ext <<_ACEOF 8362 cat >conftest.$ac_ext <<_ACEOF
8859/* confdefs.h. */ 8363#line $LINENO "configure"
8860_ACEOF 8364#include "confdefs.h"
8861cat confdefs.h >>conftest.$ac_ext
8862cat >>conftest.$ac_ext <<_ACEOF
8863/* end confdefs.h. */
8864 8365
8865#include <X11/Xlib.h> 8366#include <X11/Xlib.h>
8866#include <X11/Xresource.h> 8367#include <X11/Xresource.h>
@@ -8891,7 +8392,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8891 ac_status=$? 8392 ac_status=$?
8892 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8893 (exit $ac_status); } && 8394 (exit $ac_status); } &&
8894 { ac_try='test -s conftest.$ac_objext' 8395 { ac_try='test -s conftest.$ac_objext'
8895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8896 (eval $ac_try) 2>&5 8397 (eval $ac_try) 2>&5
8897 ac_status=$? 8398 ac_status=$?
@@ -8900,18 +8401,17 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8900 emacs_cv_arg6_star=yes 8401 emacs_cv_arg6_star=yes
8901else 8402else
8902 echo "$as_me: failed program was:" >&5 8403 echo "$as_me: failed program was:" >&5
8903sed 's/^/| /' conftest.$ac_ext >&5 8404cat conftest.$ac_ext >&5
8904
8905fi 8405fi
8906rm -f conftest.$ac_objext conftest.$ac_ext 8406rm -f conftest.$ac_objext conftest.$ac_ext
8907 8407
8908 if test "$emacs_cv_arg6_star" = yes; then 8408 if test "$emacs_cv_arg6_star" = yes; then
8909 cat >>confdefs.h <<\_ACEOF 8409 cat >>confdefs.h <<\_ACEOF
8910#define XRegisterIMInstantiateCallback_arg6 XPointer* 8410#define XRegisterIMInstantiateCallback_arg6 XPointer*
8911_ACEOF 8411_ACEOF
8912 8412
8913 else 8413 else
8914 cat >>confdefs.h <<\_ACEOF 8414 cat >>confdefs.h <<\_ACEOF
8915#define XRegisterIMInstantiateCallback_arg6 XPointer 8415#define XRegisterIMInstantiateCallback_arg6 XPointer
8916_ACEOF 8416_ACEOF
8917 8417
@@ -8936,11 +8436,8 @@ else
8936echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 8436echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
8937echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 8437echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
8938cat >conftest.$ac_ext <<_ACEOF 8438cat >conftest.$ac_ext <<_ACEOF
8939/* confdefs.h. */ 8439#line $LINENO "configure"
8940_ACEOF 8440#include "confdefs.h"
8941cat confdefs.h >>conftest.$ac_ext
8942cat >>conftest.$ac_ext <<_ACEOF
8943/* end confdefs.h. */
8944$ac_includes_default 8441$ac_includes_default
8945#include <X11/xpm.h> 8442#include <X11/xpm.h>
8946_ACEOF 8443_ACEOF
@@ -8950,7 +8447,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8950 ac_status=$? 8447 ac_status=$?
8951 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8952 (exit $ac_status); } && 8449 (exit $ac_status); } &&
8953 { ac_try='test -s conftest.$ac_objext' 8450 { ac_try='test -s conftest.$ac_objext'
8954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8955 (eval $ac_try) 2>&5 8452 (eval $ac_try) 2>&5
8956 ac_status=$? 8453 ac_status=$?
@@ -8959,8 +8456,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8959 ac_header_compiler=yes 8456 ac_header_compiler=yes
8960else 8457else
8961 echo "$as_me: failed program was:" >&5 8458 echo "$as_me: failed program was:" >&5
8962sed 's/^/| /' conftest.$ac_ext >&5 8459cat conftest.$ac_ext >&5
8963
8964ac_header_compiler=no 8460ac_header_compiler=no
8965fi 8461fi
8966rm -f conftest.$ac_objext conftest.$ac_ext 8462rm -f conftest.$ac_objext conftest.$ac_ext
@@ -8971,11 +8467,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
8971echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 8467echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
8972echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 8468echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
8973cat >conftest.$ac_ext <<_ACEOF 8469cat >conftest.$ac_ext <<_ACEOF
8974/* confdefs.h. */ 8470#line $LINENO "configure"
8975_ACEOF 8471#include "confdefs.h"
8976cat confdefs.h >>conftest.$ac_ext
8977cat >>conftest.$ac_ext <<_ACEOF
8978/* end confdefs.h. */
8979#include <X11/xpm.h> 8472#include <X11/xpm.h>
8980_ACEOF 8473_ACEOF
8981if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8474if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -8998,8 +8491,7 @@ if test -z "$ac_cpp_err"; then
8998 ac_header_preproc=yes 8491 ac_header_preproc=yes
8999else 8492else
9000 echo "$as_me: failed program was:" >&5 8493 echo "$as_me: failed program was:" >&5
9001sed 's/^/| /' conftest.$ac_ext >&5 8494 cat conftest.$ac_ext >&5
9002
9003 ac_header_preproc=no 8495 ac_header_preproc=no
9004fi 8496fi
9005rm -f conftest.err conftest.$ac_ext 8497rm -f conftest.err conftest.$ac_ext
@@ -9011,32 +8503,15 @@ case $ac_header_compiler:$ac_header_preproc in
9011 yes:no ) 8503 yes:no )
9012 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 8504 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
9013echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8505echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9014 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5 8506 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
9015echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;} 8507echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};;
9016 ac_header_preproc=yes
9017 ;;
9018 no:yes ) 8508 no:yes )
9019 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 8509 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
9020echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} 8510echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
9021 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 8511 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
9022echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} 8512echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
9023 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5
9024echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
9025 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5
9026echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
9027 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 8513 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
9028echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;} 8514echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};;
9029 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
9030echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
9031 (
9032 cat <<\_ASBOX
9033## ------------------------------------------ ##
9034## Report this to the AC_PACKAGE_NAME lists. ##
9035## ------------------------------------------ ##
9036_ASBOX
9037 ) |
9038 sed "s/^/$as_me: WARNING: /" >&2
9039 ;;
9040esac 8515esac
9041echo "$as_me:$LINENO: checking for X11/xpm.h" >&5 8516echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
9042echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 8517echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
@@ -9058,11 +8533,8 @@ else
9058 ac_check_lib_save_LIBS=$LIBS 8533 ac_check_lib_save_LIBS=$LIBS
9059LIBS="-lXpm -lX11 $LIBS" 8534LIBS="-lXpm -lX11 $LIBS"
9060cat >conftest.$ac_ext <<_ACEOF 8535cat >conftest.$ac_ext <<_ACEOF
9061/* confdefs.h. */ 8536#line $LINENO "configure"
9062_ACEOF 8537#include "confdefs.h"
9063cat confdefs.h >>conftest.$ac_ext
9064cat >>conftest.$ac_ext <<_ACEOF
9065/* end confdefs.h. */
9066 8538
9067/* Override any gcc2 internal prototype to avoid an error. */ 8539/* Override any gcc2 internal prototype to avoid an error. */
9068#ifdef __cplusplus 8540#ifdef __cplusplus
@@ -9085,7 +8557,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9085 ac_status=$? 8557 ac_status=$?
9086 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9087 (exit $ac_status); } && 8559 (exit $ac_status); } &&
9088 { ac_try='test -s conftest$ac_exeext' 8560 { ac_try='test -s conftest$ac_exeext'
9089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9090 (eval $ac_try) 2>&5 8562 (eval $ac_try) 2>&5
9091 ac_status=$? 8563 ac_status=$?
@@ -9094,8 +8566,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9094 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes 8566 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
9095else 8567else
9096 echo "$as_me: failed program was:" >&5 8568 echo "$as_me: failed program was:" >&5
9097sed 's/^/| /' conftest.$ac_ext >&5 8569cat conftest.$ac_ext >&5
9098
9099ac_cv_lib_Xpm_XpmReadFileToPixmap=no 8570ac_cv_lib_Xpm_XpmReadFileToPixmap=no
9100fi 8571fi
9101rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8572rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9114,11 +8585,8 @@ fi
9114 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5 8585 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5
9115echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 8586echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
9116 cat >conftest.$ac_ext <<_ACEOF 8587 cat >conftest.$ac_ext <<_ACEOF
9117/* confdefs.h. */ 8588#line $LINENO "configure"
9118_ACEOF 8589#include "confdefs.h"
9119cat confdefs.h >>conftest.$ac_ext
9120cat >>conftest.$ac_ext <<_ACEOF
9121/* end confdefs.h. */
9122#include "X11/xpm.h" 8590#include "X11/xpm.h"
9123#ifndef XpmReturnAllocPixels 8591#ifndef XpmReturnAllocPixels
9124no_return_alloc_pixels 8592no_return_alloc_pixels
@@ -9170,11 +8638,8 @@ else
9170echo "$as_me:$LINENO: checking jerror.h usability" >&5 8638echo "$as_me:$LINENO: checking jerror.h usability" >&5
9171echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 8639echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6
9172cat >conftest.$ac_ext <<_ACEOF 8640cat >conftest.$ac_ext <<_ACEOF
9173/* confdefs.h. */ 8641#line $LINENO "configure"
9174_ACEOF 8642#include "confdefs.h"
9175cat confdefs.h >>conftest.$ac_ext
9176cat >>conftest.$ac_ext <<_ACEOF
9177/* end confdefs.h. */
9178$ac_includes_default 8643$ac_includes_default
9179#include <jerror.h> 8644#include <jerror.h>
9180_ACEOF 8645_ACEOF
@@ -9184,7 +8649,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9184 ac_status=$? 8649 ac_status=$?
9185 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9186 (exit $ac_status); } && 8651 (exit $ac_status); } &&
9187 { ac_try='test -s conftest.$ac_objext' 8652 { ac_try='test -s conftest.$ac_objext'
9188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9189 (eval $ac_try) 2>&5 8654 (eval $ac_try) 2>&5
9190 ac_status=$? 8655 ac_status=$?
@@ -9193,8 +8658,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9193 ac_header_compiler=yes 8658 ac_header_compiler=yes
9194else 8659else
9195 echo "$as_me: failed program was:" >&5 8660 echo "$as_me: failed program was:" >&5
9196sed 's/^/| /' conftest.$ac_ext >&5 8661cat conftest.$ac_ext >&5
9197
9198ac_header_compiler=no 8662ac_header_compiler=no
9199fi 8663fi
9200rm -f conftest.$ac_objext conftest.$ac_ext 8664rm -f conftest.$ac_objext conftest.$ac_ext
@@ -9205,11 +8669,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9205echo "$as_me:$LINENO: checking jerror.h presence" >&5 8669echo "$as_me:$LINENO: checking jerror.h presence" >&5
9206echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 8670echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6
9207cat >conftest.$ac_ext <<_ACEOF 8671cat >conftest.$ac_ext <<_ACEOF
9208/* confdefs.h. */ 8672#line $LINENO "configure"
9209_ACEOF 8673#include "confdefs.h"
9210cat confdefs.h >>conftest.$ac_ext
9211cat >>conftest.$ac_ext <<_ACEOF
9212/* end confdefs.h. */
9213#include <jerror.h> 8674#include <jerror.h>
9214_ACEOF 8675_ACEOF
9215if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8676if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -9232,8 +8693,7 @@ if test -z "$ac_cpp_err"; then
9232 ac_header_preproc=yes 8693 ac_header_preproc=yes
9233else 8694else
9234 echo "$as_me: failed program was:" >&5 8695 echo "$as_me: failed program was:" >&5
9235sed 's/^/| /' conftest.$ac_ext >&5 8696 cat conftest.$ac_ext >&5
9236
9237 ac_header_preproc=no 8697 ac_header_preproc=no
9238fi 8698fi
9239rm -f conftest.err conftest.$ac_ext 8699rm -f conftest.err conftest.$ac_ext
@@ -9245,32 +8705,15 @@ case $ac_header_compiler:$ac_header_preproc in
9245 yes:no ) 8705 yes:no )
9246 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 8706 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
9247echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8707echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9248 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5 8708 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
9249echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;} 8709echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};;
9250 ac_header_preproc=yes
9251 ;;
9252 no:yes ) 8710 no:yes )
9253 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 8711 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
9254echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} 8712echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
9255 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 8713 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
9256echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} 8714echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
9257 { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5
9258echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}
9259 { echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5
9260echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;}
9261 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 8715 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
9262echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;} 8716echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};;
9263 { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5
9264echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;}
9265 (
9266 cat <<\_ASBOX
9267## ------------------------------------------ ##
9268## Report this to the AC_PACKAGE_NAME lists. ##
9269## ------------------------------------------ ##
9270_ASBOX
9271 ) |
9272 sed "s/^/$as_me: WARNING: /" >&2
9273 ;;
9274esac 8717esac
9275echo "$as_me:$LINENO: checking for jerror.h" >&5 8718echo "$as_me:$LINENO: checking for jerror.h" >&5
9276echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 8719echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
@@ -9292,11 +8735,8 @@ else
9292 ac_check_lib_save_LIBS=$LIBS 8735 ac_check_lib_save_LIBS=$LIBS
9293LIBS="-ljpeg $LIBS" 8736LIBS="-ljpeg $LIBS"
9294cat >conftest.$ac_ext <<_ACEOF 8737cat >conftest.$ac_ext <<_ACEOF
9295/* confdefs.h. */ 8738#line $LINENO "configure"
9296_ACEOF 8739#include "confdefs.h"
9297cat confdefs.h >>conftest.$ac_ext
9298cat >>conftest.$ac_ext <<_ACEOF
9299/* end confdefs.h. */
9300 8740
9301/* Override any gcc2 internal prototype to avoid an error. */ 8741/* Override any gcc2 internal prototype to avoid an error. */
9302#ifdef __cplusplus 8742#ifdef __cplusplus
@@ -9319,7 +8759,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9319 ac_status=$? 8759 ac_status=$?
9320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9321 (exit $ac_status); } && 8761 (exit $ac_status); } &&
9322 { ac_try='test -s conftest$ac_exeext' 8762 { ac_try='test -s conftest$ac_exeext'
9323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9324 (eval $ac_try) 2>&5 8764 (eval $ac_try) 2>&5
9325 ac_status=$? 8765 ac_status=$?
@@ -9328,8 +8768,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9328 ac_cv_lib_jpeg_jpeg_destroy_compress=yes 8768 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
9329else 8769else
9330 echo "$as_me: failed program was:" >&5 8770 echo "$as_me: failed program was:" >&5
9331sed 's/^/| /' conftest.$ac_ext >&5 8771cat conftest.$ac_ext >&5
9332
9333ac_cv_lib_jpeg_jpeg_destroy_compress=no 8772ac_cv_lib_jpeg_jpeg_destroy_compress=no
9334fi 8773fi
9335rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8774rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9353,11 +8792,8 @@ fi
9353_ACEOF 8792_ACEOF
9354 8793
9355 cat >conftest.$ac_ext <<_ACEOF 8794 cat >conftest.$ac_ext <<_ACEOF
9356/* confdefs.h. */ 8795#line $LINENO "configure"
9357_ACEOF 8796#include "confdefs.h"
9358cat confdefs.h >>conftest.$ac_ext
9359cat >>conftest.$ac_ext <<_ACEOF
9360/* end confdefs.h. */
9361#include <jpeglib.h> 8797#include <jpeglib.h>
9362 version=JPEG_LIB_VERSION 8798 version=JPEG_LIB_VERSION
9363 8799
@@ -9382,26 +8818,30 @@ fi
9382HAVE_PNG=no 8818HAVE_PNG=no
9383if test "${HAVE_X11}" = "yes"; then 8819if test "${HAVE_X11}" = "yes"; then
9384 if test "${with_png}" != "no"; then 8820 if test "${with_png}" != "no"; then
9385 if test "${ac_cv_header_png_h+set}" = set; then 8821 # Debian unstable as of July 2003 has multiple libpngs, and puts png.h
9386 echo "$as_me:$LINENO: checking for png.h" >&5 8822 # in /usr/include/libpng.
9387echo $ECHO_N "checking for png.h... $ECHO_C" >&6 8823
9388if test "${ac_cv_header_png_h+set}" = set; then 8824
8825for ac_header in png.h libpng/png.h
8826do
8827as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8828if eval "test \"\${$as_ac_Header+set}\" = set"; then
8829 echo "$as_me:$LINENO: checking for $ac_header" >&5
8830echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8831if eval "test \"\${$as_ac_Header+set}\" = set"; then
9389 echo $ECHO_N "(cached) $ECHO_C" >&6 8832 echo $ECHO_N "(cached) $ECHO_C" >&6
9390fi 8833fi
9391echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 8834echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9392echo "${ECHO_T}$ac_cv_header_png_h" >&6 8835echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9393else 8836else
9394 # Is the header compilable? 8837 # Is the header compilable?
9395echo "$as_me:$LINENO: checking png.h usability" >&5 8838echo "$as_me:$LINENO: checking $ac_header usability" >&5
9396echo $ECHO_N "checking png.h usability... $ECHO_C" >&6 8839echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9397cat >conftest.$ac_ext <<_ACEOF 8840cat >conftest.$ac_ext <<_ACEOF
9398/* confdefs.h. */ 8841#line $LINENO "configure"
9399_ACEOF 8842#include "confdefs.h"
9400cat confdefs.h >>conftest.$ac_ext
9401cat >>conftest.$ac_ext <<_ACEOF
9402/* end confdefs.h. */
9403$ac_includes_default 8843$ac_includes_default
9404#include <png.h> 8844#include <$ac_header>
9405_ACEOF 8845_ACEOF
9406rm -f conftest.$ac_objext 8846rm -f conftest.$ac_objext
9407if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8847if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
@@ -9409,7 +8849,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9409 ac_status=$? 8849 ac_status=$?
9410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9411 (exit $ac_status); } && 8851 (exit $ac_status); } &&
9412 { ac_try='test -s conftest.$ac_objext' 8852 { ac_try='test -s conftest.$ac_objext'
9413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9414 (eval $ac_try) 2>&5 8854 (eval $ac_try) 2>&5
9415 ac_status=$? 8855 ac_status=$?
@@ -9418,8 +8858,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9418 ac_header_compiler=yes 8858 ac_header_compiler=yes
9419else 8859else
9420 echo "$as_me: failed program was:" >&5 8860 echo "$as_me: failed program was:" >&5
9421sed 's/^/| /' conftest.$ac_ext >&5 8861cat conftest.$ac_ext >&5
9422
9423ac_header_compiler=no 8862ac_header_compiler=no
9424fi 8863fi
9425rm -f conftest.$ac_objext conftest.$ac_ext 8864rm -f conftest.$ac_objext conftest.$ac_ext
@@ -9427,15 +8866,12 @@ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9427echo "${ECHO_T}$ac_header_compiler" >&6 8866echo "${ECHO_T}$ac_header_compiler" >&6
9428 8867
9429# Is the header present? 8868# Is the header present?
9430echo "$as_me:$LINENO: checking png.h presence" >&5 8869echo "$as_me:$LINENO: checking $ac_header presence" >&5
9431echo $ECHO_N "checking png.h presence... $ECHO_C" >&6 8870echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9432cat >conftest.$ac_ext <<_ACEOF 8871cat >conftest.$ac_ext <<_ACEOF
9433/* confdefs.h. */ 8872#line $LINENO "configure"
9434_ACEOF 8873#include "confdefs.h"
9435cat confdefs.h >>conftest.$ac_ext 8874#include <$ac_header>
9436cat >>conftest.$ac_ext <<_ACEOF
9437/* end confdefs.h. */
9438#include <png.h>
9439_ACEOF 8875_ACEOF
9440if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8876if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9441 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8877 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -9457,8 +8893,7 @@ if test -z "$ac_cpp_err"; then
9457 ac_header_preproc=yes 8893 ac_header_preproc=yes
9458else 8894else
9459 echo "$as_me: failed program was:" >&5 8895 echo "$as_me: failed program was:" >&5
9460sed 's/^/| /' conftest.$ac_ext >&5 8896 cat conftest.$ac_ext >&5
9461
9462 ac_header_preproc=no 8897 ac_header_preproc=no
9463fi 8898fi
9464rm -f conftest.err conftest.$ac_ext 8899rm -f conftest.err conftest.$ac_ext
@@ -9468,48 +8903,40 @@ echo "${ECHO_T}$ac_header_preproc" >&6
9468# So? What about this header? 8903# So? What about this header?
9469case $ac_header_compiler:$ac_header_preproc in 8904case $ac_header_compiler:$ac_header_preproc in
9470 yes:no ) 8905 yes:no )
9471 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5 8906 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9472echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 8907echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9473 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5 8908 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9474echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;} 8909echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
9475 ac_header_preproc=yes
9476 ;;
9477 no:yes ) 8910 no:yes )
9478 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5 8911 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9479echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;} 8912echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9480 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5 8913 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9481echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;} 8914echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9482 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5 8915 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9483echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;} 8916echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
9484 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
9485echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
9486 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
9487echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
9488 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
9489echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
9490 (
9491 cat <<\_ASBOX
9492## ------------------------------------------ ##
9493## Report this to the AC_PACKAGE_NAME lists. ##
9494## ------------------------------------------ ##
9495_ASBOX
9496 ) |
9497 sed "s/^/$as_me: WARNING: /" >&2
9498 ;;
9499esac 8917esac
9500echo "$as_me:$LINENO: checking for png.h" >&5 8918echo "$as_me:$LINENO: checking for $ac_header" >&5
9501echo $ECHO_N "checking for png.h... $ECHO_C" >&6 8919echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9502if test "${ac_cv_header_png_h+set}" = set; then 8920if eval "test \"\${$as_ac_Header+set}\" = set"; then
9503 echo $ECHO_N "(cached) $ECHO_C" >&6 8921 echo $ECHO_N "(cached) $ECHO_C" >&6
9504else 8922else
9505 ac_cv_header_png_h=$ac_header_preproc 8923 eval "$as_ac_Header=$ac_header_preproc"
9506fi 8924fi
9507echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 8925echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9508echo "${ECHO_T}$ac_cv_header_png_h" >&6 8926echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9509 8927
9510fi 8928fi
9511if test $ac_cv_header_png_h = yes; then 8929if test `eval echo '${'$as_ac_Header'}'` = yes; then
9512 echo "$as_me:$LINENO: checking for png_get_channels in -lpng" >&5 8930 cat >>confdefs.h <<_ACEOF
8931#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8932_ACEOF
8933
8934fi
8935
8936done
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
9513echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6 8940echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
9514if test "${ac_cv_lib_png_png_get_channels+set}" = set; then 8941if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
9515 echo $ECHO_N "(cached) $ECHO_C" >&6 8942 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9517,11 +8944,8 @@ else
9517 ac_check_lib_save_LIBS=$LIBS 8944 ac_check_lib_save_LIBS=$LIBS
9518LIBS="-lpng -lz -lm $LIBS" 8945LIBS="-lpng -lz -lm $LIBS"
9519cat >conftest.$ac_ext <<_ACEOF 8946cat >conftest.$ac_ext <<_ACEOF
9520/* confdefs.h. */ 8947#line $LINENO "configure"
9521_ACEOF 8948#include "confdefs.h"
9522cat confdefs.h >>conftest.$ac_ext
9523cat >>conftest.$ac_ext <<_ACEOF
9524/* end confdefs.h. */
9525 8949
9526/* Override any gcc2 internal prototype to avoid an error. */ 8950/* Override any gcc2 internal prototype to avoid an error. */
9527#ifdef __cplusplus 8951#ifdef __cplusplus
@@ -9544,7 +8968,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9544 ac_status=$? 8968 ac_status=$?
9545 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9546 (exit $ac_status); } && 8970 (exit $ac_status); } &&
9547 { ac_try='test -s conftest$ac_exeext' 8971 { ac_try='test -s conftest$ac_exeext'
9548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9549 (eval $ac_try) 2>&5 8973 (eval $ac_try) 2>&5
9550 ac_status=$? 8974 ac_status=$?
@@ -9553,8 +8977,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9553 ac_cv_lib_png_png_get_channels=yes 8977 ac_cv_lib_png_png_get_channels=yes
9554else 8978else
9555 echo "$as_me: failed program was:" >&5 8979 echo "$as_me: failed program was:" >&5
9556sed 's/^/| /' conftest.$ac_ext >&5 8980cat conftest.$ac_ext >&5
9557
9558ac_cv_lib_png_png_get_channels=no 8981ac_cv_lib_png_png_get_channels=no
9559fi 8982fi
9560rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8983rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9566,9 +8989,7 @@ if test $ac_cv_lib_png_png_get_channels = yes; then
9566 HAVE_PNG=yes 8989 HAVE_PNG=yes
9567fi 8990fi
9568 8991
9569fi 8992 fi
9570
9571
9572 fi 8993 fi
9573 8994
9574 if test "${HAVE_PNG}" = "yes"; then 8995 if test "${HAVE_PNG}" = "yes"; then
@@ -9597,11 +9018,8 @@ else
9597echo "$as_me:$LINENO: checking tiffio.h usability" >&5 9018echo "$as_me:$LINENO: checking tiffio.h usability" >&5
9598echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 9019echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
9599cat >conftest.$ac_ext <<_ACEOF 9020cat >conftest.$ac_ext <<_ACEOF
9600/* confdefs.h. */ 9021#line $LINENO "configure"
9601_ACEOF 9022#include "confdefs.h"
9602cat confdefs.h >>conftest.$ac_ext
9603cat >>conftest.$ac_ext <<_ACEOF
9604/* end confdefs.h. */
9605$ac_includes_default 9023$ac_includes_default
9606#include <tiffio.h> 9024#include <tiffio.h>
9607_ACEOF 9025_ACEOF
@@ -9611,7 +9029,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9611 ac_status=$? 9029 ac_status=$?
9612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9613 (exit $ac_status); } && 9031 (exit $ac_status); } &&
9614 { ac_try='test -s conftest.$ac_objext' 9032 { ac_try='test -s conftest.$ac_objext'
9615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9616 (eval $ac_try) 2>&5 9034 (eval $ac_try) 2>&5
9617 ac_status=$? 9035 ac_status=$?
@@ -9620,8 +9038,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9620 ac_header_compiler=yes 9038 ac_header_compiler=yes
9621else 9039else
9622 echo "$as_me: failed program was:" >&5 9040 echo "$as_me: failed program was:" >&5
9623sed 's/^/| /' conftest.$ac_ext >&5 9041cat conftest.$ac_ext >&5
9624
9625ac_header_compiler=no 9042ac_header_compiler=no
9626fi 9043fi
9627rm -f conftest.$ac_objext conftest.$ac_ext 9044rm -f conftest.$ac_objext conftest.$ac_ext
@@ -9632,11 +9049,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9632echo "$as_me:$LINENO: checking tiffio.h presence" >&5 9049echo "$as_me:$LINENO: checking tiffio.h presence" >&5
9633echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 9050echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
9634cat >conftest.$ac_ext <<_ACEOF 9051cat >conftest.$ac_ext <<_ACEOF
9635/* confdefs.h. */ 9052#line $LINENO "configure"
9636_ACEOF 9053#include "confdefs.h"
9637cat confdefs.h >>conftest.$ac_ext
9638cat >>conftest.$ac_ext <<_ACEOF
9639/* end confdefs.h. */
9640#include <tiffio.h> 9054#include <tiffio.h>
9641_ACEOF 9055_ACEOF
9642if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9056if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -9659,8 +9073,7 @@ if test -z "$ac_cpp_err"; then
9659 ac_header_preproc=yes 9073 ac_header_preproc=yes
9660else 9074else
9661 echo "$as_me: failed program was:" >&5 9075 echo "$as_me: failed program was:" >&5
9662sed 's/^/| /' conftest.$ac_ext >&5 9076 cat conftest.$ac_ext >&5
9663
9664 ac_header_preproc=no 9077 ac_header_preproc=no
9665fi 9078fi
9666rm -f conftest.err conftest.$ac_ext 9079rm -f conftest.err conftest.$ac_ext
@@ -9672,32 +9085,15 @@ case $ac_header_compiler:$ac_header_preproc in
9672 yes:no ) 9085 yes:no )
9673 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 9086 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
9674echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9087echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9675 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5 9088 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
9676echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;} 9089echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};;
9677 ac_header_preproc=yes
9678 ;;
9679 no:yes ) 9090 no:yes )
9680 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 9091 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
9681echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} 9092echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
9682 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 9093 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
9683echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} 9094echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
9684 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
9685echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
9686 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
9687echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
9688 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 9095 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
9689echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} 9096echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};;
9690 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
9691echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
9692 (
9693 cat <<\_ASBOX
9694## ------------------------------------------ ##
9695## Report this to the AC_PACKAGE_NAME lists. ##
9696## ------------------------------------------ ##
9697_ASBOX
9698 ) |
9699 sed "s/^/$as_me: WARNING: /" >&2
9700 ;;
9701esac 9097esac
9702echo "$as_me:$LINENO: checking for tiffio.h" >&5 9098echo "$as_me:$LINENO: checking for tiffio.h" >&5
9703echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 9099echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
@@ -9722,11 +9118,8 @@ else
9722 ac_check_lib_save_LIBS=$LIBS 9118 ac_check_lib_save_LIBS=$LIBS
9723LIBS="-ltiff $tifflibs $LIBS" 9119LIBS="-ltiff $tifflibs $LIBS"
9724cat >conftest.$ac_ext <<_ACEOF 9120cat >conftest.$ac_ext <<_ACEOF
9725/* confdefs.h. */ 9121#line $LINENO "configure"
9726_ACEOF 9122#include "confdefs.h"
9727cat confdefs.h >>conftest.$ac_ext
9728cat >>conftest.$ac_ext <<_ACEOF
9729/* end confdefs.h. */
9730 9123
9731/* Override any gcc2 internal prototype to avoid an error. */ 9124/* Override any gcc2 internal prototype to avoid an error. */
9732#ifdef __cplusplus 9125#ifdef __cplusplus
@@ -9749,7 +9142,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9749 ac_status=$? 9142 ac_status=$?
9750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9751 (exit $ac_status); } && 9144 (exit $ac_status); } &&
9752 { ac_try='test -s conftest$ac_exeext' 9145 { ac_try='test -s conftest$ac_exeext'
9753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9754 (eval $ac_try) 2>&5 9147 (eval $ac_try) 2>&5
9755 ac_status=$? 9148 ac_status=$?
@@ -9758,8 +9151,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9758 ac_cv_lib_tiff_TIFFGetVersion=yes 9151 ac_cv_lib_tiff_TIFFGetVersion=yes
9759else 9152else
9760 echo "$as_me: failed program was:" >&5 9153 echo "$as_me: failed program was:" >&5
9761sed 's/^/| /' conftest.$ac_ext >&5 9154cat conftest.$ac_ext >&5
9762
9763ac_cv_lib_tiff_TIFFGetVersion=no 9155ac_cv_lib_tiff_TIFFGetVersion=no
9764fi 9156fi
9765rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9157rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -9802,11 +9194,8 @@ else
9802echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 9194echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
9803echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 9195echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
9804cat >conftest.$ac_ext <<_ACEOF 9196cat >conftest.$ac_ext <<_ACEOF
9805/* confdefs.h. */ 9197#line $LINENO "configure"
9806_ACEOF 9198#include "confdefs.h"
9807cat confdefs.h >>conftest.$ac_ext
9808cat >>conftest.$ac_ext <<_ACEOF
9809/* end confdefs.h. */
9810$ac_includes_default 9199$ac_includes_default
9811#include <gif_lib.h> 9200#include <gif_lib.h>
9812_ACEOF 9201_ACEOF
@@ -9816,7 +9205,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9816 ac_status=$? 9205 ac_status=$?
9817 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9818 (exit $ac_status); } && 9207 (exit $ac_status); } &&
9819 { ac_try='test -s conftest.$ac_objext' 9208 { ac_try='test -s conftest.$ac_objext'
9820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9821 (eval $ac_try) 2>&5 9210 (eval $ac_try) 2>&5
9822 ac_status=$? 9211 ac_status=$?
@@ -9825,8 +9214,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9825 ac_header_compiler=yes 9214 ac_header_compiler=yes
9826else 9215else
9827 echo "$as_me: failed program was:" >&5 9216 echo "$as_me: failed program was:" >&5
9828sed 's/^/| /' conftest.$ac_ext >&5 9217cat conftest.$ac_ext >&5
9829
9830ac_header_compiler=no 9218ac_header_compiler=no
9831fi 9219fi
9832rm -f conftest.$ac_objext conftest.$ac_ext 9220rm -f conftest.$ac_objext conftest.$ac_ext
@@ -9837,11 +9225,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9837echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 9225echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
9838echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 9226echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
9839cat >conftest.$ac_ext <<_ACEOF 9227cat >conftest.$ac_ext <<_ACEOF
9840/* confdefs.h. */ 9228#line $LINENO "configure"
9841_ACEOF 9229#include "confdefs.h"
9842cat confdefs.h >>conftest.$ac_ext
9843cat >>conftest.$ac_ext <<_ACEOF
9844/* end confdefs.h. */
9845#include <gif_lib.h> 9230#include <gif_lib.h>
9846_ACEOF 9231_ACEOF
9847if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9232if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -9864,8 +9249,7 @@ if test -z "$ac_cpp_err"; then
9864 ac_header_preproc=yes 9249 ac_header_preproc=yes
9865else 9250else
9866 echo "$as_me: failed program was:" >&5 9251 echo "$as_me: failed program was:" >&5
9867sed 's/^/| /' conftest.$ac_ext >&5 9252 cat conftest.$ac_ext >&5
9868
9869 ac_header_preproc=no 9253 ac_header_preproc=no
9870fi 9254fi
9871rm -f conftest.err conftest.$ac_ext 9255rm -f conftest.err conftest.$ac_ext
@@ -9877,32 +9261,15 @@ case $ac_header_compiler:$ac_header_preproc in
9877 yes:no ) 9261 yes:no )
9878 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 9262 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
9879echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9263echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9880 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5 9264 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
9881echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;} 9265echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};;
9882 ac_header_preproc=yes
9883 ;;
9884 no:yes ) 9266 no:yes )
9885 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 9267 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
9886echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} 9268echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
9887 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 9269 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
9888echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} 9270echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
9889 { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5
9890echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}
9891 { echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5
9892echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;}
9893 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 9271 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
9894echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;} 9272echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};;
9895 { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5
9896echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}
9897 (
9898 cat <<\_ASBOX
9899## ------------------------------------------ ##
9900## Report this to the AC_PACKAGE_NAME lists. ##
9901## ------------------------------------------ ##
9902_ASBOX
9903 ) |
9904 sed "s/^/$as_me: WARNING: /" >&2
9905 ;;
9906esac 9273esac
9907echo "$as_me:$LINENO: checking for gif_lib.h" >&5 9274echo "$as_me:$LINENO: checking for gif_lib.h" >&5
9908echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 9275echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
@@ -9926,11 +9293,8 @@ else
9926 ac_check_lib_save_LIBS=$LIBS 9293 ac_check_lib_save_LIBS=$LIBS
9927LIBS="-lungif $LIBS" 9294LIBS="-lungif $LIBS"
9928cat >conftest.$ac_ext <<_ACEOF 9295cat >conftest.$ac_ext <<_ACEOF
9929/* confdefs.h. */ 9296#line $LINENO "configure"
9930_ACEOF 9297#include "confdefs.h"
9931cat confdefs.h >>conftest.$ac_ext
9932cat >>conftest.$ac_ext <<_ACEOF
9933/* end confdefs.h. */
9934 9298
9935/* Override any gcc2 internal prototype to avoid an error. */ 9299/* Override any gcc2 internal prototype to avoid an error. */
9936#ifdef __cplusplus 9300#ifdef __cplusplus
@@ -9953,7 +9317,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9953 ac_status=$? 9317 ac_status=$?
9954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955 (exit $ac_status); } && 9319 (exit $ac_status); } &&
9956 { ac_try='test -s conftest$ac_exeext' 9320 { ac_try='test -s conftest$ac_exeext'
9957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9958 (eval $ac_try) 2>&5 9322 (eval $ac_try) 2>&5
9959 ac_status=$? 9323 ac_status=$?
@@ -9962,8 +9326,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9962 ac_cv_lib_ungif_EGifPutExtensionLast=yes 9326 ac_cv_lib_ungif_EGifPutExtensionLast=yes
9963else 9327else
9964 echo "$as_me: failed program was:" >&5 9328 echo "$as_me: failed program was:" >&5
9965sed 's/^/| /' conftest.$ac_ext >&5 9329cat conftest.$ac_ext >&5
9966
9967ac_cv_lib_ungif_EGifPutExtensionLast=no 9330ac_cv_lib_ungif_EGifPutExtensionLast=no
9968fi 9331fi
9969rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9332rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10005,11 +9368,8 @@ else
10005echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5 9368echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
10006echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 9369echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6
10007cat >conftest.$ac_ext <<_ACEOF 9370cat >conftest.$ac_ext <<_ACEOF
10008/* confdefs.h. */ 9371#line $LINENO "configure"
10009_ACEOF 9372#include "confdefs.h"
10010cat confdefs.h >>conftest.$ac_ext
10011cat >>conftest.$ac_ext <<_ACEOF
10012/* end confdefs.h. */
10013$ac_includes_default 9373$ac_includes_default
10014#include <Carbon/Carbon.h> 9374#include <Carbon/Carbon.h>
10015_ACEOF 9375_ACEOF
@@ -10019,7 +9379,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10019 ac_status=$? 9379 ac_status=$?
10020 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10021 (exit $ac_status); } && 9381 (exit $ac_status); } &&
10022 { ac_try='test -s conftest.$ac_objext' 9382 { ac_try='test -s conftest.$ac_objext'
10023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10024 (eval $ac_try) 2>&5 9384 (eval $ac_try) 2>&5
10025 ac_status=$? 9385 ac_status=$?
@@ -10028,8 +9388,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10028 ac_header_compiler=yes 9388 ac_header_compiler=yes
10029else 9389else
10030 echo "$as_me: failed program was:" >&5 9390 echo "$as_me: failed program was:" >&5
10031sed 's/^/| /' conftest.$ac_ext >&5 9391cat conftest.$ac_ext >&5
10032
10033ac_header_compiler=no 9392ac_header_compiler=no
10034fi 9393fi
10035rm -f conftest.$ac_objext conftest.$ac_ext 9394rm -f conftest.$ac_objext conftest.$ac_ext
@@ -10040,11 +9399,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10040echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5 9399echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
10041echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 9400echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6
10042cat >conftest.$ac_ext <<_ACEOF 9401cat >conftest.$ac_ext <<_ACEOF
10043/* confdefs.h. */ 9402#line $LINENO "configure"
10044_ACEOF 9403#include "confdefs.h"
10045cat confdefs.h >>conftest.$ac_ext
10046cat >>conftest.$ac_ext <<_ACEOF
10047/* end confdefs.h. */
10048#include <Carbon/Carbon.h> 9404#include <Carbon/Carbon.h>
10049_ACEOF 9405_ACEOF
10050if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9406if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -10067,8 +9423,7 @@ if test -z "$ac_cpp_err"; then
10067 ac_header_preproc=yes 9423 ac_header_preproc=yes
10068else 9424else
10069 echo "$as_me: failed program was:" >&5 9425 echo "$as_me: failed program was:" >&5
10070sed 's/^/| /' conftest.$ac_ext >&5 9426 cat conftest.$ac_ext >&5
10071
10072 ac_header_preproc=no 9427 ac_header_preproc=no
10073fi 9428fi
10074rm -f conftest.err conftest.$ac_ext 9429rm -f conftest.err conftest.$ac_ext
@@ -10080,32 +9435,15 @@ case $ac_header_compiler:$ac_header_preproc in
10080 yes:no ) 9435 yes:no )
10081 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5 9436 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5
10082echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9437echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10083 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5 9438 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
10084echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;} 9439echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};;
10085 ac_header_preproc=yes
10086 ;;
10087 no:yes ) 9440 no:yes )
10088 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5 9441 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5
10089echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} 9442echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
10090 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5 9443 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5
10091echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;} 9444echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;}
10092 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&5
10093echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;}
10094 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&5
10095echo "$as_me: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&2;}
10096 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 9445 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
10097echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;} 9446echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};;
10098 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&5
10099echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;}
10100 (
10101 cat <<\_ASBOX
10102## ------------------------------------------ ##
10103## Report this to the AC_PACKAGE_NAME lists. ##
10104## ------------------------------------------ ##
10105_ASBOX
10106 ) |
10107 sed "s/^/$as_me: WARNING: /" >&2
10108 ;;
10109esac 9447esac
10110echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5 9448echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
10111echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6 9449echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
@@ -10160,11 +9498,8 @@ else
10160echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5 9498echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
10161echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 9499echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6
10162cat >conftest.$ac_ext <<_ACEOF 9500cat >conftest.$ac_ext <<_ACEOF
10163/* confdefs.h. */ 9501#line $LINENO "configure"
10164_ACEOF 9502#include "confdefs.h"
10165cat confdefs.h >>conftest.$ac_ext
10166cat >>conftest.$ac_ext <<_ACEOF
10167/* end confdefs.h. */
10168$ac_includes_default 9503$ac_includes_default
10169#include <X11/SM/SMlib.h> 9504#include <X11/SM/SMlib.h>
10170_ACEOF 9505_ACEOF
@@ -10174,7 +9509,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10174 ac_status=$? 9509 ac_status=$?
10175 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10176 (exit $ac_status); } && 9511 (exit $ac_status); } &&
10177 { ac_try='test -s conftest.$ac_objext' 9512 { ac_try='test -s conftest.$ac_objext'
10178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10179 (eval $ac_try) 2>&5 9514 (eval $ac_try) 2>&5
10180 ac_status=$? 9515 ac_status=$?
@@ -10183,8 +9518,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10183 ac_header_compiler=yes 9518 ac_header_compiler=yes
10184else 9519else
10185 echo "$as_me: failed program was:" >&5 9520 echo "$as_me: failed program was:" >&5
10186sed 's/^/| /' conftest.$ac_ext >&5 9521cat conftest.$ac_ext >&5
10187
10188ac_header_compiler=no 9522ac_header_compiler=no
10189fi 9523fi
10190rm -f conftest.$ac_objext conftest.$ac_ext 9524rm -f conftest.$ac_objext conftest.$ac_ext
@@ -10195,11 +9529,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10195echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 9529echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
10196echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 9530echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6
10197cat >conftest.$ac_ext <<_ACEOF 9531cat >conftest.$ac_ext <<_ACEOF
10198/* confdefs.h. */ 9532#line $LINENO "configure"
10199_ACEOF 9533#include "confdefs.h"
10200cat confdefs.h >>conftest.$ac_ext
10201cat >>conftest.$ac_ext <<_ACEOF
10202/* end confdefs.h. */
10203#include <X11/SM/SMlib.h> 9534#include <X11/SM/SMlib.h>
10204_ACEOF 9535_ACEOF
10205if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9536if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -10222,8 +9553,7 @@ if test -z "$ac_cpp_err"; then
10222 ac_header_preproc=yes 9553 ac_header_preproc=yes
10223else 9554else
10224 echo "$as_me: failed program was:" >&5 9555 echo "$as_me: failed program was:" >&5
10225sed 's/^/| /' conftest.$ac_ext >&5 9556 cat conftest.$ac_ext >&5
10226
10227 ac_header_preproc=no 9557 ac_header_preproc=no
10228fi 9558fi
10229rm -f conftest.err conftest.$ac_ext 9559rm -f conftest.err conftest.$ac_ext
@@ -10235,32 +9565,15 @@ case $ac_header_compiler:$ac_header_preproc in
10235 yes:no ) 9565 yes:no )
10236 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 9566 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
10237echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9567echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10238 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5 9568 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
10239echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;} 9569echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};;
10240 ac_header_preproc=yes
10241 ;;
10242 no:yes ) 9570 no:yes )
10243 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 9571 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
10244echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} 9572echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
10245 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 9573 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
10246echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} 9574echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
10247 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5
10248echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}
10249 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5
10250echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
10251 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 9575 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
10252echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;} 9576echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};;
10253 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5
10254echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;}
10255 (
10256 cat <<\_ASBOX
10257## ------------------------------------------ ##
10258## Report this to the AC_PACKAGE_NAME lists. ##
10259## ------------------------------------------ ##
10260_ASBOX
10261 ) |
10262 sed "s/^/$as_me: WARNING: /" >&2
10263 ;;
10264esac 9577esac
10265echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5 9578echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
10266echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6 9579echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
@@ -10282,11 +9595,8 @@ else
10282 ac_check_lib_save_LIBS=$LIBS 9595 ac_check_lib_save_LIBS=$LIBS
10283LIBS="-lSM $LIBS" 9596LIBS="-lSM $LIBS"
10284cat >conftest.$ac_ext <<_ACEOF 9597cat >conftest.$ac_ext <<_ACEOF
10285/* confdefs.h. */ 9598#line $LINENO "configure"
10286_ACEOF 9599#include "confdefs.h"
10287cat confdefs.h >>conftest.$ac_ext
10288cat >>conftest.$ac_ext <<_ACEOF
10289/* end confdefs.h. */
10290 9600
10291/* Override any gcc2 internal prototype to avoid an error. */ 9601/* Override any gcc2 internal prototype to avoid an error. */
10292#ifdef __cplusplus 9602#ifdef __cplusplus
@@ -10309,7 +9619,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10309 ac_status=$? 9619 ac_status=$?
10310 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10311 (exit $ac_status); } && 9621 (exit $ac_status); } &&
10312 { ac_try='test -s conftest$ac_exeext' 9622 { ac_try='test -s conftest$ac_exeext'
10313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10314 (eval $ac_try) 2>&5 9624 (eval $ac_try) 2>&5
10315 ac_status=$? 9625 ac_status=$?
@@ -10318,8 +9628,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10318 ac_cv_lib_SM_SmcOpenConnection=yes 9628 ac_cv_lib_SM_SmcOpenConnection=yes
10319else 9629else
10320 echo "$as_me: failed program was:" >&5 9630 echo "$as_me: failed program was:" >&5
10321sed 's/^/| /' conftest.$ac_ext >&5 9631cat conftest.$ac_ext >&5
10322
10323ac_cv_lib_SM_SmcOpenConnection=no 9632ac_cv_lib_SM_SmcOpenConnection=no
10324fi 9633fi
10325rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9634rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10357,11 +9666,8 @@ if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
10357 echo $ECHO_N "(cached) $ECHO_C" >&6 9666 echo $ECHO_N "(cached) $ECHO_C" >&6
10358else 9667else
10359 cat >conftest.$ac_ext <<_ACEOF 9668 cat >conftest.$ac_ext <<_ACEOF
10360/* confdefs.h. */ 9669#line $LINENO "configure"
10361_ACEOF 9670#include "confdefs.h"
10362cat confdefs.h >>conftest.$ac_ext
10363cat >>conftest.$ac_ext <<_ACEOF
10364/* end confdefs.h. */
10365#include <netdb.h> 9671#include <netdb.h>
10366int 9672int
10367main () 9673main ()
@@ -10377,7 +9683,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10377 ac_status=$? 9683 ac_status=$?
10378 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10379 (exit $ac_status); } && 9685 (exit $ac_status); } &&
10380 { ac_try='test -s conftest$ac_exeext' 9686 { ac_try='test -s conftest$ac_exeext'
10381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10382 (eval $ac_try) 2>&5 9688 (eval $ac_try) 2>&5
10383 ac_status=$? 9689 ac_status=$?
@@ -10386,8 +9692,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10386 emacs_cv_netdb_declares_h_errno=yes 9692 emacs_cv_netdb_declares_h_errno=yes
10387else 9693else
10388 echo "$as_me: failed program was:" >&5 9694 echo "$as_me: failed program was:" >&5
10389sed 's/^/| /' conftest.$ac_ext >&5 9695cat conftest.$ac_ext >&5
10390
10391emacs_cv_netdb_declares_h_errno=no 9696emacs_cv_netdb_declares_h_errno=no
10392fi 9697fi
10393rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9698rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10410,11 +9715,8 @@ if test "${ac_cv_working_alloca_h+set}" = set; then
10410 echo $ECHO_N "(cached) $ECHO_C" >&6 9715 echo $ECHO_N "(cached) $ECHO_C" >&6
10411else 9716else
10412 cat >conftest.$ac_ext <<_ACEOF 9717 cat >conftest.$ac_ext <<_ACEOF
10413/* confdefs.h. */ 9718#line $LINENO "configure"
10414_ACEOF 9719#include "confdefs.h"
10415cat confdefs.h >>conftest.$ac_ext
10416cat >>conftest.$ac_ext <<_ACEOF
10417/* end confdefs.h. */
10418#include <alloca.h> 9720#include <alloca.h>
10419int 9721int
10420main () 9722main ()
@@ -10430,7 +9732,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10430 ac_status=$? 9732 ac_status=$?
10431 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10432 (exit $ac_status); } && 9734 (exit $ac_status); } &&
10433 { ac_try='test -s conftest$ac_exeext' 9735 { ac_try='test -s conftest$ac_exeext'
10434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10435 (eval $ac_try) 2>&5 9737 (eval $ac_try) 2>&5
10436 ac_status=$? 9738 ac_status=$?
@@ -10439,8 +9741,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10439 ac_cv_working_alloca_h=yes 9741 ac_cv_working_alloca_h=yes
10440else 9742else
10441 echo "$as_me: failed program was:" >&5 9743 echo "$as_me: failed program was:" >&5
10442sed 's/^/| /' conftest.$ac_ext >&5 9744cat conftest.$ac_ext >&5
10443
10444ac_cv_working_alloca_h=no 9745ac_cv_working_alloca_h=no
10445fi 9746fi
10446rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9747rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10461,11 +9762,8 @@ if test "${ac_cv_func_alloca_works+set}" = set; then
10461 echo $ECHO_N "(cached) $ECHO_C" >&6 9762 echo $ECHO_N "(cached) $ECHO_C" >&6
10462else 9763else
10463 cat >conftest.$ac_ext <<_ACEOF 9764 cat >conftest.$ac_ext <<_ACEOF
10464/* confdefs.h. */ 9765#line $LINENO "configure"
10465_ACEOF 9766#include "confdefs.h"
10466cat confdefs.h >>conftest.$ac_ext
10467cat >>conftest.$ac_ext <<_ACEOF
10468/* end confdefs.h. */
10469#ifdef __GNUC__ 9767#ifdef __GNUC__
10470# define alloca __builtin_alloca 9768# define alloca __builtin_alloca
10471#else 9769#else
@@ -10501,7 +9799,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10501 ac_status=$? 9799 ac_status=$?
10502 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10503 (exit $ac_status); } && 9801 (exit $ac_status); } &&
10504 { ac_try='test -s conftest$ac_exeext' 9802 { ac_try='test -s conftest$ac_exeext'
10505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10506 (eval $ac_try) 2>&5 9804 (eval $ac_try) 2>&5
10507 ac_status=$? 9805 ac_status=$?
@@ -10510,8 +9808,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10510 ac_cv_func_alloca_works=yes 9808 ac_cv_func_alloca_works=yes
10511else 9809else
10512 echo "$as_me: failed program was:" >&5 9810 echo "$as_me: failed program was:" >&5
10513sed 's/^/| /' conftest.$ac_ext >&5 9811cat conftest.$ac_ext >&5
10514
10515ac_cv_func_alloca_works=no 9812ac_cv_func_alloca_works=no
10516fi 9813fi
10517rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9814rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10544,11 +9841,8 @@ if test "${ac_cv_os_cray+set}" = set; then
10544 echo $ECHO_N "(cached) $ECHO_C" >&6 9841 echo $ECHO_N "(cached) $ECHO_C" >&6
10545else 9842else
10546 cat >conftest.$ac_ext <<_ACEOF 9843 cat >conftest.$ac_ext <<_ACEOF
10547/* confdefs.h. */ 9844#line $LINENO "configure"
10548_ACEOF 9845#include "confdefs.h"
10549cat confdefs.h >>conftest.$ac_ext
10550cat >>conftest.$ac_ext <<_ACEOF
10551/* end confdefs.h. */
10552#if defined(CRAY) && ! defined(CRAY2) 9846#if defined(CRAY) && ! defined(CRAY2)
10553webecray 9847webecray
10554#else 9848#else
@@ -10576,52 +9870,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
10576 echo $ECHO_N "(cached) $ECHO_C" >&6 9870 echo $ECHO_N "(cached) $ECHO_C" >&6
10577else 9871else
10578 cat >conftest.$ac_ext <<_ACEOF 9872 cat >conftest.$ac_ext <<_ACEOF
10579/* confdefs.h. */ 9873#line $LINENO "configure"
10580_ACEOF 9874#include "confdefs.h"
10581cat confdefs.h >>conftest.$ac_ext
10582cat >>conftest.$ac_ext <<_ACEOF
10583/* end confdefs.h. */
10584/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10585 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10586#define $ac_func innocuous_$ac_func
10587
10588/* System header to define __stub macros and hopefully few prototypes, 9875/* System header to define __stub macros and hopefully few prototypes,
10589 which can conflict with char $ac_func (); below. 9876 which can conflict with char $ac_func (); below. */
10590 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 9877#include <assert.h>
10591 <limits.h> exists even on freestanding compilers. */
10592
10593#ifdef __STDC__
10594# include <limits.h>
10595#else
10596# include <assert.h>
10597#endif
10598
10599#undef $ac_func
10600
10601/* Override any gcc2 internal prototype to avoid an error. */ 9878/* Override any gcc2 internal prototype to avoid an error. */
10602#ifdef __cplusplus 9879#ifdef __cplusplus
10603extern "C" 9880extern "C"
10604{
10605#endif 9881#endif
10606/* We use char because int might match the return type of a gcc2 9882/* We use char because int might match the return type of a gcc2
10607 builtin and then its argument prototype would still apply. */ 9883 builtin and then its argument prototype would still apply. */
10608char $ac_func (); 9884char $ac_func ();
9885char (*f) ();
9886
9887int
9888main ()
9889{
10609/* The GNU C library defines this for functions which it implements 9890/* The GNU C library defines this for functions which it implements
10610 to always fail with ENOSYS. Some functions are actually named 9891 to always fail with ENOSYS. Some functions are actually named
10611 something starting with __ and the normal name is an alias. */ 9892 something starting with __ and the normal name is an alias. */
10612#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 9893#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10613choke me 9894choke me
10614#else 9895#else
10615char (*f) () = $ac_func; 9896f = $ac_func;
10616#endif
10617#ifdef __cplusplus
10618}
10619#endif 9897#endif
10620 9898
10621int
10622main ()
10623{
10624return f != $ac_func;
10625 ; 9899 ;
10626 return 0; 9900 return 0;
10627} 9901}
@@ -10632,7 +9906,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10632 ac_status=$? 9906 ac_status=$?
10633 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10634 (exit $ac_status); } && 9908 (exit $ac_status); } &&
10635 { ac_try='test -s conftest$ac_exeext' 9909 { ac_try='test -s conftest$ac_exeext'
10636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10637 (eval $ac_try) 2>&5 9911 (eval $ac_try) 2>&5
10638 ac_status=$? 9912 ac_status=$?
@@ -10641,8 +9915,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10641 eval "$as_ac_var=yes" 9915 eval "$as_ac_var=yes"
10642else 9916else
10643 echo "$as_me: failed program was:" >&5 9917 echo "$as_me: failed program was:" >&5
10644sed 's/^/| /' conftest.$ac_ext >&5 9918cat conftest.$ac_ext >&5
10645
10646eval "$as_ac_var=no" 9919eval "$as_ac_var=no"
10647fi 9920fi
10648rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9921rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10670,11 +9943,8 @@ else
10670 ac_cv_c_stack_direction=0 9943 ac_cv_c_stack_direction=0
10671else 9944else
10672 cat >conftest.$ac_ext <<_ACEOF 9945 cat >conftest.$ac_ext <<_ACEOF
10673/* confdefs.h. */ 9946#line $LINENO "configure"
10674_ACEOF 9947#include "confdefs.h"
10675cat confdefs.h >>conftest.$ac_ext
10676cat >>conftest.$ac_ext <<_ACEOF
10677/* end confdefs.h. */
10678int 9948int
10679find_stack_direction () 9949find_stack_direction ()
10680{ 9950{
@@ -10710,8 +9980,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10710else 9980else
10711 echo "$as_me: program exited with status $ac_status" >&5 9981 echo "$as_me: program exited with status $ac_status" >&5
10712echo "$as_me: failed program was:" >&5 9982echo "$as_me: failed program was:" >&5
10713sed 's/^/| /' conftest.$ac_ext >&5 9983cat conftest.$ac_ext >&5
10714
10715( exit $ac_status ) 9984( exit $ac_status )
10716ac_cv_c_stack_direction=-1 9985ac_cv_c_stack_direction=-1
10717fi 9986fi
@@ -10740,11 +10009,8 @@ else
10740 ac_check_lib_save_LIBS=$LIBS 10009 ac_check_lib_save_LIBS=$LIBS
10741LIBS="-lm $LIBS" 10010LIBS="-lm $LIBS"
10742cat >conftest.$ac_ext <<_ACEOF 10011cat >conftest.$ac_ext <<_ACEOF
10743/* confdefs.h. */ 10012#line $LINENO "configure"
10744_ACEOF 10013#include "confdefs.h"
10745cat confdefs.h >>conftest.$ac_ext
10746cat >>conftest.$ac_ext <<_ACEOF
10747/* end confdefs.h. */
10748 10014
10749/* Override any gcc2 internal prototype to avoid an error. */ 10015/* Override any gcc2 internal prototype to avoid an error. */
10750#ifdef __cplusplus 10016#ifdef __cplusplus
@@ -10767,7 +10033,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10767 ac_status=$? 10033 ac_status=$?
10768 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10769 (exit $ac_status); } && 10035 (exit $ac_status); } &&
10770 { ac_try='test -s conftest$ac_exeext' 10036 { ac_try='test -s conftest$ac_exeext'
10771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10772 (eval $ac_try) 2>&5 10038 (eval $ac_try) 2>&5
10773 ac_status=$? 10039 ac_status=$?
@@ -10776,8 +10042,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10776 ac_cv_lib_m_sqrt=yes 10042 ac_cv_lib_m_sqrt=yes
10777else 10043else
10778 echo "$as_me: failed program was:" >&5 10044 echo "$as_me: failed program was:" >&5
10779sed 's/^/| /' conftest.$ac_ext >&5 10045cat conftest.$ac_ext >&5
10780
10781ac_cv_lib_m_sqrt=no 10046ac_cv_lib_m_sqrt=no
10782fi 10047fi
10783rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10048rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10806,11 +10071,8 @@ else
10806 ac_check_lib_save_LIBS=$LIBS 10071 ac_check_lib_save_LIBS=$LIBS
10807LIBS="-lmail $LIBS" 10072LIBS="-lmail $LIBS"
10808cat >conftest.$ac_ext <<_ACEOF 10073cat >conftest.$ac_ext <<_ACEOF
10809/* confdefs.h. */ 10074#line $LINENO "configure"
10810_ACEOF 10075#include "confdefs.h"
10811cat confdefs.h >>conftest.$ac_ext
10812cat >>conftest.$ac_ext <<_ACEOF
10813/* end confdefs.h. */
10814 10076
10815/* Override any gcc2 internal prototype to avoid an error. */ 10077/* Override any gcc2 internal prototype to avoid an error. */
10816#ifdef __cplusplus 10078#ifdef __cplusplus
@@ -10833,7 +10095,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10833 ac_status=$? 10095 ac_status=$?
10834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10835 (exit $ac_status); } && 10097 (exit $ac_status); } &&
10836 { ac_try='test -s conftest$ac_exeext' 10098 { ac_try='test -s conftest$ac_exeext'
10837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10838 (eval $ac_try) 2>&5 10100 (eval $ac_try) 2>&5
10839 ac_status=$? 10101 ac_status=$?
@@ -10842,8 +10104,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10842 ac_cv_lib_mail_maillock=yes 10104 ac_cv_lib_mail_maillock=yes
10843else 10105else
10844 echo "$as_me: failed program was:" >&5 10106 echo "$as_me: failed program was:" >&5
10845sed 's/^/| /' conftest.$ac_ext >&5 10107cat conftest.$ac_ext >&5
10846
10847ac_cv_lib_mail_maillock=no 10108ac_cv_lib_mail_maillock=no
10848fi 10109fi
10849rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10110rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10869,11 +10130,8 @@ else
10869 ac_check_lib_save_LIBS=$LIBS 10130 ac_check_lib_save_LIBS=$LIBS
10870LIBS="-llockfile $LIBS" 10131LIBS="-llockfile $LIBS"
10871cat >conftest.$ac_ext <<_ACEOF 10132cat >conftest.$ac_ext <<_ACEOF
10872/* confdefs.h. */ 10133#line $LINENO "configure"
10873_ACEOF 10134#include "confdefs.h"
10874cat confdefs.h >>conftest.$ac_ext
10875cat >>conftest.$ac_ext <<_ACEOF
10876/* end confdefs.h. */
10877 10135
10878/* Override any gcc2 internal prototype to avoid an error. */ 10136/* Override any gcc2 internal prototype to avoid an error. */
10879#ifdef __cplusplus 10137#ifdef __cplusplus
@@ -10896,7 +10154,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10896 ac_status=$? 10154 ac_status=$?
10897 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10898 (exit $ac_status); } && 10156 (exit $ac_status); } &&
10899 { ac_try='test -s conftest$ac_exeext' 10157 { ac_try='test -s conftest$ac_exeext'
10900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10901 (eval $ac_try) 2>&5 10159 (eval $ac_try) 2>&5
10902 ac_status=$? 10160 ac_status=$?
@@ -10905,8 +10163,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10905 ac_cv_lib_lockfile_maillock=yes 10163 ac_cv_lib_lockfile_maillock=yes
10906else 10164else
10907 echo "$as_me: failed program was:" >&5 10165 echo "$as_me: failed program was:" >&5
10908sed 's/^/| /' conftest.$ac_ext >&5 10166cat conftest.$ac_ext >&5
10909
10910ac_cv_lib_lockfile_maillock=no 10167ac_cv_lib_lockfile_maillock=no
10911fi 10168fi
10912rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10169rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -10985,52 +10242,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
10985 echo $ECHO_N "(cached) $ECHO_C" >&6 10242 echo $ECHO_N "(cached) $ECHO_C" >&6
10986else 10243else
10987 cat >conftest.$ac_ext <<_ACEOF 10244 cat >conftest.$ac_ext <<_ACEOF
10988/* confdefs.h. */ 10245#line $LINENO "configure"
10989_ACEOF 10246#include "confdefs.h"
10990cat confdefs.h >>conftest.$ac_ext
10991cat >>conftest.$ac_ext <<_ACEOF
10992/* end confdefs.h. */
10993/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10994 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10995#define $ac_func innocuous_$ac_func
10996
10997/* System header to define __stub macros and hopefully few prototypes, 10247/* System header to define __stub macros and hopefully few prototypes,
10998 which can conflict with char $ac_func (); below. 10248 which can conflict with char $ac_func (); below. */
10999 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 10249#include <assert.h>
11000 <limits.h> exists even on freestanding compilers. */
11001
11002#ifdef __STDC__
11003# include <limits.h>
11004#else
11005# include <assert.h>
11006#endif
11007
11008#undef $ac_func
11009
11010/* Override any gcc2 internal prototype to avoid an error. */ 10250/* Override any gcc2 internal prototype to avoid an error. */
11011#ifdef __cplusplus 10251#ifdef __cplusplus
11012extern "C" 10252extern "C"
11013{
11014#endif 10253#endif
11015/* We use char because int might match the return type of a gcc2 10254/* We use char because int might match the return type of a gcc2
11016 builtin and then its argument prototype would still apply. */ 10255 builtin and then its argument prototype would still apply. */
11017char $ac_func (); 10256char $ac_func ();
10257char (*f) ();
10258
10259int
10260main ()
10261{
11018/* The GNU C library defines this for functions which it implements 10262/* The GNU C library defines this for functions which it implements
11019 to always fail with ENOSYS. Some functions are actually named 10263 to always fail with ENOSYS. Some functions are actually named
11020 something starting with __ and the normal name is an alias. */ 10264 something starting with __ and the normal name is an alias. */
11021#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 10265#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11022choke me 10266choke me
11023#else 10267#else
11024char (*f) () = $ac_func; 10268f = $ac_func;
11025#endif
11026#ifdef __cplusplus
11027}
11028#endif 10269#endif
11029 10270
11030int
11031main ()
11032{
11033return f != $ac_func;
11034 ; 10271 ;
11035 return 0; 10272 return 0;
11036} 10273}
@@ -11041,7 +10278,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11041 ac_status=$? 10278 ac_status=$?
11042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11043 (exit $ac_status); } && 10280 (exit $ac_status); } &&
11044 { ac_try='test -s conftest$ac_exeext' 10281 { ac_try='test -s conftest$ac_exeext'
11045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11046 (eval $ac_try) 2>&5 10283 (eval $ac_try) 2>&5
11047 ac_status=$? 10284 ac_status=$?
@@ -11050,8 +10287,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11050 eval "$as_ac_var=yes" 10287 eval "$as_ac_var=yes"
11051else 10288else
11052 echo "$as_me: failed program was:" >&5 10289 echo "$as_me: failed program was:" >&5
11053sed 's/^/| /' conftest.$ac_ext >&5 10290cat conftest.$ac_ext >&5
11054
11055eval "$as_ac_var=no" 10291eval "$as_ac_var=no"
11056fi 10292fi
11057rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10293rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -11083,11 +10319,8 @@ else
11083echo "$as_me:$LINENO: checking $ac_header usability" >&5 10319echo "$as_me:$LINENO: checking $ac_header usability" >&5
11084echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 10320echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11085cat >conftest.$ac_ext <<_ACEOF 10321cat >conftest.$ac_ext <<_ACEOF
11086/* confdefs.h. */ 10322#line $LINENO "configure"
11087_ACEOF 10323#include "confdefs.h"
11088cat confdefs.h >>conftest.$ac_ext
11089cat >>conftest.$ac_ext <<_ACEOF
11090/* end confdefs.h. */
11091$ac_includes_default 10324$ac_includes_default
11092#include <$ac_header> 10325#include <$ac_header>
11093_ACEOF 10326_ACEOF
@@ -11097,7 +10330,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11097 ac_status=$? 10330 ac_status=$?
11098 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11099 (exit $ac_status); } && 10332 (exit $ac_status); } &&
11100 { ac_try='test -s conftest.$ac_objext' 10333 { ac_try='test -s conftest.$ac_objext'
11101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11102 (eval $ac_try) 2>&5 10335 (eval $ac_try) 2>&5
11103 ac_status=$? 10336 ac_status=$?
@@ -11106,8 +10339,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11106 ac_header_compiler=yes 10339 ac_header_compiler=yes
11107else 10340else
11108 echo "$as_me: failed program was:" >&5 10341 echo "$as_me: failed program was:" >&5
11109sed 's/^/| /' conftest.$ac_ext >&5 10342cat conftest.$ac_ext >&5
11110
11111ac_header_compiler=no 10343ac_header_compiler=no
11112fi 10344fi
11113rm -f conftest.$ac_objext conftest.$ac_ext 10345rm -f conftest.$ac_objext conftest.$ac_ext
@@ -11118,11 +10350,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11118echo "$as_me:$LINENO: checking $ac_header presence" >&5 10350echo "$as_me:$LINENO: checking $ac_header presence" >&5
11119echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 10351echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11120cat >conftest.$ac_ext <<_ACEOF 10352cat >conftest.$ac_ext <<_ACEOF
11121/* confdefs.h. */ 10353#line $LINENO "configure"
11122_ACEOF 10354#include "confdefs.h"
11123cat confdefs.h >>conftest.$ac_ext
11124cat >>conftest.$ac_ext <<_ACEOF
11125/* end confdefs.h. */
11126#include <$ac_header> 10355#include <$ac_header>
11127_ACEOF 10356_ACEOF
11128if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10357if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11145,8 +10374,7 @@ if test -z "$ac_cpp_err"; then
11145 ac_header_preproc=yes 10374 ac_header_preproc=yes
11146else 10375else
11147 echo "$as_me: failed program was:" >&5 10376 echo "$as_me: failed program was:" >&5
11148sed 's/^/| /' conftest.$ac_ext >&5 10377 cat conftest.$ac_ext >&5
11149
11150 ac_header_preproc=no 10378 ac_header_preproc=no
11151fi 10379fi
11152rm -f conftest.err conftest.$ac_ext 10380rm -f conftest.err conftest.$ac_ext
@@ -11158,39 +10386,22 @@ case $ac_header_compiler:$ac_header_preproc in
11158 yes:no ) 10386 yes:no )
11159 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10387 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11160echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 10388echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11161 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 10389 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11162echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 10390echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
11163 ac_header_preproc=yes
11164 ;;
11165 no:yes ) 10391 no:yes )
11166 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 10392 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11167echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 10393echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11168 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 10394 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11169echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10395echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11170 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11171echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11172 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11173echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11174 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10396 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11175echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10397echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
11176 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11177echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11178 (
11179 cat <<\_ASBOX
11180## ------------------------------------------ ##
11181## Report this to the AC_PACKAGE_NAME lists. ##
11182## ------------------------------------------ ##
11183_ASBOX
11184 ) |
11185 sed "s/^/$as_me: WARNING: /" >&2
11186 ;;
11187esac 10398esac
11188echo "$as_me:$LINENO: checking for $ac_header" >&5 10399echo "$as_me:$LINENO: checking for $ac_header" >&5
11189echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10400echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11190if eval "test \"\${$as_ac_Header+set}\" = set"; then 10401if eval "test \"\${$as_ac_Header+set}\" = set"; then
11191 echo $ECHO_N "(cached) $ECHO_C" >&6 10402 echo $ECHO_N "(cached) $ECHO_C" >&6
11192else 10403else
11193 eval "$as_ac_Header=\$ac_header_preproc" 10404 eval "$as_ac_Header=$ac_header_preproc"
11194fi 10405fi
11195echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 10406echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11196echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10407echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -11290,52 +10501,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11290 echo $ECHO_N "(cached) $ECHO_C" >&6 10501 echo $ECHO_N "(cached) $ECHO_C" >&6
11291else 10502else
11292 cat >conftest.$ac_ext <<_ACEOF 10503 cat >conftest.$ac_ext <<_ACEOF
11293/* confdefs.h. */ 10504#line $LINENO "configure"
11294_ACEOF 10505#include "confdefs.h"
11295cat confdefs.h >>conftest.$ac_ext
11296cat >>conftest.$ac_ext <<_ACEOF
11297/* end confdefs.h. */
11298/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11299 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11300#define $ac_func innocuous_$ac_func
11301
11302/* System header to define __stub macros and hopefully few prototypes, 10506/* System header to define __stub macros and hopefully few prototypes,
11303 which can conflict with char $ac_func (); below. 10507 which can conflict with char $ac_func (); below. */
11304 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 10508#include <assert.h>
11305 <limits.h> exists even on freestanding compilers. */
11306
11307#ifdef __STDC__
11308# include <limits.h>
11309#else
11310# include <assert.h>
11311#endif
11312
11313#undef $ac_func
11314
11315/* Override any gcc2 internal prototype to avoid an error. */ 10509/* Override any gcc2 internal prototype to avoid an error. */
11316#ifdef __cplusplus 10510#ifdef __cplusplus
11317extern "C" 10511extern "C"
11318{
11319#endif 10512#endif
11320/* We use char because int might match the return type of a gcc2 10513/* We use char because int might match the return type of a gcc2
11321 builtin and then its argument prototype would still apply. */ 10514 builtin and then its argument prototype would still apply. */
11322char $ac_func (); 10515char $ac_func ();
10516char (*f) ();
10517
10518int
10519main ()
10520{
11323/* The GNU C library defines this for functions which it implements 10521/* The GNU C library defines this for functions which it implements
11324 to always fail with ENOSYS. Some functions are actually named 10522 to always fail with ENOSYS. Some functions are actually named
11325 something starting with __ and the normal name is an alias. */ 10523 something starting with __ and the normal name is an alias. */
11326#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 10524#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11327choke me 10525choke me
11328#else 10526#else
11329char (*f) () = $ac_func; 10527f = $ac_func;
11330#endif
11331#ifdef __cplusplus
11332}
11333#endif 10528#endif
11334 10529
11335int
11336main ()
11337{
11338return f != $ac_func;
11339 ; 10530 ;
11340 return 0; 10531 return 0;
11341} 10532}
@@ -11346,7 +10537,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11346 ac_status=$? 10537 ac_status=$?
11347 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11348 (exit $ac_status); } && 10539 (exit $ac_status); } &&
11349 { ac_try='test -s conftest$ac_exeext' 10540 { ac_try='test -s conftest$ac_exeext'
11350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11351 (eval $ac_try) 2>&5 10542 (eval $ac_try) 2>&5
11352 ac_status=$? 10543 ac_status=$?
@@ -11355,8 +10546,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11355 eval "$as_ac_var=yes" 10546 eval "$as_ac_var=yes"
11356else 10547else
11357 echo "$as_me: failed program was:" >&5 10548 echo "$as_me: failed program was:" >&5
11358sed 's/^/| /' conftest.$ac_ext >&5 10549cat conftest.$ac_ext >&5
11359
11360eval "$as_ac_var=no" 10550eval "$as_ac_var=no"
11361fi 10551fi
11362rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10552rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -11389,11 +10579,8 @@ else
11389echo "$as_me:$LINENO: checking $ac_header usability" >&5 10579echo "$as_me:$LINENO: checking $ac_header usability" >&5
11390echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 10580echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11391cat >conftest.$ac_ext <<_ACEOF 10581cat >conftest.$ac_ext <<_ACEOF
11392/* confdefs.h. */ 10582#line $LINENO "configure"
11393_ACEOF 10583#include "confdefs.h"
11394cat confdefs.h >>conftest.$ac_ext
11395cat >>conftest.$ac_ext <<_ACEOF
11396/* end confdefs.h. */
11397$ac_includes_default 10584$ac_includes_default
11398#include <$ac_header> 10585#include <$ac_header>
11399_ACEOF 10586_ACEOF
@@ -11403,7 +10590,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11403 ac_status=$? 10590 ac_status=$?
11404 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11405 (exit $ac_status); } && 10592 (exit $ac_status); } &&
11406 { ac_try='test -s conftest.$ac_objext' 10593 { ac_try='test -s conftest.$ac_objext'
11407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11408 (eval $ac_try) 2>&5 10595 (eval $ac_try) 2>&5
11409 ac_status=$? 10596 ac_status=$?
@@ -11412,8 +10599,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11412 ac_header_compiler=yes 10599 ac_header_compiler=yes
11413else 10600else
11414 echo "$as_me: failed program was:" >&5 10601 echo "$as_me: failed program was:" >&5
11415sed 's/^/| /' conftest.$ac_ext >&5 10602cat conftest.$ac_ext >&5
11416
11417ac_header_compiler=no 10603ac_header_compiler=no
11418fi 10604fi
11419rm -f conftest.$ac_objext conftest.$ac_ext 10605rm -f conftest.$ac_objext conftest.$ac_ext
@@ -11424,11 +10610,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11424echo "$as_me:$LINENO: checking $ac_header presence" >&5 10610echo "$as_me:$LINENO: checking $ac_header presence" >&5
11425echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 10611echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11426cat >conftest.$ac_ext <<_ACEOF 10612cat >conftest.$ac_ext <<_ACEOF
11427/* confdefs.h. */ 10613#line $LINENO "configure"
11428_ACEOF 10614#include "confdefs.h"
11429cat confdefs.h >>conftest.$ac_ext
11430cat >>conftest.$ac_ext <<_ACEOF
11431/* end confdefs.h. */
11432#include <$ac_header> 10615#include <$ac_header>
11433_ACEOF 10616_ACEOF
11434if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10617if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11451,8 +10634,7 @@ if test -z "$ac_cpp_err"; then
11451 ac_header_preproc=yes 10634 ac_header_preproc=yes
11452else 10635else
11453 echo "$as_me: failed program was:" >&5 10636 echo "$as_me: failed program was:" >&5
11454sed 's/^/| /' conftest.$ac_ext >&5 10637 cat conftest.$ac_ext >&5
11455
11456 ac_header_preproc=no 10638 ac_header_preproc=no
11457fi 10639fi
11458rm -f conftest.err conftest.$ac_ext 10640rm -f conftest.err conftest.$ac_ext
@@ -11464,39 +10646,22 @@ case $ac_header_compiler:$ac_header_preproc in
11464 yes:no ) 10646 yes:no )
11465 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10647 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11466echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 10648echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11467 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 10649 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11468echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 10650echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
11469 ac_header_preproc=yes
11470 ;;
11471 no:yes ) 10651 no:yes )
11472 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 10652 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11473echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 10653echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11474 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 10654 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11475echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10655echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11476 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11477echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11478 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11479echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11480 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10656 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11481echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10657echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
11482 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11483echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11484 (
11485 cat <<\_ASBOX
11486## ------------------------------------------ ##
11487## Report this to the AC_PACKAGE_NAME lists. ##
11488## ------------------------------------------ ##
11489_ASBOX
11490 ) |
11491 sed "s/^/$as_me: WARNING: /" >&2
11492 ;;
11493esac 10658esac
11494echo "$as_me:$LINENO: checking for $ac_header" >&5 10659echo "$as_me:$LINENO: checking for $ac_header" >&5
11495echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10660echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11496if eval "test \"\${$as_ac_Header+set}\" = set"; then 10661if eval "test \"\${$as_ac_Header+set}\" = set"; then
11497 echo $ECHO_N "(cached) $ECHO_C" >&6 10662 echo $ECHO_N "(cached) $ECHO_C" >&6
11498else 10663else
11499 eval "$as_ac_Header=\$ac_header_preproc" 10664 eval "$as_ac_Header=$ac_header_preproc"
11500fi 10665fi
11501echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 10666echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11502echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10667echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -11514,8 +10679,7 @@ done
11514 10679
11515 10680
11516 10681
11517 10682for ac_header in sys/time.h unistd.h
11518for ac_header in stdlib.h sys/time.h unistd.h
11519do 10683do
11520as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10684as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11521if eval "test \"\${$as_ac_Header+set}\" = set"; then 10685if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -11531,11 +10695,8 @@ else
11531echo "$as_me:$LINENO: checking $ac_header usability" >&5 10695echo "$as_me:$LINENO: checking $ac_header usability" >&5
11532echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 10696echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11533cat >conftest.$ac_ext <<_ACEOF 10697cat >conftest.$ac_ext <<_ACEOF
11534/* confdefs.h. */ 10698#line $LINENO "configure"
11535_ACEOF 10699#include "confdefs.h"
11536cat confdefs.h >>conftest.$ac_ext
11537cat >>conftest.$ac_ext <<_ACEOF
11538/* end confdefs.h. */
11539$ac_includes_default 10700$ac_includes_default
11540#include <$ac_header> 10701#include <$ac_header>
11541_ACEOF 10702_ACEOF
@@ -11545,7 +10706,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11545 ac_status=$? 10706 ac_status=$?
11546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11547 (exit $ac_status); } && 10708 (exit $ac_status); } &&
11548 { ac_try='test -s conftest.$ac_objext' 10709 { ac_try='test -s conftest.$ac_objext'
11549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11550 (eval $ac_try) 2>&5 10711 (eval $ac_try) 2>&5
11551 ac_status=$? 10712 ac_status=$?
@@ -11554,8 +10715,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11554 ac_header_compiler=yes 10715 ac_header_compiler=yes
11555else 10716else
11556 echo "$as_me: failed program was:" >&5 10717 echo "$as_me: failed program was:" >&5
11557sed 's/^/| /' conftest.$ac_ext >&5 10718cat conftest.$ac_ext >&5
11558
11559ac_header_compiler=no 10719ac_header_compiler=no
11560fi 10720fi
11561rm -f conftest.$ac_objext conftest.$ac_ext 10721rm -f conftest.$ac_objext conftest.$ac_ext
@@ -11566,11 +10726,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11566echo "$as_me:$LINENO: checking $ac_header presence" >&5 10726echo "$as_me:$LINENO: checking $ac_header presence" >&5
11567echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 10727echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11568cat >conftest.$ac_ext <<_ACEOF 10728cat >conftest.$ac_ext <<_ACEOF
11569/* confdefs.h. */ 10729#line $LINENO "configure"
11570_ACEOF 10730#include "confdefs.h"
11571cat confdefs.h >>conftest.$ac_ext
11572cat >>conftest.$ac_ext <<_ACEOF
11573/* end confdefs.h. */
11574#include <$ac_header> 10731#include <$ac_header>
11575_ACEOF 10732_ACEOF
11576if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10733if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11593,8 +10750,7 @@ if test -z "$ac_cpp_err"; then
11593 ac_header_preproc=yes 10750 ac_header_preproc=yes
11594else 10751else
11595 echo "$as_me: failed program was:" >&5 10752 echo "$as_me: failed program was:" >&5
11596sed 's/^/| /' conftest.$ac_ext >&5 10753 cat conftest.$ac_ext >&5
11597
11598 ac_header_preproc=no 10754 ac_header_preproc=no
11599fi 10755fi
11600rm -f conftest.err conftest.$ac_ext 10756rm -f conftest.err conftest.$ac_ext
@@ -11606,39 +10762,22 @@ case $ac_header_compiler:$ac_header_preproc in
11606 yes:no ) 10762 yes:no )
11607 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10763 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11608echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 10764echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11609 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 10765 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11610echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 10766echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
11611 ac_header_preproc=yes
11612 ;;
11613 no:yes ) 10767 no:yes )
11614 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 10768 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11615echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 10769echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11616 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 10770 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11617echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10771echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11618 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11619echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11620 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11621echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11622 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10772 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11623echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10773echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
11624 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11625echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11626 (
11627 cat <<\_ASBOX
11628## ------------------------------------------ ##
11629## Report this to the AC_PACKAGE_NAME lists. ##
11630## ------------------------------------------ ##
11631_ASBOX
11632 ) |
11633 sed "s/^/$as_me: WARNING: /" >&2
11634 ;;
11635esac 10774esac
11636echo "$as_me:$LINENO: checking for $ac_header" >&5 10775echo "$as_me:$LINENO: checking for $ac_header" >&5
11637echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10776echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11638if eval "test \"\${$as_ac_Header+set}\" = set"; then 10777if eval "test \"\${$as_ac_Header+set}\" = set"; then
11639 echo $ECHO_N "(cached) $ECHO_C" >&6 10778 echo $ECHO_N "(cached) $ECHO_C" >&6
11640else 10779else
11641 eval "$as_ac_Header=\$ac_header_preproc" 10780 eval "$as_ac_Header=$ac_header_preproc"
11642fi 10781fi
11643echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 10782echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11644echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10783echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -11663,52 +10802,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11663 echo $ECHO_N "(cached) $ECHO_C" >&6 10802 echo $ECHO_N "(cached) $ECHO_C" >&6
11664else 10803else
11665 cat >conftest.$ac_ext <<_ACEOF 10804 cat >conftest.$ac_ext <<_ACEOF
11666/* confdefs.h. */ 10805#line $LINENO "configure"
11667_ACEOF 10806#include "confdefs.h"
11668cat confdefs.h >>conftest.$ac_ext
11669cat >>conftest.$ac_ext <<_ACEOF
11670/* end confdefs.h. */
11671/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11672 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11673#define $ac_func innocuous_$ac_func
11674
11675/* System header to define __stub macros and hopefully few prototypes, 10807/* System header to define __stub macros and hopefully few prototypes,
11676 which can conflict with char $ac_func (); below. 10808 which can conflict with char $ac_func (); below. */
11677 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 10809#include <assert.h>
11678 <limits.h> exists even on freestanding compilers. */
11679
11680#ifdef __STDC__
11681# include <limits.h>
11682#else
11683# include <assert.h>
11684#endif
11685
11686#undef $ac_func
11687
11688/* Override any gcc2 internal prototype to avoid an error. */ 10810/* Override any gcc2 internal prototype to avoid an error. */
11689#ifdef __cplusplus 10811#ifdef __cplusplus
11690extern "C" 10812extern "C"
11691{
11692#endif 10813#endif
11693/* We use char because int might match the return type of a gcc2 10814/* We use char because int might match the return type of a gcc2
11694 builtin and then its argument prototype would still apply. */ 10815 builtin and then its argument prototype would still apply. */
11695char $ac_func (); 10816char $ac_func ();
10817char (*f) ();
10818
10819int
10820main ()
10821{
11696/* The GNU C library defines this for functions which it implements 10822/* The GNU C library defines this for functions which it implements
11697 to always fail with ENOSYS. Some functions are actually named 10823 to always fail with ENOSYS. Some functions are actually named
11698 something starting with __ and the normal name is an alias. */ 10824 something starting with __ and the normal name is an alias. */
11699#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 10825#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11700choke me 10826choke me
11701#else 10827#else
11702char (*f) () = $ac_func; 10828f = $ac_func;
11703#endif
11704#ifdef __cplusplus
11705}
11706#endif 10829#endif
11707 10830
11708int
11709main ()
11710{
11711return f != $ac_func;
11712 ; 10831 ;
11713 return 0; 10832 return 0;
11714} 10833}
@@ -11719,7 +10838,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11719 ac_status=$? 10838 ac_status=$?
11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11721 (exit $ac_status); } && 10840 (exit $ac_status); } &&
11722 { ac_try='test -s conftest$ac_exeext' 10841 { ac_try='test -s conftest$ac_exeext'
11723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11724 (eval $ac_try) 2>&5 10843 (eval $ac_try) 2>&5
11725 ac_status=$? 10844 ac_status=$?
@@ -11728,8 +10847,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11728 eval "$as_ac_var=yes" 10847 eval "$as_ac_var=yes"
11729else 10848else
11730 echo "$as_me: failed program was:" >&5 10849 echo "$as_me: failed program was:" >&5
11731sed 's/^/| /' conftest.$ac_ext >&5 10850cat conftest.$ac_ext >&5
11732
11733eval "$as_ac_var=no" 10851eval "$as_ac_var=no"
11734fi 10852fi
11735rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10853rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -11753,11 +10871,8 @@ else
11753 ac_cv_func_working_mktime=no 10871 ac_cv_func_working_mktime=no
11754else 10872else
11755 cat >conftest.$ac_ext <<_ACEOF 10873 cat >conftest.$ac_ext <<_ACEOF
11756/* confdefs.h. */ 10874#line $LINENO "configure"
11757_ACEOF 10875#include "confdefs.h"
11758cat confdefs.h >>conftest.$ac_ext
11759cat >>conftest.$ac_ext <<_ACEOF
11760/* end confdefs.h. */
11761/* Test program from Paul Eggert and Tony Leneis. */ 10876/* Test program from Paul Eggert and Tony Leneis. */
11762#if TIME_WITH_SYS_TIME 10877#if TIME_WITH_SYS_TIME
11763# include <sys/time.h> 10878# include <sys/time.h>
@@ -11770,10 +10885,6 @@ cat >>conftest.$ac_ext <<_ACEOF
11770# endif 10885# endif
11771#endif 10886#endif
11772 10887
11773#if HAVE_STDLIB_H
11774# include <stdlib.h>
11775#endif
11776
11777#if HAVE_UNISTD_H 10888#if HAVE_UNISTD_H
11778# include <unistd.h> 10889# include <unistd.h>
11779#endif 10890#endif
@@ -11786,11 +10897,10 @@ cat >>conftest.$ac_ext <<_ACEOF
11786#undef putenv 10897#undef putenv
11787 10898
11788static time_t time_t_max; 10899static time_t time_t_max;
11789static time_t time_t_min;
11790 10900
11791/* Values we'll use to set the TZ environment variable. */ 10901/* Values we'll use to set the TZ environment variable. */
11792static char *tz_strings[] = { 10902static const char *const tz_strings[] = {
11793 (char *) 0, "TZ=GMT0", "TZ=JST-9", 10903 (const char *) 0, "TZ=GMT0", "TZ=JST-9",
11794 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" 10904 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
11795}; 10905};
11796#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) 10906#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
@@ -11821,21 +10931,15 @@ spring_forward_gap ()
11821} 10931}
11822 10932
11823static void 10933static void
11824mktime_test1 (now) 10934mktime_test (now)
11825 time_t now; 10935 time_t now;
11826{ 10936{
11827 struct tm *lt; 10937 struct tm *lt;
11828 if ((lt = localtime (&now)) && mktime (lt) != now) 10938 if ((lt = localtime (&now)) && mktime (lt) != now)
11829 exit (1); 10939 exit (1);
11830} 10940 now = time_t_max - now;
11831 10941 if ((lt = localtime (&now)) && mktime (lt) != now)
11832static void 10942 exit (1);
11833mktime_test (now)
11834 time_t now;
11835{
11836 mktime_test1 (now);
11837 mktime_test1 ((time_t) (time_t_max - now));
11838 mktime_test1 ((time_t) (time_t_min + now));
11839} 10943}
11840 10944
11841static void 10945static void
@@ -11895,9 +10999,6 @@ main ()
11895 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) 10999 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
11896 continue; 11000 continue;
11897 time_t_max--; 11001 time_t_max--;
11898 if ((time_t) -1 < 0)
11899 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
11900 continue;
11901 delta = time_t_max / 997; /* a suitable prime number */ 11002 delta = time_t_max / 997; /* a suitable prime number */
11902 for (i = 0; i < N_STRINGS; i++) 11003 for (i = 0; i < N_STRINGS; i++)
11903 { 11004 {
@@ -11906,12 +11007,11 @@ main ()
11906 11007
11907 for (t = 0; t <= time_t_max - delta; t += delta) 11008 for (t = 0; t <= time_t_max - delta; t += delta)
11908 mktime_test (t); 11009 mktime_test (t);
11909 mktime_test ((time_t) 1); 11010 mktime_test ((time_t) 60 * 60);
11910 mktime_test ((time_t) (60 * 60)); 11011 mktime_test ((time_t) 60 * 60 * 24);
11911 mktime_test ((time_t) (60 * 60 * 24));
11912 11012
11913 for (j = 1; 0 < j; j *= 2) 11013 for (j = 1; 0 < j; j *= 2)
11914 bigtime_test (j); 11014 bigtime_test (j);
11915 bigtime_test (j - 1); 11015 bigtime_test (j - 1);
11916 } 11016 }
11917 irix_6_4_bug (); 11017 irix_6_4_bug ();
@@ -11934,8 +11034,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11934else 11034else
11935 echo "$as_me: program exited with status $ac_status" >&5 11035 echo "$as_me: program exited with status $ac_status" >&5
11936echo "$as_me: failed program was:" >&5 11036echo "$as_me: failed program was:" >&5
11937sed 's/^/| /' conftest.$ac_ext >&5 11037cat conftest.$ac_ext >&5
11938
11939( exit $ac_status ) 11038( exit $ac_status )
11940ac_cv_func_working_mktime=no 11039ac_cv_func_working_mktime=no
11941fi 11040fi
@@ -11973,52 +11072,32 @@ if test "${ac_cv_func_getloadavg+set}" = set; then
11973 echo $ECHO_N "(cached) $ECHO_C" >&6 11072 echo $ECHO_N "(cached) $ECHO_C" >&6
11974else 11073else
11975 cat >conftest.$ac_ext <<_ACEOF 11074 cat >conftest.$ac_ext <<_ACEOF
11976/* confdefs.h. */ 11075#line $LINENO "configure"
11977_ACEOF 11076#include "confdefs.h"
11978cat confdefs.h >>conftest.$ac_ext
11979cat >>conftest.$ac_ext <<_ACEOF
11980/* end confdefs.h. */
11981/* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
11982 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11983#define getloadavg innocuous_getloadavg
11984
11985/* System header to define __stub macros and hopefully few prototypes, 11077/* System header to define __stub macros and hopefully few prototypes,
11986 which can conflict with char getloadavg (); below. 11078 which can conflict with char getloadavg (); below. */
11987 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11079#include <assert.h>
11988 <limits.h> exists even on freestanding compilers. */
11989
11990#ifdef __STDC__
11991# include <limits.h>
11992#else
11993# include <assert.h>
11994#endif
11995
11996#undef getloadavg
11997
11998/* Override any gcc2 internal prototype to avoid an error. */ 11080/* Override any gcc2 internal prototype to avoid an error. */
11999#ifdef __cplusplus 11081#ifdef __cplusplus
12000extern "C" 11082extern "C"
12001{
12002#endif 11083#endif
12003/* We use char because int might match the return type of a gcc2 11084/* We use char because int might match the return type of a gcc2
12004 builtin and then its argument prototype would still apply. */ 11085 builtin and then its argument prototype would still apply. */
12005char getloadavg (); 11086char getloadavg ();
11087char (*f) ();
11088
11089int
11090main ()
11091{
12006/* The GNU C library defines this for functions which it implements 11092/* The GNU C library defines this for functions which it implements
12007 to always fail with ENOSYS. Some functions are actually named 11093 to always fail with ENOSYS. Some functions are actually named
12008 something starting with __ and the normal name is an alias. */ 11094 something starting with __ and the normal name is an alias. */
12009#if defined (__stub_getloadavg) || defined (__stub___getloadavg) 11095#if defined (__stub_getloadavg) || defined (__stub___getloadavg)
12010choke me 11096choke me
12011#else 11097#else
12012char (*f) () = getloadavg; 11098f = getloadavg;
12013#endif
12014#ifdef __cplusplus
12015}
12016#endif 11099#endif
12017 11100
12018int
12019main ()
12020{
12021return f != getloadavg;
12022 ; 11101 ;
12023 return 0; 11102 return 0;
12024} 11103}
@@ -12029,7 +11108,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12029 ac_status=$? 11108 ac_status=$?
12030 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12031 (exit $ac_status); } && 11110 (exit $ac_status); } &&
12032 { ac_try='test -s conftest$ac_exeext' 11111 { ac_try='test -s conftest$ac_exeext'
12033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12034 (eval $ac_try) 2>&5 11113 (eval $ac_try) 2>&5
12035 ac_status=$? 11114 ac_status=$?
@@ -12038,8 +11117,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12038 ac_cv_func_getloadavg=yes 11117 ac_cv_func_getloadavg=yes
12039else 11118else
12040 echo "$as_me: failed program was:" >&5 11119 echo "$as_me: failed program was:" >&5
12041sed 's/^/| /' conftest.$ac_ext >&5 11120cat conftest.$ac_ext >&5
12042
12043ac_cv_func_getloadavg=no 11121ac_cv_func_getloadavg=no
12044fi 11122fi
12045rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11123rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12064,52 +11142,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12064 echo $ECHO_N "(cached) $ECHO_C" >&6 11142 echo $ECHO_N "(cached) $ECHO_C" >&6
12065else 11143else
12066 cat >conftest.$ac_ext <<_ACEOF 11144 cat >conftest.$ac_ext <<_ACEOF
12067/* confdefs.h. */ 11145#line $LINENO "configure"
12068_ACEOF 11146#include "confdefs.h"
12069cat confdefs.h >>conftest.$ac_ext
12070cat >>conftest.$ac_ext <<_ACEOF
12071/* end confdefs.h. */
12072/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12073 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12074#define $ac_func innocuous_$ac_func
12075
12076/* System header to define __stub macros and hopefully few prototypes, 11147/* System header to define __stub macros and hopefully few prototypes,
12077 which can conflict with char $ac_func (); below. 11148 which can conflict with char $ac_func (); below. */
12078 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11149#include <assert.h>
12079 <limits.h> exists even on freestanding compilers. */
12080
12081#ifdef __STDC__
12082# include <limits.h>
12083#else
12084# include <assert.h>
12085#endif
12086
12087#undef $ac_func
12088
12089/* Override any gcc2 internal prototype to avoid an error. */ 11150/* Override any gcc2 internal prototype to avoid an error. */
12090#ifdef __cplusplus 11151#ifdef __cplusplus
12091extern "C" 11152extern "C"
12092{
12093#endif 11153#endif
12094/* We use char because int might match the return type of a gcc2 11154/* We use char because int might match the return type of a gcc2
12095 builtin and then its argument prototype would still apply. */ 11155 builtin and then its argument prototype would still apply. */
12096char $ac_func (); 11156char $ac_func ();
11157char (*f) ();
11158
11159int
11160main ()
11161{
12097/* The GNU C library defines this for functions which it implements 11162/* The GNU C library defines this for functions which it implements
12098 to always fail with ENOSYS. Some functions are actually named 11163 to always fail with ENOSYS. Some functions are actually named
12099 something starting with __ and the normal name is an alias. */ 11164 something starting with __ and the normal name is an alias. */
12100#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 11165#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12101choke me 11166choke me
12102#else 11167#else
12103char (*f) () = $ac_func; 11168f = $ac_func;
12104#endif
12105#ifdef __cplusplus
12106}
12107#endif 11169#endif
12108 11170
12109int
12110main ()
12111{
12112return f != $ac_func;
12113 ; 11171 ;
12114 return 0; 11172 return 0;
12115} 11173}
@@ -12120,7 +11178,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12120 ac_status=$? 11178 ac_status=$?
12121 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12122 (exit $ac_status); } && 11180 (exit $ac_status); } &&
12123 { ac_try='test -s conftest$ac_exeext' 11181 { ac_try='test -s conftest$ac_exeext'
12124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12125 (eval $ac_try) 2>&5 11183 (eval $ac_try) 2>&5
12126 ac_status=$? 11184 ac_status=$?
@@ -12129,8 +11187,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12129 eval "$as_ac_var=yes" 11187 eval "$as_ac_var=yes"
12130else 11188else
12131 echo "$as_me: failed program was:" >&5 11189 echo "$as_me: failed program was:" >&5
12132sed 's/^/| /' conftest.$ac_ext >&5 11190cat conftest.$ac_ext >&5
12133
12134eval "$as_ac_var=no" 11191eval "$as_ac_var=no"
12135fi 11192fi
12136rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11193rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12156,11 +11213,8 @@ else
12156 ac_check_lib_save_LIBS=$LIBS 11213 ac_check_lib_save_LIBS=$LIBS
12157LIBS="-lkstat $LIBS" 11214LIBS="-lkstat $LIBS"
12158cat >conftest.$ac_ext <<_ACEOF 11215cat >conftest.$ac_ext <<_ACEOF
12159/* confdefs.h. */ 11216#line $LINENO "configure"
12160_ACEOF 11217#include "confdefs.h"
12161cat confdefs.h >>conftest.$ac_ext
12162cat >>conftest.$ac_ext <<_ACEOF
12163/* end confdefs.h. */
12164 11218
12165/* Override any gcc2 internal prototype to avoid an error. */ 11219/* Override any gcc2 internal prototype to avoid an error. */
12166#ifdef __cplusplus 11220#ifdef __cplusplus
@@ -12183,7 +11237,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12183 ac_status=$? 11237 ac_status=$?
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); } && 11239 (exit $ac_status); } &&
12186 { ac_try='test -s conftest$ac_exeext' 11240 { ac_try='test -s conftest$ac_exeext'
12187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12188 (eval $ac_try) 2>&5 11242 (eval $ac_try) 2>&5
12189 ac_status=$? 11243 ac_status=$?
@@ -12192,8 +11246,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12192 ac_cv_lib_kstat_kstat_open=yes 11246 ac_cv_lib_kstat_kstat_open=yes
12193else 11247else
12194 echo "$as_me: failed program was:" >&5 11248 echo "$as_me: failed program was:" >&5
12195sed 's/^/| /' conftest.$ac_ext >&5 11249cat conftest.$ac_ext >&5
12196
12197ac_cv_lib_kstat_kstat_open=no 11250ac_cv_lib_kstat_kstat_open=no
12198fi 11251fi
12199rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11252rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12225,11 +11278,8 @@ else
12225 ac_check_lib_save_LIBS=$LIBS 11278 ac_check_lib_save_LIBS=$LIBS
12226LIBS="-lelf $LIBS" 11279LIBS="-lelf $LIBS"
12227cat >conftest.$ac_ext <<_ACEOF 11280cat >conftest.$ac_ext <<_ACEOF
12228/* confdefs.h. */ 11281#line $LINENO "configure"
12229_ACEOF 11282#include "confdefs.h"
12230cat confdefs.h >>conftest.$ac_ext
12231cat >>conftest.$ac_ext <<_ACEOF
12232/* end confdefs.h. */
12233 11283
12234/* Override any gcc2 internal prototype to avoid an error. */ 11284/* Override any gcc2 internal prototype to avoid an error. */
12235#ifdef __cplusplus 11285#ifdef __cplusplus
@@ -12252,7 +11302,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12252 ac_status=$? 11302 ac_status=$?
12253 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12254 (exit $ac_status); } && 11304 (exit $ac_status); } &&
12255 { ac_try='test -s conftest$ac_exeext' 11305 { ac_try='test -s conftest$ac_exeext'
12256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12257 (eval $ac_try) 2>&5 11307 (eval $ac_try) 2>&5
12258 ac_status=$? 11308 ac_status=$?
@@ -12261,8 +11311,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12261 ac_cv_lib_elf_elf_begin=yes 11311 ac_cv_lib_elf_elf_begin=yes
12262else 11312else
12263 echo "$as_me: failed program was:" >&5 11313 echo "$as_me: failed program was:" >&5
12264sed 's/^/| /' conftest.$ac_ext >&5 11314cat conftest.$ac_ext >&5
12265
12266ac_cv_lib_elf_elf_begin=no 11315ac_cv_lib_elf_elf_begin=no
12267fi 11316fi
12268rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11317rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12284,11 +11333,8 @@ else
12284 ac_check_lib_save_LIBS=$LIBS 11333 ac_check_lib_save_LIBS=$LIBS
12285LIBS="-lkvm $LIBS" 11334LIBS="-lkvm $LIBS"
12286cat >conftest.$ac_ext <<_ACEOF 11335cat >conftest.$ac_ext <<_ACEOF
12287/* confdefs.h. */ 11336#line $LINENO "configure"
12288_ACEOF 11337#include "confdefs.h"
12289cat confdefs.h >>conftest.$ac_ext
12290cat >>conftest.$ac_ext <<_ACEOF
12291/* end confdefs.h. */
12292 11338
12293/* Override any gcc2 internal prototype to avoid an error. */ 11339/* Override any gcc2 internal prototype to avoid an error. */
12294#ifdef __cplusplus 11340#ifdef __cplusplus
@@ -12311,7 +11357,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12311 ac_status=$? 11357 ac_status=$?
12312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12313 (exit $ac_status); } && 11359 (exit $ac_status); } &&
12314 { ac_try='test -s conftest$ac_exeext' 11360 { ac_try='test -s conftest$ac_exeext'
12315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12316 (eval $ac_try) 2>&5 11362 (eval $ac_try) 2>&5
12317 ac_status=$? 11363 ac_status=$?
@@ -12320,8 +11366,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12320 ac_cv_lib_kvm_kvm_open=yes 11366 ac_cv_lib_kvm_kvm_open=yes
12321else 11367else
12322 echo "$as_me: failed program was:" >&5 11368 echo "$as_me: failed program was:" >&5
12323sed 's/^/| /' conftest.$ac_ext >&5 11369cat conftest.$ac_ext >&5
12324
12325ac_cv_lib_kvm_kvm_open=no 11370ac_cv_lib_kvm_kvm_open=no
12326fi 11371fi
12327rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11372rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12342,11 +11387,8 @@ else
12342 ac_check_lib_save_LIBS=$LIBS 11387 ac_check_lib_save_LIBS=$LIBS
12343LIBS="-lutil $LIBS" 11388LIBS="-lutil $LIBS"
12344cat >conftest.$ac_ext <<_ACEOF 11389cat >conftest.$ac_ext <<_ACEOF
12345/* confdefs.h. */ 11390#line $LINENO "configure"
12346_ACEOF 11391#include "confdefs.h"
12347cat confdefs.h >>conftest.$ac_ext
12348cat >>conftest.$ac_ext <<_ACEOF
12349/* end confdefs.h. */
12350 11392
12351/* Override any gcc2 internal prototype to avoid an error. */ 11393/* Override any gcc2 internal prototype to avoid an error. */
12352#ifdef __cplusplus 11394#ifdef __cplusplus
@@ -12369,7 +11411,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12369 ac_status=$? 11411 ac_status=$?
12370 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12371 (exit $ac_status); } && 11413 (exit $ac_status); } &&
12372 { ac_try='test -s conftest$ac_exeext' 11414 { ac_try='test -s conftest$ac_exeext'
12373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12374 (eval $ac_try) 2>&5 11416 (eval $ac_try) 2>&5
12375 ac_status=$? 11417 ac_status=$?
@@ -12378,8 +11420,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12378 ac_cv_lib_util_getloadavg=yes 11420 ac_cv_lib_util_getloadavg=yes
12379else 11421else
12380 echo "$as_me: failed program was:" >&5 11422 echo "$as_me: failed program was:" >&5
12381sed 's/^/| /' conftest.$ac_ext >&5 11423cat conftest.$ac_ext >&5
12382
12383ac_cv_lib_util_getloadavg=no 11424ac_cv_lib_util_getloadavg=no
12384fi 11425fi
12385rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11426rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12406,11 +11447,8 @@ else
12406 ac_check_lib_save_LIBS=$LIBS 11447 ac_check_lib_save_LIBS=$LIBS
12407LIBS="-lgetloadavg $LIBS" 11448LIBS="-lgetloadavg $LIBS"
12408cat >conftest.$ac_ext <<_ACEOF 11449cat >conftest.$ac_ext <<_ACEOF
12409/* confdefs.h. */ 11450#line $LINENO "configure"
12410_ACEOF 11451#include "confdefs.h"
12411cat confdefs.h >>conftest.$ac_ext
12412cat >>conftest.$ac_ext <<_ACEOF
12413/* end confdefs.h. */
12414 11452
12415/* Override any gcc2 internal prototype to avoid an error. */ 11453/* Override any gcc2 internal prototype to avoid an error. */
12416#ifdef __cplusplus 11454#ifdef __cplusplus
@@ -12433,7 +11471,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12433 ac_status=$? 11471 ac_status=$?
12434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12435 (exit $ac_status); } && 11473 (exit $ac_status); } &&
12436 { ac_try='test -s conftest$ac_exeext' 11474 { ac_try='test -s conftest$ac_exeext'
12437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12438 (eval $ac_try) 2>&5 11476 (eval $ac_try) 2>&5
12439 ac_status=$? 11477 ac_status=$?
@@ -12442,8 +11480,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12442 ac_cv_lib_getloadavg_getloadavg=yes 11480 ac_cv_lib_getloadavg_getloadavg=yes
12443else 11481else
12444 echo "$as_me: failed program was:" >&5 11482 echo "$as_me: failed program was:" >&5
12445sed 's/^/| /' conftest.$ac_ext >&5 11483cat conftest.$ac_ext >&5
12446
12447ac_cv_lib_getloadavg_getloadavg=no 11484ac_cv_lib_getloadavg_getloadavg=no
12448fi 11485fi
12449rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11486rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12471,52 +11508,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12471 echo $ECHO_N "(cached) $ECHO_C" >&6 11508 echo $ECHO_N "(cached) $ECHO_C" >&6
12472else 11509else
12473 cat >conftest.$ac_ext <<_ACEOF 11510 cat >conftest.$ac_ext <<_ACEOF
12474/* confdefs.h. */ 11511#line $LINENO "configure"
12475_ACEOF 11512#include "confdefs.h"
12476cat confdefs.h >>conftest.$ac_ext
12477cat >>conftest.$ac_ext <<_ACEOF
12478/* end confdefs.h. */
12479/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12480 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12481#define $ac_func innocuous_$ac_func
12482
12483/* System header to define __stub macros and hopefully few prototypes, 11513/* System header to define __stub macros and hopefully few prototypes,
12484 which can conflict with char $ac_func (); below. 11514 which can conflict with char $ac_func (); below. */
12485 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11515#include <assert.h>
12486 <limits.h> exists even on freestanding compilers. */
12487
12488#ifdef __STDC__
12489# include <limits.h>
12490#else
12491# include <assert.h>
12492#endif
12493
12494#undef $ac_func
12495
12496/* Override any gcc2 internal prototype to avoid an error. */ 11516/* Override any gcc2 internal prototype to avoid an error. */
12497#ifdef __cplusplus 11517#ifdef __cplusplus
12498extern "C" 11518extern "C"
12499{
12500#endif 11519#endif
12501/* We use char because int might match the return type of a gcc2 11520/* We use char because int might match the return type of a gcc2
12502 builtin and then its argument prototype would still apply. */ 11521 builtin and then its argument prototype would still apply. */
12503char $ac_func (); 11522char $ac_func ();
11523char (*f) ();
11524
11525int
11526main ()
11527{
12504/* The GNU C library defines this for functions which it implements 11528/* The GNU C library defines this for functions which it implements
12505 to always fail with ENOSYS. Some functions are actually named 11529 to always fail with ENOSYS. Some functions are actually named
12506 something starting with __ and the normal name is an alias. */ 11530 something starting with __ and the normal name is an alias. */
12507#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 11531#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12508choke me 11532choke me
12509#else 11533#else
12510char (*f) () = $ac_func; 11534f = $ac_func;
12511#endif
12512#ifdef __cplusplus
12513}
12514#endif 11535#endif
12515 11536
12516int
12517main ()
12518{
12519return f != $ac_func;
12520 ; 11537 ;
12521 return 0; 11538 return 0;
12522} 11539}
@@ -12527,7 +11544,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12527 ac_status=$? 11544 ac_status=$?
12528 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12529 (exit $ac_status); } && 11546 (exit $ac_status); } &&
12530 { ac_try='test -s conftest$ac_exeext' 11547 { ac_try='test -s conftest$ac_exeext'
12531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12532 (eval $ac_try) 2>&5 11549 (eval $ac_try) 2>&5
12533 ac_status=$? 11550 ac_status=$?
@@ -12536,8 +11553,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12536 eval "$as_ac_var=yes" 11553 eval "$as_ac_var=yes"
12537else 11554else
12538 echo "$as_me: failed program was:" >&5 11555 echo "$as_me: failed program was:" >&5
12539sed 's/^/| /' conftest.$ac_ext >&5 11556cat conftest.$ac_ext >&5
12540
12541eval "$as_ac_var=no" 11557eval "$as_ac_var=no"
12542fi 11558fi
12543rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11559rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12571,11 +11587,8 @@ else
12571echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5 11587echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
12572echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 11588echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
12573cat >conftest.$ac_ext <<_ACEOF 11589cat >conftest.$ac_ext <<_ACEOF
12574/* confdefs.h. */ 11590#line $LINENO "configure"
12575_ACEOF 11591#include "confdefs.h"
12576cat confdefs.h >>conftest.$ac_ext
12577cat >>conftest.$ac_ext <<_ACEOF
12578/* end confdefs.h. */
12579$ac_includes_default 11592$ac_includes_default
12580#include <sys/dg_sys_info.h> 11593#include <sys/dg_sys_info.h>
12581_ACEOF 11594_ACEOF
@@ -12585,7 +11598,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12585 ac_status=$? 11598 ac_status=$?
12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12587 (exit $ac_status); } && 11600 (exit $ac_status); } &&
12588 { ac_try='test -s conftest.$ac_objext' 11601 { ac_try='test -s conftest.$ac_objext'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5 11603 (eval $ac_try) 2>&5
12591 ac_status=$? 11604 ac_status=$?
@@ -12594,8 +11607,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12594 ac_header_compiler=yes 11607 ac_header_compiler=yes
12595else 11608else
12596 echo "$as_me: failed program was:" >&5 11609 echo "$as_me: failed program was:" >&5
12597sed 's/^/| /' conftest.$ac_ext >&5 11610cat conftest.$ac_ext >&5
12598
12599ac_header_compiler=no 11611ac_header_compiler=no
12600fi 11612fi
12601rm -f conftest.$ac_objext conftest.$ac_ext 11613rm -f conftest.$ac_objext conftest.$ac_ext
@@ -12606,11 +11618,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12606echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 11618echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
12607echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 11619echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
12608cat >conftest.$ac_ext <<_ACEOF 11620cat >conftest.$ac_ext <<_ACEOF
12609/* confdefs.h. */ 11621#line $LINENO "configure"
12610_ACEOF 11622#include "confdefs.h"
12611cat confdefs.h >>conftest.$ac_ext
12612cat >>conftest.$ac_ext <<_ACEOF
12613/* end confdefs.h. */
12614#include <sys/dg_sys_info.h> 11623#include <sys/dg_sys_info.h>
12615_ACEOF 11624_ACEOF
12616if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 11625if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -12633,8 +11642,7 @@ if test -z "$ac_cpp_err"; then
12633 ac_header_preproc=yes 11642 ac_header_preproc=yes
12634else 11643else
12635 echo "$as_me: failed program was:" >&5 11644 echo "$as_me: failed program was:" >&5
12636sed 's/^/| /' conftest.$ac_ext >&5 11645 cat conftest.$ac_ext >&5
12637
12638 ac_header_preproc=no 11646 ac_header_preproc=no
12639fi 11647fi
12640rm -f conftest.err conftest.$ac_ext 11648rm -f conftest.err conftest.$ac_ext
@@ -12646,32 +11654,15 @@ case $ac_header_compiler:$ac_header_preproc in
12646 yes:no ) 11654 yes:no )
12647 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 11655 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
12648echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11656echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12649 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5 11657 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
12650echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;} 11658echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};;
12651 ac_header_preproc=yes
12652 ;;
12653 no:yes ) 11659 no:yes )
12654 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 11660 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
12655echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} 11661echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
12656 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 11662 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
12657echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} 11663echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
12658 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
12659echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
12660 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
12661echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
12662 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 11664 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
12663echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;} 11665echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};;
12664 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
12665echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
12666 (
12667 cat <<\_ASBOX
12668## ------------------------------------------ ##
12669## Report this to the AC_PACKAGE_NAME lists. ##
12670## ------------------------------------------ ##
12671_ASBOX
12672 ) |
12673 sed "s/^/$as_me: WARNING: /" >&2
12674 ;;
12675esac 11666esac
12676echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5 11667echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
12677echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 11668echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
@@ -12700,11 +11691,8 @@ else
12700 ac_check_lib_save_LIBS=$LIBS 11691 ac_check_lib_save_LIBS=$LIBS
12701LIBS="-ldgc $LIBS" 11692LIBS="-ldgc $LIBS"
12702cat >conftest.$ac_ext <<_ACEOF 11693cat >conftest.$ac_ext <<_ACEOF
12703/* confdefs.h. */ 11694#line $LINENO "configure"
12704_ACEOF 11695#include "confdefs.h"
12705cat confdefs.h >>conftest.$ac_ext
12706cat >>conftest.$ac_ext <<_ACEOF
12707/* end confdefs.h. */
12708 11696
12709/* Override any gcc2 internal prototype to avoid an error. */ 11697/* Override any gcc2 internal prototype to avoid an error. */
12710#ifdef __cplusplus 11698#ifdef __cplusplus
@@ -12727,7 +11715,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12727 ac_status=$? 11715 ac_status=$?
12728 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12729 (exit $ac_status); } && 11717 (exit $ac_status); } &&
12730 { ac_try='test -s conftest$ac_exeext' 11718 { ac_try='test -s conftest$ac_exeext'
12731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12732 (eval $ac_try) 2>&5 11720 (eval $ac_try) 2>&5
12733 ac_status=$? 11721 ac_status=$?
@@ -12736,8 +11724,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12736 ac_cv_lib_dgc_dg_sys_info=yes 11724 ac_cv_lib_dgc_dg_sys_info=yes
12737else 11725else
12738 echo "$as_me: failed program was:" >&5 11726 echo "$as_me: failed program was:" >&5
12739sed 's/^/| /' conftest.$ac_ext >&5 11727cat conftest.$ac_ext >&5
12740
12741ac_cv_lib_dgc_dg_sys_info=no 11728ac_cv_lib_dgc_dg_sys_info=no
12742fi 11729fi
12743rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11730rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -12771,11 +11758,8 @@ else
12771echo "$as_me:$LINENO: checking locale.h usability" >&5 11758echo "$as_me:$LINENO: checking locale.h usability" >&5
12772echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 11759echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6
12773cat >conftest.$ac_ext <<_ACEOF 11760cat >conftest.$ac_ext <<_ACEOF
12774/* confdefs.h. */ 11761#line $LINENO "configure"
12775_ACEOF 11762#include "confdefs.h"
12776cat confdefs.h >>conftest.$ac_ext
12777cat >>conftest.$ac_ext <<_ACEOF
12778/* end confdefs.h. */
12779$ac_includes_default 11763$ac_includes_default
12780#include <locale.h> 11764#include <locale.h>
12781_ACEOF 11765_ACEOF
@@ -12785,7 +11769,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12785 ac_status=$? 11769 ac_status=$?
12786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12787 (exit $ac_status); } && 11771 (exit $ac_status); } &&
12788 { ac_try='test -s conftest.$ac_objext' 11772 { ac_try='test -s conftest.$ac_objext'
12789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12790 (eval $ac_try) 2>&5 11774 (eval $ac_try) 2>&5
12791 ac_status=$? 11775 ac_status=$?
@@ -12794,8 +11778,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12794 ac_header_compiler=yes 11778 ac_header_compiler=yes
12795else 11779else
12796 echo "$as_me: failed program was:" >&5 11780 echo "$as_me: failed program was:" >&5
12797sed 's/^/| /' conftest.$ac_ext >&5 11781cat conftest.$ac_ext >&5
12798
12799ac_header_compiler=no 11782ac_header_compiler=no
12800fi 11783fi
12801rm -f conftest.$ac_objext conftest.$ac_ext 11784rm -f conftest.$ac_objext conftest.$ac_ext
@@ -12806,11 +11789,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12806echo "$as_me:$LINENO: checking locale.h presence" >&5 11789echo "$as_me:$LINENO: checking locale.h presence" >&5
12807echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 11790echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6
12808cat >conftest.$ac_ext <<_ACEOF 11791cat >conftest.$ac_ext <<_ACEOF
12809/* confdefs.h. */ 11792#line $LINENO "configure"
12810_ACEOF 11793#include "confdefs.h"
12811cat confdefs.h >>conftest.$ac_ext
12812cat >>conftest.$ac_ext <<_ACEOF
12813/* end confdefs.h. */
12814#include <locale.h> 11794#include <locale.h>
12815_ACEOF 11795_ACEOF
12816if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 11796if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -12833,8 +11813,7 @@ if test -z "$ac_cpp_err"; then
12833 ac_header_preproc=yes 11813 ac_header_preproc=yes
12834else 11814else
12835 echo "$as_me: failed program was:" >&5 11815 echo "$as_me: failed program was:" >&5
12836sed 's/^/| /' conftest.$ac_ext >&5 11816 cat conftest.$ac_ext >&5
12837
12838 ac_header_preproc=no 11817 ac_header_preproc=no
12839fi 11818fi
12840rm -f conftest.err conftest.$ac_ext 11819rm -f conftest.err conftest.$ac_ext
@@ -12846,32 +11825,15 @@ case $ac_header_compiler:$ac_header_preproc in
12846 yes:no ) 11825 yes:no )
12847 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 11826 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
12848echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11827echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12849 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5 11828 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
12850echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;} 11829echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};;
12851 ac_header_preproc=yes
12852 ;;
12853 no:yes ) 11830 no:yes )
12854 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 11831 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
12855echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} 11832echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
12856 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 11833 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
12857echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} 11834echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
12858 { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5
12859echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
12860 { echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5
12861echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;}
12862 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 11835 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
12863echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;} 11836echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};;
12864 { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
12865echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
12866 (
12867 cat <<\_ASBOX
12868## ------------------------------------------ ##
12869## Report this to the AC_PACKAGE_NAME lists. ##
12870## ------------------------------------------ ##
12871_ASBOX
12872 ) |
12873 sed "s/^/$as_me: WARNING: /" >&2
12874 ;;
12875esac 11837esac
12876echo "$as_me:$LINENO: checking for locale.h" >&5 11838echo "$as_me:$LINENO: checking for locale.h" >&5
12877echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 11839echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
@@ -12896,52 +11858,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12896 echo $ECHO_N "(cached) $ECHO_C" >&6 11858 echo $ECHO_N "(cached) $ECHO_C" >&6
12897else 11859else
12898 cat >conftest.$ac_ext <<_ACEOF 11860 cat >conftest.$ac_ext <<_ACEOF
12899/* confdefs.h. */ 11861#line $LINENO "configure"
12900_ACEOF 11862#include "confdefs.h"
12901cat confdefs.h >>conftest.$ac_ext
12902cat >>conftest.$ac_ext <<_ACEOF
12903/* end confdefs.h. */
12904/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12905 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12906#define $ac_func innocuous_$ac_func
12907
12908/* System header to define __stub macros and hopefully few prototypes, 11863/* System header to define __stub macros and hopefully few prototypes,
12909 which can conflict with char $ac_func (); below. 11864 which can conflict with char $ac_func (); below. */
12910 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11865#include <assert.h>
12911 <limits.h> exists even on freestanding compilers. */
12912
12913#ifdef __STDC__
12914# include <limits.h>
12915#else
12916# include <assert.h>
12917#endif
12918
12919#undef $ac_func
12920
12921/* Override any gcc2 internal prototype to avoid an error. */ 11866/* Override any gcc2 internal prototype to avoid an error. */
12922#ifdef __cplusplus 11867#ifdef __cplusplus
12923extern "C" 11868extern "C"
12924{
12925#endif 11869#endif
12926/* We use char because int might match the return type of a gcc2 11870/* We use char because int might match the return type of a gcc2
12927 builtin and then its argument prototype would still apply. */ 11871 builtin and then its argument prototype would still apply. */
12928char $ac_func (); 11872char $ac_func ();
11873char (*f) ();
11874
11875int
11876main ()
11877{
12929/* The GNU C library defines this for functions which it implements 11878/* The GNU C library defines this for functions which it implements
12930 to always fail with ENOSYS. Some functions are actually named 11879 to always fail with ENOSYS. Some functions are actually named
12931 something starting with __ and the normal name is an alias. */ 11880 something starting with __ and the normal name is an alias. */
12932#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 11881#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12933choke me 11882choke me
12934#else 11883#else
12935char (*f) () = $ac_func; 11884f = $ac_func;
12936#endif
12937#ifdef __cplusplus
12938}
12939#endif 11885#endif
12940 11886
12941int
12942main ()
12943{
12944return f != $ac_func;
12945 ; 11887 ;
12946 return 0; 11888 return 0;
12947} 11889}
@@ -12952,7 +11894,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12952 ac_status=$? 11894 ac_status=$?
12953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12954 (exit $ac_status); } && 11896 (exit $ac_status); } &&
12955 { ac_try='test -s conftest$ac_exeext' 11897 { ac_try='test -s conftest$ac_exeext'
12956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12957 (eval $ac_try) 2>&5 11899 (eval $ac_try) 2>&5
12958 ac_status=$? 11900 ac_status=$?
@@ -12961,8 +11903,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12961 eval "$as_ac_var=yes" 11903 eval "$as_ac_var=yes"
12962else 11904else
12963 echo "$as_me: failed program was:" >&5 11905 echo "$as_me: failed program was:" >&5
12964sed 's/^/| /' conftest.$ac_ext >&5 11906cat conftest.$ac_ext >&5
12965
12966eval "$as_ac_var=no" 11907eval "$as_ac_var=no"
12967fi 11908fi
12968rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11909rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -13004,11 +11945,8 @@ else
13004echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5 11945echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
13005echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 11946echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6
13006cat >conftest.$ac_ext <<_ACEOF 11947cat >conftest.$ac_ext <<_ACEOF
13007/* confdefs.h. */ 11948#line $LINENO "configure"
13008_ACEOF 11949#include "confdefs.h"
13009cat confdefs.h >>conftest.$ac_ext
13010cat >>conftest.$ac_ext <<_ACEOF
13011/* end confdefs.h. */
13012$ac_includes_default 11950$ac_includes_default
13013#include <inq_stats/cpustats.h> 11951#include <inq_stats/cpustats.h>
13014_ACEOF 11952_ACEOF
@@ -13018,7 +11956,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13018 ac_status=$? 11956 ac_status=$?
13019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13020 (exit $ac_status); } && 11958 (exit $ac_status); } &&
13021 { ac_try='test -s conftest.$ac_objext' 11959 { ac_try='test -s conftest.$ac_objext'
13022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13023 (eval $ac_try) 2>&5 11961 (eval $ac_try) 2>&5
13024 ac_status=$? 11962 ac_status=$?
@@ -13027,8 +11965,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13027 ac_header_compiler=yes 11965 ac_header_compiler=yes
13028else 11966else
13029 echo "$as_me: failed program was:" >&5 11967 echo "$as_me: failed program was:" >&5
13030sed 's/^/| /' conftest.$ac_ext >&5 11968cat conftest.$ac_ext >&5
13031
13032ac_header_compiler=no 11969ac_header_compiler=no
13033fi 11970fi
13034rm -f conftest.$ac_objext conftest.$ac_ext 11971rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13039,11 +11976,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13039echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 11976echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
13040echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 11977echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6
13041cat >conftest.$ac_ext <<_ACEOF 11978cat >conftest.$ac_ext <<_ACEOF
13042/* confdefs.h. */ 11979#line $LINENO "configure"
13043_ACEOF 11980#include "confdefs.h"
13044cat confdefs.h >>conftest.$ac_ext
13045cat >>conftest.$ac_ext <<_ACEOF
13046/* end confdefs.h. */
13047#include <inq_stats/cpustats.h> 11981#include <inq_stats/cpustats.h>
13048_ACEOF 11982_ACEOF
13049if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 11983if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13066,8 +12000,7 @@ if test -z "$ac_cpp_err"; then
13066 ac_header_preproc=yes 12000 ac_header_preproc=yes
13067else 12001else
13068 echo "$as_me: failed program was:" >&5 12002 echo "$as_me: failed program was:" >&5
13069sed 's/^/| /' conftest.$ac_ext >&5 12003 cat conftest.$ac_ext >&5
13070
13071 ac_header_preproc=no 12004 ac_header_preproc=no
13072fi 12005fi
13073rm -f conftest.err conftest.$ac_ext 12006rm -f conftest.err conftest.$ac_ext
@@ -13079,32 +12012,15 @@ case $ac_header_compiler:$ac_header_preproc in
13079 yes:no ) 12012 yes:no )
13080 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 12013 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
13081echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 12014echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13082 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5 12015 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
13083echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;} 12016echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};;
13084 ac_header_preproc=yes
13085 ;;
13086 no:yes ) 12017 no:yes )
13087 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 12018 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
13088echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} 12019echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
13089 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 12020 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
13090echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} 12021echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
13091 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5
13092echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;}
13093 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
13094echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
13095 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 12022 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
13096echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;} 12023echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};;
13097 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5
13098echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;}
13099 (
13100 cat <<\_ASBOX
13101## ------------------------------------------ ##
13102## Report this to the AC_PACKAGE_NAME lists. ##
13103## ------------------------------------------ ##
13104_ASBOX
13105 ) |
13106 sed "s/^/$as_me: WARNING: /" >&2
13107 ;;
13108esac 12024esac
13109echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5 12025echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
13110echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 12026echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
@@ -13148,11 +12064,8 @@ else
13148echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5 12064echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
13149echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 12065echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6
13150cat >conftest.$ac_ext <<_ACEOF 12066cat >conftest.$ac_ext <<_ACEOF
13151/* confdefs.h. */ 12067#line $LINENO "configure"
13152_ACEOF 12068#include "confdefs.h"
13153cat confdefs.h >>conftest.$ac_ext
13154cat >>conftest.$ac_ext <<_ACEOF
13155/* end confdefs.h. */
13156$ac_includes_default 12069$ac_includes_default
13157#include <sys/cpustats.h> 12070#include <sys/cpustats.h>
13158_ACEOF 12071_ACEOF
@@ -13162,7 +12075,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13162 ac_status=$? 12075 ac_status=$?
13163 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13164 (exit $ac_status); } && 12077 (exit $ac_status); } &&
13165 { ac_try='test -s conftest.$ac_objext' 12078 { ac_try='test -s conftest.$ac_objext'
13166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13167 (eval $ac_try) 2>&5 12080 (eval $ac_try) 2>&5
13168 ac_status=$? 12081 ac_status=$?
@@ -13171,8 +12084,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13171 ac_header_compiler=yes 12084 ac_header_compiler=yes
13172else 12085else
13173 echo "$as_me: failed program was:" >&5 12086 echo "$as_me: failed program was:" >&5
13174sed 's/^/| /' conftest.$ac_ext >&5 12087cat conftest.$ac_ext >&5
13175
13176ac_header_compiler=no 12088ac_header_compiler=no
13177fi 12089fi
13178rm -f conftest.$ac_objext conftest.$ac_ext 12090rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13183,11 +12095,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13183echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 12095echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
13184echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 12096echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6
13185cat >conftest.$ac_ext <<_ACEOF 12097cat >conftest.$ac_ext <<_ACEOF
13186/* confdefs.h. */ 12098#line $LINENO "configure"
13187_ACEOF 12099#include "confdefs.h"
13188cat confdefs.h >>conftest.$ac_ext
13189cat >>conftest.$ac_ext <<_ACEOF
13190/* end confdefs.h. */
13191#include <sys/cpustats.h> 12100#include <sys/cpustats.h>
13192_ACEOF 12101_ACEOF
13193if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12102if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13210,8 +12119,7 @@ if test -z "$ac_cpp_err"; then
13210 ac_header_preproc=yes 12119 ac_header_preproc=yes
13211else 12120else
13212 echo "$as_me: failed program was:" >&5 12121 echo "$as_me: failed program was:" >&5
13213sed 's/^/| /' conftest.$ac_ext >&5 12122 cat conftest.$ac_ext >&5
13214
13215 ac_header_preproc=no 12123 ac_header_preproc=no
13216fi 12124fi
13217rm -f conftest.err conftest.$ac_ext 12125rm -f conftest.err conftest.$ac_ext
@@ -13223,32 +12131,15 @@ case $ac_header_compiler:$ac_header_preproc in
13223 yes:no ) 12131 yes:no )
13224 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 12132 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
13225echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 12133echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13226 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5 12134 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
13227echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;} 12135echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};;
13228 ac_header_preproc=yes
13229 ;;
13230 no:yes ) 12136 no:yes )
13231 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 12137 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
13232echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} 12138echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
13233 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 12139 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
13234echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} 12140echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
13235 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5
13236echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}
13237 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
13238echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
13239 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 12141 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
13240echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;} 12142echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};;
13241 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5
13242echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;}
13243 (
13244 cat <<\_ASBOX
13245## ------------------------------------------ ##
13246## Report this to the AC_PACKAGE_NAME lists. ##
13247## ------------------------------------------ ##
13248_ASBOX
13249 ) |
13250 sed "s/^/$as_me: WARNING: /" >&2
13251 ;;
13252esac 12143esac
13253echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5 12144echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
13254echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 12145echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
@@ -13289,11 +12180,8 @@ else
13289echo "$as_me:$LINENO: checking $ac_header usability" >&5 12180echo "$as_me:$LINENO: checking $ac_header usability" >&5
13290echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 12181echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13291cat >conftest.$ac_ext <<_ACEOF 12182cat >conftest.$ac_ext <<_ACEOF
13292/* confdefs.h. */ 12183#line $LINENO "configure"
13293_ACEOF 12184#include "confdefs.h"
13294cat confdefs.h >>conftest.$ac_ext
13295cat >>conftest.$ac_ext <<_ACEOF
13296/* end confdefs.h. */
13297$ac_includes_default 12185$ac_includes_default
13298#include <$ac_header> 12186#include <$ac_header>
13299_ACEOF 12187_ACEOF
@@ -13303,7 +12191,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13303 ac_status=$? 12191 ac_status=$?
13304 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13305 (exit $ac_status); } && 12193 (exit $ac_status); } &&
13306 { ac_try='test -s conftest.$ac_objext' 12194 { ac_try='test -s conftest.$ac_objext'
13307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13308 (eval $ac_try) 2>&5 12196 (eval $ac_try) 2>&5
13309 ac_status=$? 12197 ac_status=$?
@@ -13312,8 +12200,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13312 ac_header_compiler=yes 12200 ac_header_compiler=yes
13313else 12201else
13314 echo "$as_me: failed program was:" >&5 12202 echo "$as_me: failed program was:" >&5
13315sed 's/^/| /' conftest.$ac_ext >&5 12203cat conftest.$ac_ext >&5
13316
13317ac_header_compiler=no 12204ac_header_compiler=no
13318fi 12205fi
13319rm -f conftest.$ac_objext conftest.$ac_ext 12206rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13324,11 +12211,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13324echo "$as_me:$LINENO: checking $ac_header presence" >&5 12211echo "$as_me:$LINENO: checking $ac_header presence" >&5
13325echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 12212echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13326cat >conftest.$ac_ext <<_ACEOF 12213cat >conftest.$ac_ext <<_ACEOF
13327/* confdefs.h. */ 12214#line $LINENO "configure"
13328_ACEOF 12215#include "confdefs.h"
13329cat confdefs.h >>conftest.$ac_ext
13330cat >>conftest.$ac_ext <<_ACEOF
13331/* end confdefs.h. */
13332#include <$ac_header> 12216#include <$ac_header>
13333_ACEOF 12217_ACEOF
13334if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12218if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13351,8 +12235,7 @@ if test -z "$ac_cpp_err"; then
13351 ac_header_preproc=yes 12235 ac_header_preproc=yes
13352else 12236else
13353 echo "$as_me: failed program was:" >&5 12237 echo "$as_me: failed program was:" >&5
13354sed 's/^/| /' conftest.$ac_ext >&5 12238 cat conftest.$ac_ext >&5
13355
13356 ac_header_preproc=no 12239 ac_header_preproc=no
13357fi 12240fi
13358rm -f conftest.err conftest.$ac_ext 12241rm -f conftest.err conftest.$ac_ext
@@ -13364,39 +12247,22 @@ case $ac_header_compiler:$ac_header_preproc in
13364 yes:no ) 12247 yes:no )
13365 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12248 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13366echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 12249echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13367 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 12250 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13368echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 12251echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
13369 ac_header_preproc=yes
13370 ;;
13371 no:yes ) 12252 no:yes )
13372 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 12253 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13373echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 12254echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13374 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 12255 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13375echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 12256echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13376 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13377echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13378 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13379echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13380 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12257 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13381echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12258echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
13382 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13383echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13384 (
13385 cat <<\_ASBOX
13386## ------------------------------------------ ##
13387## Report this to the AC_PACKAGE_NAME lists. ##
13388## ------------------------------------------ ##
13389_ASBOX
13390 ) |
13391 sed "s/^/$as_me: WARNING: /" >&2
13392 ;;
13393esac 12259esac
13394echo "$as_me:$LINENO: checking for $ac_header" >&5 12260echo "$as_me:$LINENO: checking for $ac_header" >&5
13395echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12261echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13396if eval "test \"\${$as_ac_Header+set}\" = set"; then 12262if eval "test \"\${$as_ac_Header+set}\" = set"; then
13397 echo $ECHO_N "(cached) $ECHO_C" >&6 12263 echo $ECHO_N "(cached) $ECHO_C" >&6
13398else 12264else
13399 eval "$as_ac_Header=\$ac_header_preproc" 12265 eval "$as_ac_Header=$ac_header_preproc"
13400fi 12266fi
13401echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 12267echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13402echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12268echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -13430,11 +12296,8 @@ else
13430echo "$as_me:$LINENO: checking $ac_header usability" >&5 12296echo "$as_me:$LINENO: checking $ac_header usability" >&5
13431echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 12297echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13432cat >conftest.$ac_ext <<_ACEOF 12298cat >conftest.$ac_ext <<_ACEOF
13433/* confdefs.h. */ 12299#line $LINENO "configure"
13434_ACEOF 12300#include "confdefs.h"
13435cat confdefs.h >>conftest.$ac_ext
13436cat >>conftest.$ac_ext <<_ACEOF
13437/* end confdefs.h. */
13438$ac_includes_default 12301$ac_includes_default
13439#include <$ac_header> 12302#include <$ac_header>
13440_ACEOF 12303_ACEOF
@@ -13444,7 +12307,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13444 ac_status=$? 12307 ac_status=$?
13445 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446 (exit $ac_status); } && 12309 (exit $ac_status); } &&
13447 { ac_try='test -s conftest.$ac_objext' 12310 { ac_try='test -s conftest.$ac_objext'
13448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13449 (eval $ac_try) 2>&5 12312 (eval $ac_try) 2>&5
13450 ac_status=$? 12313 ac_status=$?
@@ -13453,8 +12316,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13453 ac_header_compiler=yes 12316 ac_header_compiler=yes
13454else 12317else
13455 echo "$as_me: failed program was:" >&5 12318 echo "$as_me: failed program was:" >&5
13456sed 's/^/| /' conftest.$ac_ext >&5 12319cat conftest.$ac_ext >&5
13457
13458ac_header_compiler=no 12320ac_header_compiler=no
13459fi 12321fi
13460rm -f conftest.$ac_objext conftest.$ac_ext 12322rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13465,11 +12327,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13465echo "$as_me:$LINENO: checking $ac_header presence" >&5 12327echo "$as_me:$LINENO: checking $ac_header presence" >&5
13466echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 12328echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13467cat >conftest.$ac_ext <<_ACEOF 12329cat >conftest.$ac_ext <<_ACEOF
13468/* confdefs.h. */ 12330#line $LINENO "configure"
13469_ACEOF 12331#include "confdefs.h"
13470cat confdefs.h >>conftest.$ac_ext
13471cat >>conftest.$ac_ext <<_ACEOF
13472/* end confdefs.h. */
13473#include <$ac_header> 12332#include <$ac_header>
13474_ACEOF 12333_ACEOF
13475if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12334if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13492,8 +12351,7 @@ if test -z "$ac_cpp_err"; then
13492 ac_header_preproc=yes 12351 ac_header_preproc=yes
13493else 12352else
13494 echo "$as_me: failed program was:" >&5 12353 echo "$as_me: failed program was:" >&5
13495sed 's/^/| /' conftest.$ac_ext >&5 12354 cat conftest.$ac_ext >&5
13496
13497 ac_header_preproc=no 12355 ac_header_preproc=no
13498fi 12356fi
13499rm -f conftest.err conftest.$ac_ext 12357rm -f conftest.err conftest.$ac_ext
@@ -13505,39 +12363,22 @@ case $ac_header_compiler:$ac_header_preproc in
13505 yes:no ) 12363 yes:no )
13506 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12364 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13507echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 12365echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13508 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 12366 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13509echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 12367echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
13510 ac_header_preproc=yes
13511 ;;
13512 no:yes ) 12368 no:yes )
13513 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 12369 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13514echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 12370echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13515 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 12371 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13516echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 12372echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13517 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13518echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13519 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13520echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13521 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12373 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13522echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12374echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
13523 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13524echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13525 (
13526 cat <<\_ASBOX
13527## ------------------------------------------ ##
13528## Report this to the AC_PACKAGE_NAME lists. ##
13529## ------------------------------------------ ##
13530_ASBOX
13531 ) |
13532 sed "s/^/$as_me: WARNING: /" >&2
13533 ;;
13534esac 12375esac
13535echo "$as_me:$LINENO: checking for $ac_header" >&5 12376echo "$as_me:$LINENO: checking for $ac_header" >&5
13536echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12377echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13537if eval "test \"\${$as_ac_Header+set}\" = set"; then 12378if eval "test \"\${$as_ac_Header+set}\" = set"; then
13538 echo $ECHO_N "(cached) $ECHO_C" >&6 12379 echo $ECHO_N "(cached) $ECHO_C" >&6
13539else 12380else
13540 eval "$as_ac_Header=\$ac_header_preproc" 12381 eval "$as_ac_Header=$ac_header_preproc"
13541fi 12382fi
13542echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 12383echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13543echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12384echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -13553,11 +12394,8 @@ if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
13553 echo $ECHO_N "(cached) $ECHO_C" >&6 12394 echo $ECHO_N "(cached) $ECHO_C" >&6
13554else 12395else
13555 cat >conftest.$ac_ext <<_ACEOF 12396 cat >conftest.$ac_ext <<_ACEOF
13556/* confdefs.h. */ 12397#line $LINENO "configure"
13557_ACEOF 12398#include "confdefs.h"
13558cat confdefs.h >>conftest.$ac_ext
13559cat >>conftest.$ac_ext <<_ACEOF
13560/* end confdefs.h. */
13561#include <nlist.h> 12399#include <nlist.h>
13562 12400
13563int 12401int
@@ -13576,7 +12414,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13576 ac_status=$? 12414 ac_status=$?
13577 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13578 (exit $ac_status); } && 12416 (exit $ac_status); } &&
13579 { ac_try='test -s conftest.$ac_objext' 12417 { ac_try='test -s conftest.$ac_objext'
13580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13581 (eval $ac_try) 2>&5 12419 (eval $ac_try) 2>&5
13582 ac_status=$? 12420 ac_status=$?
@@ -13585,14 +12423,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13585 ac_cv_member_struct_nlist_n_un_n_name=yes 12423 ac_cv_member_struct_nlist_n_un_n_name=yes
13586else 12424else
13587 echo "$as_me: failed program was:" >&5 12425 echo "$as_me: failed program was:" >&5
13588sed 's/^/| /' conftest.$ac_ext >&5 12426cat conftest.$ac_ext >&5
13589
13590cat >conftest.$ac_ext <<_ACEOF 12427cat >conftest.$ac_ext <<_ACEOF
13591/* confdefs.h. */ 12428#line $LINENO "configure"
13592_ACEOF 12429#include "confdefs.h"
13593cat confdefs.h >>conftest.$ac_ext
13594cat >>conftest.$ac_ext <<_ACEOF
13595/* end confdefs.h. */
13596#include <nlist.h> 12430#include <nlist.h>
13597 12431
13598int 12432int
@@ -13611,7 +12445,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13611 ac_status=$? 12445 ac_status=$?
13612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13613 (exit $ac_status); } && 12447 (exit $ac_status); } &&
13614 { ac_try='test -s conftest.$ac_objext' 12448 { ac_try='test -s conftest.$ac_objext'
13615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13616 (eval $ac_try) 2>&5 12450 (eval $ac_try) 2>&5
13617 ac_status=$? 12451 ac_status=$?
@@ -13620,8 +12454,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13620 ac_cv_member_struct_nlist_n_un_n_name=yes 12454 ac_cv_member_struct_nlist_n_un_n_name=yes
13621else 12455else
13622 echo "$as_me: failed program was:" >&5 12456 echo "$as_me: failed program was:" >&5
13623sed 's/^/| /' conftest.$ac_ext >&5 12457cat conftest.$ac_ext >&5
13624
13625ac_cv_member_struct_nlist_n_un_n_name=no 12458ac_cv_member_struct_nlist_n_un_n_name=no
13626fi 12459fi
13627rm -f conftest.$ac_objext conftest.$ac_ext 12460rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13659,11 +12492,8 @@ if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
13659 echo $ECHO_N "(cached) $ECHO_C" >&6 12492 echo $ECHO_N "(cached) $ECHO_C" >&6
13660else 12493else
13661 cat >conftest.$ac_ext <<_ACEOF 12494 cat >conftest.$ac_ext <<_ACEOF
13662/* confdefs.h. */ 12495#line $LINENO "configure"
13663_ACEOF 12496#include "confdefs.h"
13664cat confdefs.h >>conftest.$ac_ext
13665cat >>conftest.$ac_ext <<_ACEOF
13666/* end confdefs.h. */
13667#include "$srcdir/$ac_config_libobj_dir/getloadavg.c" 12497#include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
13668#ifdef LDAV_PRIVILEGED 12498#ifdef LDAV_PRIVILEGED
13669Yowza Am I SETGID yet 12499Yowza Am I SETGID yet
@@ -13702,7 +12532,7 @@ else
13702 # If we got an error (system does not support symlinks), try without -L. 12532 # If we got an error (system does not support symlinks), try without -L.
13703 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` 12533 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
13704 ac_cv_group_kmem=`echo $ac_ls_output \ 12534 ac_cv_group_kmem=`echo $ac_ls_output \
13705 | sed -ne 's/[ ][ ]*/ /g; 12535 | sed -ne 's/[ ][ ]*/ /g;
13706 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; 12536 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
13707 / /s/.* //;p;'` 12537 / /s/.* //;p;'`
13708 12538
@@ -13728,11 +12558,8 @@ else
13728 while :; do 12558 while :; do
13729 ac_cv_sys_largefile_source=no 12559 ac_cv_sys_largefile_source=no
13730 cat >conftest.$ac_ext <<_ACEOF 12560 cat >conftest.$ac_ext <<_ACEOF
13731/* confdefs.h. */ 12561#line $LINENO "configure"
13732_ACEOF 12562#include "confdefs.h"
13733cat confdefs.h >>conftest.$ac_ext
13734cat >>conftest.$ac_ext <<_ACEOF
13735/* end confdefs.h. */
13736#include <stdio.h> 12563#include <stdio.h>
13737int 12564int
13738main () 12565main ()
@@ -13748,7 +12575,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13748 ac_status=$? 12575 ac_status=$?
13749 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13750 (exit $ac_status); } && 12577 (exit $ac_status); } &&
13751 { ac_try='test -s conftest.$ac_objext' 12578 { ac_try='test -s conftest.$ac_objext'
13752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13753 (eval $ac_try) 2>&5 12580 (eval $ac_try) 2>&5
13754 ac_status=$? 12581 ac_status=$?
@@ -13757,16 +12584,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13757 break 12584 break
13758else 12585else
13759 echo "$as_me: failed program was:" >&5 12586 echo "$as_me: failed program was:" >&5
13760sed 's/^/| /' conftest.$ac_ext >&5 12587cat conftest.$ac_ext >&5
13761
13762fi 12588fi
13763rm -f conftest.$ac_objext conftest.$ac_ext 12589rm -f conftest.$ac_objext conftest.$ac_ext
13764 cat >conftest.$ac_ext <<_ACEOF 12590 cat >conftest.$ac_ext <<_ACEOF
13765/* confdefs.h. */ 12591#line $LINENO "configure"
13766_ACEOF 12592#include "confdefs.h"
13767cat confdefs.h >>conftest.$ac_ext
13768cat >>conftest.$ac_ext <<_ACEOF
13769/* end confdefs.h. */
13770#define _LARGEFILE_SOURCE 1 12593#define _LARGEFILE_SOURCE 1
13771#include <stdio.h> 12594#include <stdio.h>
13772int 12595int
@@ -13783,7 +12606,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13783 ac_status=$? 12606 ac_status=$?
13784 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13785 (exit $ac_status); } && 12608 (exit $ac_status); } &&
13786 { ac_try='test -s conftest.$ac_objext' 12609 { ac_try='test -s conftest.$ac_objext'
13787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13788 (eval $ac_try) 2>&5 12611 (eval $ac_try) 2>&5
13789 ac_status=$? 12612 ac_status=$?
@@ -13792,8 +12615,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13792 ac_cv_sys_largefile_source=1; break 12615 ac_cv_sys_largefile_source=1; break
13793else 12616else
13794 echo "$as_me: failed program was:" >&5 12617 echo "$as_me: failed program was:" >&5
13795sed 's/^/| /' conftest.$ac_ext >&5 12618cat conftest.$ac_ext >&5
13796
13797fi 12619fi
13798rm -f conftest.$ac_objext conftest.$ac_ext 12620rm -f conftest.$ac_objext conftest.$ac_ext
13799 break 12621 break
@@ -13819,11 +12641,8 @@ if test "${ac_cv_func_fseeko+set}" = set; then
13819 echo $ECHO_N "(cached) $ECHO_C" >&6 12641 echo $ECHO_N "(cached) $ECHO_C" >&6
13820else 12642else
13821 cat >conftest.$ac_ext <<_ACEOF 12643 cat >conftest.$ac_ext <<_ACEOF
13822/* confdefs.h. */ 12644#line $LINENO "configure"
13823_ACEOF 12645#include "confdefs.h"
13824cat confdefs.h >>conftest.$ac_ext
13825cat >>conftest.$ac_ext <<_ACEOF
13826/* end confdefs.h. */
13827#include <stdio.h> 12646#include <stdio.h>
13828int 12647int
13829main () 12648main ()
@@ -13839,7 +12658,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13839 ac_status=$? 12658 ac_status=$?
13840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13841 (exit $ac_status); } && 12660 (exit $ac_status); } &&
13842 { ac_try='test -s conftest$ac_exeext' 12661 { ac_try='test -s conftest$ac_exeext'
13843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13844 (eval $ac_try) 2>&5 12663 (eval $ac_try) 2>&5
13845 ac_status=$? 12664 ac_status=$?
@@ -13848,8 +12667,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13848 ac_cv_func_fseeko=yes 12667 ac_cv_func_fseeko=yes
13849else 12668else
13850 echo "$as_me: failed program was:" >&5 12669 echo "$as_me: failed program was:" >&5
13851sed 's/^/| /' conftest.$ac_ext >&5 12670cat conftest.$ac_ext >&5
13852
13853ac_cv_func_fseeko=no 12671ac_cv_func_fseeko=no
13854fi 12672fi
13855rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12673rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -13872,11 +12690,8 @@ if test "${ac_cv_func_getpgrp_void+set}" = set; then
13872else 12690else
13873 # Use it with a single arg. 12691 # Use it with a single arg.
13874cat >conftest.$ac_ext <<_ACEOF 12692cat >conftest.$ac_ext <<_ACEOF
13875/* confdefs.h. */ 12693#line $LINENO "configure"
13876_ACEOF 12694#include "confdefs.h"
13877cat confdefs.h >>conftest.$ac_ext
13878cat >>conftest.$ac_ext <<_ACEOF
13879/* end confdefs.h. */
13880$ac_includes_default 12695$ac_includes_default
13881int 12696int
13882main () 12697main ()
@@ -13892,7 +12707,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13892 ac_status=$? 12707 ac_status=$?
13893 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13894 (exit $ac_status); } && 12709 (exit $ac_status); } &&
13895 { ac_try='test -s conftest.$ac_objext' 12710 { ac_try='test -s conftest.$ac_objext'
13896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13897 (eval $ac_try) 2>&5 12712 (eval $ac_try) 2>&5
13898 ac_status=$? 12713 ac_status=$?
@@ -13901,8 +12716,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13901 ac_cv_func_getpgrp_void=no 12716 ac_cv_func_getpgrp_void=no
13902else 12717else
13903 echo "$as_me: failed program was:" >&5 12718 echo "$as_me: failed program was:" >&5
13904sed 's/^/| /' conftest.$ac_ext >&5 12719cat conftest.$ac_ext >&5
13905
13906ac_cv_func_getpgrp_void=yes 12720ac_cv_func_getpgrp_void=yes
13907fi 12721fi
13908rm -f conftest.$ac_objext conftest.$ac_ext 12722rm -f conftest.$ac_objext conftest.$ac_ext
@@ -13929,52 +12743,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13929 echo $ECHO_N "(cached) $ECHO_C" >&6 12743 echo $ECHO_N "(cached) $ECHO_C" >&6
13930else 12744else
13931 cat >conftest.$ac_ext <<_ACEOF 12745 cat >conftest.$ac_ext <<_ACEOF
13932/* confdefs.h. */ 12746#line $LINENO "configure"
13933_ACEOF 12747#include "confdefs.h"
13934cat confdefs.h >>conftest.$ac_ext
13935cat >>conftest.$ac_ext <<_ACEOF
13936/* end confdefs.h. */
13937/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13938 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13939#define $ac_func innocuous_$ac_func
13940
13941/* System header to define __stub macros and hopefully few prototypes, 12748/* System header to define __stub macros and hopefully few prototypes,
13942 which can conflict with char $ac_func (); below. 12749 which can conflict with char $ac_func (); below. */
13943 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12750#include <assert.h>
13944 <limits.h> exists even on freestanding compilers. */
13945
13946#ifdef __STDC__
13947# include <limits.h>
13948#else
13949# include <assert.h>
13950#endif
13951
13952#undef $ac_func
13953
13954/* Override any gcc2 internal prototype to avoid an error. */ 12751/* Override any gcc2 internal prototype to avoid an error. */
13955#ifdef __cplusplus 12752#ifdef __cplusplus
13956extern "C" 12753extern "C"
13957{
13958#endif 12754#endif
13959/* We use char because int might match the return type of a gcc2 12755/* We use char because int might match the return type of a gcc2
13960 builtin and then its argument prototype would still apply. */ 12756 builtin and then its argument prototype would still apply. */
13961char $ac_func (); 12757char $ac_func ();
12758char (*f) ();
12759
12760int
12761main ()
12762{
13962/* The GNU C library defines this for functions which it implements 12763/* The GNU C library defines this for functions which it implements
13963 to always fail with ENOSYS. Some functions are actually named 12764 to always fail with ENOSYS. Some functions are actually named
13964 something starting with __ and the normal name is an alias. */ 12765 something starting with __ and the normal name is an alias. */
13965#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 12766#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13966choke me 12767choke me
13967#else 12768#else
13968char (*f) () = $ac_func; 12769f = $ac_func;
13969#endif
13970#ifdef __cplusplus
13971}
13972#endif 12770#endif
13973 12771
13974int
13975main ()
13976{
13977return f != $ac_func;
13978 ; 12772 ;
13979 return 0; 12773 return 0;
13980} 12774}
@@ -13985,7 +12779,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13985 ac_status=$? 12779 ac_status=$?
13986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13987 (exit $ac_status); } && 12781 (exit $ac_status); } &&
13988 { ac_try='test -s conftest$ac_exeext' 12782 { ac_try='test -s conftest$ac_exeext'
13989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13990 (eval $ac_try) 2>&5 12784 (eval $ac_try) 2>&5
13991 ac_status=$? 12785 ac_status=$?
@@ -13994,8 +12788,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13994 eval "$as_ac_var=yes" 12788 eval "$as_ac_var=yes"
13995else 12789else
13996 echo "$as_me: failed program was:" >&5 12790 echo "$as_me: failed program was:" >&5
13997sed 's/^/| /' conftest.$ac_ext >&5 12791cat conftest.$ac_ext >&5
13998
13999eval "$as_ac_var=no" 12792eval "$as_ac_var=no"
14000fi 12793fi
14001rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12794rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14017,11 +12810,8 @@ else
14017 ac_check_lib_save_LIBS=$LIBS 12810 ac_check_lib_save_LIBS=$LIBS
14018LIBS="-lintl $LIBS" 12811LIBS="-lintl $LIBS"
14019cat >conftest.$ac_ext <<_ACEOF 12812cat >conftest.$ac_ext <<_ACEOF
14020/* confdefs.h. */ 12813#line $LINENO "configure"
14021_ACEOF 12814#include "confdefs.h"
14022cat confdefs.h >>conftest.$ac_ext
14023cat >>conftest.$ac_ext <<_ACEOF
14024/* end confdefs.h. */
14025 12815
14026/* Override any gcc2 internal prototype to avoid an error. */ 12816/* Override any gcc2 internal prototype to avoid an error. */
14027#ifdef __cplusplus 12817#ifdef __cplusplus
@@ -14044,7 +12834,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14044 ac_status=$? 12834 ac_status=$?
14045 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14046 (exit $ac_status); } && 12836 (exit $ac_status); } &&
14047 { ac_try='test -s conftest$ac_exeext' 12837 { ac_try='test -s conftest$ac_exeext'
14048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14049 (eval $ac_try) 2>&5 12839 (eval $ac_try) 2>&5
14050 ac_status=$? 12840 ac_status=$?
@@ -14053,8 +12843,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14053 ac_cv_lib_intl_strftime=yes 12843 ac_cv_lib_intl_strftime=yes
14054else 12844else
14055 echo "$as_me: failed program was:" >&5 12845 echo "$as_me: failed program was:" >&5
14056sed 's/^/| /' conftest.$ac_ext >&5 12846cat conftest.$ac_ext >&5
14057
14058ac_cv_lib_intl_strftime=no 12847ac_cv_lib_intl_strftime=no
14059fi 12848fi
14060rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12849rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14085,52 +12874,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14085 echo $ECHO_N "(cached) $ECHO_C" >&6 12874 echo $ECHO_N "(cached) $ECHO_C" >&6
14086else 12875else
14087 cat >conftest.$ac_ext <<_ACEOF 12876 cat >conftest.$ac_ext <<_ACEOF
14088/* confdefs.h. */ 12877#line $LINENO "configure"
14089_ACEOF 12878#include "confdefs.h"
14090cat confdefs.h >>conftest.$ac_ext
14091cat >>conftest.$ac_ext <<_ACEOF
14092/* end confdefs.h. */
14093/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14094 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14095#define $ac_func innocuous_$ac_func
14096
14097/* System header to define __stub macros and hopefully few prototypes, 12879/* System header to define __stub macros and hopefully few prototypes,
14098 which can conflict with char $ac_func (); below. 12880 which can conflict with char $ac_func (); below. */
14099 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12881#include <assert.h>
14100 <limits.h> exists even on freestanding compilers. */
14101
14102#ifdef __STDC__
14103# include <limits.h>
14104#else
14105# include <assert.h>
14106#endif
14107
14108#undef $ac_func
14109
14110/* Override any gcc2 internal prototype to avoid an error. */ 12882/* Override any gcc2 internal prototype to avoid an error. */
14111#ifdef __cplusplus 12883#ifdef __cplusplus
14112extern "C" 12884extern "C"
14113{
14114#endif 12885#endif
14115/* We use char because int might match the return type of a gcc2 12886/* We use char because int might match the return type of a gcc2
14116 builtin and then its argument prototype would still apply. */ 12887 builtin and then its argument prototype would still apply. */
14117char $ac_func (); 12888char $ac_func ();
12889char (*f) ();
12890
12891int
12892main ()
12893{
14118/* The GNU C library defines this for functions which it implements 12894/* The GNU C library defines this for functions which it implements
14119 to always fail with ENOSYS. Some functions are actually named 12895 to always fail with ENOSYS. Some functions are actually named
14120 something starting with __ and the normal name is an alias. */ 12896 something starting with __ and the normal name is an alias. */
14121#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 12897#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14122choke me 12898choke me
14123#else 12899#else
14124char (*f) () = $ac_func; 12900f = $ac_func;
14125#endif
14126#ifdef __cplusplus
14127}
14128#endif 12901#endif
14129 12902
14130int
14131main ()
14132{
14133return f != $ac_func;
14134 ; 12903 ;
14135 return 0; 12904 return 0;
14136} 12905}
@@ -14141,7 +12910,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14141 ac_status=$? 12910 ac_status=$?
14142 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14143 (exit $ac_status); } && 12912 (exit $ac_status); } &&
14144 { ac_try='test -s conftest$ac_exeext' 12913 { ac_try='test -s conftest$ac_exeext'
14145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14146 (eval $ac_try) 2>&5 12915 (eval $ac_try) 2>&5
14147 ac_status=$? 12916 ac_status=$?
@@ -14150,8 +12919,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14150 eval "$as_ac_var=yes" 12919 eval "$as_ac_var=yes"
14151else 12920else
14152 echo "$as_me: failed program was:" >&5 12921 echo "$as_me: failed program was:" >&5
14153sed 's/^/| /' conftest.$ac_ext >&5 12922cat conftest.$ac_ext >&5
14154
14155eval "$as_ac_var=no" 12923eval "$as_ac_var=no"
14156fi 12924fi
14157rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12925rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14178,52 +12946,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14178 echo $ECHO_N "(cached) $ECHO_C" >&6 12946 echo $ECHO_N "(cached) $ECHO_C" >&6
14179else 12947else
14180 cat >conftest.$ac_ext <<_ACEOF 12948 cat >conftest.$ac_ext <<_ACEOF
14181/* confdefs.h. */ 12949#line $LINENO "configure"
14182_ACEOF 12950#include "confdefs.h"
14183cat confdefs.h >>conftest.$ac_ext
14184cat >>conftest.$ac_ext <<_ACEOF
14185/* end confdefs.h. */
14186/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14187 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14188#define $ac_func innocuous_$ac_func
14189
14190/* System header to define __stub macros and hopefully few prototypes, 12951/* System header to define __stub macros and hopefully few prototypes,
14191 which can conflict with char $ac_func (); below. 12952 which can conflict with char $ac_func (); below. */
14192 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12953#include <assert.h>
14193 <limits.h> exists even on freestanding compilers. */
14194
14195#ifdef __STDC__
14196# include <limits.h>
14197#else
14198# include <assert.h>
14199#endif
14200
14201#undef $ac_func
14202
14203/* Override any gcc2 internal prototype to avoid an error. */ 12954/* Override any gcc2 internal prototype to avoid an error. */
14204#ifdef __cplusplus 12955#ifdef __cplusplus
14205extern "C" 12956extern "C"
14206{
14207#endif 12957#endif
14208/* We use char because int might match the return type of a gcc2 12958/* We use char because int might match the return type of a gcc2
14209 builtin and then its argument prototype would still apply. */ 12959 builtin and then its argument prototype would still apply. */
14210char $ac_func (); 12960char $ac_func ();
12961char (*f) ();
12962
12963int
12964main ()
12965{
14211/* The GNU C library defines this for functions which it implements 12966/* The GNU C library defines this for functions which it implements
14212 to always fail with ENOSYS. Some functions are actually named 12967 to always fail with ENOSYS. Some functions are actually named
14213 something starting with __ and the normal name is an alias. */ 12968 something starting with __ and the normal name is an alias. */
14214#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 12969#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14215choke me 12970choke me
14216#else 12971#else
14217char (*f) () = $ac_func; 12972f = $ac_func;
14218#endif
14219#ifdef __cplusplus
14220}
14221#endif 12973#endif
14222 12974
14223int
14224main ()
14225{
14226return f != $ac_func;
14227 ; 12975 ;
14228 return 0; 12976 return 0;
14229} 12977}
@@ -14234,7 +12982,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14234 ac_status=$? 12982 ac_status=$?
14235 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14236 (exit $ac_status); } && 12984 (exit $ac_status); } &&
14237 { ac_try='test -s conftest$ac_exeext' 12985 { ac_try='test -s conftest$ac_exeext'
14238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14239 (eval $ac_try) 2>&5 12987 (eval $ac_try) 2>&5
14240 ac_status=$? 12988 ac_status=$?
@@ -14243,8 +12991,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14243 eval "$as_ac_var=yes" 12991 eval "$as_ac_var=yes"
14244else 12992else
14245 echo "$as_me: failed program was:" >&5 12993 echo "$as_me: failed program was:" >&5
14246sed 's/^/| /' conftest.$ac_ext >&5 12994cat conftest.$ac_ext >&5
14247
14248eval "$as_ac_var=no" 12995eval "$as_ac_var=no"
14249fi 12996fi
14250rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12997rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14273,11 +13020,8 @@ else
14273 ac_check_lib_save_LIBS=$LIBS 13020 ac_check_lib_save_LIBS=$LIBS
14274LIBS="-lncurses $LIBS" 13021LIBS="-lncurses $LIBS"
14275cat >conftest.$ac_ext <<_ACEOF 13022cat >conftest.$ac_ext <<_ACEOF
14276/* confdefs.h. */ 13023#line $LINENO "configure"
14277_ACEOF 13024#include "confdefs.h"
14278cat confdefs.h >>conftest.$ac_ext
14279cat >>conftest.$ac_ext <<_ACEOF
14280/* end confdefs.h. */
14281 13025
14282/* Override any gcc2 internal prototype to avoid an error. */ 13026/* Override any gcc2 internal prototype to avoid an error. */
14283#ifdef __cplusplus 13027#ifdef __cplusplus
@@ -14300,7 +13044,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14300 ac_status=$? 13044 ac_status=$?
14301 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14302 (exit $ac_status); } && 13046 (exit $ac_status); } &&
14303 { ac_try='test -s conftest$ac_exeext' 13047 { ac_try='test -s conftest$ac_exeext'
14304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14305 (eval $ac_try) 2>&5 13049 (eval $ac_try) 2>&5
14306 ac_status=$? 13050 ac_status=$?
@@ -14309,8 +13053,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14309 ac_cv_lib_ncurses_tparm=yes 13053 ac_cv_lib_ncurses_tparm=yes
14310else 13054else
14311 echo "$as_me: failed program was:" >&5 13055 echo "$as_me: failed program was:" >&5
14312sed 's/^/| /' conftest.$ac_ext >&5 13056cat conftest.$ac_ext >&5
14313
14314ac_cv_lib_ncurses_tparm=no 13057ac_cv_lib_ncurses_tparm=no
14315fi 13058fi
14316rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13059rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14338,52 +13081,32 @@ if test "${ac_cv_func_res_send+set}" = set; then
14338 echo $ECHO_N "(cached) $ECHO_C" >&6 13081 echo $ECHO_N "(cached) $ECHO_C" >&6
14339else 13082else
14340 cat >conftest.$ac_ext <<_ACEOF 13083 cat >conftest.$ac_ext <<_ACEOF
14341/* confdefs.h. */ 13084#line $LINENO "configure"
14342_ACEOF 13085#include "confdefs.h"
14343cat confdefs.h >>conftest.$ac_ext
14344cat >>conftest.$ac_ext <<_ACEOF
14345/* end confdefs.h. */
14346/* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
14347 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14348#define res_send innocuous_res_send
14349
14350/* System header to define __stub macros and hopefully few prototypes, 13086/* System header to define __stub macros and hopefully few prototypes,
14351 which can conflict with char res_send (); below. 13087 which can conflict with char res_send (); below. */
14352 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13088#include <assert.h>
14353 <limits.h> exists even on freestanding compilers. */
14354
14355#ifdef __STDC__
14356# include <limits.h>
14357#else
14358# include <assert.h>
14359#endif
14360
14361#undef res_send
14362
14363/* Override any gcc2 internal prototype to avoid an error. */ 13089/* Override any gcc2 internal prototype to avoid an error. */
14364#ifdef __cplusplus 13090#ifdef __cplusplus
14365extern "C" 13091extern "C"
14366{
14367#endif 13092#endif
14368/* We use char because int might match the return type of a gcc2 13093/* We use char because int might match the return type of a gcc2
14369 builtin and then its argument prototype would still apply. */ 13094 builtin and then its argument prototype would still apply. */
14370char res_send (); 13095char res_send ();
13096char (*f) ();
13097
13098int
13099main ()
13100{
14371/* The GNU C library defines this for functions which it implements 13101/* The GNU C library defines this for functions which it implements
14372 to always fail with ENOSYS. Some functions are actually named 13102 to always fail with ENOSYS. Some functions are actually named
14373 something starting with __ and the normal name is an alias. */ 13103 something starting with __ and the normal name is an alias. */
14374#if defined (__stub_res_send) || defined (__stub___res_send) 13104#if defined (__stub_res_send) || defined (__stub___res_send)
14375choke me 13105choke me
14376#else 13106#else
14377char (*f) () = res_send; 13107f = res_send;
14378#endif
14379#ifdef __cplusplus
14380}
14381#endif 13108#endif
14382 13109
14383int
14384main ()
14385{
14386return f != res_send;
14387 ; 13110 ;
14388 return 0; 13111 return 0;
14389} 13112}
@@ -14394,7 +13117,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14394 ac_status=$? 13117 ac_status=$?
14395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14396 (exit $ac_status); } && 13119 (exit $ac_status); } &&
14397 { ac_try='test -s conftest$ac_exeext' 13120 { ac_try='test -s conftest$ac_exeext'
14398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14399 (eval $ac_try) 2>&5 13122 (eval $ac_try) 2>&5
14400 ac_status=$? 13123 ac_status=$?
@@ -14403,8 +13126,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14403 ac_cv_func_res_send=yes 13126 ac_cv_func_res_send=yes
14404else 13127else
14405 echo "$as_me: failed program was:" >&5 13128 echo "$as_me: failed program was:" >&5
14406sed 's/^/| /' conftest.$ac_ext >&5 13129cat conftest.$ac_ext >&5
14407
14408ac_cv_func_res_send=no 13130ac_cv_func_res_send=no
14409fi 13131fi
14410rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13132rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14420,52 +13142,32 @@ if test "${ac_cv_func___res_send+set}" = set; then
14420 echo $ECHO_N "(cached) $ECHO_C" >&6 13142 echo $ECHO_N "(cached) $ECHO_C" >&6
14421else 13143else
14422 cat >conftest.$ac_ext <<_ACEOF 13144 cat >conftest.$ac_ext <<_ACEOF
14423/* confdefs.h. */ 13145#line $LINENO "configure"
14424_ACEOF 13146#include "confdefs.h"
14425cat confdefs.h >>conftest.$ac_ext
14426cat >>conftest.$ac_ext <<_ACEOF
14427/* end confdefs.h. */
14428/* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.
14429 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14430#define __res_send innocuous___res_send
14431
14432/* System header to define __stub macros and hopefully few prototypes, 13147/* System header to define __stub macros and hopefully few prototypes,
14433 which can conflict with char __res_send (); below. 13148 which can conflict with char __res_send (); below. */
14434 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13149#include <assert.h>
14435 <limits.h> exists even on freestanding compilers. */
14436
14437#ifdef __STDC__
14438# include <limits.h>
14439#else
14440# include <assert.h>
14441#endif
14442
14443#undef __res_send
14444
14445/* Override any gcc2 internal prototype to avoid an error. */ 13150/* Override any gcc2 internal prototype to avoid an error. */
14446#ifdef __cplusplus 13151#ifdef __cplusplus
14447extern "C" 13152extern "C"
14448{
14449#endif 13153#endif
14450/* We use char because int might match the return type of a gcc2 13154/* We use char because int might match the return type of a gcc2
14451 builtin and then its argument prototype would still apply. */ 13155 builtin and then its argument prototype would still apply. */
14452char __res_send (); 13156char __res_send ();
13157char (*f) ();
13158
13159int
13160main ()
13161{
14453/* The GNU C library defines this for functions which it implements 13162/* The GNU C library defines this for functions which it implements
14454 to always fail with ENOSYS. Some functions are actually named 13163 to always fail with ENOSYS. Some functions are actually named
14455 something starting with __ and the normal name is an alias. */ 13164 something starting with __ and the normal name is an alias. */
14456#if defined (__stub___res_send) || defined (__stub_____res_send) 13165#if defined (__stub___res_send) || defined (__stub_____res_send)
14457choke me 13166choke me
14458#else 13167#else
14459char (*f) () = __res_send; 13168f = __res_send;
14460#endif
14461#ifdef __cplusplus
14462}
14463#endif 13169#endif
14464 13170
14465int
14466main ()
14467{
14468return f != __res_send;
14469 ; 13171 ;
14470 return 0; 13172 return 0;
14471} 13173}
@@ -14476,7 +13178,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14476 ac_status=$? 13178 ac_status=$?
14477 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14478 (exit $ac_status); } && 13180 (exit $ac_status); } &&
14479 { ac_try='test -s conftest$ac_exeext' 13181 { ac_try='test -s conftest$ac_exeext'
14480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14481 (eval $ac_try) 2>&5 13183 (eval $ac_try) 2>&5
14482 ac_status=$? 13184 ac_status=$?
@@ -14485,8 +13187,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14485 ac_cv_func___res_send=yes 13187 ac_cv_func___res_send=yes
14486else 13188else
14487 echo "$as_me: failed program was:" >&5 13189 echo "$as_me: failed program was:" >&5
14488sed 's/^/| /' conftest.$ac_ext >&5 13190cat conftest.$ac_ext >&5
14489
14490ac_cv_func___res_send=no 13191ac_cv_func___res_send=no
14491fi 13192fi
14492rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13193rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14504,11 +13205,8 @@ else
14504 ac_check_lib_save_LIBS=$LIBS 13205 ac_check_lib_save_LIBS=$LIBS
14505LIBS="-lresolv $LIBS" 13206LIBS="-lresolv $LIBS"
14506cat >conftest.$ac_ext <<_ACEOF 13207cat >conftest.$ac_ext <<_ACEOF
14507/* confdefs.h. */ 13208#line $LINENO "configure"
14508_ACEOF 13209#include "confdefs.h"
14509cat confdefs.h >>conftest.$ac_ext
14510cat >>conftest.$ac_ext <<_ACEOF
14511/* end confdefs.h. */
14512 13210
14513/* Override any gcc2 internal prototype to avoid an error. */ 13211/* Override any gcc2 internal prototype to avoid an error. */
14514#ifdef __cplusplus 13212#ifdef __cplusplus
@@ -14531,7 +13229,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14531 ac_status=$? 13229 ac_status=$?
14532 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14533 (exit $ac_status); } && 13231 (exit $ac_status); } &&
14534 { ac_try='test -s conftest$ac_exeext' 13232 { ac_try='test -s conftest$ac_exeext'
14535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14536 (eval $ac_try) 2>&5 13234 (eval $ac_try) 2>&5
14537 ac_status=$? 13235 ac_status=$?
@@ -14540,8 +13238,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14540 ac_cv_lib_resolv_res_send=yes 13238 ac_cv_lib_resolv_res_send=yes
14541else 13239else
14542 echo "$as_me: failed program was:" >&5 13240 echo "$as_me: failed program was:" >&5
14543sed 's/^/| /' conftest.$ac_ext >&5 13241cat conftest.$ac_ext >&5
14544
14545ac_cv_lib_resolv_res_send=no 13242ac_cv_lib_resolv_res_send=no
14546fi 13243fi
14547rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13244rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14560,11 +13257,8 @@ else
14560 ac_check_lib_save_LIBS=$LIBS 13257 ac_check_lib_save_LIBS=$LIBS
14561LIBS="-lresolv $LIBS" 13258LIBS="-lresolv $LIBS"
14562cat >conftest.$ac_ext <<_ACEOF 13259cat >conftest.$ac_ext <<_ACEOF
14563/* confdefs.h. */ 13260#line $LINENO "configure"
14564_ACEOF 13261#include "confdefs.h"
14565cat confdefs.h >>conftest.$ac_ext
14566cat >>conftest.$ac_ext <<_ACEOF
14567/* end confdefs.h. */
14568 13262
14569/* Override any gcc2 internal prototype to avoid an error. */ 13263/* Override any gcc2 internal prototype to avoid an error. */
14570#ifdef __cplusplus 13264#ifdef __cplusplus
@@ -14587,7 +13281,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14587 ac_status=$? 13281 ac_status=$?
14588 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14589 (exit $ac_status); } && 13283 (exit $ac_status); } &&
14590 { ac_try='test -s conftest$ac_exeext' 13284 { ac_try='test -s conftest$ac_exeext'
14591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14592 (eval $ac_try) 2>&5 13286 (eval $ac_try) 2>&5
14593 ac_status=$? 13287 ac_status=$?
@@ -14596,8 +13290,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14596 ac_cv_lib_resolv___res_send=yes 13290 ac_cv_lib_resolv___res_send=yes
14597else 13291else
14598 echo "$as_me: failed program was:" >&5 13292 echo "$as_me: failed program was:" >&5
14599sed 's/^/| /' conftest.$ac_ext >&5 13293cat conftest.$ac_ext >&5
14600
14601ac_cv_lib_resolv___res_send=no 13294ac_cv_lib_resolv___res_send=no
14602fi 13295fi
14603rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13296rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14631,52 +13324,32 @@ if test "${ac_cv_func_hes_getmailhost+set}" = set; then
14631 echo $ECHO_N "(cached) $ECHO_C" >&6 13324 echo $ECHO_N "(cached) $ECHO_C" >&6
14632else 13325else
14633 cat >conftest.$ac_ext <<_ACEOF 13326 cat >conftest.$ac_ext <<_ACEOF
14634/* confdefs.h. */ 13327#line $LINENO "configure"
14635_ACEOF 13328#include "confdefs.h"
14636cat confdefs.h >>conftest.$ac_ext
14637cat >>conftest.$ac_ext <<_ACEOF
14638/* end confdefs.h. */
14639/* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.
14640 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14641#define hes_getmailhost innocuous_hes_getmailhost
14642
14643/* System header to define __stub macros and hopefully few prototypes, 13329/* System header to define __stub macros and hopefully few prototypes,
14644 which can conflict with char hes_getmailhost (); below. 13330 which can conflict with char hes_getmailhost (); below. */
14645 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13331#include <assert.h>
14646 <limits.h> exists even on freestanding compilers. */
14647
14648#ifdef __STDC__
14649# include <limits.h>
14650#else
14651# include <assert.h>
14652#endif
14653
14654#undef hes_getmailhost
14655
14656/* Override any gcc2 internal prototype to avoid an error. */ 13332/* Override any gcc2 internal prototype to avoid an error. */
14657#ifdef __cplusplus 13333#ifdef __cplusplus
14658extern "C" 13334extern "C"
14659{
14660#endif 13335#endif
14661/* We use char because int might match the return type of a gcc2 13336/* We use char because int might match the return type of a gcc2
14662 builtin and then its argument prototype would still apply. */ 13337 builtin and then its argument prototype would still apply. */
14663char hes_getmailhost (); 13338char hes_getmailhost ();
13339char (*f) ();
13340
13341int
13342main ()
13343{
14664/* The GNU C library defines this for functions which it implements 13344/* The GNU C library defines this for functions which it implements
14665 to always fail with ENOSYS. Some functions are actually named 13345 to always fail with ENOSYS. Some functions are actually named
14666 something starting with __ and the normal name is an alias. */ 13346 something starting with __ and the normal name is an alias. */
14667#if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost) 13347#if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost)
14668choke me 13348choke me
14669#else 13349#else
14670char (*f) () = hes_getmailhost; 13350f = hes_getmailhost;
14671#endif
14672#ifdef __cplusplus
14673}
14674#endif 13351#endif
14675 13352
14676int
14677main ()
14678{
14679return f != hes_getmailhost;
14680 ; 13353 ;
14681 return 0; 13354 return 0;
14682} 13355}
@@ -14687,7 +13360,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14687 ac_status=$? 13360 ac_status=$?
14688 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14689 (exit $ac_status); } && 13362 (exit $ac_status); } &&
14690 { ac_try='test -s conftest$ac_exeext' 13363 { ac_try='test -s conftest$ac_exeext'
14691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14692 (eval $ac_try) 2>&5 13365 (eval $ac_try) 2>&5
14693 ac_status=$? 13366 ac_status=$?
@@ -14696,8 +13369,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14696 ac_cv_func_hes_getmailhost=yes 13369 ac_cv_func_hes_getmailhost=yes
14697else 13370else
14698 echo "$as_me: failed program was:" >&5 13371 echo "$as_me: failed program was:" >&5
14699sed 's/^/| /' conftest.$ac_ext >&5 13372cat conftest.$ac_ext >&5
14700
14701ac_cv_func_hes_getmailhost=no 13373ac_cv_func_hes_getmailhost=no
14702fi 13374fi
14703rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13375rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14715,11 +13387,8 @@ else
14715 ac_check_lib_save_LIBS=$LIBS 13387 ac_check_lib_save_LIBS=$LIBS
14716LIBS="-lhesiod $RESOLVLIB $LIBS" 13388LIBS="-lhesiod $RESOLVLIB $LIBS"
14717cat >conftest.$ac_ext <<_ACEOF 13389cat >conftest.$ac_ext <<_ACEOF
14718/* confdefs.h. */ 13390#line $LINENO "configure"
14719_ACEOF 13391#include "confdefs.h"
14720cat confdefs.h >>conftest.$ac_ext
14721cat >>conftest.$ac_ext <<_ACEOF
14722/* end confdefs.h. */
14723 13392
14724/* Override any gcc2 internal prototype to avoid an error. */ 13393/* Override any gcc2 internal prototype to avoid an error. */
14725#ifdef __cplusplus 13394#ifdef __cplusplus
@@ -14742,7 +13411,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14742 ac_status=$? 13411 ac_status=$?
14743 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14744 (exit $ac_status); } && 13413 (exit $ac_status); } &&
14745 { ac_try='test -s conftest$ac_exeext' 13414 { ac_try='test -s conftest$ac_exeext'
14746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14747 (eval $ac_try) 2>&5 13416 (eval $ac_try) 2>&5
14748 ac_status=$? 13417 ac_status=$?
@@ -14751,8 +13420,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14751 ac_cv_lib_hesiod_hes_getmailhost=yes 13420 ac_cv_lib_hesiod_hes_getmailhost=yes
14752else 13421else
14753 echo "$as_me: failed program was:" >&5 13422 echo "$as_me: failed program was:" >&5
14754sed 's/^/| /' conftest.$ac_ext >&5 13423cat conftest.$ac_ext >&5
14755
14756ac_cv_lib_hesiod_hes_getmailhost=no 13424ac_cv_lib_hesiod_hes_getmailhost=no
14757fi 13425fi
14758rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13426rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14785,11 +13453,8 @@ else
14785 ac_check_lib_save_LIBS=$LIBS 13453 ac_check_lib_save_LIBS=$LIBS
14786LIBS="-lcom_err $LIBS" 13454LIBS="-lcom_err $LIBS"
14787cat >conftest.$ac_ext <<_ACEOF 13455cat >conftest.$ac_ext <<_ACEOF
14788/* confdefs.h. */ 13456#line $LINENO "configure"
14789_ACEOF 13457#include "confdefs.h"
14790cat confdefs.h >>conftest.$ac_ext
14791cat >>conftest.$ac_ext <<_ACEOF
14792/* end confdefs.h. */
14793 13458
14794/* Override any gcc2 internal prototype to avoid an error. */ 13459/* Override any gcc2 internal prototype to avoid an error. */
14795#ifdef __cplusplus 13460#ifdef __cplusplus
@@ -14812,7 +13477,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14812 ac_status=$? 13477 ac_status=$?
14813 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14814 (exit $ac_status); } && 13479 (exit $ac_status); } &&
14815 { ac_try='test -s conftest$ac_exeext' 13480 { ac_try='test -s conftest$ac_exeext'
14816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14817 (eval $ac_try) 2>&5 13482 (eval $ac_try) 2>&5
14818 ac_status=$? 13483 ac_status=$?
@@ -14821,8 +13486,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14821 ac_cv_lib_com_err_com_err=yes 13486 ac_cv_lib_com_err_com_err=yes
14822else 13487else
14823 echo "$as_me: failed program was:" >&5 13488 echo "$as_me: failed program was:" >&5
14824sed 's/^/| /' conftest.$ac_ext >&5 13489cat conftest.$ac_ext >&5
14825
14826ac_cv_lib_com_err_com_err=no 13490ac_cv_lib_com_err_com_err=no
14827fi 13491fi
14828rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13492rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14848,11 +13512,8 @@ else
14848 ac_check_lib_save_LIBS=$LIBS 13512 ac_check_lib_save_LIBS=$LIBS
14849LIBS="-lk5crypto $LIBS" 13513LIBS="-lk5crypto $LIBS"
14850cat >conftest.$ac_ext <<_ACEOF 13514cat >conftest.$ac_ext <<_ACEOF
14851/* confdefs.h. */ 13515#line $LINENO "configure"
14852_ACEOF 13516#include "confdefs.h"
14853cat confdefs.h >>conftest.$ac_ext
14854cat >>conftest.$ac_ext <<_ACEOF
14855/* end confdefs.h. */
14856 13517
14857/* Override any gcc2 internal prototype to avoid an error. */ 13518/* Override any gcc2 internal prototype to avoid an error. */
14858#ifdef __cplusplus 13519#ifdef __cplusplus
@@ -14875,7 +13536,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14875 ac_status=$? 13536 ac_status=$?
14876 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14877 (exit $ac_status); } && 13538 (exit $ac_status); } &&
14878 { ac_try='test -s conftest$ac_exeext' 13539 { ac_try='test -s conftest$ac_exeext'
14879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14880 (eval $ac_try) 2>&5 13541 (eval $ac_try) 2>&5
14881 ac_status=$? 13542 ac_status=$?
@@ -14884,8 +13545,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14884 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes 13545 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
14885else 13546else
14886 echo "$as_me: failed program was:" >&5 13547 echo "$as_me: failed program was:" >&5
14887sed 's/^/| /' conftest.$ac_ext >&5 13548cat conftest.$ac_ext >&5
14888
14889ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no 13549ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
14890fi 13550fi
14891rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13551rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14911,11 +13571,8 @@ else
14911 ac_check_lib_save_LIBS=$LIBS 13571 ac_check_lib_save_LIBS=$LIBS
14912LIBS="-lcrypto $LIBS" 13572LIBS="-lcrypto $LIBS"
14913cat >conftest.$ac_ext <<_ACEOF 13573cat >conftest.$ac_ext <<_ACEOF
14914/* confdefs.h. */ 13574#line $LINENO "configure"
14915_ACEOF 13575#include "confdefs.h"
14916cat confdefs.h >>conftest.$ac_ext
14917cat >>conftest.$ac_ext <<_ACEOF
14918/* end confdefs.h. */
14919 13576
14920/* Override any gcc2 internal prototype to avoid an error. */ 13577/* Override any gcc2 internal prototype to avoid an error. */
14921#ifdef __cplusplus 13578#ifdef __cplusplus
@@ -14938,7 +13595,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14938 ac_status=$? 13595 ac_status=$?
14939 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14940 (exit $ac_status); } && 13597 (exit $ac_status); } &&
14941 { ac_try='test -s conftest$ac_exeext' 13598 { ac_try='test -s conftest$ac_exeext'
14942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14943 (eval $ac_try) 2>&5 13600 (eval $ac_try) 2>&5
14944 ac_status=$? 13601 ac_status=$?
@@ -14947,8 +13604,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14947 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes 13604 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
14948else 13605else
14949 echo "$as_me: failed program was:" >&5 13606 echo "$as_me: failed program was:" >&5
14950sed 's/^/| /' conftest.$ac_ext >&5 13607cat conftest.$ac_ext >&5
14951
14952ac_cv_lib_crypto_mit_des_cbc_encrypt=no 13608ac_cv_lib_crypto_mit_des_cbc_encrypt=no
14953fi 13609fi
14954rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13610rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -14974,11 +13630,8 @@ else
14974 ac_check_lib_save_LIBS=$LIBS 13630 ac_check_lib_save_LIBS=$LIBS
14975LIBS="-lkrb5 $LIBS" 13631LIBS="-lkrb5 $LIBS"
14976cat >conftest.$ac_ext <<_ACEOF 13632cat >conftest.$ac_ext <<_ACEOF
14977/* confdefs.h. */ 13633#line $LINENO "configure"
14978_ACEOF 13634#include "confdefs.h"
14979cat confdefs.h >>conftest.$ac_ext
14980cat >>conftest.$ac_ext <<_ACEOF
14981/* end confdefs.h. */
14982 13635
14983/* Override any gcc2 internal prototype to avoid an error. */ 13636/* Override any gcc2 internal prototype to avoid an error. */
14984#ifdef __cplusplus 13637#ifdef __cplusplus
@@ -15001,7 +13654,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15001 ac_status=$? 13654 ac_status=$?
15002 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15003 (exit $ac_status); } && 13656 (exit $ac_status); } &&
15004 { ac_try='test -s conftest$ac_exeext' 13657 { ac_try='test -s conftest$ac_exeext'
15005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15006 (eval $ac_try) 2>&5 13659 (eval $ac_try) 2>&5
15007 ac_status=$? 13660 ac_status=$?
@@ -15010,8 +13663,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15010 ac_cv_lib_krb5_krb5_init_context=yes 13663 ac_cv_lib_krb5_krb5_init_context=yes
15011else 13664else
15012 echo "$as_me: failed program was:" >&5 13665 echo "$as_me: failed program was:" >&5
15013sed 's/^/| /' conftest.$ac_ext >&5 13666cat conftest.$ac_ext >&5
15014
15015ac_cv_lib_krb5_krb5_init_context=no 13667ac_cv_lib_krb5_krb5_init_context=no
15016fi 13668fi
15017rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13669rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -15038,11 +13690,8 @@ else
15038 ac_check_lib_save_LIBS=$LIBS 13690 ac_check_lib_save_LIBS=$LIBS
15039LIBS="-ldes425 $LIBS" 13691LIBS="-ldes425 $LIBS"
15040cat >conftest.$ac_ext <<_ACEOF 13692cat >conftest.$ac_ext <<_ACEOF
15041/* confdefs.h. */ 13693#line $LINENO "configure"
15042_ACEOF 13694#include "confdefs.h"
15043cat confdefs.h >>conftest.$ac_ext
15044cat >>conftest.$ac_ext <<_ACEOF
15045/* end confdefs.h. */
15046 13695
15047/* Override any gcc2 internal prototype to avoid an error. */ 13696/* Override any gcc2 internal prototype to avoid an error. */
15048#ifdef __cplusplus 13697#ifdef __cplusplus
@@ -15065,7 +13714,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15065 ac_status=$? 13714 ac_status=$?
15066 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15067 (exit $ac_status); } && 13716 (exit $ac_status); } &&
15068 { ac_try='test -s conftest$ac_exeext' 13717 { ac_try='test -s conftest$ac_exeext'
15069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15070 (eval $ac_try) 2>&5 13719 (eval $ac_try) 2>&5
15071 ac_status=$? 13720 ac_status=$?
@@ -15074,8 +13723,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15074 ac_cv_lib_des425_des_cbc_encrypt=yes 13723 ac_cv_lib_des425_des_cbc_encrypt=yes
15075else 13724else
15076 echo "$as_me: failed program was:" >&5 13725 echo "$as_me: failed program was:" >&5
15077sed 's/^/| /' conftest.$ac_ext >&5 13726cat conftest.$ac_ext >&5
15078
15079ac_cv_lib_des425_des_cbc_encrypt=no 13727ac_cv_lib_des425_des_cbc_encrypt=no
15080fi 13728fi
15081rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13729rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -15100,11 +13748,8 @@ else
15100 ac_check_lib_save_LIBS=$LIBS 13748 ac_check_lib_save_LIBS=$LIBS
15101LIBS="-ldes $LIBS" 13749LIBS="-ldes $LIBS"
15102cat >conftest.$ac_ext <<_ACEOF 13750cat >conftest.$ac_ext <<_ACEOF
15103/* confdefs.h. */ 13751#line $LINENO "configure"
15104_ACEOF 13752#include "confdefs.h"
15105cat confdefs.h >>conftest.$ac_ext
15106cat >>conftest.$ac_ext <<_ACEOF
15107/* end confdefs.h. */
15108 13753
15109/* Override any gcc2 internal prototype to avoid an error. */ 13754/* Override any gcc2 internal prototype to avoid an error. */
15110#ifdef __cplusplus 13755#ifdef __cplusplus
@@ -15127,7 +13772,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15127 ac_status=$? 13772 ac_status=$?
15128 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15129 (exit $ac_status); } && 13774 (exit $ac_status); } &&
15130 { ac_try='test -s conftest$ac_exeext' 13775 { ac_try='test -s conftest$ac_exeext'
15131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15132 (eval $ac_try) 2>&5 13777 (eval $ac_try) 2>&5
15133 ac_status=$? 13778 ac_status=$?
@@ -15136,8 +13781,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15136 ac_cv_lib_des_des_cbc_encrypt=yes 13781 ac_cv_lib_des_des_cbc_encrypt=yes
15137else 13782else
15138 echo "$as_me: failed program was:" >&5 13783 echo "$as_me: failed program was:" >&5
15139sed 's/^/| /' conftest.$ac_ext >&5 13784cat conftest.$ac_ext >&5
15140
15141ac_cv_lib_des_des_cbc_encrypt=no 13785ac_cv_lib_des_des_cbc_encrypt=no
15142fi 13786fi
15143rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13787rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -15165,11 +13809,8 @@ else
15165 ac_check_lib_save_LIBS=$LIBS 13809 ac_check_lib_save_LIBS=$LIBS
15166LIBS="-lkrb4 $LIBS" 13810LIBS="-lkrb4 $LIBS"
15167cat >conftest.$ac_ext <<_ACEOF 13811cat >conftest.$ac_ext <<_ACEOF
15168/* confdefs.h. */ 13812#line $LINENO "configure"
15169_ACEOF 13813#include "confdefs.h"
15170cat confdefs.h >>conftest.$ac_ext
15171cat >>conftest.$ac_ext <<_ACEOF
15172/* end confdefs.h. */
15173 13814
15174/* Override any gcc2 internal prototype to avoid an error. */ 13815/* Override any gcc2 internal prototype to avoid an error. */
15175#ifdef __cplusplus 13816#ifdef __cplusplus
@@ -15192,7 +13833,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15192 ac_status=$? 13833 ac_status=$?
15193 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15194 (exit $ac_status); } && 13835 (exit $ac_status); } &&
15195 { ac_try='test -s conftest$ac_exeext' 13836 { ac_try='test -s conftest$ac_exeext'
15196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15197 (eval $ac_try) 2>&5 13838 (eval $ac_try) 2>&5
15198 ac_status=$? 13839 ac_status=$?
@@ -15201,8 +13842,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15201 ac_cv_lib_krb4_krb_get_cred=yes 13842 ac_cv_lib_krb4_krb_get_cred=yes
15202else 13843else
15203 echo "$as_me: failed program was:" >&5 13844 echo "$as_me: failed program was:" >&5
15204sed 's/^/| /' conftest.$ac_ext >&5 13845cat conftest.$ac_ext >&5
15205
15206ac_cv_lib_krb4_krb_get_cred=no 13846ac_cv_lib_krb4_krb_get_cred=no
15207fi 13847fi
15208rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13848rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -15227,11 +13867,8 @@ else
15227 ac_check_lib_save_LIBS=$LIBS 13867 ac_check_lib_save_LIBS=$LIBS
15228LIBS="-lkrb $LIBS" 13868LIBS="-lkrb $LIBS"
15229cat >conftest.$ac_ext <<_ACEOF 13869cat >conftest.$ac_ext <<_ACEOF
15230/* confdefs.h. */ 13870#line $LINENO "configure"
15231_ACEOF 13871#include "confdefs.h"
15232cat confdefs.h >>conftest.$ac_ext
15233cat >>conftest.$ac_ext <<_ACEOF
15234/* end confdefs.h. */
15235 13872
15236/* Override any gcc2 internal prototype to avoid an error. */ 13873/* Override any gcc2 internal prototype to avoid an error. */
15237#ifdef __cplusplus 13874#ifdef __cplusplus
@@ -15254,7 +13891,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15254 ac_status=$? 13891 ac_status=$?
15255 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15256 (exit $ac_status); } && 13893 (exit $ac_status); } &&
15257 { ac_try='test -s conftest$ac_exeext' 13894 { ac_try='test -s conftest$ac_exeext'
15258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15259 (eval $ac_try) 2>&5 13896 (eval $ac_try) 2>&5
15260 ac_status=$? 13897 ac_status=$?
@@ -15263,8 +13900,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15263 ac_cv_lib_krb_krb_get_cred=yes 13900 ac_cv_lib_krb_krb_get_cred=yes
15264else 13901else
15265 echo "$as_me: failed program was:" >&5 13902 echo "$as_me: failed program was:" >&5
15266sed 's/^/| /' conftest.$ac_ext >&5 13903cat conftest.$ac_ext >&5
15267
15268ac_cv_lib_krb_krb_get_cred=no 13904ac_cv_lib_krb_krb_get_cred=no
15269fi 13905fi
15270rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13906rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -15303,11 +13939,8 @@ else
15303echo "$as_me:$LINENO: checking $ac_header usability" >&5 13939echo "$as_me:$LINENO: checking $ac_header usability" >&5
15304echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13940echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15305cat >conftest.$ac_ext <<_ACEOF 13941cat >conftest.$ac_ext <<_ACEOF
15306/* confdefs.h. */ 13942#line $LINENO "configure"
15307_ACEOF 13943#include "confdefs.h"
15308cat confdefs.h >>conftest.$ac_ext
15309cat >>conftest.$ac_ext <<_ACEOF
15310/* end confdefs.h. */
15311$ac_includes_default 13944$ac_includes_default
15312#include <$ac_header> 13945#include <$ac_header>
15313_ACEOF 13946_ACEOF
@@ -15317,7 +13950,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15317 ac_status=$? 13950 ac_status=$?
15318 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15319 (exit $ac_status); } && 13952 (exit $ac_status); } &&
15320 { ac_try='test -s conftest.$ac_objext' 13953 { ac_try='test -s conftest.$ac_objext'
15321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15322 (eval $ac_try) 2>&5 13955 (eval $ac_try) 2>&5
15323 ac_status=$? 13956 ac_status=$?
@@ -15326,8 +13959,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15326 ac_header_compiler=yes 13959 ac_header_compiler=yes
15327else 13960else
15328 echo "$as_me: failed program was:" >&5 13961 echo "$as_me: failed program was:" >&5
15329sed 's/^/| /' conftest.$ac_ext >&5 13962cat conftest.$ac_ext >&5
15330
15331ac_header_compiler=no 13963ac_header_compiler=no
15332fi 13964fi
15333rm -f conftest.$ac_objext conftest.$ac_ext 13965rm -f conftest.$ac_objext conftest.$ac_ext
@@ -15338,11 +13970,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15338echo "$as_me:$LINENO: checking $ac_header presence" >&5 13970echo "$as_me:$LINENO: checking $ac_header presence" >&5
15339echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13971echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15340cat >conftest.$ac_ext <<_ACEOF 13972cat >conftest.$ac_ext <<_ACEOF
15341/* confdefs.h. */ 13973#line $LINENO "configure"
15342_ACEOF 13974#include "confdefs.h"
15343cat confdefs.h >>conftest.$ac_ext
15344cat >>conftest.$ac_ext <<_ACEOF
15345/* end confdefs.h. */
15346#include <$ac_header> 13975#include <$ac_header>
15347_ACEOF 13976_ACEOF
15348if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 13977if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15365,8 +13994,7 @@ if test -z "$ac_cpp_err"; then
15365 ac_header_preproc=yes 13994 ac_header_preproc=yes
15366else 13995else
15367 echo "$as_me: failed program was:" >&5 13996 echo "$as_me: failed program was:" >&5
15368sed 's/^/| /' conftest.$ac_ext >&5 13997 cat conftest.$ac_ext >&5
15369
15370 ac_header_preproc=no 13998 ac_header_preproc=no
15371fi 13999fi
15372rm -f conftest.err conftest.$ac_ext 14000rm -f conftest.err conftest.$ac_ext
@@ -15378,39 +14006,22 @@ case $ac_header_compiler:$ac_header_preproc in
15378 yes:no ) 14006 yes:no )
15379 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 14007 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15380echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 14008echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15381 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 14009 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15382echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 14010echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
15383 ac_header_preproc=yes
15384 ;;
15385 no:yes ) 14011 no:yes )
15386 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 14012 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15387echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 14013echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15388 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14014 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15389echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14015echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15390 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15391echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15392 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15393echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15394 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14016 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15395echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 14017echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
15396 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15397echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15398 (
15399 cat <<\_ASBOX
15400## ------------------------------------------ ##
15401## Report this to the AC_PACKAGE_NAME lists. ##
15402## ------------------------------------------ ##
15403_ASBOX
15404 ) |
15405 sed "s/^/$as_me: WARNING: /" >&2
15406 ;;
15407esac 14018esac
15408echo "$as_me:$LINENO: checking for $ac_header" >&5 14019echo "$as_me:$LINENO: checking for $ac_header" >&5
15409echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14020echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15410if eval "test \"\${$as_ac_Header+set}\" = set"; then 14021if eval "test \"\${$as_ac_Header+set}\" = set"; then
15411 echo $ECHO_N "(cached) $ECHO_C" >&6 14022 echo $ECHO_N "(cached) $ECHO_C" >&6
15412else 14023else
15413 eval "$as_ac_Header=\$ac_header_preproc" 14024 eval "$as_ac_Header=$ac_header_preproc"
15414fi 14025fi
15415echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 14026echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15416echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14027echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15443,11 +14054,8 @@ else
15443echo "$as_me:$LINENO: checking $ac_header usability" >&5 14054echo "$as_me:$LINENO: checking $ac_header usability" >&5
15444echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14055echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15445cat >conftest.$ac_ext <<_ACEOF 14056cat >conftest.$ac_ext <<_ACEOF
15446/* confdefs.h. */ 14057#line $LINENO "configure"
15447_ACEOF 14058#include "confdefs.h"
15448cat confdefs.h >>conftest.$ac_ext
15449cat >>conftest.$ac_ext <<_ACEOF
15450/* end confdefs.h. */
15451$ac_includes_default 14059$ac_includes_default
15452#include <$ac_header> 14060#include <$ac_header>
15453_ACEOF 14061_ACEOF
@@ -15457,7 +14065,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15457 ac_status=$? 14065 ac_status=$?
15458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15459 (exit $ac_status); } && 14067 (exit $ac_status); } &&
15460 { ac_try='test -s conftest.$ac_objext' 14068 { ac_try='test -s conftest.$ac_objext'
15461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15462 (eval $ac_try) 2>&5 14070 (eval $ac_try) 2>&5
15463 ac_status=$? 14071 ac_status=$?
@@ -15466,8 +14074,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15466 ac_header_compiler=yes 14074 ac_header_compiler=yes
15467else 14075else
15468 echo "$as_me: failed program was:" >&5 14076 echo "$as_me: failed program was:" >&5
15469sed 's/^/| /' conftest.$ac_ext >&5 14077cat conftest.$ac_ext >&5
15470
15471ac_header_compiler=no 14078ac_header_compiler=no
15472fi 14079fi
15473rm -f conftest.$ac_objext conftest.$ac_ext 14080rm -f conftest.$ac_objext conftest.$ac_ext
@@ -15478,11 +14085,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15478echo "$as_me:$LINENO: checking $ac_header presence" >&5 14085echo "$as_me:$LINENO: checking $ac_header presence" >&5
15479echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 14086echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15480cat >conftest.$ac_ext <<_ACEOF 14087cat >conftest.$ac_ext <<_ACEOF
15481/* confdefs.h. */ 14088#line $LINENO "configure"
15482_ACEOF 14089#include "confdefs.h"
15483cat confdefs.h >>conftest.$ac_ext
15484cat >>conftest.$ac_ext <<_ACEOF
15485/* end confdefs.h. */
15486#include <$ac_header> 14090#include <$ac_header>
15487_ACEOF 14091_ACEOF
15488if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14092if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15505,8 +14109,7 @@ if test -z "$ac_cpp_err"; then
15505 ac_header_preproc=yes 14109 ac_header_preproc=yes
15506else 14110else
15507 echo "$as_me: failed program was:" >&5 14111 echo "$as_me: failed program was:" >&5
15508sed 's/^/| /' conftest.$ac_ext >&5 14112 cat conftest.$ac_ext >&5
15509
15510 ac_header_preproc=no 14113 ac_header_preproc=no
15511fi 14114fi
15512rm -f conftest.err conftest.$ac_ext 14115rm -f conftest.err conftest.$ac_ext
@@ -15518,39 +14121,22 @@ case $ac_header_compiler:$ac_header_preproc in
15518 yes:no ) 14121 yes:no )
15519 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 14122 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15520echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 14123echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15521 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 14124 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15522echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 14125echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
15523 ac_header_preproc=yes
15524 ;;
15525 no:yes ) 14126 no:yes )
15526 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 14127 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15527echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 14128echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15528 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14129 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15529echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14130echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15530 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15531echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15532 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15533echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15534 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14131 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15535echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 14132echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
15536 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15537echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15538 (
15539 cat <<\_ASBOX
15540## ------------------------------------------ ##
15541## Report this to the AC_PACKAGE_NAME lists. ##
15542## ------------------------------------------ ##
15543_ASBOX
15544 ) |
15545 sed "s/^/$as_me: WARNING: /" >&2
15546 ;;
15547esac 14133esac
15548echo "$as_me:$LINENO: checking for $ac_header" >&5 14134echo "$as_me:$LINENO: checking for $ac_header" >&5
15549echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14135echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15550if eval "test \"\${$as_ac_Header+set}\" = set"; then 14136if eval "test \"\${$as_ac_Header+set}\" = set"; then
15551 echo $ECHO_N "(cached) $ECHO_C" >&6 14137 echo $ECHO_N "(cached) $ECHO_C" >&6
15552else 14138else
15553 eval "$as_ac_Header=\$ac_header_preproc" 14139 eval "$as_ac_Header=$ac_header_preproc"
15554fi 14140fi
15555echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 14141echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15556echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14142echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15579,11 +14165,8 @@ else
15579echo "$as_me:$LINENO: checking $ac_header usability" >&5 14165echo "$as_me:$LINENO: checking $ac_header usability" >&5
15580echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14166echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15581cat >conftest.$ac_ext <<_ACEOF 14167cat >conftest.$ac_ext <<_ACEOF
15582/* confdefs.h. */ 14168#line $LINENO "configure"
15583_ACEOF 14169#include "confdefs.h"
15584cat confdefs.h >>conftest.$ac_ext
15585cat >>conftest.$ac_ext <<_ACEOF
15586/* end confdefs.h. */
15587$ac_includes_default 14170$ac_includes_default
15588#include <$ac_header> 14171#include <$ac_header>
15589_ACEOF 14172_ACEOF
@@ -15593,7 +14176,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15593 ac_status=$? 14176 ac_status=$?
15594 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15595 (exit $ac_status); } && 14178 (exit $ac_status); } &&
15596 { ac_try='test -s conftest.$ac_objext' 14179 { ac_try='test -s conftest.$ac_objext'
15597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15598 (eval $ac_try) 2>&5 14181 (eval $ac_try) 2>&5
15599 ac_status=$? 14182 ac_status=$?
@@ -15602,8 +14185,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15602 ac_header_compiler=yes 14185 ac_header_compiler=yes
15603else 14186else
15604 echo "$as_me: failed program was:" >&5 14187 echo "$as_me: failed program was:" >&5
15605sed 's/^/| /' conftest.$ac_ext >&5 14188cat conftest.$ac_ext >&5
15606
15607ac_header_compiler=no 14189ac_header_compiler=no
15608fi 14190fi
15609rm -f conftest.$ac_objext conftest.$ac_ext 14191rm -f conftest.$ac_objext conftest.$ac_ext
@@ -15614,11 +14196,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15614echo "$as_me:$LINENO: checking $ac_header presence" >&5 14196echo "$as_me:$LINENO: checking $ac_header presence" >&5
15615echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 14197echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15616cat >conftest.$ac_ext <<_ACEOF 14198cat >conftest.$ac_ext <<_ACEOF
15617/* confdefs.h. */ 14199#line $LINENO "configure"
15618_ACEOF 14200#include "confdefs.h"
15619cat confdefs.h >>conftest.$ac_ext
15620cat >>conftest.$ac_ext <<_ACEOF
15621/* end confdefs.h. */
15622#include <$ac_header> 14201#include <$ac_header>
15623_ACEOF 14202_ACEOF
15624if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14203if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15641,8 +14220,7 @@ if test -z "$ac_cpp_err"; then
15641 ac_header_preproc=yes 14220 ac_header_preproc=yes
15642else 14221else
15643 echo "$as_me: failed program was:" >&5 14222 echo "$as_me: failed program was:" >&5
15644sed 's/^/| /' conftest.$ac_ext >&5 14223 cat conftest.$ac_ext >&5
15645
15646 ac_header_preproc=no 14224 ac_header_preproc=no
15647fi 14225fi
15648rm -f conftest.err conftest.$ac_ext 14226rm -f conftest.err conftest.$ac_ext
@@ -15654,39 +14232,22 @@ case $ac_header_compiler:$ac_header_preproc in
15654 yes:no ) 14232 yes:no )
15655 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 14233 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15656echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 14234echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15657 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 14235 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15658echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 14236echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
15659 ac_header_preproc=yes
15660 ;;
15661 no:yes ) 14237 no:yes )
15662 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 14238 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15663echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 14239echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15664 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14240 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15665echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14241echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15666 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15667echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15668 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15669echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15670 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14242 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15671echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 14243echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
15672 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15673echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15674 (
15675 cat <<\_ASBOX
15676## ------------------------------------------ ##
15677## Report this to the AC_PACKAGE_NAME lists. ##
15678## ------------------------------------------ ##
15679_ASBOX
15680 ) |
15681 sed "s/^/$as_me: WARNING: /" >&2
15682 ;;
15683esac 14244esac
15684echo "$as_me:$LINENO: checking for $ac_header" >&5 14245echo "$as_me:$LINENO: checking for $ac_header" >&5
15685echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14246echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15686if eval "test \"\${$as_ac_Header+set}\" = set"; then 14247if eval "test \"\${$as_ac_Header+set}\" = set"; then
15687 echo $ECHO_N "(cached) $ECHO_C" >&6 14248 echo $ECHO_N "(cached) $ECHO_C" >&6
15688else 14249else
15689 eval "$as_ac_Header=\$ac_header_preproc" 14250 eval "$as_ac_Header=$ac_header_preproc"
15690fi 14251fi
15691echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 14252echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15692echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14253echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15715,11 +14276,8 @@ else
15715echo "$as_me:$LINENO: checking $ac_header usability" >&5 14276echo "$as_me:$LINENO: checking $ac_header usability" >&5
15716echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14277echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15717cat >conftest.$ac_ext <<_ACEOF 14278cat >conftest.$ac_ext <<_ACEOF
15718/* confdefs.h. */ 14279#line $LINENO "configure"
15719_ACEOF 14280#include "confdefs.h"
15720cat confdefs.h >>conftest.$ac_ext
15721cat >>conftest.$ac_ext <<_ACEOF
15722/* end confdefs.h. */
15723$ac_includes_default 14281$ac_includes_default
15724#include <$ac_header> 14282#include <$ac_header>
15725_ACEOF 14283_ACEOF
@@ -15729,7 +14287,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15729 ac_status=$? 14287 ac_status=$?
15730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15731 (exit $ac_status); } && 14289 (exit $ac_status); } &&
15732 { ac_try='test -s conftest.$ac_objext' 14290 { ac_try='test -s conftest.$ac_objext'
15733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15734 (eval $ac_try) 2>&5 14292 (eval $ac_try) 2>&5
15735 ac_status=$? 14293 ac_status=$?
@@ -15738,8 +14296,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15738 ac_header_compiler=yes 14296 ac_header_compiler=yes
15739else 14297else
15740 echo "$as_me: failed program was:" >&5 14298 echo "$as_me: failed program was:" >&5
15741sed 's/^/| /' conftest.$ac_ext >&5 14299cat conftest.$ac_ext >&5
15742
15743ac_header_compiler=no 14300ac_header_compiler=no
15744fi 14301fi
15745rm -f conftest.$ac_objext conftest.$ac_ext 14302rm -f conftest.$ac_objext conftest.$ac_ext
@@ -15750,11 +14307,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15750echo "$as_me:$LINENO: checking $ac_header presence" >&5 14307echo "$as_me:$LINENO: checking $ac_header presence" >&5
15751echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 14308echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15752cat >conftest.$ac_ext <<_ACEOF 14309cat >conftest.$ac_ext <<_ACEOF
15753/* confdefs.h. */ 14310#line $LINENO "configure"
15754_ACEOF 14311#include "confdefs.h"
15755cat confdefs.h >>conftest.$ac_ext
15756cat >>conftest.$ac_ext <<_ACEOF
15757/* end confdefs.h. */
15758#include <$ac_header> 14312#include <$ac_header>
15759_ACEOF 14313_ACEOF
15760if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14314if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15777,8 +14331,7 @@ if test -z "$ac_cpp_err"; then
15777 ac_header_preproc=yes 14331 ac_header_preproc=yes
15778else 14332else
15779 echo "$as_me: failed program was:" >&5 14333 echo "$as_me: failed program was:" >&5
15780sed 's/^/| /' conftest.$ac_ext >&5 14334 cat conftest.$ac_ext >&5
15781
15782 ac_header_preproc=no 14335 ac_header_preproc=no
15783fi 14336fi
15784rm -f conftest.err conftest.$ac_ext 14337rm -f conftest.err conftest.$ac_ext
@@ -15790,39 +14343,22 @@ case $ac_header_compiler:$ac_header_preproc in
15790 yes:no ) 14343 yes:no )
15791 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 14344 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15792echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 14345echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15793 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 14346 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15794echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 14347echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
15795 ac_header_preproc=yes
15796 ;;
15797 no:yes ) 14348 no:yes )
15798 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 14349 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15799echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 14350echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15800 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14351 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15801echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14352echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15802 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15803echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15804 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15805echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15806 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14353 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15807echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 14354echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
15808 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15809echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15810 (
15811 cat <<\_ASBOX
15812## ------------------------------------------ ##
15813## Report this to the AC_PACKAGE_NAME lists. ##
15814## ------------------------------------------ ##
15815_ASBOX
15816 ) |
15817 sed "s/^/$as_me: WARNING: /" >&2
15818 ;;
15819esac 14355esac
15820echo "$as_me:$LINENO: checking for $ac_header" >&5 14356echo "$as_me:$LINENO: checking for $ac_header" >&5
15821echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14357echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15822if eval "test \"\${$as_ac_Header+set}\" = set"; then 14358if eval "test \"\${$as_ac_Header+set}\" = set"; then
15823 echo $ECHO_N "(cached) $ECHO_C" >&6 14359 echo $ECHO_N "(cached) $ECHO_C" >&6
15824else 14360else
15825 eval "$as_ac_Header=\$ac_header_preproc" 14361 eval "$as_ac_Header=$ac_header_preproc"
15826fi 14362fi
15827echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 14363echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15828echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14364echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15862,11 +14398,8 @@ else
15862echo "$as_me:$LINENO: checking $ac_header usability" >&5 14398echo "$as_me:$LINENO: checking $ac_header usability" >&5
15863echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14399echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15864cat >conftest.$ac_ext <<_ACEOF 14400cat >conftest.$ac_ext <<_ACEOF
15865/* confdefs.h. */ 14401#line $LINENO "configure"
15866_ACEOF 14402#include "confdefs.h"
15867cat confdefs.h >>conftest.$ac_ext
15868cat >>conftest.$ac_ext <<_ACEOF
15869/* end confdefs.h. */
15870$ac_includes_default 14403$ac_includes_default
15871#include <$ac_header> 14404#include <$ac_header>
15872_ACEOF 14405_ACEOF
@@ -15876,7 +14409,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15876 ac_status=$? 14409 ac_status=$?
15877 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15878 (exit $ac_status); } && 14411 (exit $ac_status); } &&
15879 { ac_try='test -s conftest.$ac_objext' 14412 { ac_try='test -s conftest.$ac_objext'
15880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15881 (eval $ac_try) 2>&5 14414 (eval $ac_try) 2>&5
15882 ac_status=$? 14415 ac_status=$?
@@ -15885,8 +14418,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15885 ac_header_compiler=yes 14418 ac_header_compiler=yes
15886else 14419else
15887 echo "$as_me: failed program was:" >&5 14420 echo "$as_me: failed program was:" >&5
15888sed 's/^/| /' conftest.$ac_ext >&5 14421cat conftest.$ac_ext >&5
15889
15890ac_header_compiler=no 14422ac_header_compiler=no
15891fi 14423fi
15892rm -f conftest.$ac_objext conftest.$ac_ext 14424rm -f conftest.$ac_objext conftest.$ac_ext
@@ -15897,11 +14429,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15897echo "$as_me:$LINENO: checking $ac_header presence" >&5 14429echo "$as_me:$LINENO: checking $ac_header presence" >&5
15898echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 14430echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15899cat >conftest.$ac_ext <<_ACEOF 14431cat >conftest.$ac_ext <<_ACEOF
15900/* confdefs.h. */ 14432#line $LINENO "configure"
15901_ACEOF 14433#include "confdefs.h"
15902cat confdefs.h >>conftest.$ac_ext
15903cat >>conftest.$ac_ext <<_ACEOF
15904/* end confdefs.h. */
15905#include <$ac_header> 14434#include <$ac_header>
15906_ACEOF 14435_ACEOF
15907if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14436if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15924,8 +14453,7 @@ if test -z "$ac_cpp_err"; then
15924 ac_header_preproc=yes 14453 ac_header_preproc=yes
15925else 14454else
15926 echo "$as_me: failed program was:" >&5 14455 echo "$as_me: failed program was:" >&5
15927sed 's/^/| /' conftest.$ac_ext >&5 14456 cat conftest.$ac_ext >&5
15928
15929 ac_header_preproc=no 14457 ac_header_preproc=no
15930fi 14458fi
15931rm -f conftest.err conftest.$ac_ext 14459rm -f conftest.err conftest.$ac_ext
@@ -15937,39 +14465,22 @@ case $ac_header_compiler:$ac_header_preproc in
15937 yes:no ) 14465 yes:no )
15938 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 14466 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15939echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 14467echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15940 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 14468 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15941echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 14469echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
15942 ac_header_preproc=yes
15943 ;;
15944 no:yes ) 14470 no:yes )
15945 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 14471 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15946echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 14472echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15947 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14473 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15948echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14474echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15949 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15950echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15951 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15952echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15953 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14475 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15954echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 14476echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
15955 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15956echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15957 (
15958 cat <<\_ASBOX
15959## ------------------------------------------ ##
15960## Report this to the AC_PACKAGE_NAME lists. ##
15961## ------------------------------------------ ##
15962_ASBOX
15963 ) |
15964 sed "s/^/$as_me: WARNING: /" >&2
15965 ;;
15966esac 14477esac
15967echo "$as_me:$LINENO: checking for $ac_header" >&5 14478echo "$as_me:$LINENO: checking for $ac_header" >&5
15968echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14479echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15969if eval "test \"\${$as_ac_Header+set}\" = set"; then 14480if eval "test \"\${$as_ac_Header+set}\" = set"; then
15970 echo $ECHO_N "(cached) $ECHO_C" >&6 14481 echo $ECHO_N "(cached) $ECHO_C" >&6
15971else 14482else
15972 eval "$as_ac_Header=\$ac_header_preproc" 14483 eval "$as_ac_Header=$ac_header_preproc"
15973fi 14484fi
15974echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 14485echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15975echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14486echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15998,11 +14509,8 @@ else
15998echo "$as_me:$LINENO: checking $ac_header usability" >&5 14509echo "$as_me:$LINENO: checking $ac_header usability" >&5
15999echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14510echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16000cat >conftest.$ac_ext <<_ACEOF 14511cat >conftest.$ac_ext <<_ACEOF
16001/* confdefs.h. */ 14512#line $LINENO "configure"
16002_ACEOF 14513#include "confdefs.h"
16003cat confdefs.h >>conftest.$ac_ext
16004cat >>conftest.$ac_ext <<_ACEOF
16005/* end confdefs.h. */
16006$ac_includes_default 14514$ac_includes_default
16007#include <$ac_header> 14515#include <$ac_header>
16008_ACEOF 14516_ACEOF
@@ -16012,7 +14520,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16012 ac_status=$? 14520 ac_status=$?
16013 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16014 (exit $ac_status); } && 14522 (exit $ac_status); } &&
16015 { ac_try='test -s conftest.$ac_objext' 14523 { ac_try='test -s conftest.$ac_objext'
16016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16017 (eval $ac_try) 2>&5 14525 (eval $ac_try) 2>&5
16018 ac_status=$? 14526 ac_status=$?
@@ -16021,8 +14529,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16021 ac_header_compiler=yes 14529 ac_header_compiler=yes
16022else 14530else
16023 echo "$as_me: failed program was:" >&5 14531 echo "$as_me: failed program was:" >&5
16024sed 's/^/| /' conftest.$ac_ext >&5 14532cat conftest.$ac_ext >&5
16025
16026ac_header_compiler=no 14533ac_header_compiler=no
16027fi 14534fi
16028rm -f conftest.$ac_objext conftest.$ac_ext 14535rm -f conftest.$ac_objext conftest.$ac_ext
@@ -16033,11 +14540,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16033echo "$as_me:$LINENO: checking $ac_header presence" >&5 14540echo "$as_me:$LINENO: checking $ac_header presence" >&5
16034echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 14541echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16035cat >conftest.$ac_ext <<_ACEOF 14542cat >conftest.$ac_ext <<_ACEOF
16036/* confdefs.h. */ 14543#line $LINENO "configure"
16037_ACEOF 14544#include "confdefs.h"
16038cat confdefs.h >>conftest.$ac_ext
16039cat >>conftest.$ac_ext <<_ACEOF
16040/* end confdefs.h. */
16041#include <$ac_header> 14545#include <$ac_header>
16042_ACEOF 14546_ACEOF
16043if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14547if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -16060,8 +14564,7 @@ if test -z "$ac_cpp_err"; then
16060 ac_header_preproc=yes 14564 ac_header_preproc=yes
16061else 14565else
16062 echo "$as_me: failed program was:" >&5 14566 echo "$as_me: failed program was:" >&5
16063sed 's/^/| /' conftest.$ac_ext >&5 14567 cat conftest.$ac_ext >&5
16064
16065 ac_header_preproc=no 14568 ac_header_preproc=no
16066fi 14569fi
16067rm -f conftest.err conftest.$ac_ext 14570rm -f conftest.err conftest.$ac_ext
@@ -16073,39 +14576,22 @@ case $ac_header_compiler:$ac_header_preproc in
16073 yes:no ) 14576 yes:no )
16074 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 14577 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16075echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 14578echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16076 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 14579 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16077echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 14580echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
16078 ac_header_preproc=yes
16079 ;;
16080 no:yes ) 14581 no:yes )
16081 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 14582 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16082echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 14583echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16083 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14584 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16084echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14585echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16085 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16086echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16087 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16088echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16089 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14586 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16090echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 14587echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
16091 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16092echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16093 (
16094 cat <<\_ASBOX
16095## ------------------------------------------ ##
16096## Report this to the AC_PACKAGE_NAME lists. ##
16097## ------------------------------------------ ##
16098_ASBOX
16099 ) |
16100 sed "s/^/$as_me: WARNING: /" >&2
16101 ;;
16102esac 14588esac
16103echo "$as_me:$LINENO: checking for $ac_header" >&5 14589echo "$as_me:$LINENO: checking for $ac_header" >&5
16104echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14590echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16105if eval "test \"\${$as_ac_Header+set}\" = set"; then 14591if eval "test \"\${$as_ac_Header+set}\" = set"; then
16106 echo $ECHO_N "(cached) $ECHO_C" >&6 14592 echo $ECHO_N "(cached) $ECHO_C" >&6
16107else 14593else
16108 eval "$as_ac_Header=\$ac_header_preproc" 14594 eval "$as_ac_Header=$ac_header_preproc"
16109fi 14595fi
16110echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 14596echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16111echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14597echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16134,11 +14620,8 @@ else
16134echo "$as_me:$LINENO: checking $ac_header usability" >&5 14620echo "$as_me:$LINENO: checking $ac_header usability" >&5
16135echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14621echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16136cat >conftest.$ac_ext <<_ACEOF 14622cat >conftest.$ac_ext <<_ACEOF
16137/* confdefs.h. */ 14623#line $LINENO "configure"
16138_ACEOF 14624#include "confdefs.h"
16139cat confdefs.h >>conftest.$ac_ext
16140cat >>conftest.$ac_ext <<_ACEOF
16141/* end confdefs.h. */
16142$ac_includes_default 14625$ac_includes_default
16143#include <$ac_header> 14626#include <$ac_header>
16144_ACEOF 14627_ACEOF
@@ -16148,7 +14631,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16148 ac_status=$? 14631 ac_status=$?
16149 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16150 (exit $ac_status); } && 14633 (exit $ac_status); } &&
16151 { ac_try='test -s conftest.$ac_objext' 14634 { ac_try='test -s conftest.$ac_objext'
16152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16153 (eval $ac_try) 2>&5 14636 (eval $ac_try) 2>&5
16154 ac_status=$? 14637 ac_status=$?
@@ -16157,8 +14640,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16157 ac_header_compiler=yes 14640 ac_header_compiler=yes
16158else 14641else
16159 echo "$as_me: failed program was:" >&5 14642 echo "$as_me: failed program was:" >&5
16160sed 's/^/| /' conftest.$ac_ext >&5 14643cat conftest.$ac_ext >&5
16161
16162ac_header_compiler=no 14644ac_header_compiler=no
16163fi 14645fi
16164rm -f conftest.$ac_objext conftest.$ac_ext 14646rm -f conftest.$ac_objext conftest.$ac_ext
@@ -16169,11 +14651,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16169echo "$as_me:$LINENO: checking $ac_header presence" >&5 14651echo "$as_me:$LINENO: checking $ac_header presence" >&5
16170echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 14652echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16171cat >conftest.$ac_ext <<_ACEOF 14653cat >conftest.$ac_ext <<_ACEOF
16172/* confdefs.h. */ 14654#line $LINENO "configure"
16173_ACEOF 14655#include "confdefs.h"
16174cat confdefs.h >>conftest.$ac_ext
16175cat >>conftest.$ac_ext <<_ACEOF
16176/* end confdefs.h. */
16177#include <$ac_header> 14656#include <$ac_header>
16178_ACEOF 14657_ACEOF
16179if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14658if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -16196,8 +14675,7 @@ if test -z "$ac_cpp_err"; then
16196 ac_header_preproc=yes 14675 ac_header_preproc=yes
16197else 14676else
16198 echo "$as_me: failed program was:" >&5 14677 echo "$as_me: failed program was:" >&5
16199sed 's/^/| /' conftest.$ac_ext >&5 14678 cat conftest.$ac_ext >&5
16200
16201 ac_header_preproc=no 14679 ac_header_preproc=no
16202fi 14680fi
16203rm -f conftest.err conftest.$ac_ext 14681rm -f conftest.err conftest.$ac_ext
@@ -16209,39 +14687,22 @@ case $ac_header_compiler:$ac_header_preproc in
16209 yes:no ) 14687 yes:no )
16210 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 14688 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16211echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 14689echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16212 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 14690 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16213echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 14691echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
16214 ac_header_preproc=yes
16215 ;;
16216 no:yes ) 14692 no:yes )
16217 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 14693 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16218echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 14694echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16219 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14695 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16220echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14696echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16221 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16222echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16223 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16224echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16225 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14697 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16226echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 14698echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
16227 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16228echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16229 (
16230 cat <<\_ASBOX
16231## ------------------------------------------ ##
16232## Report this to the AC_PACKAGE_NAME lists. ##
16233## ------------------------------------------ ##
16234_ASBOX
16235 ) |
16236 sed "s/^/$as_me: WARNING: /" >&2
16237 ;;
16238esac 14699esac
16239echo "$as_me:$LINENO: checking for $ac_header" >&5 14700echo "$as_me:$LINENO: checking for $ac_header" >&5
16240echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14701echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16241if eval "test \"\${$as_ac_Header+set}\" = set"; then 14702if eval "test \"\${$as_ac_Header+set}\" = set"; then
16242 echo $ECHO_N "(cached) $ECHO_C" >&6 14703 echo $ECHO_N "(cached) $ECHO_C" >&6
16243else 14704else
16244 eval "$as_ac_Header=\$ac_header_preproc" 14705 eval "$as_ac_Header=$ac_header_preproc"
16245fi 14706fi
16246echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 14707echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16247echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14708echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16282,11 +14743,8 @@ else
16282echo "$as_me:$LINENO: checking $ac_header usability" >&5 14743echo "$as_me:$LINENO: checking $ac_header usability" >&5
16283echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14744echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16284cat >conftest.$ac_ext <<_ACEOF 14745cat >conftest.$ac_ext <<_ACEOF
16285/* confdefs.h. */ 14746#line $LINENO "configure"
16286_ACEOF 14747#include "confdefs.h"
16287cat confdefs.h >>conftest.$ac_ext
16288cat >>conftest.$ac_ext <<_ACEOF
16289/* end confdefs.h. */
16290$ac_includes_default 14748$ac_includes_default
16291#include <$ac_header> 14749#include <$ac_header>
16292_ACEOF 14750_ACEOF
@@ -16296,7 +14754,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16296 ac_status=$? 14754 ac_status=$?
16297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16298 (exit $ac_status); } && 14756 (exit $ac_status); } &&
16299 { ac_try='test -s conftest.$ac_objext' 14757 { ac_try='test -s conftest.$ac_objext'
16300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16301 (eval $ac_try) 2>&5 14759 (eval $ac_try) 2>&5
16302 ac_status=$? 14760 ac_status=$?
@@ -16305,8 +14763,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16305 ac_header_compiler=yes 14763 ac_header_compiler=yes
16306else 14764else
16307 echo "$as_me: failed program was:" >&5 14765 echo "$as_me: failed program was:" >&5
16308sed 's/^/| /' conftest.$ac_ext >&5 14766cat conftest.$ac_ext >&5
16309
16310ac_header_compiler=no 14767ac_header_compiler=no
16311fi 14768fi
16312rm -f conftest.$ac_objext conftest.$ac_ext 14769rm -f conftest.$ac_objext conftest.$ac_ext
@@ -16317,11 +14774,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16317echo "$as_me:$LINENO: checking $ac_header presence" >&5 14774echo "$as_me:$LINENO: checking $ac_header presence" >&5
16318echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 14775echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16319cat >conftest.$ac_ext <<_ACEOF 14776cat >conftest.$ac_ext <<_ACEOF
16320/* confdefs.h. */ 14777#line $LINENO "configure"
16321_ACEOF 14778#include "confdefs.h"
16322cat confdefs.h >>conftest.$ac_ext
16323cat >>conftest.$ac_ext <<_ACEOF
16324/* end confdefs.h. */
16325#include <$ac_header> 14779#include <$ac_header>
16326_ACEOF 14780_ACEOF
16327if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14781if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -16344,8 +14798,7 @@ if test -z "$ac_cpp_err"; then
16344 ac_header_preproc=yes 14798 ac_header_preproc=yes
16345else 14799else
16346 echo "$as_me: failed program was:" >&5 14800 echo "$as_me: failed program was:" >&5
16347sed 's/^/| /' conftest.$ac_ext >&5 14801 cat conftest.$ac_ext >&5
16348
16349 ac_header_preproc=no 14802 ac_header_preproc=no
16350fi 14803fi
16351rm -f conftest.err conftest.$ac_ext 14804rm -f conftest.err conftest.$ac_ext
@@ -16357,39 +14810,22 @@ case $ac_header_compiler:$ac_header_preproc in
16357 yes:no ) 14810 yes:no )
16358 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 14811 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16359echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 14812echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16360 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 14813 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16361echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 14814echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
16362 ac_header_preproc=yes
16363 ;;
16364 no:yes ) 14815 no:yes )
16365 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 14816 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16366echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 14817echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16367 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14818 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16368echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14819echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16369 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16370echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16371 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16372echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16373 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 14820 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16374echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 14821echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
16375 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16376echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16377 (
16378 cat <<\_ASBOX
16379## ------------------------------------------ ##
16380## Report this to the AC_PACKAGE_NAME lists. ##
16381## ------------------------------------------ ##
16382_ASBOX
16383 ) |
16384 sed "s/^/$as_me: WARNING: /" >&2
16385 ;;
16386esac 14822esac
16387echo "$as_me:$LINENO: checking for $ac_header" >&5 14823echo "$as_me:$LINENO: checking for $ac_header" >&5
16388echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 14824echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16389if eval "test \"\${$as_ac_Header+set}\" = set"; then 14825if eval "test \"\${$as_ac_Header+set}\" = set"; then
16390 echo $ECHO_N "(cached) $ECHO_C" >&6 14826 echo $ECHO_N "(cached) $ECHO_C" >&6
16391else 14827else
16392 eval "$as_ac_Header=\$ac_header_preproc" 14828 eval "$as_ac_Header=$ac_header_preproc"
16393fi 14829fi
16394echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 14830echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16395echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14831echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16417,11 +14853,8 @@ else
16417 ac_check_lib_save_LIBS=$LIBS 14853 ac_check_lib_save_LIBS=$LIBS
16418LIBS="-lintl $LIBS" 14854LIBS="-lintl $LIBS"
16419cat >conftest.$ac_ext <<_ACEOF 14855cat >conftest.$ac_ext <<_ACEOF
16420/* confdefs.h. */ 14856#line $LINENO "configure"
16421_ACEOF 14857#include "confdefs.h"
16422cat confdefs.h >>conftest.$ac_ext
16423cat >>conftest.$ac_ext <<_ACEOF
16424/* end confdefs.h. */
16425 14858
16426/* Override any gcc2 internal prototype to avoid an error. */ 14859/* Override any gcc2 internal prototype to avoid an error. */
16427#ifdef __cplusplus 14860#ifdef __cplusplus
@@ -16444,7 +14877,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16444 ac_status=$? 14877 ac_status=$?
16445 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16446 (exit $ac_status); } && 14879 (exit $ac_status); } &&
16447 { ac_try='test -s conftest$ac_exeext' 14880 { ac_try='test -s conftest$ac_exeext'
16448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16449 (eval $ac_try) 2>&5 14882 (eval $ac_try) 2>&5
16450 ac_status=$? 14883 ac_status=$?
@@ -16453,8 +14886,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16453 ac_cv_lib_intl_dgettext=yes 14886 ac_cv_lib_intl_dgettext=yes
16454else 14887else
16455 echo "$as_me: failed program was:" >&5 14888 echo "$as_me: failed program was:" >&5
16456sed 's/^/| /' conftest.$ac_ext >&5 14889cat conftest.$ac_ext >&5
16457
16458ac_cv_lib_intl_dgettext=no 14890ac_cv_lib_intl_dgettext=no
16459fi 14891fi
16460rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14892rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -16483,11 +14915,8 @@ if test "$cross_compiling" = yes; then
16483emacs_cv_localtime_cache=yes 14915emacs_cv_localtime_cache=yes
16484else 14916else
16485 cat >conftest.$ac_ext <<_ACEOF 14917 cat >conftest.$ac_ext <<_ACEOF
16486/* confdefs.h. */ 14918#line $LINENO "configure"
16487_ACEOF 14919#include "confdefs.h"
16488cat confdefs.h >>conftest.$ac_ext
16489cat >>conftest.$ac_ext <<_ACEOF
16490/* end confdefs.h. */
16491#include <time.h> 14920#include <time.h>
16492extern char **environ; 14921extern char **environ;
16493unset_TZ () 14922unset_TZ ()
@@ -16533,8 +14962,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16533else 14962else
16534 echo "$as_me: program exited with status $ac_status" >&5 14963 echo "$as_me: program exited with status $ac_status" >&5
16535echo "$as_me: failed program was:" >&5 14964echo "$as_me: failed program was:" >&5
16536sed 's/^/| /' conftest.$ac_ext >&5 14965cat conftest.$ac_ext >&5
16537
16538( exit $ac_status ) 14966( exit $ac_status )
16539emacs_cv_localtime_cache=yes 14967emacs_cv_localtime_cache=yes
16540fi 14968fi
@@ -16567,52 +14995,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
16567 echo $ECHO_N "(cached) $ECHO_C" >&6 14995 echo $ECHO_N "(cached) $ECHO_C" >&6
16568else 14996else
16569 cat >conftest.$ac_ext <<_ACEOF 14997 cat >conftest.$ac_ext <<_ACEOF
16570/* confdefs.h. */ 14998#line $LINENO "configure"
16571_ACEOF 14999#include "confdefs.h"
16572cat confdefs.h >>conftest.$ac_ext
16573cat >>conftest.$ac_ext <<_ACEOF
16574/* end confdefs.h. */
16575/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16576 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16577#define $ac_func innocuous_$ac_func
16578
16579/* System header to define __stub macros and hopefully few prototypes, 15000/* System header to define __stub macros and hopefully few prototypes,
16580 which can conflict with char $ac_func (); below. 15001 which can conflict with char $ac_func (); below. */
16581 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15002#include <assert.h>
16582 <limits.h> exists even on freestanding compilers. */
16583
16584#ifdef __STDC__
16585# include <limits.h>
16586#else
16587# include <assert.h>
16588#endif
16589
16590#undef $ac_func
16591
16592/* Override any gcc2 internal prototype to avoid an error. */ 15003/* Override any gcc2 internal prototype to avoid an error. */
16593#ifdef __cplusplus 15004#ifdef __cplusplus
16594extern "C" 15005extern "C"
16595{
16596#endif 15006#endif
16597/* We use char because int might match the return type of a gcc2 15007/* We use char because int might match the return type of a gcc2
16598 builtin and then its argument prototype would still apply. */ 15008 builtin and then its argument prototype would still apply. */
16599char $ac_func (); 15009char $ac_func ();
15010char (*f) ();
15011
15012int
15013main ()
15014{
16600/* The GNU C library defines this for functions which it implements 15015/* The GNU C library defines this for functions which it implements
16601 to always fail with ENOSYS. Some functions are actually named 15016 to always fail with ENOSYS. Some functions are actually named
16602 something starting with __ and the normal name is an alias. */ 15017 something starting with __ and the normal name is an alias. */
16603#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 15018#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16604choke me 15019choke me
16605#else 15020#else
16606char (*f) () = $ac_func; 15021f = $ac_func;
16607#endif
16608#ifdef __cplusplus
16609}
16610#endif 15022#endif
16611 15023
16612int
16613main ()
16614{
16615return f != $ac_func;
16616 ; 15024 ;
16617 return 0; 15025 return 0;
16618} 15026}
@@ -16623,7 +15031,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16623 ac_status=$? 15031 ac_status=$?
16624 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16625 (exit $ac_status); } && 15033 (exit $ac_status); } &&
16626 { ac_try='test -s conftest$ac_exeext' 15034 { ac_try='test -s conftest$ac_exeext'
16627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16628 (eval $ac_try) 2>&5 15036 (eval $ac_try) 2>&5
16629 ac_status=$? 15037 ac_status=$?
@@ -16632,8 +15040,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16632 eval "$as_ac_var=yes" 15040 eval "$as_ac_var=yes"
16633else 15041else
16634 echo "$as_me: failed program was:" >&5 15042 echo "$as_me: failed program was:" >&5
16635sed 's/^/| /' conftest.$ac_ext >&5 15043cat conftest.$ac_ext >&5
16636
16637eval "$as_ac_var=no" 15044eval "$as_ac_var=no"
16638fi 15045fi
16639rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15046rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -16655,11 +15062,8 @@ if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
16655 echo $ECHO_N "(cached) $ECHO_C" >&6 15062 echo $ECHO_N "(cached) $ECHO_C" >&6
16656else 15063else
16657 cat >conftest.$ac_ext <<_ACEOF 15064 cat >conftest.$ac_ext <<_ACEOF
16658/* confdefs.h. */ 15065#line $LINENO "configure"
16659_ACEOF 15066#include "confdefs.h"
16660cat confdefs.h >>conftest.$ac_ext
16661cat >>conftest.$ac_ext <<_ACEOF
16662/* end confdefs.h. */
16663 15067
16664#ifdef TIME_WITH_SYS_TIME 15068#ifdef TIME_WITH_SYS_TIME
16665#include <sys/time.h> 15069#include <sys/time.h>
@@ -16686,7 +15090,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16686 ac_status=$? 15090 ac_status=$?
16687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16688 (exit $ac_status); } && 15092 (exit $ac_status); } &&
16689 { ac_try='test -s conftest.$ac_objext' 15093 { ac_try='test -s conftest.$ac_objext'
16690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16691 (eval $ac_try) 2>&5 15095 (eval $ac_try) 2>&5
16692 ac_status=$? 15096 ac_status=$?
@@ -16695,8 +15099,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16695 emacs_cv_gettimeofday_two_arguments=yes 15099 emacs_cv_gettimeofday_two_arguments=yes
16696else 15100else
16697 echo "$as_me: failed program was:" >&5 15101 echo "$as_me: failed program was:" >&5
16698sed 's/^/| /' conftest.$ac_ext >&5 15102cat conftest.$ac_ext >&5
16699
16700emacs_cv_gettimeofday_two_arguments=no 15103emacs_cv_gettimeofday_two_arguments=no
16701fi 15104fi
16702rm -f conftest.$ac_objext conftest.$ac_ext 15105rm -f conftest.$ac_objext conftest.$ac_ext
@@ -16720,11 +15123,8 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
16720 echo $ECHO_N "(cached) $ECHO_C" >&6 15123 echo $ECHO_N "(cached) $ECHO_C" >&6
16721else 15124else
16722 cat >conftest.$ac_ext <<_ACEOF 15125 cat >conftest.$ac_ext <<_ACEOF
16723/* confdefs.h. */ 15126#line $LINENO "configure"
16724_ACEOF 15127#include "confdefs.h"
16725cat confdefs.h >>conftest.$ac_ext
16726cat >>conftest.$ac_ext <<_ACEOF
16727/* end confdefs.h. */
16728#include <sys/types.h> 15128#include <sys/types.h>
16729#include <$ac_cv_struct_tm> 15129#include <$ac_cv_struct_tm>
16730 15130
@@ -16745,7 +15145,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16745 ac_status=$? 15145 ac_status=$?
16746 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16747 (exit $ac_status); } && 15147 (exit $ac_status); } &&
16748 { ac_try='test -s conftest.$ac_objext' 15148 { ac_try='test -s conftest.$ac_objext'
16749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16750 (eval $ac_try) 2>&5 15150 (eval $ac_try) 2>&5
16751 ac_status=$? 15151 ac_status=$?
@@ -16754,14 +15154,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16754 ac_cv_member_struct_tm_tm_zone=yes 15154 ac_cv_member_struct_tm_tm_zone=yes
16755else 15155else
16756 echo "$as_me: failed program was:" >&5 15156 echo "$as_me: failed program was:" >&5
16757sed 's/^/| /' conftest.$ac_ext >&5 15157cat conftest.$ac_ext >&5
16758
16759cat >conftest.$ac_ext <<_ACEOF 15158cat >conftest.$ac_ext <<_ACEOF
16760/* confdefs.h. */ 15159#line $LINENO "configure"
16761_ACEOF 15160#include "confdefs.h"
16762cat confdefs.h >>conftest.$ac_ext
16763cat >>conftest.$ac_ext <<_ACEOF
16764/* end confdefs.h. */
16765#include <sys/types.h> 15161#include <sys/types.h>
16766#include <$ac_cv_struct_tm> 15162#include <$ac_cv_struct_tm>
16767 15163
@@ -16782,7 +15178,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16782 ac_status=$? 15178 ac_status=$?
16783 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16784 (exit $ac_status); } && 15180 (exit $ac_status); } &&
16785 { ac_try='test -s conftest.$ac_objext' 15181 { ac_try='test -s conftest.$ac_objext'
16786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16787 (eval $ac_try) 2>&5 15183 (eval $ac_try) 2>&5
16788 ac_status=$? 15184 ac_status=$?
@@ -16791,8 +15187,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16791 ac_cv_member_struct_tm_tm_zone=yes 15187 ac_cv_member_struct_tm_tm_zone=yes
16792else 15188else
16793 echo "$as_me: failed program was:" >&5 15189 echo "$as_me: failed program was:" >&5
16794sed 's/^/| /' conftest.$ac_ext >&5 15190cat conftest.$ac_ext >&5
16795
16796ac_cv_member_struct_tm_tm_zone=no 15191ac_cv_member_struct_tm_tm_zone=no
16797fi 15192fi
16798rm -f conftest.$ac_objext conftest.$ac_ext 15193rm -f conftest.$ac_objext conftest.$ac_ext
@@ -16823,11 +15218,8 @@ if test "${ac_cv_var_tzname+set}" = set; then
16823 echo $ECHO_N "(cached) $ECHO_C" >&6 15218 echo $ECHO_N "(cached) $ECHO_C" >&6
16824else 15219else
16825 cat >conftest.$ac_ext <<_ACEOF 15220 cat >conftest.$ac_ext <<_ACEOF
16826/* confdefs.h. */ 15221#line $LINENO "configure"
16827_ACEOF 15222#include "confdefs.h"
16828cat confdefs.h >>conftest.$ac_ext
16829cat >>conftest.$ac_ext <<_ACEOF
16830/* end confdefs.h. */
16831#include <time.h> 15223#include <time.h>
16832#ifndef tzname /* For SGI. */ 15224#ifndef tzname /* For SGI. */
16833extern char *tzname[]; /* RS6000 and others reject char **tzname. */ 15225extern char *tzname[]; /* RS6000 and others reject char **tzname. */
@@ -16847,7 +15239,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16847 ac_status=$? 15239 ac_status=$?
16848 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16849 (exit $ac_status); } && 15241 (exit $ac_status); } &&
16850 { ac_try='test -s conftest$ac_exeext' 15242 { ac_try='test -s conftest$ac_exeext'
16851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16852 (eval $ac_try) 2>&5 15244 (eval $ac_try) 2>&5
16853 ac_status=$? 15245 ac_status=$?
@@ -16856,8 +15248,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16856 ac_cv_var_tzname=yes 15248 ac_cv_var_tzname=yes
16857else 15249else
16858 echo "$as_me: failed program was:" >&5 15250 echo "$as_me: failed program was:" >&5
16859sed 's/^/| /' conftest.$ac_ext >&5 15251cat conftest.$ac_ext >&5
16860
16861ac_cv_var_tzname=no 15252ac_cv_var_tzname=no
16862fi 15253fi
16863rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15254rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -16881,11 +15272,8 @@ if test "${emacs_cv_struct_timezone+set}" = set; then
16881 echo $ECHO_N "(cached) $ECHO_C" >&6 15272 echo $ECHO_N "(cached) $ECHO_C" >&6
16882else 15273else
16883 cat >conftest.$ac_ext <<_ACEOF 15274 cat >conftest.$ac_ext <<_ACEOF
16884/* confdefs.h. */ 15275#line $LINENO "configure"
16885_ACEOF 15276#include "confdefs.h"
16886cat confdefs.h >>conftest.$ac_ext
16887cat >>conftest.$ac_ext <<_ACEOF
16888/* end confdefs.h. */
16889#include <sys/time.h> 15277#include <sys/time.h>
16890int 15278int
16891main () 15279main ()
@@ -16901,7 +15289,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16901 ac_status=$? 15289 ac_status=$?
16902 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16903 (exit $ac_status); } && 15291 (exit $ac_status); } &&
16904 { ac_try='test -s conftest.$ac_objext' 15292 { ac_try='test -s conftest.$ac_objext'
16905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16906 (eval $ac_try) 2>&5 15294 (eval $ac_try) 2>&5
16907 ac_status=$? 15295 ac_status=$?
@@ -16911,11 +15299,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16911 emacs_cv_struct_timezone=yes 15299 emacs_cv_struct_timezone=yes
16912else 15300else
16913 cat >conftest.$ac_ext <<_ACEOF 15301 cat >conftest.$ac_ext <<_ACEOF
16914/* confdefs.h. */ 15302#line $LINENO "configure"
16915_ACEOF 15303#include "confdefs.h"
16916cat confdefs.h >>conftest.$ac_ext
16917cat >>conftest.$ac_ext <<_ACEOF
16918/* end confdefs.h. */
16919 15304
16920#ifdef TIME_WITH_SYS_TIME 15305#ifdef TIME_WITH_SYS_TIME
16921#include <sys/time.h> 15306#include <sys/time.h>
@@ -16948,8 +15333,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16948else 15333else
16949 echo "$as_me: program exited with status $ac_status" >&5 15334 echo "$as_me: program exited with status $ac_status" >&5
16950echo "$as_me: failed program was:" >&5 15335echo "$as_me: failed program was:" >&5
16951sed 's/^/| /' conftest.$ac_ext >&5 15336cat conftest.$ac_ext >&5
16952
16953( exit $ac_status ) 15337( exit $ac_status )
16954emacs_cv_struct_timezone=no 15338emacs_cv_struct_timezone=no
16955fi 15339fi
@@ -16957,8 +15341,7 @@ rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext
16957fi 15341fi
16958else 15342else
16959 echo "$as_me: failed program was:" >&5 15343 echo "$as_me: failed program was:" >&5
16960sed 's/^/| /' conftest.$ac_ext >&5 15344cat conftest.$ac_ext >&5
16961
16962emacs_cv_struct_timezone=no 15345emacs_cv_struct_timezone=no
16963fi 15346fi
16964rm -f conftest.$ac_objext conftest.$ac_ext 15347rm -f conftest.$ac_objext conftest.$ac_ext
@@ -16974,52 +15357,32 @@ if test "${ac_cv_func_socket+set}" = set; then
16974 echo $ECHO_N "(cached) $ECHO_C" >&6 15357 echo $ECHO_N "(cached) $ECHO_C" >&6
16975else 15358else
16976 cat >conftest.$ac_ext <<_ACEOF 15359 cat >conftest.$ac_ext <<_ACEOF
16977/* confdefs.h. */ 15360#line $LINENO "configure"
16978_ACEOF 15361#include "confdefs.h"
16979cat confdefs.h >>conftest.$ac_ext
16980cat >>conftest.$ac_ext <<_ACEOF
16981/* end confdefs.h. */
16982/* Define socket to an innocuous variant, in case <limits.h> declares socket.
16983 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16984#define socket innocuous_socket
16985
16986/* System header to define __stub macros and hopefully few prototypes, 15362/* System header to define __stub macros and hopefully few prototypes,
16987 which can conflict with char socket (); below. 15363 which can conflict with char socket (); below. */
16988 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15364#include <assert.h>
16989 <limits.h> exists even on freestanding compilers. */
16990
16991#ifdef __STDC__
16992# include <limits.h>
16993#else
16994# include <assert.h>
16995#endif
16996
16997#undef socket
16998
16999/* Override any gcc2 internal prototype to avoid an error. */ 15365/* Override any gcc2 internal prototype to avoid an error. */
17000#ifdef __cplusplus 15366#ifdef __cplusplus
17001extern "C" 15367extern "C"
17002{
17003#endif 15368#endif
17004/* We use char because int might match the return type of a gcc2 15369/* We use char because int might match the return type of a gcc2
17005 builtin and then its argument prototype would still apply. */ 15370 builtin and then its argument prototype would still apply. */
17006char socket (); 15371char socket ();
15372char (*f) ();
15373
15374int
15375main ()
15376{
17007/* The GNU C library defines this for functions which it implements 15377/* The GNU C library defines this for functions which it implements
17008 to always fail with ENOSYS. Some functions are actually named 15378 to always fail with ENOSYS. Some functions are actually named
17009 something starting with __ and the normal name is an alias. */ 15379 something starting with __ and the normal name is an alias. */
17010#if defined (__stub_socket) || defined (__stub___socket) 15380#if defined (__stub_socket) || defined (__stub___socket)
17011choke me 15381choke me
17012#else 15382#else
17013char (*f) () = socket; 15383f = socket;
17014#endif
17015#ifdef __cplusplus
17016}
17017#endif 15384#endif
17018 15385
17019int
17020main ()
17021{
17022return f != socket;
17023 ; 15386 ;
17024 return 0; 15387 return 0;
17025} 15388}
@@ -17030,7 +15393,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17030 ac_status=$? 15393 ac_status=$?
17031 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17032 (exit $ac_status); } && 15395 (exit $ac_status); } &&
17033 { ac_try='test -s conftest$ac_exeext' 15396 { ac_try='test -s conftest$ac_exeext'
17034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17035 (eval $ac_try) 2>&5 15398 (eval $ac_try) 2>&5
17036 ac_status=$? 15399 ac_status=$?
@@ -17039,8 +15402,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17039 ac_cv_func_socket=yes 15402 ac_cv_func_socket=yes
17040else 15403else
17041 echo "$as_me: failed program was:" >&5 15404 echo "$as_me: failed program was:" >&5
17042sed 's/^/| /' conftest.$ac_ext >&5 15405cat conftest.$ac_ext >&5
17043
17044ac_cv_func_socket=no 15406ac_cv_func_socket=no
17045fi 15407fi
17046rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15408rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -17067,11 +15429,8 @@ else
17067echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 15429echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
17068echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 15430echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
17069cat >conftest.$ac_ext <<_ACEOF 15431cat >conftest.$ac_ext <<_ACEOF
17070/* confdefs.h. */ 15432#line $LINENO "configure"
17071_ACEOF 15433#include "confdefs.h"
17072cat confdefs.h >>conftest.$ac_ext
17073cat >>conftest.$ac_ext <<_ACEOF
17074/* end confdefs.h. */
17075$ac_includes_default 15434$ac_includes_default
17076#include <netinet/in.h> 15435#include <netinet/in.h>
17077_ACEOF 15436_ACEOF
@@ -17081,7 +15440,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17081 ac_status=$? 15440 ac_status=$?
17082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17083 (exit $ac_status); } && 15442 (exit $ac_status); } &&
17084 { ac_try='test -s conftest.$ac_objext' 15443 { ac_try='test -s conftest.$ac_objext'
17085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17086 (eval $ac_try) 2>&5 15445 (eval $ac_try) 2>&5
17087 ac_status=$? 15446 ac_status=$?
@@ -17090,8 +15449,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17090 ac_header_compiler=yes 15449 ac_header_compiler=yes
17091else 15450else
17092 echo "$as_me: failed program was:" >&5 15451 echo "$as_me: failed program was:" >&5
17093sed 's/^/| /' conftest.$ac_ext >&5 15452cat conftest.$ac_ext >&5
17094
17095ac_header_compiler=no 15453ac_header_compiler=no
17096fi 15454fi
17097rm -f conftest.$ac_objext conftest.$ac_ext 15455rm -f conftest.$ac_objext conftest.$ac_ext
@@ -17102,11 +15460,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
17102echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 15460echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
17103echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 15461echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
17104cat >conftest.$ac_ext <<_ACEOF 15462cat >conftest.$ac_ext <<_ACEOF
17105/* confdefs.h. */ 15463#line $LINENO "configure"
17106_ACEOF 15464#include "confdefs.h"
17107cat confdefs.h >>conftest.$ac_ext
17108cat >>conftest.$ac_ext <<_ACEOF
17109/* end confdefs.h. */
17110#include <netinet/in.h> 15465#include <netinet/in.h>
17111_ACEOF 15466_ACEOF
17112if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15467if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -17129,8 +15484,7 @@ if test -z "$ac_cpp_err"; then
17129 ac_header_preproc=yes 15484 ac_header_preproc=yes
17130else 15485else
17131 echo "$as_me: failed program was:" >&5 15486 echo "$as_me: failed program was:" >&5
17132sed 's/^/| /' conftest.$ac_ext >&5 15487 cat conftest.$ac_ext >&5
17133
17134 ac_header_preproc=no 15488 ac_header_preproc=no
17135fi 15489fi
17136rm -f conftest.err conftest.$ac_ext 15490rm -f conftest.err conftest.$ac_ext
@@ -17142,32 +15496,15 @@ case $ac_header_compiler:$ac_header_preproc in
17142 yes:no ) 15496 yes:no )
17143 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 15497 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
17144echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 15498echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17145 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 15499 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
17146echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} 15500echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};;
17147 ac_header_preproc=yes
17148 ;;
17149 no:yes ) 15501 no:yes )
17150 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 15502 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
17151echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 15503echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
17152 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 15504 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
17153echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 15505echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
17154 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
17155echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
17156 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
17157echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
17158 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 15506 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
17159echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 15507echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};;
17160 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
17161echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
17162 (
17163 cat <<\_ASBOX
17164## ------------------------------------------ ##
17165## Report this to the AC_PACKAGE_NAME lists. ##
17166## ------------------------------------------ ##
17167_ASBOX
17168 ) |
17169 sed "s/^/$as_me: WARNING: /" >&2
17170 ;;
17171esac 15508esac
17172echo "$as_me:$LINENO: checking for netinet/in.h" >&5 15509echo "$as_me:$LINENO: checking for netinet/in.h" >&5
17173echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 15510echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
@@ -17202,11 +15539,8 @@ else
17202echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 15539echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
17203echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 15540echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
17204cat >conftest.$ac_ext <<_ACEOF 15541cat >conftest.$ac_ext <<_ACEOF
17205/* confdefs.h. */ 15542#line $LINENO "configure"
17206_ACEOF 15543#include "confdefs.h"
17207cat confdefs.h >>conftest.$ac_ext
17208cat >>conftest.$ac_ext <<_ACEOF
17209/* end confdefs.h. */
17210$ac_includes_default 15544$ac_includes_default
17211#include <arpa/inet.h> 15545#include <arpa/inet.h>
17212_ACEOF 15546_ACEOF
@@ -17216,7 +15550,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17216 ac_status=$? 15550 ac_status=$?
17217 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17218 (exit $ac_status); } && 15552 (exit $ac_status); } &&
17219 { ac_try='test -s conftest.$ac_objext' 15553 { ac_try='test -s conftest.$ac_objext'
17220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17221 (eval $ac_try) 2>&5 15555 (eval $ac_try) 2>&5
17222 ac_status=$? 15556 ac_status=$?
@@ -17225,8 +15559,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17225 ac_header_compiler=yes 15559 ac_header_compiler=yes
17226else 15560else
17227 echo "$as_me: failed program was:" >&5 15561 echo "$as_me: failed program was:" >&5
17228sed 's/^/| /' conftest.$ac_ext >&5 15562cat conftest.$ac_ext >&5
17229
17230ac_header_compiler=no 15563ac_header_compiler=no
17231fi 15564fi
17232rm -f conftest.$ac_objext conftest.$ac_ext 15565rm -f conftest.$ac_objext conftest.$ac_ext
@@ -17237,11 +15570,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
17237echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 15570echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
17238echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 15571echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
17239cat >conftest.$ac_ext <<_ACEOF 15572cat >conftest.$ac_ext <<_ACEOF
17240/* confdefs.h. */ 15573#line $LINENO "configure"
17241_ACEOF 15574#include "confdefs.h"
17242cat confdefs.h >>conftest.$ac_ext
17243cat >>conftest.$ac_ext <<_ACEOF
17244/* end confdefs.h. */
17245#include <arpa/inet.h> 15575#include <arpa/inet.h>
17246_ACEOF 15576_ACEOF
17247if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15577if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -17264,8 +15594,7 @@ if test -z "$ac_cpp_err"; then
17264 ac_header_preproc=yes 15594 ac_header_preproc=yes
17265else 15595else
17266 echo "$as_me: failed program was:" >&5 15596 echo "$as_me: failed program was:" >&5
17267sed 's/^/| /' conftest.$ac_ext >&5 15597 cat conftest.$ac_ext >&5
17268
17269 ac_header_preproc=no 15598 ac_header_preproc=no
17270fi 15599fi
17271rm -f conftest.err conftest.$ac_ext 15600rm -f conftest.err conftest.$ac_ext
@@ -17277,32 +15606,15 @@ case $ac_header_compiler:$ac_header_preproc in
17277 yes:no ) 15606 yes:no )
17278 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 15607 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
17279echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 15608echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17280 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 15609 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
17281echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} 15610echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};;
17282 ac_header_preproc=yes
17283 ;;
17284 no:yes ) 15611 no:yes )
17285 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 15612 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
17286echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 15613echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
17287 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 15614 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
17288echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 15615echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
17289 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
17290echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
17291 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
17292echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
17293 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 15616 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
17294echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 15617echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};;
17295 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
17296echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
17297 (
17298 cat <<\_ASBOX
17299## ------------------------------------------ ##
17300## Report this to the AC_PACKAGE_NAME lists. ##
17301## ------------------------------------------ ##
17302_ASBOX
17303 ) |
17304 sed "s/^/$as_me: WARNING: /" >&2
17305 ;;
17306esac 15618esac
17307echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 15619echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
17308echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 15620echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
@@ -17360,11 +15672,8 @@ if test "${ac_cv_type_pid_t+set}" = set; then
17360 echo $ECHO_N "(cached) $ECHO_C" >&6 15672 echo $ECHO_N "(cached) $ECHO_C" >&6
17361else 15673else
17362 cat >conftest.$ac_ext <<_ACEOF 15674 cat >conftest.$ac_ext <<_ACEOF
17363/* confdefs.h. */ 15675#line $LINENO "configure"
17364_ACEOF 15676#include "confdefs.h"
17365cat confdefs.h >>conftest.$ac_ext
17366cat >>conftest.$ac_ext <<_ACEOF
17367/* end confdefs.h. */
17368$ac_includes_default 15677$ac_includes_default
17369int 15678int
17370main () 15679main ()
@@ -17383,7 +15692,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17383 ac_status=$? 15692 ac_status=$?
17384 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17385 (exit $ac_status); } && 15694 (exit $ac_status); } &&
17386 { ac_try='test -s conftest.$ac_objext' 15695 { ac_try='test -s conftest.$ac_objext'
17387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17388 (eval $ac_try) 2>&5 15697 (eval $ac_try) 2>&5
17389 ac_status=$? 15698 ac_status=$?
@@ -17392,8 +15701,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17392 ac_cv_type_pid_t=yes 15701 ac_cv_type_pid_t=yes
17393else 15702else
17394 echo "$as_me: failed program was:" >&5 15703 echo "$as_me: failed program was:" >&5
17395sed 's/^/| /' conftest.$ac_ext >&5 15704cat conftest.$ac_ext >&5
17396
17397ac_cv_type_pid_t=no 15705ac_cv_type_pid_t=no
17398fi 15706fi
17399rm -f conftest.$ac_objext conftest.$ac_ext 15707rm -f conftest.$ac_objext conftest.$ac_ext
@@ -17428,11 +15736,8 @@ else
17428echo "$as_me:$LINENO: checking $ac_header usability" >&5 15736echo "$as_me:$LINENO: checking $ac_header usability" >&5
17429echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15737echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17430cat >conftest.$ac_ext <<_ACEOF 15738cat >conftest.$ac_ext <<_ACEOF
17431/* confdefs.h. */ 15739#line $LINENO "configure"
17432_ACEOF 15740#include "confdefs.h"
17433cat confdefs.h >>conftest.$ac_ext
17434cat >>conftest.$ac_ext <<_ACEOF
17435/* end confdefs.h. */
17436$ac_includes_default 15741$ac_includes_default
17437#include <$ac_header> 15742#include <$ac_header>
17438_ACEOF 15743_ACEOF
@@ -17442,7 +15747,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17442 ac_status=$? 15747 ac_status=$?
17443 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17444 (exit $ac_status); } && 15749 (exit $ac_status); } &&
17445 { ac_try='test -s conftest.$ac_objext' 15750 { ac_try='test -s conftest.$ac_objext'
17446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17447 (eval $ac_try) 2>&5 15752 (eval $ac_try) 2>&5
17448 ac_status=$? 15753 ac_status=$?
@@ -17451,8 +15756,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17451 ac_header_compiler=yes 15756 ac_header_compiler=yes
17452else 15757else
17453 echo "$as_me: failed program was:" >&5 15758 echo "$as_me: failed program was:" >&5
17454sed 's/^/| /' conftest.$ac_ext >&5 15759cat conftest.$ac_ext >&5
17455
17456ac_header_compiler=no 15760ac_header_compiler=no
17457fi 15761fi
17458rm -f conftest.$ac_objext conftest.$ac_ext 15762rm -f conftest.$ac_objext conftest.$ac_ext
@@ -17463,11 +15767,8 @@ echo "${ECHO_T}$ac_header_compiler" >&6
17463echo "$as_me:$LINENO: checking $ac_header presence" >&5 15767echo "$as_me:$LINENO: checking $ac_header presence" >&5
17464echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15768echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17465cat >conftest.$ac_ext <<_ACEOF 15769cat >conftest.$ac_ext <<_ACEOF
17466/* confdefs.h. */ 15770#line $LINENO "configure"
17467_ACEOF 15771#include "confdefs.h"
17468cat confdefs.h >>conftest.$ac_ext
17469cat >>conftest.$ac_ext <<_ACEOF
17470/* end confdefs.h. */
17471#include <$ac_header> 15772#include <$ac_header>
17472_ACEOF 15773_ACEOF
17473if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15774if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -17490,8 +15791,7 @@ if test -z "$ac_cpp_err"; then
17490 ac_header_preproc=yes 15791 ac_header_preproc=yes
17491else 15792else
17492 echo "$as_me: failed program was:" >&5 15793 echo "$as_me: failed program was:" >&5
17493sed 's/^/| /' conftest.$ac_ext >&5 15794 cat conftest.$ac_ext >&5
17494
17495 ac_header_preproc=no 15795 ac_header_preproc=no
17496fi 15796fi
17497rm -f conftest.err conftest.$ac_ext 15797rm -f conftest.err conftest.$ac_ext
@@ -17503,39 +15803,22 @@ case $ac_header_compiler:$ac_header_preproc in
17503 yes:no ) 15803 yes:no )
17504 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15804 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17505echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15805echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17506 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 15806 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17507echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 15807echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
17508 ac_header_preproc=yes
17509 ;;
17510 no:yes ) 15808 no:yes )
17511 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15809 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17512echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15810echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17513 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15811 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17514echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15812echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17515 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17516echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17517 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17518echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17519 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15813 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17520echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15814echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
17521 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17522echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17523 (
17524 cat <<\_ASBOX
17525## ------------------------------------------ ##
17526## Report this to the AC_PACKAGE_NAME lists. ##
17527## ------------------------------------------ ##
17528_ASBOX
17529 ) |
17530 sed "s/^/$as_me: WARNING: /" >&2
17531 ;;
17532esac 15815esac
17533echo "$as_me:$LINENO: checking for $ac_header" >&5 15816echo "$as_me:$LINENO: checking for $ac_header" >&5
17534echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 15817echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17535if eval "test \"\${$as_ac_Header+set}\" = set"; then 15818if eval "test \"\${$as_ac_Header+set}\" = set"; then
17536 echo $ECHO_N "(cached) $ECHO_C" >&6 15819 echo $ECHO_N "(cached) $ECHO_C" >&6
17537else 15820else
17538 eval "$as_ac_Header=\$ac_header_preproc" 15821 eval "$as_ac_Header=$ac_header_preproc"
17539fi 15822fi
17540echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15823echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17541echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15824echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -17561,52 +15844,32 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
17561 echo $ECHO_N "(cached) $ECHO_C" >&6 15844 echo $ECHO_N "(cached) $ECHO_C" >&6
17562else 15845else
17563 cat >conftest.$ac_ext <<_ACEOF 15846 cat >conftest.$ac_ext <<_ACEOF
17564/* confdefs.h. */ 15847#line $LINENO "configure"
17565_ACEOF 15848#include "confdefs.h"
17566cat confdefs.h >>conftest.$ac_ext
17567cat >>conftest.$ac_ext <<_ACEOF
17568/* end confdefs.h. */
17569/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17570 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17571#define $ac_func innocuous_$ac_func
17572
17573/* System header to define __stub macros and hopefully few prototypes, 15849/* System header to define __stub macros and hopefully few prototypes,
17574 which can conflict with char $ac_func (); below. 15850 which can conflict with char $ac_func (); below. */
17575 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15851#include <assert.h>
17576 <limits.h> exists even on freestanding compilers. */
17577
17578#ifdef __STDC__
17579# include <limits.h>
17580#else
17581# include <assert.h>
17582#endif
17583
17584#undef $ac_func
17585
17586/* Override any gcc2 internal prototype to avoid an error. */ 15852/* Override any gcc2 internal prototype to avoid an error. */
17587#ifdef __cplusplus 15853#ifdef __cplusplus
17588extern "C" 15854extern "C"
17589{
17590#endif 15855#endif
17591/* We use char because int might match the return type of a gcc2 15856/* We use char because int might match the return type of a gcc2
17592 builtin and then its argument prototype would still apply. */ 15857 builtin and then its argument prototype would still apply. */
17593char $ac_func (); 15858char $ac_func ();
15859char (*f) ();
15860
15861int
15862main ()
15863{
17594/* The GNU C library defines this for functions which it implements 15864/* The GNU C library defines this for functions which it implements
17595 to always fail with ENOSYS. Some functions are actually named 15865 to always fail with ENOSYS. Some functions are actually named
17596 something starting with __ and the normal name is an alias. */ 15866 something starting with __ and the normal name is an alias. */
17597#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 15867#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17598choke me 15868choke me
17599#else 15869#else
17600char (*f) () = $ac_func; 15870f = $ac_func;
17601#endif
17602#ifdef __cplusplus
17603}
17604#endif 15871#endif
17605 15872
17606int
17607main ()
17608{
17609return f != $ac_func;
17610 ; 15873 ;
17611 return 0; 15874 return 0;
17612} 15875}
@@ -17617,7 +15880,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17617 ac_status=$? 15880 ac_status=$?
17618 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17619 (exit $ac_status); } && 15882 (exit $ac_status); } &&
17620 { ac_try='test -s conftest$ac_exeext' 15883 { ac_try='test -s conftest$ac_exeext'
17621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17622 (eval $ac_try) 2>&5 15885 (eval $ac_try) 2>&5
17623 ac_status=$? 15886 ac_status=$?
@@ -17626,8 +15889,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17626 eval "$as_ac_var=yes" 15889 eval "$as_ac_var=yes"
17627else 15890else
17628 echo "$as_me: failed program was:" >&5 15891 echo "$as_me: failed program was:" >&5
17629sed 's/^/| /' conftest.$ac_ext >&5 15892cat conftest.$ac_ext >&5
17630
17631eval "$as_ac_var=no" 15893eval "$as_ac_var=no"
17632fi 15894fi
17633rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15895rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -17660,9 +15922,9 @@ else
17660 /* Some systems only have a dummy stub for fork() */ 15922 /* Some systems only have a dummy stub for fork() */
17661 int main () 15923 int main ()
17662 { 15924 {
17663 if (fork() < 0) 15925 if (fork() < 0)
17664 exit (1); 15926 exit (1);
17665 exit (0); 15927 exit (0);
17666 } 15928 }
17667_ACEOF 15929_ACEOF
17668rm -f conftest$ac_exeext 15930rm -f conftest$ac_exeext
@@ -17680,8 +15942,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17680else 15942else
17681 echo "$as_me: program exited with status $ac_status" >&5 15943 echo "$as_me: program exited with status $ac_status" >&5
17682echo "$as_me: failed program was:" >&5 15944echo "$as_me: failed program was:" >&5
17683sed 's/^/| /' conftest.$ac_ext >&5 15945cat conftest.$ac_ext >&5
17684
17685( exit $ac_status ) 15946( exit $ac_status )
17686ac_cv_func_fork_works=no 15947ac_cv_func_fork_works=no
17687fi 15948fi
@@ -17718,17 +15979,12 @@ else
17718 ac_cv_func_vfork_works=cross 15979 ac_cv_func_vfork_works=cross
17719else 15980else
17720 cat >conftest.$ac_ext <<_ACEOF 15981 cat >conftest.$ac_ext <<_ACEOF
17721/* confdefs.h. */ 15982#line $LINENO "configure"
17722_ACEOF 15983#include "confdefs.h"
17723cat confdefs.h >>conftest.$ac_ext
17724cat >>conftest.$ac_ext <<_ACEOF
17725/* end confdefs.h. */
17726/* Thanks to Paul Eggert for this test. */ 15984/* Thanks to Paul Eggert for this test. */
17727#include <stdio.h> 15985#include <stdio.h>
17728#include <stdlib.h>
17729#include <sys/types.h> 15986#include <sys/types.h>
17730#include <sys/stat.h> 15987#include <sys/stat.h>
17731#include <sys/wait.h>
17732#if HAVE_UNISTD_H 15988#if HAVE_UNISTD_H
17733# include <unistd.h> 15989# include <unistd.h>
17734#endif 15990#endif
@@ -17741,7 +15997,7 @@ cat >>conftest.$ac_ext <<_ACEOF
17741 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a 15997 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
17742 static variable whose address is put into a register that is 15998 static variable whose address is put into a register that is
17743 clobbered by the vfork. */ 15999 clobbered by the vfork. */
17744static void 16000static
17745#ifdef __cplusplus 16001#ifdef __cplusplus
17746sparc_address_test (int arg) 16002sparc_address_test (int arg)
17747# else 16003# else
@@ -17769,7 +16025,7 @@ main ()
17769 pid_t parent = getpid (); 16025 pid_t parent = getpid ();
17770 pid_t child; 16026 pid_t child;
17771 16027
17772 sparc_address_test (0); 16028 sparc_address_test ();
17773 16029
17774 child = vfork (); 16030 child = vfork ();
17775 16031
@@ -17834,8 +16090,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17834else 16090else
17835 echo "$as_me: program exited with status $ac_status" >&5 16091 echo "$as_me: program exited with status $ac_status" >&5
17836echo "$as_me: failed program was:" >&5 16092echo "$as_me: failed program was:" >&5
17837sed 's/^/| /' conftest.$ac_ext >&5 16093cat conftest.$ac_ext >&5
17838
17839( exit $ac_status ) 16094( exit $ac_status )
17840ac_cv_func_vfork_works=no 16095ac_cv_func_vfork_works=no
17841fi 16096fi
@@ -17880,11 +16135,8 @@ if test "${emacs_cv_langinfo_codeset+set}" = set; then
17880 echo $ECHO_N "(cached) $ECHO_C" >&6 16135 echo $ECHO_N "(cached) $ECHO_C" >&6
17881else 16136else
17882 cat >conftest.$ac_ext <<_ACEOF 16137 cat >conftest.$ac_ext <<_ACEOF
17883/* confdefs.h. */ 16138#line $LINENO "configure"
17884_ACEOF 16139#include "confdefs.h"
17885cat confdefs.h >>conftest.$ac_ext
17886cat >>conftest.$ac_ext <<_ACEOF
17887/* end confdefs.h. */
17888#include <langinfo.h> 16140#include <langinfo.h>
17889int 16141int
17890main () 16142main ()
@@ -17900,7 +16152,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17900 ac_status=$? 16152 ac_status=$?
17901 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17902 (exit $ac_status); } && 16154 (exit $ac_status); } &&
17903 { ac_try='test -s conftest$ac_exeext' 16155 { ac_try='test -s conftest$ac_exeext'
17904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17905 (eval $ac_try) 2>&5 16157 (eval $ac_try) 2>&5
17906 ac_status=$? 16158 ac_status=$?
@@ -17909,8 +16161,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17909 emacs_cv_langinfo_codeset=yes 16161 emacs_cv_langinfo_codeset=yes
17910else 16162else
17911 echo "$as_me: failed program was:" >&5 16163 echo "$as_me: failed program was:" >&5
17912sed 's/^/| /' conftest.$ac_ext >&5 16164cat conftest.$ac_ext >&5
17913
17914emacs_cv_langinfo_codeset=no 16165emacs_cv_langinfo_codeset=no
17915fi 16166fi
17916rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16167rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
@@ -17932,11 +16183,8 @@ if test "${ac_cv_type_size_t+set}" = set; then
17932 echo $ECHO_N "(cached) $ECHO_C" >&6 16183 echo $ECHO_N "(cached) $ECHO_C" >&6
17933else 16184else
17934 cat >conftest.$ac_ext <<_ACEOF 16185 cat >conftest.$ac_ext <<_ACEOF
17935/* confdefs.h. */ 16186#line $LINENO "configure"
17936_ACEOF 16187#include "confdefs.h"
17937cat confdefs.h >>conftest.$ac_ext
17938cat >>conftest.$ac_ext <<_ACEOF
17939/* end confdefs.h. */
17940$ac_includes_default 16188$ac_includes_default
17941int 16189int
17942main () 16190main ()
@@ -17955,7 +16203,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17955 ac_status=$? 16203 ac_status=$?
17956 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17957 (exit $ac_status); } && 16205 (exit $ac_status); } &&
17958 { ac_try='test -s conftest.$ac_objext' 16206 { ac_try='test -s conftest.$ac_objext'
17959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17960 (eval $ac_try) 2>&5 16208 (eval $ac_try) 2>&5
17961 ac_status=$? 16209 ac_status=$?
@@ -17964,8 +16212,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17964 ac_cv_type_size_t=yes 16212 ac_cv_type_size_t=yes
17965else 16213else
17966 echo "$as_me: failed program was:" >&5 16214 echo "$as_me: failed program was:" >&5
17967sed 's/^/| /' conftest.$ac_ext >&5 16215cat conftest.$ac_ext >&5
17968
17969ac_cv_type_size_t=no 16216ac_cv_type_size_t=no
17970fi 16217fi
17971rm -f conftest.$ac_objext conftest.$ac_ext 16218rm -f conftest.$ac_objext conftest.$ac_ext
@@ -17988,11 +16235,8 @@ if test "${ac_cv_type_mbstate_t+set}" = set; then
17988 echo $ECHO_N "(cached) $ECHO_C" >&6 16235 echo $ECHO_N "(cached) $ECHO_C" >&6
17989else 16236else
17990 cat >conftest.$ac_ext <<_ACEOF 16237 cat >conftest.$ac_ext <<_ACEOF
17991/* confdefs.h. */ 16238#line $LINENO "configure"
17992_ACEOF 16239#include "confdefs.h"
17993cat confdefs.h >>conftest.$ac_ext
17994cat >>conftest.$ac_ext <<_ACEOF
17995/* end confdefs.h. */
17996$ac_includes_default 16240$ac_includes_default
17997# include <wchar.h> 16241# include <wchar.h>
17998int 16242int
@@ -18009,7 +16253,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18009 ac_status=$? 16253 ac_status=$?
18010 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18011 (exit $ac_status); } && 16255 (exit $ac_status); } &&
18012 { ac_try='test -s conftest.$ac_objext' 16256 { ac_try='test -s conftest.$ac_objext'
18013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18014 (eval $ac_try) 2>&5 16258 (eval $ac_try) 2>&5
18015 ac_status=$? 16259 ac_status=$?
@@ -18018,8 +16262,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18018 ac_cv_type_mbstate_t=yes 16262 ac_cv_type_mbstate_t=yes
18019else 16263else
18020 echo "$as_me: failed program was:" >&5 16264 echo "$as_me: failed program was:" >&5
18021sed 's/^/| /' conftest.$ac_ext >&5 16265cat conftest.$ac_ext >&5
18022
18023ac_cv_type_mbstate_t=no 16266ac_cv_type_mbstate_t=no
18024fi 16267fi
18025rm -f conftest.$ac_objext conftest.$ac_ext 16268rm -f conftest.$ac_objext conftest.$ac_ext
@@ -18046,11 +16289,8 @@ if test "${emacs_cv_c_restrict+set}" = set; then
18046 echo $ECHO_N "(cached) $ECHO_C" >&6 16289 echo $ECHO_N "(cached) $ECHO_C" >&6
18047else 16290else
18048 cat >conftest.$ac_ext <<_ACEOF 16291 cat >conftest.$ac_ext <<_ACEOF
18049/* confdefs.h. */ 16292#line $LINENO "configure"
18050_ACEOF 16293#include "confdefs.h"
18051cat confdefs.h >>conftest.$ac_ext
18052cat >>conftest.$ac_ext <<_ACEOF
18053/* end confdefs.h. */
18054void fred (int *restrict x); 16294void fred (int *restrict x);
18055int 16295int
18056main () 16296main ()
@@ -18066,7 +16306,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18066 ac_status=$? 16306 ac_status=$?
18067 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18068 (exit $ac_status); } && 16308 (exit $ac_status); } &&
18069 { ac_try='test -s conftest.$ac_objext' 16309 { ac_try='test -s conftest.$ac_objext'
18070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18071 (eval $ac_try) 2>&5 16311 (eval $ac_try) 2>&5
18072 ac_status=$? 16312 ac_status=$?
@@ -18075,14 +16315,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18075 emacs_cv_c_restrict=yes 16315 emacs_cv_c_restrict=yes
18076else 16316else
18077 echo "$as_me: failed program was:" >&5 16317 echo "$as_me: failed program was:" >&5
18078sed 's/^/| /' conftest.$ac_ext >&5 16318cat conftest.$ac_ext >&5
18079
18080cat >conftest.$ac_ext <<_ACEOF 16319cat >conftest.$ac_ext <<_ACEOF
18081/* confdefs.h. */ 16320#line $LINENO "configure"
18082_ACEOF 16321#include "confdefs.h"
18083cat confdefs.h >>conftest.$ac_ext
18084cat >>conftest.$ac_ext <<_ACEOF
18085/* end confdefs.h. */
18086void fred (int *__restrict x); 16322void fred (int *__restrict x);
18087int 16323int
18088main () 16324main ()
@@ -18098,7 +16334,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18098 ac_status=$? 16334 ac_status=$?
18099 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18100 (exit $ac_status); } && 16336 (exit $ac_status); } &&
18101 { ac_try='test -s conftest.$ac_objext' 16337 { ac_try='test -s conftest.$ac_objext'
18102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18103 (eval $ac_try) 2>&5 16339 (eval $ac_try) 2>&5
18104 ac_status=$? 16340 ac_status=$?
@@ -18107,8 +16343,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18107 emacs_cv_c_restrict=__restrict 16343 emacs_cv_c_restrict=__restrict
18108else 16344else
18109 echo "$as_me: failed program was:" >&5 16345 echo "$as_me: failed program was:" >&5
18110sed 's/^/| /' conftest.$ac_ext >&5 16346cat conftest.$ac_ext >&5
18111
18112emacs_cv_c_restrict=no 16347emacs_cv_c_restrict=no
18113fi 16348fi
18114rm -f conftest.$ac_objext conftest.$ac_ext 16349rm -f conftest.$ac_objext conftest.$ac_ext
@@ -18136,11 +16371,8 @@ if test "${emacs_cv_c_restrict_arr+set}" = set; then
18136 echo $ECHO_N "(cached) $ECHO_C" >&6 16371 echo $ECHO_N "(cached) $ECHO_C" >&6
18137else 16372else
18138 cat >conftest.$ac_ext <<_ACEOF 16373 cat >conftest.$ac_ext <<_ACEOF
18139/* confdefs.h. */ 16374#line $LINENO "configure"
18140_ACEOF 16375#include "confdefs.h"
18141cat confdefs.h >>conftest.$ac_ext
18142cat >>conftest.$ac_ext <<_ACEOF
18143/* end confdefs.h. */
18144void fred (int x[__restrict]); 16376void fred (int x[__restrict]);
18145int 16377int
18146main () 16378main ()
@@ -18156,7 +16388,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18156 ac_status=$? 16388 ac_status=$?
18157 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18158 (exit $ac_status); } && 16390 (exit $ac_status); } &&
18159 { ac_try='test -s conftest.$ac_objext' 16391 { ac_try='test -s conftest.$ac_objext'
18160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18161 (eval $ac_try) 2>&5 16393 (eval $ac_try) 2>&5
18162 ac_status=$? 16394 ac_status=$?
@@ -18165,8 +16397,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18165 emacs_cv_c_restrict_arr=yes 16397 emacs_cv_c_restrict_arr=yes
18166else 16398else
18167 echo "$as_me: failed program was:" >&5 16399 echo "$as_me: failed program was:" >&5
18168sed 's/^/| /' conftest.$ac_ext >&5 16400cat conftest.$ac_ext >&5
18169
18170emacs_cv_c_restrict_arr=no 16401emacs_cv_c_restrict_arr=no
18171fi 16402fi
18172rm -f conftest.$ac_objext conftest.$ac_ext 16403rm -f conftest.$ac_objext conftest.$ac_ext
@@ -18380,11 +16611,8 @@ test "${exec_prefix}" != NONE &&
18380## C preprocessor. 16611## C preprocessor.
18381 16612
18382cat >conftest.$ac_ext <<_ACEOF 16613cat >conftest.$ac_ext <<_ACEOF
18383/* confdefs.h. */ 16614#line $LINENO "configure"
18384_ACEOF 16615#include "confdefs.h"
18385cat confdefs.h >>conftest.$ac_ext
18386cat >>conftest.$ac_ext <<_ACEOF
18387/* end confdefs.h. */
18388yes..yes 16616yes..yes
18389_ACEOF 16617_ACEOF
18390if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 16618if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
@@ -18426,13 +16654,13 @@ _ACEOF
18426 # `set' does not quote correctly, so add quotes (double-quote 16654 # `set' does not quote correctly, so add quotes (double-quote
18427 # substitution turns \\\\ into \\, and sed turns \\ into \). 16655 # substitution turns \\\\ into \\, and sed turns \\ into \).
18428 sed -n \ 16656 sed -n \
18429 "s/'/'\\\\''/g; 16657 "s/'/'\\\\''/g;
18430 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 16658 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18431 ;; 16659 ;;
18432 *) 16660 *)
18433 # `set' quotes correctly as required by POSIX, so do not add quotes. 16661 # `set' quotes correctly as required by POSIX, so do not add quotes.
18434 sed -n \ 16662 sed -n \
18435 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 16663 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
18436 ;; 16664 ;;
18437 esac; 16665 esac;
18438} | 16666} |
@@ -18443,7 +16671,7 @@ _ACEOF
18443 t end 16671 t end
18444 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 16672 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18445 : end' >>confcache 16673 : end' >>confcache
18446if diff $cache_file confcache >/dev/null 2>&1; then :; else 16674if cmp -s $cache_file confcache; then :; else
18447 if test -w $cache_file; then 16675 if test -w $cache_file; then
18448 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 16676 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
18449 cat confcache >$cache_file 16677 cat confcache >$cache_file
@@ -18462,13 +16690,13 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18462# trailing colons and then remove the whole line if VPATH becomes empty 16690# trailing colons and then remove the whole line if VPATH becomes empty
18463# (actually we leave an empty line to preserve line numbers). 16691# (actually we leave an empty line to preserve line numbers).
18464if test "x$srcdir" = x.; then 16692if test "x$srcdir" = x.; then
18465 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 16693 ac_vpsub='/^[ ]*VPATH[ ]*=/{
18466s/:*\$(srcdir):*/:/; 16694s/:*\$(srcdir):*/:/;
18467s/:*\${srcdir}:*/:/; 16695s/:*\${srcdir}:*/:/;
18468s/:*@srcdir@:*/:/; 16696s/:*@srcdir@:*/:/;
18469s/^\([^=]*=[ ]*\):*/\1/; 16697s/^\([^=]*=[ ]*\):*/\1/;
18470s/:*$//; 16698s/:*$//;
18471s/^[^=]*=[ ]*$//; 16699s/^[^=]*=[ ]*$//;
18472}' 16700}'
18473fi 16701fi
18474 16702
@@ -18479,7 +16707,7 @@ ac_ltlibobjs=
18479for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 16707for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18480 # 1. Remove the extension, and $U if already installed. 16708 # 1. Remove the extension, and $U if already installed.
18481 ac_i=`echo "$ac_i" | 16709 ac_i=`echo "$ac_i" |
18482 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 16710 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
18483 # 2. Add them. 16711 # 2. Add them.
18484 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 16712 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
18485 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 16713 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
@@ -18503,8 +16731,6 @@ cat >$CONFIG_STATUS <<_ACEOF
18503# configure, is in config.log if it exists. 16731# configure, is in config.log if it exists.
18504 16732
18505debug=false 16733debug=false
18506ac_cs_recheck=false
18507ac_cs_silent=false
18508SHELL=\${CONFIG_SHELL-$SHELL} 16734SHELL=\${CONFIG_SHELL-$SHELL}
18509_ACEOF 16735_ACEOF
18510 16736
@@ -18525,7 +16751,7 @@ elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
18525fi 16751fi
18526 16752
18527# Support unset when possible. 16753# Support unset when possible.
18528if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then 16754if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
18529 as_unset=unset 16755 as_unset=unset
18530else 16756else
18531 as_unset=false 16757 as_unset=false
@@ -18539,12 +16765,9 @@ PS2='> '
18539PS4='+ ' 16765PS4='+ '
18540 16766
18541# NLS nuisances. 16767# NLS nuisances.
18542for as_var in \ 16768for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
18543 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
18544 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
18545 LC_TELEPHONE LC_TIME
18546do 16769do
18547 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 16770 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
18548 eval $as_var=C; export $as_var 16771 eval $as_var=C; export $as_var
18549 else 16772 else
18550 $as_unset $as_var 16773 $as_unset $as_var
@@ -18588,15 +16811,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
18588 16811
18589# The user is always right. 16812# The user is always right.
18590if test "${PATH_SEPARATOR+set}" != set; then 16813if test "${PATH_SEPARATOR+set}" != set; then
18591 echo "#! /bin/sh" >conf$$.sh 16814 echo "#! /bin/sh" >conftest.sh
18592 echo "exit 0" >>conf$$.sh 16815 echo "exit 0" >>conftest.sh
18593 chmod +x conf$$.sh 16816 chmod +x conftest.sh
18594 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 16817 if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then
18595 PATH_SEPARATOR=';' 16818 PATH_SEPARATOR=';'
18596 else 16819 else
18597 PATH_SEPARATOR=: 16820 PATH_SEPARATOR=:
18598 fi 16821 fi
18599 rm -f conf$$.sh 16822 rm -f conftest.sh
18600fi 16823fi
18601 16824
18602 16825
@@ -18759,7 +16982,7 @@ _ASBOX
18759cat >&5 <<_CSEOF 16982cat >&5 <<_CSEOF
18760 16983
18761This file was extended by $as_me, which was 16984This file was extended by $as_me, which was
18762generated by GNU Autoconf 2.57a. Invocation command line was 16985generated by GNU Autoconf 2.54. Invocation command line was
18763 16986
18764 CONFIG_FILES = $CONFIG_FILES 16987 CONFIG_FILES = $CONFIG_FILES
18765 CONFIG_HEADERS = $CONFIG_HEADERS 16988 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -18799,13 +17022,12 @@ Usage: $0 [OPTIONS] [FILE]...
18799 17022
18800 -h, --help print this help, then exit 17023 -h, --help print this help, then exit
18801 -V, --version print version number, then exit 17024 -V, --version print version number, then exit
18802 -q, --quiet do not print progress messages
18803 -d, --debug don't remove temporary files 17025 -d, --debug don't remove temporary files
18804 --recheck update $as_me by reconfiguring in the same conditions 17026 --recheck update $as_me by reconfiguring in the same conditions
18805 --file=FILE[:TEMPLATE] 17027 --file=FILE[:TEMPLATE]
18806 instantiate the configuration file FILE 17028 instantiate the configuration file FILE
18807 --header=FILE[:TEMPLATE] 17029 --header=FILE[:TEMPLATE]
18808 instantiate the configuration header FILE 17030 instantiate the configuration header FILE
18809 17031
18810Configuration files: 17032Configuration files:
18811$config_files 17033$config_files
@@ -18822,10 +17044,11 @@ _ACEOF
18822cat >>$CONFIG_STATUS <<_ACEOF 17044cat >>$CONFIG_STATUS <<_ACEOF
18823ac_cs_version="\\ 17045ac_cs_version="\\
18824config.status 17046config.status
18825configured by $0, generated by GNU Autoconf 2.57a, 17047configured by $0, generated by GNU Autoconf 2.54,
18826 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 17048 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
18827 17049
18828Copyright (C) 2003 Free Software Foundation, Inc. 17050Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
17051Free Software Foundation, Inc.
18829This config.status script is free software; the Free Software Foundation 17052This config.status script is free software; the Free Software Foundation
18830gives unlimited permission to copy, distribute and modify it." 17053gives unlimited permission to copy, distribute and modify it."
18831srcdir=$srcdir 17054srcdir=$srcdir
@@ -18858,9 +17081,12 @@ do
18858 case $ac_option in 17081 case $ac_option in
18859 # Handling of the options. 17082 # Handling of the options.
18860_ACEOF 17083_ACEOF
18861cat >>$CONFIG_STATUS <<\_ACEOF 17084cat >>$CONFIG_STATUS <<_ACEOF
18862 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 17085 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18863 ac_cs_recheck=: ;; 17086 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
17087 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
17088_ACEOF
17089cat >>$CONFIG_STATUS <<\_ACEOF
18864 --version | --vers* | -V ) 17090 --version | --vers* | -V )
18865 echo "$ac_cs_version"; exit 0 ;; 17091 echo "$ac_cs_version"; exit 0 ;;
18866 --he | --h) 17092 --he | --h)
@@ -18882,9 +17108,6 @@ Try \`$0 --help' for more information." >&2;}
18882 $ac_shift 17108 $ac_shift
18883 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 17109 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
18884 ac_need_defaults=false;; 17110 ac_need_defaults=false;;
18885 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18886 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18887 ac_cs_silent=: ;;
18888 17111
18889 # This is an error. 17112 # This is an error.
18890 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 17113 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
@@ -18899,20 +17122,6 @@ Try \`$0 --help' for more information." >&2;}
18899 shift 17122 shift
18900done 17123done
18901 17124
18902ac_configure_extra_args=
18903
18904if $ac_cs_silent; then
18905 exec 6>/dev/null
18906 ac_configure_extra_args="$ac_configure_extra_args --silent"
18907fi
18908
18909_ACEOF
18910cat >>$CONFIG_STATUS <<_ACEOF
18911if \$ac_cs_recheck; then
18912 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
18913 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18914fi
18915
18916_ACEOF 17125_ACEOF
18917 17126
18918cat >>$CONFIG_STATUS <<_ACEOF 17127cat >>$CONFIG_STATUS <<_ACEOF
@@ -18959,9 +17168,6 @@ if $ac_need_defaults; then
18959 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 17168 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18960fi 17169fi
18961 17170
18962# Have a temporary directory for convenience. Make it in the build tree
18963# simply because there is no reason to put it here, and in addition,
18964# creating and moving files from /tmp can sometimes cause problems.
18965# Create a temporary directory, and hook for its removal unless debugging. 17171# Create a temporary directory, and hook for its removal unless debugging.
18966$debug || 17172$debug ||
18967{ 17173{
@@ -18970,17 +17176,17 @@ $debug ||
18970} 17176}
18971 17177
18972# Create a (secure) tmp directory for tmp files. 17178# Create a (secure) tmp directory for tmp files.
18973 17179: ${TMPDIR=/tmp}
18974{ 17180{
18975 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 17181 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
18976 test -n "$tmp" && test -d "$tmp" 17182 test -n "$tmp" && test -d "$tmp"
18977} || 17183} ||
18978{ 17184{
18979 tmp=./confstat$$-$RANDOM 17185 tmp=$TMPDIR/cs$$-$RANDOM
18980 (umask 077 && mkdir $tmp) 17186 (umask 077 && mkdir $tmp)
18981} || 17187} ||
18982{ 17188{
18983 echo "$me: cannot create a temporary directory in ." >&2 17189 echo "$me: cannot create a temporary directory in $TMPDIR" >&2
18984 { (exit 1); exit 1; } 17190 { (exit 1); exit 1; }
18985} 17191}
18986 17192
@@ -19116,9 +17322,9 @@ _ACEOF
19116 (echo ':t 17322 (echo ':t
19117 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 17323 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
19118 if test -z "$ac_sed_cmds"; then 17324 if test -z "$ac_sed_cmds"; then
19119 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 17325 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
19120 else 17326 else
19121 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 17327 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
19122 fi 17328 fi
19123 ac_sed_frag=`expr $ac_sed_frag + 1` 17329 ac_sed_frag=`expr $ac_sed_frag + 1`
19124 ac_beg=$ac_end 17330 ac_beg=$ac_end
@@ -19136,21 +17342,21 @@ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
19136 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 17342 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
19137 case $ac_file in 17343 case $ac_file in
19138 - | *:- | *:-:* ) # input from stdin 17344 - | *:- | *:-:* ) # input from stdin
19139 cat >$tmp/stdin 17345 cat >$tmp/stdin
19140 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 17346 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19141 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 17347 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19142 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 17348 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19143 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 17349 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19144 * ) ac_file_in=$ac_file.in ;; 17350 * ) ac_file_in=$ac_file.in ;;
19145 esac 17351 esac
19146 17352
19147 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 17353 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
19148 ac_dir=`(dirname "$ac_file") 2>/dev/null || 17354 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
19149$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17355$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19150 X"$ac_file" : 'X\(//\)[^/]' \| \ 17356 X"$ac_file" : 'X\(//\)[^/]' \| \
19151 X"$ac_file" : 'X\(//\)$' \| \ 17357 X"$ac_file" : 'X\(//\)$' \| \
19152 X"$ac_file" : 'X\(/\)' \| \ 17358 X"$ac_file" : 'X\(/\)' \| \
19153 . : '\(.\)' 2>/dev/null || 17359 . : '\(.\)' 2>/dev/null ||
19154echo X"$ac_file" | 17360echo X"$ac_file" |
19155 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 17361 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19156 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 17362 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -19166,10 +17372,10 @@ echo X"$ac_file" |
19166 as_dirs="$as_dir $as_dirs" 17372 as_dirs="$as_dir $as_dirs"
19167 as_dir=`(dirname "$as_dir") 2>/dev/null || 17373 as_dir=`(dirname "$as_dir") 2>/dev/null ||
19168$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17374$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19169 X"$as_dir" : 'X\(//\)[^/]' \| \ 17375 X"$as_dir" : 'X\(//\)[^/]' \| \
19170 X"$as_dir" : 'X\(//\)$' \| \ 17376 X"$as_dir" : 'X\(//\)$' \| \
19171 X"$as_dir" : 'X\(/\)' \| \ 17377 X"$as_dir" : 'X\(/\)' \| \
19172 . : '\(.\)' 2>/dev/null || 17378 . : '\(.\)' 2>/dev/null ||
19173echo X"$as_dir" | 17379echo X"$as_dir" |
19174 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 17380 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19175 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 17381 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -19234,7 +17440,7 @@ echo "$as_me: creating $ac_file" >&6;}
19234 configure_input="$ac_file. " 17440 configure_input="$ac_file. "
19235 fi 17441 fi
19236 configure_input=$configure_input"Generated from `echo $ac_file_in | 17442 configure_input=$configure_input"Generated from `echo $ac_file_in |
19237 sed 's,.*/,,'` by configure." 17443 sed 's,.*/,,'` by configure."
19238 17444
19239 # First look for the input files in the build tree, otherwise in the 17445 # First look for the input files in the build tree, otherwise in the
19240 # src tree. 17446 # src tree.
@@ -19243,24 +17449,24 @@ echo "$as_me: creating $ac_file" >&6;}
19243 case $f in 17449 case $f in
19244 -) echo $tmp/stdin ;; 17450 -) echo $tmp/stdin ;;
19245 [\\/$]*) 17451 [\\/$]*)
19246 # Absolute (can't be DOS-style, as IFS=:) 17452 # Absolute (can't be DOS-style, as IFS=:)
19247 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 17453 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19248echo "$as_me: error: cannot find input file: $f" >&2;} 17454echo "$as_me: error: cannot find input file: $f" >&2;}
19249 { (exit 1); exit 1; }; } 17455 { (exit 1); exit 1; }; }
19250 echo "$f";; 17456 echo $f;;
19251 *) # Relative 17457 *) # Relative
19252 if test -f "$f"; then 17458 if test -f "$f"; then
19253 # Build tree 17459 # Build tree
19254 echo "$f" 17460 echo $f
19255 elif test -f "$srcdir/$f"; then 17461 elif test -f "$srcdir/$f"; then
19256 # Source tree 17462 # Source tree
19257 echo "$srcdir/$f" 17463 echo $srcdir/$f
19258 else 17464 else
19259 # /dev/null tree 17465 # /dev/null tree
19260 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 17466 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19261echo "$as_me: error: cannot find input file: $f" >&2;} 17467echo "$as_me: error: cannot find input file: $f" >&2;}
19262 { (exit 1); exit 1; }; } 17468 { (exit 1); exit 1; }; }
19263 fi;; 17469 fi;;
19264 esac 17470 esac
19265 done` || { (exit 1); exit 1; } 17471 done` || { (exit 1); exit 1; }
19266_ACEOF 17472_ACEOF
@@ -19302,12 +17508,12 @@ cat >>$CONFIG_STATUS <<\_ACEOF
19302# NAME is the cpp macro being defined and VALUE is the value it is being given. 17508# NAME is the cpp macro being defined and VALUE is the value it is being given.
19303# 17509#
19304# ac_d sets the value in "#define NAME VALUE" lines. 17510# ac_d sets the value in "#define NAME VALUE" lines.
19305ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 17511ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
19306ac_dB='[ ].*$,\1#\2' 17512ac_dB='[ ].*$,\1#\2'
19307ac_dC=' ' 17513ac_dC=' '
19308ac_dD=',;t' 17514ac_dD=',;t'
19309# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 17515# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
19310ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 17516ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
19311ac_uB='$,\1#\2define\3' 17517ac_uB='$,\1#\2define\3'
19312ac_uC=' ' 17518ac_uC=' '
19313ac_uD=',;t' 17519ac_uD=',;t'
@@ -19316,11 +17522,11 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
19316 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 17522 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
19317 case $ac_file in 17523 case $ac_file in
19318 - | *:- | *:-:* ) # input from stdin 17524 - | *:- | *:-:* ) # input from stdin
19319 cat >$tmp/stdin 17525 cat >$tmp/stdin
19320 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 17526 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19321 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 17527 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19322 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 17528 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19323 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 17529 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19324 * ) ac_file_in=$ac_file.in ;; 17530 * ) ac_file_in=$ac_file.in ;;
19325 esac 17531 esac
19326 17532
@@ -19334,29 +17540,28 @@ echo "$as_me: creating $ac_file" >&6;}
19334 case $f in 17540 case $f in
19335 -) echo $tmp/stdin ;; 17541 -) echo $tmp/stdin ;;
19336 [\\/$]*) 17542 [\\/$]*)
19337 # Absolute (can't be DOS-style, as IFS=:) 17543 # Absolute (can't be DOS-style, as IFS=:)
19338 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 17544 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19339echo "$as_me: error: cannot find input file: $f" >&2;} 17545echo "$as_me: error: cannot find input file: $f" >&2;}
19340 { (exit 1); exit 1; }; } 17546 { (exit 1); exit 1; }; }
19341 # Do quote $f, to prevent DOS paths from being IFS'd. 17547 echo $f;;
19342 echo "$f";;
19343 *) # Relative 17548 *) # Relative
19344 if test -f "$f"; then 17549 if test -f "$f"; then
19345 # Build tree 17550 # Build tree
19346 echo "$f" 17551 echo $f
19347 elif test -f "$srcdir/$f"; then 17552 elif test -f "$srcdir/$f"; then
19348 # Source tree 17553 # Source tree
19349 echo "$srcdir/$f" 17554 echo $srcdir/$f
19350 else 17555 else
19351 # /dev/null tree 17556 # /dev/null tree
19352 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 17557 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19353echo "$as_me: error: cannot find input file: $f" >&2;} 17558echo "$as_me: error: cannot find input file: $f" >&2;}
19354 { (exit 1); exit 1; }; } 17559 { (exit 1); exit 1; }; }
19355 fi;; 17560 fi;;
19356 esac 17561 esac
19357 done` || { (exit 1); exit 1; } 17562 done` || { (exit 1); exit 1; }
19358 # Remove the trailing spaces. 17563 # Remove the trailing spaces.
19359 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 17564 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
19360 17565
19361_ACEOF 17566_ACEOF
19362 17567
@@ -19379,9 +17584,9 @@ s/[\\&,]/\\&/g
19379s,[\\$`],\\&,g 17584s,[\\$`],\\&,g
19380t clear 17585t clear
19381: clear 17586: clear
19382s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 17587s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
19383t end 17588t end
19384s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 17589s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
19385: end 17590: end
19386_ACEOF 17591_ACEOF
19387# If some macros were called several times there might be several times 17592# If some macros were called several times there might be several times
@@ -19395,13 +17600,13 @@ rm -f confdef2sed.sed
19395# example, in the case of _POSIX_SOURCE, which is predefined and required 17600# example, in the case of _POSIX_SOURCE, which is predefined and required
19396# on some systems where configure will not decide to define it. 17601# on some systems where configure will not decide to define it.
19397cat >>conftest.undefs <<\_ACEOF 17602cat >>conftest.undefs <<\_ACEOF
19398s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 17603s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
19399_ACEOF 17604_ACEOF
19400 17605
19401# Break up conftest.defines because some shells have a limit on the size 17606# Break up conftest.defines because some shells have a limit on the size
19402# of here documents, and old seds have small limits too (100 cmds). 17607# of here documents, and old seds have small limits too (100 cmds).
19403echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 17608echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
19404echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 17609echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
19405echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 17610echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
19406echo ' :' >>$CONFIG_STATUS 17611echo ' :' >>$CONFIG_STATUS
19407rm -f conftest.tail 17612rm -f conftest.tail
@@ -19410,7 +17615,7 @@ do
19410 # Write a limited-size here document to $tmp/defines.sed. 17615 # Write a limited-size here document to $tmp/defines.sed.
19411 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 17616 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
19412 # Speed up: don't consider the non `#define' lines. 17617 # Speed up: don't consider the non `#define' lines.
19413 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 17618 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
19414 # Work around the forget-to-reset-the-flag bug. 17619 # Work around the forget-to-reset-the-flag bug.
19415 echo 't clr' >>$CONFIG_STATUS 17620 echo 't clr' >>$CONFIG_STATUS
19416 echo ': clr' >>$CONFIG_STATUS 17621 echo ': clr' >>$CONFIG_STATUS
@@ -19437,7 +17642,7 @@ do
19437 # Write a limited-size here document to $tmp/undefs.sed. 17642 # Write a limited-size here document to $tmp/undefs.sed.
19438 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 17643 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
19439 # Speed up: don't consider the non `#undef' 17644 # Speed up: don't consider the non `#undef'
19440 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 17645 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
19441 # Work around the forget-to-reset-the-flag bug. 17646 # Work around the forget-to-reset-the-flag bug.
19442 echo 't clr' >>$CONFIG_STATUS 17647 echo 't clr' >>$CONFIG_STATUS
19443 echo ': clr' >>$CONFIG_STATUS 17648 echo ': clr' >>$CONFIG_STATUS
@@ -19465,16 +17670,16 @@ cat >>$CONFIG_STATUS <<\_ACEOF
19465 cat $tmp/in >>$tmp/config.h 17670 cat $tmp/in >>$tmp/config.h
19466 rm -f $tmp/in 17671 rm -f $tmp/in
19467 if test x"$ac_file" != x-; then 17672 if test x"$ac_file" != x-; then
19468 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then 17673 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
19469 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 17674 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
19470echo "$as_me: $ac_file is unchanged" >&6;} 17675echo "$as_me: $ac_file is unchanged" >&6;}
19471 else 17676 else
19472 ac_dir=`(dirname "$ac_file") 2>/dev/null || 17677 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
19473$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17678$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19474 X"$ac_file" : 'X\(//\)[^/]' \| \ 17679 X"$ac_file" : 'X\(//\)[^/]' \| \
19475 X"$ac_file" : 'X\(//\)$' \| \ 17680 X"$ac_file" : 'X\(//\)$' \| \
19476 X"$ac_file" : 'X\(/\)' \| \ 17681 X"$ac_file" : 'X\(/\)' \| \
19477 . : '\(.\)' 2>/dev/null || 17682 . : '\(.\)' 2>/dev/null ||
19478echo X"$ac_file" | 17683echo X"$ac_file" |
19479 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 17684 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19480 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 17685 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -19490,10 +17695,10 @@ echo X"$ac_file" |
19490 as_dirs="$as_dir $as_dirs" 17695 as_dirs="$as_dir $as_dirs"
19491 as_dir=`(dirname "$as_dir") 2>/dev/null || 17696 as_dir=`(dirname "$as_dir") 2>/dev/null ||
19492$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17697$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19493 X"$as_dir" : 'X\(//\)[^/]' \| \ 17698 X"$as_dir" : 'X\(//\)[^/]' \| \
19494 X"$as_dir" : 'X\(//\)$' \| \ 17699 X"$as_dir" : 'X\(//\)$' \| \
19495 X"$as_dir" : 'X\(/\)' \| \ 17700 X"$as_dir" : 'X\(/\)' \| \
19496 . : '\(.\)' 2>/dev/null || 17701 . : '\(.\)' 2>/dev/null ||
19497echo X"$as_dir" | 17702echo X"$as_dir" |
19498 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 17703 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19499 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 17704 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -19525,10 +17730,10 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
19525 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 17730 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
19526 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 17731 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
19527$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17732$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19528 X"$ac_dest" : 'X\(//\)[^/]' \| \ 17733 X"$ac_dest" : 'X\(//\)[^/]' \| \
19529 X"$ac_dest" : 'X\(//\)$' \| \ 17734 X"$ac_dest" : 'X\(//\)$' \| \
19530 X"$ac_dest" : 'X\(/\)' \| \ 17735 X"$ac_dest" : 'X\(/\)' \| \
19531 . : '\(.\)' 2>/dev/null || 17736 . : '\(.\)' 2>/dev/null ||
19532echo X"$ac_dest" | 17737echo X"$ac_dest" |
19533 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 17738 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19534 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 17739 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -19666,11 +17871,8 @@ ac_clean_files=$ac_clean_files_save
19666# need to make the FD available again. 17871# need to make the FD available again.
19667if test "$no_create" != yes; then 17872if test "$no_create" != yes; then
19668 ac_cs_success=: 17873 ac_cs_success=:
19669 ac_config_status_args=
19670 test "$silent" = yes &&
19671 ac_config_status_args="$ac_config_status_args --quiet"
19672 exec 5>/dev/null 17874 exec 5>/dev/null
19673 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 17875 $SHELL $CONFIG_STATUS || ac_cs_success=false
19674 exec 5>>config.log 17876 exec 5>>config.log
19675 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 17877 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19676 # would make configure fail if this is the last instruction. 17878 # would make configure fail if this is the last instruction.
diff --git a/src/ChangeLog b/src/ChangeLog
index 05d260ade6c..b99d5b4a2ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-07-22 Dave Love <fx@gnu.org>
2
3 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
4
12003-07-21 Stefan Monnier <monnier@cs.yale.edu> 52003-07-21 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P) 7 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)