aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2004-04-19 07:18:52 +0000
committerMiles Bader2004-04-19 07:18:52 +0000
commit1ec5e09ebe78a5f798c8498de16de3536cfc9a5c (patch)
tree01ebd9aa3f92fbd23b107443cccba60e444b72e0
parentcda62d166b91e203451aa038f791ee9d4503791a (diff)
downloademacs-1ec5e09ebe78a5f798c8498de16de3536cfc9a5c.tar.gz
emacs-1ec5e09ebe78a5f798c8498de16de3536cfc9a5c.zip
Updated unicode branch
-rwxr-xr-xconfigure7781
-rwxr-xr-xmake-dist10
2 files changed, 5829 insertions, 1962 deletions
diff --git a/configure b/configure
index 13d1baa6cf4..ce011807fb2 100755
--- a/configure
+++ b/configure
@@ -1,9 +1,8 @@
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.54. 3# Generated by GNU Autoconf 2.59.
4# 4#
5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 5# Copyright (C) 2003 Free Software Foundation, Inc.
6# Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation 6# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it. 7# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ## 8## --------------------- ##
@@ -20,9 +19,10 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
20elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21 set -o posix 20 set -o posix
22fi 21fi
22DUALCASE=1; export DUALCASE # for MKS sh
23 23
24# Support unset when possible. 24# Support unset when possible.
25if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset 26 as_unset=unset
27else 27else
28 as_unset=false 28 as_unset=false
@@ -36,9 +36,12 @@ PS2='> '
36PS4='+ ' 36PS4='+ '
37 37
38# NLS nuisances. 38# NLS nuisances.
39for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME 39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
40do 43do
41 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
42 eval $as_var=C; export $as_var 45 eval $as_var=C; export $as_var
43 else 46 else
44 $as_unset $as_var 47 $as_unset $as_var
@@ -82,15 +85,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
82 85
83# The user is always right. 86# The user is always right.
84if test "${PATH_SEPARATOR+set}" != set; then 87if test "${PATH_SEPARATOR+set}" != set; then
85 echo "#! /bin/sh" >conftest.sh 88 echo "#! /bin/sh" >conf$$.sh
86 echo "exit 0" >>conftest.sh 89 echo "exit 0" >>conf$$.sh
87 chmod +x conftest.sh 90 chmod +x conf$$.sh
88 if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then 91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
89 PATH_SEPARATOR=';' 92 PATH_SEPARATOR=';'
90 else 93 else
91 PATH_SEPARATOR=: 94 PATH_SEPARATOR=:
92 fi 95 fi
93 rm -f conftest.sh 96 rm -f conf$$.sh
94fi 97fi
95 98
96 99
@@ -215,16 +218,17 @@ rm -f conf$$ conf$$.exe conf$$.file
215if mkdir -p . 2>/dev/null; then 218if mkdir -p . 2>/dev/null; then
216 as_mkdir_p=: 219 as_mkdir_p=:
217else 220else
221 test -d ./-p && rmdir ./-p
218 as_mkdir_p=false 222 as_mkdir_p=false
219fi 223fi
220 224
221as_executable_p="test -f" 225as_executable_p="test -f"
222 226
223# Sed expression to map a string onto a valid CPP name. 227# Sed expression to map a string onto a valid CPP name.
224as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" 228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
225 229
226# Sed expression to map a string onto a valid variable name. 230# Sed expression to map a string onto a valid variable name.
227as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
228 232
229 233
230# IFS 234# IFS
@@ -665,7 +669,7 @@ done
665 669
666# Be sure to have absolute paths. 670# Be sure to have absolute paths.
667for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 671for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
668 localstatedir libdir includedir oldincludedir infodir mandir 672 localstatedir libdir includedir oldincludedir infodir mandir
669do 673do
670 eval ac_val=$`echo $ac_var` 674 eval ac_val=$`echo $ac_var`
671 case $ac_val in 675 case $ac_val in
@@ -705,10 +709,10 @@ if test -z "$srcdir"; then
705 # Try the directory containing this script, then its parent. 709 # Try the directory containing this script, then its parent.
706 ac_confdir=`(dirname "$0") 2>/dev/null || 710 ac_confdir=`(dirname "$0") 2>/dev/null ||
707$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 711$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
708 X"$0" : 'X\(//\)[^/]' \| \ 712 X"$0" : 'X\(//\)[^/]' \| \
709 X"$0" : 'X\(//\)$' \| \ 713 X"$0" : 'X\(//\)$' \| \
710 X"$0" : 'X\(/\)' \| \ 714 X"$0" : 'X\(/\)' \| \
711 . : '\(.\)' 2>/dev/null || 715 . : '\(.\)' 2>/dev/null ||
712echo X"$0" | 716echo X"$0" |
713 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
714 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 718 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -800,9 +804,9 @@ _ACEOF
800 cat <<_ACEOF 804 cat <<_ACEOF
801Installation directories: 805Installation directories:
802 --prefix=PREFIX install architecture-independent files in PREFIX 806 --prefix=PREFIX install architecture-independent files in PREFIX
803 [$ac_default_prefix] 807 [$ac_default_prefix]
804 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 808 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
805 [PREFIX] 809 [PREFIX]
806 810
807By default, \`make install' will install all the files in 811By default, \`make install' will install all the files in
808\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 812\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
@@ -925,12 +929,45 @@ case $srcdir in
925 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 929 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
926 ac_top_srcdir=$ac_top_builddir$srcdir ;; 930 ac_top_srcdir=$ac_top_builddir$srcdir ;;
927esac 931esac
928# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 932
929# absolute. 933# Do not use `cd foo && pwd` to compute absolute paths, because
930ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 934# the directories may not exist.
931ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 935case `pwd` in
932ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 936.) ac_abs_builddir="$ac_dir";;
933ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 937*)
938 case "$ac_dir" in
939 .) ac_abs_builddir=`pwd`;;
940 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
941 *) ac_abs_builddir=`pwd`/"$ac_dir";;
942 esac;;
943esac
944case $ac_abs_builddir in
945.) ac_abs_top_builddir=${ac_top_builddir}.;;
946*)
947 case ${ac_top_builddir}. in
948 .) ac_abs_top_builddir=$ac_abs_builddir;;
949 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
950 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
951 esac;;
952esac
953case $ac_abs_builddir in
954.) ac_abs_srcdir=$ac_srcdir;;
955*)
956 case $ac_srcdir in
957 .) ac_abs_srcdir=$ac_abs_builddir;;
958 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
959 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
960 esac;;
961esac
962case $ac_abs_builddir in
963.) ac_abs_top_srcdir=$ac_top_srcdir;;
964*)
965 case $ac_top_srcdir in
966 .) ac_abs_top_srcdir=$ac_abs_builddir;;
967 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
968 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
969 esac;;
970esac
934 971
935 cd $ac_dir 972 cd $ac_dir
936 # Check for guested configure; otherwise get Cygnus style configure. 973 # Check for guested configure; otherwise get Cygnus style configure.
@@ -941,7 +978,7 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
941 echo 978 echo
942 $SHELL $ac_srcdir/configure --help=recursive 979 $SHELL $ac_srcdir/configure --help=recursive
943 elif test -f $ac_srcdir/configure.ac || 980 elif test -f $ac_srcdir/configure.ac ||
944 test -f $ac_srcdir/configure.in; then 981 test -f $ac_srcdir/configure.in; then
945 echo 982 echo
946 $ac_configure --help 983 $ac_configure --help
947 else 984 else
@@ -955,8 +992,7 @@ test -n "$ac_init_help" && exit 0
955if $ac_init_version; then 992if $ac_init_version; then
956 cat <<\_ACEOF 993 cat <<\_ACEOF
957 994
958Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 995Copyright (C) 2003 Free Software Foundation, Inc.
959Free Software Foundation, Inc.
960This configure script is free software; the Free Software Foundation 996This configure script is free software; the Free Software Foundation
961gives unlimited permission to copy, distribute and modify it. 997gives unlimited permission to copy, distribute and modify it.
962_ACEOF 998_ACEOF
@@ -968,7 +1004,7 @@ This file contains any messages produced by compilers while
968running configure, to aid debugging if configure makes a mistake. 1004running configure, to aid debugging if configure makes a mistake.
969 1005
970It was created by $as_me, which was 1006It was created by $as_me, which was
971generated by GNU Autoconf 2.54. Invocation command line was 1007generated by GNU Autoconf 2.59. Invocation command line was
972 1008
973 $ $0 $@ 1009 $ $0 $@
974 1010
@@ -1020,24 +1056,54 @@ _ACEOF
1020 1056
1021# Keep a trace of the command line. 1057# Keep a trace of the command line.
1022# Strip out --no-create and --no-recursion so they do not pile up. 1058# Strip out --no-create and --no-recursion so they do not pile up.
1059# Strip out --silent because we don't want to record it for future runs.
1023# Also quote any args containing shell meta-characters. 1060# Also quote any args containing shell meta-characters.
1061# Make two passes to allow for proper duplicate-argument suppression.
1024ac_configure_args= 1062ac_configure_args=
1063ac_configure_args0=
1064ac_configure_args1=
1025ac_sep= 1065ac_sep=
1026for ac_arg 1066ac_must_keep_next=false
1067for ac_pass in 1 2
1027do 1068do
1028 case $ac_arg in 1069 for ac_arg
1029 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 1070 do
1030 | --no-cr | --no-c | -n ) continue ;; 1071 case $ac_arg in
1031 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 1072 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1032 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 1073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1033 continue ;; 1074 | -silent | --silent | --silen | --sile | --sil)
1034 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1075 continue ;;
1035 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1076 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1036 esac 1077 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1037 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1078 esac
1038 # Get rid of the leading space. 1079 case $ac_pass in
1039 ac_sep=" " 1080 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1081 2)
1082 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1083 if test $ac_must_keep_next = true; then
1084 ac_must_keep_next=false # Got value, back to normal.
1085 else
1086 case $ac_arg in
1087 *=* | --config-cache | -C | -disable-* | --disable-* \
1088 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1089 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1090 | -with-* | --with-* | -without-* | --without-* | --x)
1091 case "$ac_configure_args0 " in
1092 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1093 esac
1094 ;;
1095 -* ) ac_must_keep_next=true ;;
1096 esac
1097 fi
1098 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1099 # Get rid of the leading space.
1100 ac_sep=" "
1101 ;;
1102 esac
1103 done
1040done 1104done
1105$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1106$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1041 1107
1042# When interrupted or exit'd, cleanup temporary files, and complete 1108# When interrupted or exit'd, cleanup temporary files, and complete
1043# config.log. We remove comments because anyway the quotes in there 1109# config.log. We remove comments because anyway the quotes in there
@@ -1061,12 +1127,12 @@ _ASBOX
1061 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1127 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1062 *ac_space=\ *) 1128 *ac_space=\ *)
1063 sed -n \ 1129 sed -n \
1064 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1130 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1065 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1131 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1066 ;; 1132 ;;
1067 *) 1133 *)
1068 sed -n \ 1134 sed -n \
1069 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1135 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1070 ;; 1136 ;;
1071 esac; 1137 esac;
1072} 1138}
@@ -1095,7 +1161,7 @@ _ASBOX
1095 for ac_var in $ac_subst_files 1161 for ac_var in $ac_subst_files
1096 do 1162 do
1097 eval ac_val=$`echo $ac_var` 1163 eval ac_val=$`echo $ac_var`
1098 echo "$ac_var='"'"'$ac_val'"'"'" 1164 echo "$ac_var='"'"'$ac_val'"'"'"
1099 done | sort 1165 done | sort
1100 echo 1166 echo
1101 fi 1167 fi
@@ -1114,7 +1180,7 @@ _ASBOX
1114 echo "$as_me: caught signal $ac_signal" 1180 echo "$as_me: caught signal $ac_signal"
1115 echo "$as_me: exit $exit_status" 1181 echo "$as_me: exit $exit_status"
1116 } >&5 1182 } >&5
1117 rm -f core core.* *.core && 1183 rm -f core *.core &&
1118 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1184 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1119 exit $exit_status 1185 exit $exit_status
1120 ' 0 1186 ' 0
@@ -1194,7 +1260,7 @@ fi
1194# value. 1260# value.
1195ac_cache_corrupted=false 1261ac_cache_corrupted=false
1196for ac_var in `(set) 2>&1 | 1262for ac_var in `(set) 2>&1 |
1197 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1263 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1198 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1264 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1199 eval ac_new_set=\$ac_env_${ac_var}_set 1265 eval ac_new_set=\$ac_env_${ac_var}_set
1200 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1266 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
@@ -1211,13 +1277,13 @@ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1211 ,);; 1277 ,);;
1212 *) 1278 *)
1213 if test "x$ac_old_val" != "x$ac_new_val"; then 1279 if test "x$ac_old_val" != "x$ac_new_val"; then
1214 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1280 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1215echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1281echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1216 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1282 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1217echo "$as_me: former value: $ac_old_val" >&2;} 1283echo "$as_me: former value: $ac_old_val" >&2;}
1218 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1284 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1219echo "$as_me: current value: $ac_new_val" >&2;} 1285echo "$as_me: current value: $ac_new_val" >&2;}
1220 ac_cache_corrupted=: 1286 ac_cache_corrupted=:
1221 fi;; 1287 fi;;
1222 esac 1288 esac
1223 # Pass precious variables to config.status. 1289 # Pass precious variables to config.status.
@@ -2934,8 +3000,10 @@ fi
2934fi 3000fi
2935 3001
2936 3002
2937test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5 3003test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2938echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;} 3004See \`config.log' for more details." >&5
3005echo "$as_me: error: no acceptable C compiler found in \$PATH
3006See \`config.log' for more details." >&2;}
2939 { (exit 1); exit 1; }; } 3007 { (exit 1); exit 1; }; }
2940 3008
2941# Provide some information about the compiler. 3009# Provide some information about the compiler.
@@ -2959,8 +3027,11 @@ ac_compiler=`set X $ac_compile; echo $2`
2959 (exit $ac_status); } 3027 (exit $ac_status); }
2960 3028
2961cat >conftest.$ac_ext <<_ACEOF 3029cat >conftest.$ac_ext <<_ACEOF
2962#line $LINENO "configure" 3030/* confdefs.h. */
2963#include "confdefs.h" 3031_ACEOF
3032cat confdefs.h >>conftest.$ac_ext
3033cat >>conftest.$ac_ext <<_ACEOF
3034/* end confdefs.h. */
2964 3035
2965int 3036int
2966main () 3037main ()
@@ -2971,12 +3042,12 @@ main ()
2971} 3042}
2972_ACEOF 3043_ACEOF
2973ac_clean_files_save=$ac_clean_files 3044ac_clean_files_save=$ac_clean_files
2974ac_clean_files="$ac_clean_files a.out a.exe" 3045ac_clean_files="$ac_clean_files a.out a.exe b.out"
2975# Try to create an executable without -o first, disregard a.out. 3046# Try to create an executable without -o first, disregard a.out.
2976# It will help us diagnose broken compilers, and finding out an intuition 3047# It will help us diagnose broken compilers, and finding out an intuition
2977# of exeext. 3048# of exeext.
2978echo "$as_me:$LINENO: checking for C compiler default output" >&5 3049echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2979echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 3050echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2980ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3051ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2981if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 3052if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2982 (eval $ac_link_default) 2>&5 3053 (eval $ac_link_default) 2>&5
@@ -2990,27 +3061,39 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2990# Be careful to initialize this variable, since it used to be cached. 3061# Be careful to initialize this variable, since it used to be cached.
2991# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 3062# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2992ac_cv_exeext= 3063ac_cv_exeext=
2993for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do 3064# b.out is created by i960 compilers.
3065for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
3066do
2994 test -f "$ac_file" || continue 3067 test -f "$ac_file" || continue
2995 case $ac_file in 3068 case $ac_file in
2996 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 3069 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2997 a.out ) # We found the default executable, but exeext='' is most 3070 ;;
2998 # certainly right. 3071 conftest.$ac_ext )
2999 break;; 3072 # This is the source file.
3000 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3073 ;;
3001 # FIXME: I believe we export ac_cv_exeext for Libtool --akim. 3074 [ab].out )
3002 export ac_cv_exeext 3075 # We found the default executable, but exeext='' is most
3003 break;; 3076 # certainly right.
3004 * ) break;; 3077 break;;
3078 *.* )
3079 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3080 # FIXME: I believe we export ac_cv_exeext for Libtool,
3081 # but it would be cool to find out if it's true. Does anybody
3082 # maintain Libtool? --akim.
3083 export ac_cv_exeext
3084 break;;
3085 * )
3086 break;;
3005 esac 3087 esac
3006done 3088done
3007else 3089else
3008 echo "$as_me: failed program was:" >&5 3090 echo "$as_me: failed program was:" >&5
3009cat conftest.$ac_ext >&5 3091sed 's/^/| /' conftest.$ac_ext >&5
3092
3010{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 3093{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
3011check \`config.log' for details." >&5 3094See \`config.log' for more details." >&5
3012echo "$as_me: error: C compiler cannot create executables 3095echo "$as_me: error: C compiler cannot create executables
3013check \`config.log' for details." >&2;} 3096See \`config.log' for more details." >&2;}
3014 { (exit 77); exit 77; }; } 3097 { (exit 77); exit 77; }; }
3015fi 3098fi
3016 3099
@@ -3037,9 +3120,11 @@ if test "$cross_compiling" != yes; then
3037 cross_compiling=yes 3120 cross_compiling=yes
3038 else 3121 else
3039 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 3122 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3040If you meant to cross compile, use \`--host'." >&5 3123If you meant to cross compile, use \`--host'.
3124See \`config.log' for more details." >&5
3041echo "$as_me: error: cannot run C compiled programs. 3125echo "$as_me: error: cannot run C compiled programs.
3042If you meant to cross compile, use \`--host'." >&2;} 3126If you meant to cross compile, use \`--host'.
3127See \`config.log' for more details." >&2;}
3043 { (exit 1); exit 1; }; } 3128 { (exit 1); exit 1; }; }
3044 fi 3129 fi
3045 fi 3130 fi
@@ -3047,7 +3132,7 @@ fi
3047echo "$as_me:$LINENO: result: yes" >&5 3132echo "$as_me:$LINENO: result: yes" >&5
3048echo "${ECHO_T}yes" >&6 3133echo "${ECHO_T}yes" >&6
3049 3134
3050rm -f a.out a.exe conftest$ac_cv_exeext 3135rm -f a.out a.exe conftest$ac_cv_exeext b.out
3051ac_clean_files=$ac_clean_files_save 3136ac_clean_files=$ac_clean_files_save
3052# Check the compiler produces executables we can run. If not, either 3137# Check the compiler produces executables we can run. If not, either
3053# the compiler is broken, or we cross compile. 3138# the compiler is broken, or we cross compile.
@@ -3072,14 +3157,16 @@ for ac_file in conftest.exe conftest conftest.*; do
3072 case $ac_file in 3157 case $ac_file in
3073 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 3158 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
3074 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3159 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3075 export ac_cv_exeext 3160 export ac_cv_exeext
3076 break;; 3161 break;;
3077 * ) break;; 3162 * ) break;;
3078 esac 3163 esac
3079done 3164done
3080else 3165else
3081 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5 3166 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3082echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;} 3167See \`config.log' for more details." >&5
3168echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3169See \`config.log' for more details." >&2;}
3083 { (exit 1); exit 1; }; } 3170 { (exit 1); exit 1; }; }
3084fi 3171fi
3085 3172
@@ -3096,8 +3183,11 @@ if test "${ac_cv_objext+set}" = set; then
3096 echo $ECHO_N "(cached) $ECHO_C" >&6 3183 echo $ECHO_N "(cached) $ECHO_C" >&6
3097else 3184else
3098 cat >conftest.$ac_ext <<_ACEOF 3185 cat >conftest.$ac_ext <<_ACEOF
3099#line $LINENO "configure" 3186/* confdefs.h. */
3100#include "confdefs.h" 3187_ACEOF
3188cat confdefs.h >>conftest.$ac_ext
3189cat >>conftest.$ac_ext <<_ACEOF
3190/* end confdefs.h. */
3101 3191
3102int 3192int
3103main () 3193main ()
@@ -3122,9 +3212,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3122done 3212done
3123else 3213else
3124 echo "$as_me: failed program was:" >&5 3214 echo "$as_me: failed program was:" >&5
3125cat conftest.$ac_ext >&5 3215sed 's/^/| /' conftest.$ac_ext >&5
3126{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5 3216
3127echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;} 3217{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3218See \`config.log' for more details." >&5
3219echo "$as_me: error: cannot compute suffix of object files: cannot compile
3220See \`config.log' for more details." >&2;}
3128 { (exit 1); exit 1; }; } 3221 { (exit 1); exit 1; }; }
3129fi 3222fi
3130 3223
@@ -3140,8 +3233,11 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then
3140 echo $ECHO_N "(cached) $ECHO_C" >&6 3233 echo $ECHO_N "(cached) $ECHO_C" >&6
3141else 3234else
3142 cat >conftest.$ac_ext <<_ACEOF 3235 cat >conftest.$ac_ext <<_ACEOF
3143#line $LINENO "configure" 3236/* confdefs.h. */
3144#include "confdefs.h" 3237_ACEOF
3238cat confdefs.h >>conftest.$ac_ext
3239cat >>conftest.$ac_ext <<_ACEOF
3240/* end confdefs.h. */
3145 3241
3146int 3242int
3147main () 3243main ()
@@ -3156,11 +3252,21 @@ main ()
3156_ACEOF 3252_ACEOF
3157rm -f conftest.$ac_objext 3253rm -f conftest.$ac_objext
3158if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3254if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3159 (eval $ac_compile) 2>&5 3255 (eval $ac_compile) 2>conftest.er1
3160 ac_status=$? 3256 ac_status=$?
3257 grep -v '^ *+' conftest.er1 >conftest.err
3258 rm -f conftest.er1
3259 cat conftest.err >&5
3161 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3162 (exit $ac_status); } && 3261 (exit $ac_status); } &&
3163 { ac_try='test -s conftest.$ac_objext' 3262 { ac_try='test -z "$ac_c_werror_flag"
3263 || test ! -s conftest.err'
3264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3265 (eval $ac_try) 2>&5
3266 ac_status=$?
3267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3268 (exit $ac_status); }; } &&
3269 { ac_try='test -s conftest.$ac_objext'
3164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3165 (eval $ac_try) 2>&5 3271 (eval $ac_try) 2>&5
3166 ac_status=$? 3272 ac_status=$?
@@ -3169,10 +3275,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3169 ac_compiler_gnu=yes 3275 ac_compiler_gnu=yes
3170else 3276else
3171 echo "$as_me: failed program was:" >&5 3277 echo "$as_me: failed program was:" >&5
3172cat conftest.$ac_ext >&5 3278sed 's/^/| /' conftest.$ac_ext >&5
3279
3173ac_compiler_gnu=no 3280ac_compiler_gnu=no
3174fi 3281fi
3175rm -f conftest.$ac_objext conftest.$ac_ext 3282rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3176ac_cv_c_compiler_gnu=$ac_compiler_gnu 3283ac_cv_c_compiler_gnu=$ac_compiler_gnu
3177 3284
3178fi 3285fi
@@ -3188,8 +3295,11 @@ if test "${ac_cv_prog_cc_g+set}" = set; then
3188 echo $ECHO_N "(cached) $ECHO_C" >&6 3295 echo $ECHO_N "(cached) $ECHO_C" >&6
3189else 3296else
3190 cat >conftest.$ac_ext <<_ACEOF 3297 cat >conftest.$ac_ext <<_ACEOF
3191#line $LINENO "configure" 3298/* confdefs.h. */
3192#include "confdefs.h" 3299_ACEOF
3300cat confdefs.h >>conftest.$ac_ext
3301cat >>conftest.$ac_ext <<_ACEOF
3302/* end confdefs.h. */
3193 3303
3194int 3304int
3195main () 3305main ()
@@ -3201,11 +3311,21 @@ main ()
3201_ACEOF 3311_ACEOF
3202rm -f conftest.$ac_objext 3312rm -f conftest.$ac_objext
3203if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3313if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3204 (eval $ac_compile) 2>&5 3314 (eval $ac_compile) 2>conftest.er1
3205 ac_status=$? 3315 ac_status=$?
3316 grep -v '^ *+' conftest.er1 >conftest.err
3317 rm -f conftest.er1
3318 cat conftest.err >&5
3206 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3207 (exit $ac_status); } && 3320 (exit $ac_status); } &&
3208 { ac_try='test -s conftest.$ac_objext' 3321 { ac_try='test -z "$ac_c_werror_flag"
3322 || test ! -s conftest.err'
3323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3324 (eval $ac_try) 2>&5
3325 ac_status=$?
3326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3327 (exit $ac_status); }; } &&
3328 { ac_try='test -s conftest.$ac_objext'
3209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3210 (eval $ac_try) 2>&5 3330 (eval $ac_try) 2>&5
3211 ac_status=$? 3331 ac_status=$?
@@ -3214,10 +3334,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3214 ac_cv_prog_cc_g=yes 3334 ac_cv_prog_cc_g=yes
3215else 3335else
3216 echo "$as_me: failed program was:" >&5 3336 echo "$as_me: failed program was:" >&5
3217cat conftest.$ac_ext >&5 3337sed 's/^/| /' conftest.$ac_ext >&5
3338
3218ac_cv_prog_cc_g=no 3339ac_cv_prog_cc_g=no
3219fi 3340fi
3220rm -f conftest.$ac_objext conftest.$ac_ext 3341rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3221fi 3342fi
3222echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3343echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3223echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 3344echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
@@ -3244,8 +3365,11 @@ else
3244 ac_cv_prog_cc_stdc=no 3365 ac_cv_prog_cc_stdc=no
3245ac_save_CC=$CC 3366ac_save_CC=$CC
3246cat >conftest.$ac_ext <<_ACEOF 3367cat >conftest.$ac_ext <<_ACEOF
3247#line $LINENO "configure" 3368/* confdefs.h. */
3248#include "confdefs.h" 3369_ACEOF
3370cat confdefs.h >>conftest.$ac_ext
3371cat >>conftest.$ac_ext <<_ACEOF
3372/* end confdefs.h. */
3249#include <stdarg.h> 3373#include <stdarg.h>
3250#include <stdio.h> 3374#include <stdio.h>
3251#include <sys/types.h> 3375#include <sys/types.h>
@@ -3268,6 +3392,16 @@ static char *f (char * (*g) (char **, int), char **p, ...)
3268 va_end (v); 3392 va_end (v);
3269 return s; 3393 return s;
3270} 3394}
3395
3396/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3397 function prototypes and stuff, but not '\xHH' hex character constants.
3398 These don't provoke an error unfortunately, instead are silently treated
3399 as 'x'. The following induces an error, until -std1 is added to get
3400 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3401 array size at least. It's necessary to write '\x00'==0 to get something
3402 that's true only with -std1. */
3403int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3404
3271int test (int i, double x); 3405int test (int i, double x);
3272struct s1 {int (*f) (int a);}; 3406struct s1 {int (*f) (int a);};
3273struct s2 {int (*f) (double a);}; 3407struct s2 {int (*f) (double a);};
@@ -3294,11 +3428,21 @@ do
3294 CC="$ac_save_CC $ac_arg" 3428 CC="$ac_save_CC $ac_arg"
3295 rm -f conftest.$ac_objext 3429 rm -f conftest.$ac_objext
3296if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3430if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3297 (eval $ac_compile) 2>&5 3431 (eval $ac_compile) 2>conftest.er1
3298 ac_status=$? 3432 ac_status=$?
3433 grep -v '^ *+' conftest.er1 >conftest.err
3434 rm -f conftest.er1
3435 cat conftest.err >&5
3299 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3300 (exit $ac_status); } && 3437 (exit $ac_status); } &&
3301 { ac_try='test -s conftest.$ac_objext' 3438 { ac_try='test -z "$ac_c_werror_flag"
3439 || test ! -s conftest.err'
3440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3441 (eval $ac_try) 2>&5
3442 ac_status=$?
3443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3444 (exit $ac_status); }; } &&
3445 { ac_try='test -s conftest.$ac_objext'
3302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3303 (eval $ac_try) 2>&5 3447 (eval $ac_try) 2>&5
3304 ac_status=$? 3448 ac_status=$?
@@ -3308,9 +3452,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3308break 3452break
3309else 3453else
3310 echo "$as_me: failed program was:" >&5 3454 echo "$as_me: failed program was:" >&5
3311cat conftest.$ac_ext >&5 3455sed 's/^/| /' conftest.$ac_ext >&5
3456
3312fi 3457fi
3313rm -f conftest.$ac_objext 3458rm -f conftest.err conftest.$ac_objext
3314done 3459done
3315rm -f conftest.$ac_ext conftest.$ac_objext 3460rm -f conftest.$ac_ext conftest.$ac_objext
3316CC=$ac_save_CC 3461CC=$ac_save_CC
@@ -3338,19 +3483,28 @@ cat >conftest.$ac_ext <<_ACEOF
3338_ACEOF 3483_ACEOF
3339rm -f conftest.$ac_objext 3484rm -f conftest.$ac_objext
3340if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3485if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3341 (eval $ac_compile) 2>&5 3486 (eval $ac_compile) 2>conftest.er1
3342 ac_status=$? 3487 ac_status=$?
3488 grep -v '^ *+' conftest.er1 >conftest.err
3489 rm -f conftest.er1
3490 cat conftest.err >&5
3343 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); } && 3492 (exit $ac_status); } &&
3345 { ac_try='test -s conftest.$ac_objext' 3493 { ac_try='test -z "$ac_c_werror_flag"
3494 || test ! -s conftest.err'
3495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3496 (eval $ac_try) 2>&5
3497 ac_status=$?
3498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3499 (exit $ac_status); }; } &&
3500 { ac_try='test -s conftest.$ac_objext'
3346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3347 (eval $ac_try) 2>&5 3502 (eval $ac_try) 2>&5
3348 ac_status=$? 3503 ac_status=$?
3349 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3350 (exit $ac_status); }; }; then 3505 (exit $ac_status); }; }; then
3351 for ac_declaration in \ 3506 for ac_declaration in \
3352 ''\ 3507 '' \
3353 '#include <stdlib.h>' \
3354 'extern "C" void std::exit (int) throw (); using std::exit;' \ 3508 'extern "C" void std::exit (int) throw (); using std::exit;' \
3355 'extern "C" void std::exit (int); using std::exit;' \ 3509 'extern "C" void std::exit (int); using std::exit;' \
3356 'extern "C" void exit (int) throw ();' \ 3510 'extern "C" void exit (int) throw ();' \
@@ -3358,10 +3512,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3358 'void exit (int);' 3512 'void exit (int);'
3359do 3513do
3360 cat >conftest.$ac_ext <<_ACEOF 3514 cat >conftest.$ac_ext <<_ACEOF
3361#line $LINENO "configure" 3515/* confdefs.h. */
3362#include "confdefs.h" 3516_ACEOF
3363#include <stdlib.h> 3517cat confdefs.h >>conftest.$ac_ext
3518cat >>conftest.$ac_ext <<_ACEOF
3519/* end confdefs.h. */
3364$ac_declaration 3520$ac_declaration
3521#include <stdlib.h>
3365int 3522int
3366main () 3523main ()
3367{ 3524{
@@ -3372,11 +3529,21 @@ exit (42);
3372_ACEOF 3529_ACEOF
3373rm -f conftest.$ac_objext 3530rm -f conftest.$ac_objext
3374if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3531if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3375 (eval $ac_compile) 2>&5 3532 (eval $ac_compile) 2>conftest.er1
3376 ac_status=$? 3533 ac_status=$?
3534 grep -v '^ *+' conftest.er1 >conftest.err
3535 rm -f conftest.er1
3536 cat conftest.err >&5
3377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3378 (exit $ac_status); } && 3538 (exit $ac_status); } &&
3379 { ac_try='test -s conftest.$ac_objext' 3539 { ac_try='test -z "$ac_c_werror_flag"
3540 || test ! -s conftest.err'
3541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3542 (eval $ac_try) 2>&5
3543 ac_status=$?
3544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3545 (exit $ac_status); }; } &&
3546 { ac_try='test -s conftest.$ac_objext'
3380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3381 (eval $ac_try) 2>&5 3548 (eval $ac_try) 2>&5
3382 ac_status=$? 3549 ac_status=$?
@@ -3385,13 +3552,17 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3385 : 3552 :
3386else 3553else
3387 echo "$as_me: failed program was:" >&5 3554 echo "$as_me: failed program was:" >&5
3388cat conftest.$ac_ext >&5 3555sed 's/^/| /' conftest.$ac_ext >&5
3556
3389continue 3557continue
3390fi 3558fi
3391rm -f conftest.$ac_objext conftest.$ac_ext 3559rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3392 cat >conftest.$ac_ext <<_ACEOF 3560 cat >conftest.$ac_ext <<_ACEOF
3393#line $LINENO "configure" 3561/* confdefs.h. */
3394#include "confdefs.h" 3562_ACEOF
3563cat confdefs.h >>conftest.$ac_ext
3564cat >>conftest.$ac_ext <<_ACEOF
3565/* end confdefs.h. */
3395$ac_declaration 3566$ac_declaration
3396int 3567int
3397main () 3568main ()
@@ -3403,11 +3574,21 @@ exit (42);
3403_ACEOF 3574_ACEOF
3404rm -f conftest.$ac_objext 3575rm -f conftest.$ac_objext
3405if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3576if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3406 (eval $ac_compile) 2>&5 3577 (eval $ac_compile) 2>conftest.er1
3407 ac_status=$? 3578 ac_status=$?
3579 grep -v '^ *+' conftest.er1 >conftest.err
3580 rm -f conftest.er1
3581 cat conftest.err >&5
3408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3409 (exit $ac_status); } && 3583 (exit $ac_status); } &&
3410 { ac_try='test -s conftest.$ac_objext' 3584 { ac_try='test -z "$ac_c_werror_flag"
3585 || test ! -s conftest.err'
3586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3587 (eval $ac_try) 2>&5
3588 ac_status=$?
3589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3590 (exit $ac_status); }; } &&
3591 { ac_try='test -s conftest.$ac_objext'
3411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3412 (eval $ac_try) 2>&5 3593 (eval $ac_try) 2>&5
3413 ac_status=$? 3594 ac_status=$?
@@ -3416,9 +3597,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3416 break 3597 break
3417else 3598else
3418 echo "$as_me: failed program was:" >&5 3599 echo "$as_me: failed program was:" >&5
3419cat conftest.$ac_ext >&5 3600sed 's/^/| /' conftest.$ac_ext >&5
3601
3420fi 3602fi
3421rm -f conftest.$ac_objext conftest.$ac_ext 3603rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3422done 3604done
3423rm -f conftest* 3605rm -f conftest*
3424if test -n "$ac_declaration"; then 3606if test -n "$ac_declaration"; then
@@ -3429,9 +3611,10 @@ fi
3429 3611
3430else 3612else
3431 echo "$as_me: failed program was:" >&5 3613 echo "$as_me: failed program was:" >&5
3432cat conftest.$ac_ext >&5 3614sed 's/^/| /' conftest.$ac_ext >&5
3615
3433fi 3616fi
3434rm -f conftest.$ac_objext conftest.$ac_ext 3617rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3435ac_ext=c 3618ac_ext=c
3436ac_cpp='$CPP $CPPFLAGS' 3619ac_cpp='$CPP $CPPFLAGS'
3437ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3620ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -3507,13 +3690,22 @@ for ac_c_preproc_warn_flag in '' yes
3507do 3690do
3508 # Use a header file that comes with gcc, so configuring glibc 3691 # Use a header file that comes with gcc, so configuring glibc
3509 # with a fresh cross-compiler works. 3692 # with a fresh cross-compiler works.
3693 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3694 # <limits.h> exists even on freestanding compilers.
3510 # On the NeXT, cc -E runs the code through the compiler's parser, 3695 # On the NeXT, cc -E runs the code through the compiler's parser,
3511 # not just through cpp. "Syntax error" is here to catch this case. 3696 # not just through cpp. "Syntax error" is here to catch this case.
3512 cat >conftest.$ac_ext <<_ACEOF 3697 cat >conftest.$ac_ext <<_ACEOF
3513#line $LINENO "configure" 3698/* confdefs.h. */
3514#include "confdefs.h" 3699_ACEOF
3515#include <assert.h> 3700cat confdefs.h >>conftest.$ac_ext
3516 Syntax error 3701cat >>conftest.$ac_ext <<_ACEOF
3702/* end confdefs.h. */
3703#ifdef __STDC__
3704# include <limits.h>
3705#else
3706# include <assert.h>
3707#endif
3708 Syntax error
3517_ACEOF 3709_ACEOF
3518if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3710if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3519 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3711 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3525,6 +3717,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3525 (exit $ac_status); } >/dev/null; then 3717 (exit $ac_status); } >/dev/null; then
3526 if test -s conftest.err; then 3718 if test -s conftest.err; then
3527 ac_cpp_err=$ac_c_preproc_warn_flag 3719 ac_cpp_err=$ac_c_preproc_warn_flag
3720 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3528 else 3721 else
3529 ac_cpp_err= 3722 ac_cpp_err=
3530 fi 3723 fi
@@ -3535,7 +3728,8 @@ if test -z "$ac_cpp_err"; then
3535 : 3728 :
3536else 3729else
3537 echo "$as_me: failed program was:" >&5 3730 echo "$as_me: failed program was:" >&5
3538 cat conftest.$ac_ext >&5 3731sed 's/^/| /' conftest.$ac_ext >&5
3732
3539 # Broken: fails on valid input. 3733 # Broken: fails on valid input.
3540continue 3734continue
3541fi 3735fi
@@ -3544,8 +3738,11 @@ rm -f conftest.err conftest.$ac_ext
3544 # OK, works on sane cases. Now check whether non-existent headers 3738 # OK, works on sane cases. Now check whether non-existent headers
3545 # can be detected and how. 3739 # can be detected and how.
3546 cat >conftest.$ac_ext <<_ACEOF 3740 cat >conftest.$ac_ext <<_ACEOF
3547#line $LINENO "configure" 3741/* confdefs.h. */
3548#include "confdefs.h" 3742_ACEOF
3743cat confdefs.h >>conftest.$ac_ext
3744cat >>conftest.$ac_ext <<_ACEOF
3745/* end confdefs.h. */
3549#include <ac_nonexistent.h> 3746#include <ac_nonexistent.h>
3550_ACEOF 3747_ACEOF
3551if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3748if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -3558,6 +3755,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3558 (exit $ac_status); } >/dev/null; then 3755 (exit $ac_status); } >/dev/null; then
3559 if test -s conftest.err; then 3756 if test -s conftest.err; then
3560 ac_cpp_err=$ac_c_preproc_warn_flag 3757 ac_cpp_err=$ac_c_preproc_warn_flag
3758 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3561 else 3759 else
3562 ac_cpp_err= 3760 ac_cpp_err=
3563 fi 3761 fi
@@ -3569,7 +3767,8 @@ if test -z "$ac_cpp_err"; then
3569continue 3767continue
3570else 3768else
3571 echo "$as_me: failed program was:" >&5 3769 echo "$as_me: failed program was:" >&5
3572 cat conftest.$ac_ext >&5 3770sed 's/^/| /' conftest.$ac_ext >&5
3771
3573 # Passes both tests. 3772 # Passes both tests.
3574ac_preproc_ok=: 3773ac_preproc_ok=:
3575break 3774break
@@ -3598,13 +3797,22 @@ for ac_c_preproc_warn_flag in '' yes
3598do 3797do
3599 # Use a header file that comes with gcc, so configuring glibc 3798 # Use a header file that comes with gcc, so configuring glibc
3600 # with a fresh cross-compiler works. 3799 # with a fresh cross-compiler works.
3800 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3801 # <limits.h> exists even on freestanding compilers.
3601 # On the NeXT, cc -E runs the code through the compiler's parser, 3802 # On the NeXT, cc -E runs the code through the compiler's parser,
3602 # not just through cpp. "Syntax error" is here to catch this case. 3803 # not just through cpp. "Syntax error" is here to catch this case.
3603 cat >conftest.$ac_ext <<_ACEOF 3804 cat >conftest.$ac_ext <<_ACEOF
3604#line $LINENO "configure" 3805/* confdefs.h. */
3605#include "confdefs.h" 3806_ACEOF
3606#include <assert.h> 3807cat confdefs.h >>conftest.$ac_ext
3607 Syntax error 3808cat >>conftest.$ac_ext <<_ACEOF
3809/* end confdefs.h. */
3810#ifdef __STDC__
3811# include <limits.h>
3812#else
3813# include <assert.h>
3814#endif
3815 Syntax error
3608_ACEOF 3816_ACEOF
3609if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3817if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3610 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3818 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3616,6 +3824,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3616 (exit $ac_status); } >/dev/null; then 3824 (exit $ac_status); } >/dev/null; then
3617 if test -s conftest.err; then 3825 if test -s conftest.err; then
3618 ac_cpp_err=$ac_c_preproc_warn_flag 3826 ac_cpp_err=$ac_c_preproc_warn_flag
3827 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3619 else 3828 else
3620 ac_cpp_err= 3829 ac_cpp_err=
3621 fi 3830 fi
@@ -3626,7 +3835,8 @@ if test -z "$ac_cpp_err"; then
3626 : 3835 :
3627else 3836else
3628 echo "$as_me: failed program was:" >&5 3837 echo "$as_me: failed program was:" >&5
3629 cat conftest.$ac_ext >&5 3838sed 's/^/| /' conftest.$ac_ext >&5
3839
3630 # Broken: fails on valid input. 3840 # Broken: fails on valid input.
3631continue 3841continue
3632fi 3842fi
@@ -3635,8 +3845,11 @@ rm -f conftest.err conftest.$ac_ext
3635 # OK, works on sane cases. Now check whether non-existent headers 3845 # OK, works on sane cases. Now check whether non-existent headers
3636 # can be detected and how. 3846 # can be detected and how.
3637 cat >conftest.$ac_ext <<_ACEOF 3847 cat >conftest.$ac_ext <<_ACEOF
3638#line $LINENO "configure" 3848/* confdefs.h. */
3639#include "confdefs.h" 3849_ACEOF
3850cat confdefs.h >>conftest.$ac_ext
3851cat >>conftest.$ac_ext <<_ACEOF
3852/* end confdefs.h. */
3640#include <ac_nonexistent.h> 3853#include <ac_nonexistent.h>
3641_ACEOF 3854_ACEOF
3642if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3855if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -3649,6 +3862,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3649 (exit $ac_status); } >/dev/null; then 3862 (exit $ac_status); } >/dev/null; then
3650 if test -s conftest.err; then 3863 if test -s conftest.err; then
3651 ac_cpp_err=$ac_c_preproc_warn_flag 3864 ac_cpp_err=$ac_c_preproc_warn_flag
3865 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3652 else 3866 else
3653 ac_cpp_err= 3867 ac_cpp_err=
3654 fi 3868 fi
@@ -3660,7 +3874,8 @@ if test -z "$ac_cpp_err"; then
3660continue 3874continue
3661else 3875else
3662 echo "$as_me: failed program was:" >&5 3876 echo "$as_me: failed program was:" >&5
3663 cat conftest.$ac_ext >&5 3877sed 's/^/| /' conftest.$ac_ext >&5
3878
3664 # Passes both tests. 3879 # Passes both tests.
3665ac_preproc_ok=: 3880ac_preproc_ok=:
3666break 3881break
@@ -3673,8 +3888,10 @@ rm -f conftest.err conftest.$ac_ext
3673if $ac_preproc_ok; then 3888if $ac_preproc_ok; then
3674 : 3889 :
3675else 3890else
3676 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5 3891 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3677echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 3892See \`config.log' for more details." >&5
3893echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3894See \`config.log' for more details." >&2;}
3678 { (exit 1); exit 1; }; } 3895 { (exit 1); exit 1; }; }
3679fi 3896fi
3680 3897
@@ -3695,6 +3912,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3695# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3912# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3696# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3913# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3697# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3914# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3915# OS/2's system install, which has a completely different semantic
3698# ./install, which can be erroneously created by make from ./install.sh. 3916# ./install, which can be erroneously created by make from ./install.sh.
3699echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3917echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3700echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 3918echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
@@ -3711,6 +3929,7 @@ do
3711case $as_dir/ in 3929case $as_dir/ in
3712 ./ | .// | /cC/* | \ 3930 ./ | .// | /cC/* | \
3713 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3931 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3932 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3714 /usr/ucb/* ) ;; 3933 /usr/ucb/* ) ;;
3715 *) 3934 *)
3716 # OSF1 and SCO ODT 3.0 have their own names for install. 3935 # OSF1 and SCO ODT 3.0 have their own names for install.
@@ -3718,20 +3937,20 @@ case $as_dir/ in
3718 # by default. 3937 # by default.
3719 for ac_prog in ginstall scoinst install; do 3938 for ac_prog in ginstall scoinst install; do
3720 for ac_exec_ext in '' $ac_executable_extensions; do 3939 for ac_exec_ext in '' $ac_executable_extensions; do
3721 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 3940 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3722 if test $ac_prog = install && 3941 if test $ac_prog = install &&
3723 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3942 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3724 # AIX install. It has an incompatible calling convention. 3943 # AIX install. It has an incompatible calling convention.
3725 : 3944 :
3726 elif test $ac_prog = install && 3945 elif test $ac_prog = install &&
3727 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3946 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3728 # program-specific install script used by HP pwplus--don't use. 3947 # program-specific install script used by HP pwplus--don't use.
3729 : 3948 :
3730 else 3949 else
3731 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3950 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3732 break 3 3951 break 3
3733 fi 3952 fi
3734 fi 3953 fi
3735 done 3954 done
3736 done 3955 done
3737 ;; 3956 ;;
@@ -3974,42 +4193,6 @@ then
3974fi 4193fi
3975 4194
3976 4195
3977late_LDFLAGS=$LDFLAGS
3978if test $GCC = yes; then
3979 LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
3980else
3981 LDFLAGS="$LDFLAGS -znocombreloc"
3982fi
3983
3984echo "$as_me:$LINENO: checking For -znocombreloc" >&5
3985echo $ECHO_N "checking For -znocombreloc... $ECHO_C" >&6
3986
3987cat >conftest.$ac_ext <<_ACEOF
3988main(){return 0;}
3989_ACEOF
3990rm -f conftest.$ac_objext conftest$ac_exeext
3991if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3992 (eval $ac_link) 2>&5
3993 ac_status=$?
3994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3995 (exit $ac_status); } &&
3996 { ac_try='test -s conftest$ac_exeext'
3997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3998 (eval $ac_try) 2>&5
3999 ac_status=$?
4000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4001 (exit $ac_status); }; }; then
4002 echo "$as_me:$LINENO: result: yes" >&5
4003echo "${ECHO_T}yes" >&6
4004else
4005 echo "$as_me: failed program was:" >&5
4006cat conftest.$ac_ext >&5
4007LDFLAGS=$late_LDFLAGS
4008 echo "$as_me:$LINENO: result: no" >&5
4009echo "${ECHO_T}no" >&6
4010fi
4011rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4012
4013 4196
4014echo "$as_me:$LINENO: checking for egrep" >&5 4197echo "$as_me:$LINENO: checking for egrep" >&5
4015echo $ECHO_N "checking for egrep... $ECHO_C" >&6 4198echo $ECHO_N "checking for egrep... $ECHO_C" >&6
@@ -4030,8 +4213,11 @@ echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4030echo "$as_me:$LINENO: checking for AIX" >&5 4213echo "$as_me:$LINENO: checking for AIX" >&5
4031echo $ECHO_N "checking for AIX... $ECHO_C" >&6 4214echo $ECHO_N "checking for AIX... $ECHO_C" >&6
4032cat >conftest.$ac_ext <<_ACEOF 4215cat >conftest.$ac_ext <<_ACEOF
4033#line $LINENO "configure" 4216/* confdefs.h. */
4034#include "confdefs.h" 4217_ACEOF
4218cat confdefs.h >>conftest.$ac_ext
4219cat >>conftest.$ac_ext <<_ACEOF
4220/* end confdefs.h. */
4035#ifdef _AIX 4221#ifdef _AIX
4036 yes 4222 yes
4037#endif 4223#endif
@@ -4225,9 +4411,12 @@ else
4225 while :; do 4411 while :; do
4226 # IRIX 6.2 and later do not support large files by default, 4412 # IRIX 6.2 and later do not support large files by default,
4227 # so use the C compiler's -n32 option if that helps. 4413 # so use the C compiler's -n32 option if that helps.
4228 cat >conftest.$ac_ext <<_ACEOF 4414 cat >conftest.$ac_ext <<_ACEOF
4229#line $LINENO "configure" 4415/* confdefs.h. */
4230#include "confdefs.h" 4416_ACEOF
4417cat confdefs.h >>conftest.$ac_ext
4418cat >>conftest.$ac_ext <<_ACEOF
4419/* end confdefs.h. */
4231#include <sys/types.h> 4420#include <sys/types.h>
4232 /* Check that off_t can represent 2**63 - 1 correctly. 4421 /* Check that off_t can represent 2**63 - 1 correctly.
4233 We can't simply define LARGE_OFF_T to be 9223372036854775807, 4422 We can't simply define LARGE_OFF_T to be 9223372036854775807,
@@ -4247,11 +4436,21 @@ main ()
4247_ACEOF 4436_ACEOF
4248 rm -f conftest.$ac_objext 4437 rm -f conftest.$ac_objext
4249if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4438if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4250 (eval $ac_compile) 2>&5 4439 (eval $ac_compile) 2>conftest.er1
4251 ac_status=$? 4440 ac_status=$?
4441 grep -v '^ *+' conftest.er1 >conftest.err
4442 rm -f conftest.er1
4443 cat conftest.err >&5
4252 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4253 (exit $ac_status); } && 4445 (exit $ac_status); } &&
4254 { ac_try='test -s conftest.$ac_objext' 4446 { ac_try='test -z "$ac_c_werror_flag"
4447 || test ! -s conftest.err'
4448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4449 (eval $ac_try) 2>&5
4450 ac_status=$?
4451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4452 (exit $ac_status); }; } &&
4453 { ac_try='test -s conftest.$ac_objext'
4255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4256 (eval $ac_try) 2>&5 4455 (eval $ac_try) 2>&5
4257 ac_status=$? 4456 ac_status=$?
@@ -4260,17 +4459,28 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4260 break 4459 break
4261else 4460else
4262 echo "$as_me: failed program was:" >&5 4461 echo "$as_me: failed program was:" >&5
4263cat conftest.$ac_ext >&5 4462sed 's/^/| /' conftest.$ac_ext >&5
4463
4264fi 4464fi
4265rm -f conftest.$ac_objext 4465rm -f conftest.err conftest.$ac_objext
4266 CC="$CC -n32" 4466 CC="$CC -n32"
4267 rm -f conftest.$ac_objext 4467 rm -f conftest.$ac_objext
4268if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4468if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4269 (eval $ac_compile) 2>&5 4469 (eval $ac_compile) 2>conftest.er1
4270 ac_status=$? 4470 ac_status=$?
4471 grep -v '^ *+' conftest.er1 >conftest.err
4472 rm -f conftest.er1
4473 cat conftest.err >&5
4271 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4272 (exit $ac_status); } && 4475 (exit $ac_status); } &&
4273 { ac_try='test -s conftest.$ac_objext' 4476 { ac_try='test -z "$ac_c_werror_flag"
4477 || test ! -s conftest.err'
4478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4479 (eval $ac_try) 2>&5
4480 ac_status=$?
4481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4482 (exit $ac_status); }; } &&
4483 { ac_try='test -s conftest.$ac_objext'
4274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4275 (eval $ac_try) 2>&5 4485 (eval $ac_try) 2>&5
4276 ac_status=$? 4486 ac_status=$?
@@ -4279,10 +4489,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4279 ac_cv_sys_largefile_CC=' -n32'; break 4489 ac_cv_sys_largefile_CC=' -n32'; break
4280else 4490else
4281 echo "$as_me: failed program was:" >&5 4491 echo "$as_me: failed program was:" >&5
4282cat conftest.$ac_ext >&5 4492sed 's/^/| /' conftest.$ac_ext >&5
4493
4283fi 4494fi
4284rm -f conftest.$ac_objext 4495rm -f conftest.err conftest.$ac_objext
4285 break 4496 break
4286 done 4497 done
4287 CC=$ac_save_CC 4498 CC=$ac_save_CC
4288 rm -f conftest.$ac_ext 4499 rm -f conftest.$ac_ext
@@ -4302,8 +4513,11 @@ else
4302 while :; do 4513 while :; do
4303 ac_cv_sys_file_offset_bits=no 4514 ac_cv_sys_file_offset_bits=no
4304 cat >conftest.$ac_ext <<_ACEOF 4515 cat >conftest.$ac_ext <<_ACEOF
4305#line $LINENO "configure" 4516/* confdefs.h. */
4306#include "confdefs.h" 4517_ACEOF
4518cat confdefs.h >>conftest.$ac_ext
4519cat >>conftest.$ac_ext <<_ACEOF
4520/* end confdefs.h. */
4307#include <sys/types.h> 4521#include <sys/types.h>
4308 /* Check that off_t can represent 2**63 - 1 correctly. 4522 /* Check that off_t can represent 2**63 - 1 correctly.
4309 We can't simply define LARGE_OFF_T to be 9223372036854775807, 4523 We can't simply define LARGE_OFF_T to be 9223372036854775807,
@@ -4323,11 +4537,21 @@ main ()
4323_ACEOF 4537_ACEOF
4324rm -f conftest.$ac_objext 4538rm -f conftest.$ac_objext
4325if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4539if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4326 (eval $ac_compile) 2>&5 4540 (eval $ac_compile) 2>conftest.er1
4327 ac_status=$? 4541 ac_status=$?
4542 grep -v '^ *+' conftest.er1 >conftest.err
4543 rm -f conftest.er1
4544 cat conftest.err >&5
4328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4329 (exit $ac_status); } && 4546 (exit $ac_status); } &&
4330 { ac_try='test -s conftest.$ac_objext' 4547 { ac_try='test -z "$ac_c_werror_flag"
4548 || test ! -s conftest.err'
4549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4550 (eval $ac_try) 2>&5
4551 ac_status=$?
4552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4553 (exit $ac_status); }; } &&
4554 { ac_try='test -s conftest.$ac_objext'
4331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4332 (eval $ac_try) 2>&5 4556 (eval $ac_try) 2>&5
4333 ac_status=$? 4557 ac_status=$?
@@ -4336,12 +4560,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4336 break 4560 break
4337else 4561else
4338 echo "$as_me: failed program was:" >&5 4562 echo "$as_me: failed program was:" >&5
4339cat conftest.$ac_ext >&5 4563sed 's/^/| /' conftest.$ac_ext >&5
4564
4340fi 4565fi
4341rm -f conftest.$ac_objext conftest.$ac_ext 4566rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4342 cat >conftest.$ac_ext <<_ACEOF 4567 cat >conftest.$ac_ext <<_ACEOF
4343#line $LINENO "configure" 4568/* confdefs.h. */
4344#include "confdefs.h" 4569_ACEOF
4570cat confdefs.h >>conftest.$ac_ext
4571cat >>conftest.$ac_ext <<_ACEOF
4572/* end confdefs.h. */
4345#define _FILE_OFFSET_BITS 64 4573#define _FILE_OFFSET_BITS 64
4346#include <sys/types.h> 4574#include <sys/types.h>
4347 /* Check that off_t can represent 2**63 - 1 correctly. 4575 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -4362,11 +4590,21 @@ main ()
4362_ACEOF 4590_ACEOF
4363rm -f conftest.$ac_objext 4591rm -f conftest.$ac_objext
4364if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4592if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4365 (eval $ac_compile) 2>&5 4593 (eval $ac_compile) 2>conftest.er1
4366 ac_status=$? 4594 ac_status=$?
4595 grep -v '^ *+' conftest.er1 >conftest.err
4596 rm -f conftest.er1
4597 cat conftest.err >&5
4367 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4368 (exit $ac_status); } && 4599 (exit $ac_status); } &&
4369 { ac_try='test -s conftest.$ac_objext' 4600 { ac_try='test -z "$ac_c_werror_flag"
4601 || test ! -s conftest.err'
4602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4603 (eval $ac_try) 2>&5
4604 ac_status=$?
4605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4606 (exit $ac_status); }; } &&
4607 { ac_try='test -s conftest.$ac_objext'
4370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4371 (eval $ac_try) 2>&5 4609 (eval $ac_try) 2>&5
4372 ac_status=$? 4610 ac_status=$?
@@ -4375,9 +4613,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4375 ac_cv_sys_file_offset_bits=64; break 4613 ac_cv_sys_file_offset_bits=64; break
4376else 4614else
4377 echo "$as_me: failed program was:" >&5 4615 echo "$as_me: failed program was:" >&5
4378cat conftest.$ac_ext >&5 4616sed 's/^/| /' conftest.$ac_ext >&5
4617
4379fi 4618fi
4380rm -f conftest.$ac_objext conftest.$ac_ext 4619rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4381 break 4620 break
4382done 4621done
4383fi 4622fi
@@ -4399,8 +4638,11 @@ else
4399 while :; do 4638 while :; do
4400 ac_cv_sys_large_files=no 4639 ac_cv_sys_large_files=no
4401 cat >conftest.$ac_ext <<_ACEOF 4640 cat >conftest.$ac_ext <<_ACEOF
4402#line $LINENO "configure" 4641/* confdefs.h. */
4403#include "confdefs.h" 4642_ACEOF
4643cat confdefs.h >>conftest.$ac_ext
4644cat >>conftest.$ac_ext <<_ACEOF
4645/* end confdefs.h. */
4404#include <sys/types.h> 4646#include <sys/types.h>
4405 /* Check that off_t can represent 2**63 - 1 correctly. 4647 /* Check that off_t can represent 2**63 - 1 correctly.
4406 We can't simply define LARGE_OFF_T to be 9223372036854775807, 4648 We can't simply define LARGE_OFF_T to be 9223372036854775807,
@@ -4420,11 +4662,21 @@ main ()
4420_ACEOF 4662_ACEOF
4421rm -f conftest.$ac_objext 4663rm -f conftest.$ac_objext
4422if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4664if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4423 (eval $ac_compile) 2>&5 4665 (eval $ac_compile) 2>conftest.er1
4424 ac_status=$? 4666 ac_status=$?
4667 grep -v '^ *+' conftest.er1 >conftest.err
4668 rm -f conftest.er1
4669 cat conftest.err >&5
4425 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4426 (exit $ac_status); } && 4671 (exit $ac_status); } &&
4427 { ac_try='test -s conftest.$ac_objext' 4672 { ac_try='test -z "$ac_c_werror_flag"
4673 || test ! -s conftest.err'
4674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4675 (eval $ac_try) 2>&5
4676 ac_status=$?
4677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4678 (exit $ac_status); }; } &&
4679 { ac_try='test -s conftest.$ac_objext'
4428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4429 (eval $ac_try) 2>&5 4681 (eval $ac_try) 2>&5
4430 ac_status=$? 4682 ac_status=$?
@@ -4433,12 +4685,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4433 break 4685 break
4434else 4686else
4435 echo "$as_me: failed program was:" >&5 4687 echo "$as_me: failed program was:" >&5
4436cat conftest.$ac_ext >&5 4688sed 's/^/| /' conftest.$ac_ext >&5
4689
4437fi 4690fi
4438rm -f conftest.$ac_objext conftest.$ac_ext 4691rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4439 cat >conftest.$ac_ext <<_ACEOF 4692 cat >conftest.$ac_ext <<_ACEOF
4440#line $LINENO "configure" 4693/* confdefs.h. */
4441#include "confdefs.h" 4694_ACEOF
4695cat confdefs.h >>conftest.$ac_ext
4696cat >>conftest.$ac_ext <<_ACEOF
4697/* end confdefs.h. */
4442#define _LARGE_FILES 1 4698#define _LARGE_FILES 1
4443#include <sys/types.h> 4699#include <sys/types.h>
4444 /* Check that off_t can represent 2**63 - 1 correctly. 4700 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -4459,11 +4715,21 @@ main ()
4459_ACEOF 4715_ACEOF
4460rm -f conftest.$ac_objext 4716rm -f conftest.$ac_objext
4461if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4717if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4462 (eval $ac_compile) 2>&5 4718 (eval $ac_compile) 2>conftest.er1
4463 ac_status=$? 4719 ac_status=$?
4720 grep -v '^ *+' conftest.er1 >conftest.err
4721 rm -f conftest.er1
4722 cat conftest.err >&5
4464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4465 (exit $ac_status); } && 4724 (exit $ac_status); } &&
4466 { ac_try='test -s conftest.$ac_objext' 4725 { ac_try='test -z "$ac_c_werror_flag"
4726 || test ! -s conftest.err'
4727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4728 (eval $ac_try) 2>&5
4729 ac_status=$?
4730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4731 (exit $ac_status); }; } &&
4732 { ac_try='test -s conftest.$ac_objext'
4467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4468 (eval $ac_try) 2>&5 4734 (eval $ac_try) 2>&5
4469 ac_status=$? 4735 ac_status=$?
@@ -4472,9 +4738,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4472 ac_cv_sys_large_files=1; break 4738 ac_cv_sys_large_files=1; break
4473else 4739else
4474 echo "$as_me: failed program was:" >&5 4740 echo "$as_me: failed program was:" >&5
4475cat conftest.$ac_ext >&5 4741sed 's/^/| /' conftest.$ac_ext >&5
4742
4476fi 4743fi
4477rm -f conftest.$ac_objext conftest.$ac_ext 4744rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4478 break 4745 break
4479done 4746done
4480fi 4747fi
@@ -4499,44 +4766,63 @@ if test "${ac_cv_header_stdc+set}" = set; then
4499 echo $ECHO_N "(cached) $ECHO_C" >&6 4766 echo $ECHO_N "(cached) $ECHO_C" >&6
4500else 4767else
4501 cat >conftest.$ac_ext <<_ACEOF 4768 cat >conftest.$ac_ext <<_ACEOF
4502#line $LINENO "configure" 4769/* confdefs.h. */
4503#include "confdefs.h" 4770_ACEOF
4771cat confdefs.h >>conftest.$ac_ext
4772cat >>conftest.$ac_ext <<_ACEOF
4773/* end confdefs.h. */
4504#include <stdlib.h> 4774#include <stdlib.h>
4505#include <stdarg.h> 4775#include <stdarg.h>
4506#include <string.h> 4776#include <string.h>
4507#include <float.h> 4777#include <float.h>
4508 4778
4779int
4780main ()
4781{
4782
4783 ;
4784 return 0;
4785}
4509_ACEOF 4786_ACEOF
4510if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4787rm -f conftest.$ac_objext
4511 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4788if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4789 (eval $ac_compile) 2>conftest.er1
4512 ac_status=$? 4790 ac_status=$?
4513 grep -v '^ *+' conftest.er1 >conftest.err 4791 grep -v '^ *+' conftest.er1 >conftest.err
4514 rm -f conftest.er1 4792 rm -f conftest.er1
4515 cat conftest.err >&5 4793 cat conftest.err >&5
4516 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4517 (exit $ac_status); } >/dev/null; then 4795 (exit $ac_status); } &&
4518 if test -s conftest.err; then 4796 { ac_try='test -z "$ac_c_werror_flag"
4519 ac_cpp_err=$ac_c_preproc_warn_flag 4797 || test ! -s conftest.err'
4520 else 4798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4521 ac_cpp_err= 4799 (eval $ac_try) 2>&5
4522 fi 4800 ac_status=$?
4523else 4801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4524 ac_cpp_err=yes 4802 (exit $ac_status); }; } &&
4525fi 4803 { ac_try='test -s conftest.$ac_objext'
4526if test -z "$ac_cpp_err"; then 4804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4805 (eval $ac_try) 2>&5
4806 ac_status=$?
4807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4808 (exit $ac_status); }; }; then
4527 ac_cv_header_stdc=yes 4809 ac_cv_header_stdc=yes
4528else 4810else
4529 echo "$as_me: failed program was:" >&5 4811 echo "$as_me: failed program was:" >&5
4530 cat conftest.$ac_ext >&5 4812sed 's/^/| /' conftest.$ac_ext >&5
4531 ac_cv_header_stdc=no 4813
4814ac_cv_header_stdc=no
4532fi 4815fi
4533rm -f conftest.err conftest.$ac_ext 4816rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4534 4817
4535if test $ac_cv_header_stdc = yes; then 4818if test $ac_cv_header_stdc = yes; then
4536 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4819 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4537 cat >conftest.$ac_ext <<_ACEOF 4820 cat >conftest.$ac_ext <<_ACEOF
4538#line $LINENO "configure" 4821/* confdefs.h. */
4539#include "confdefs.h" 4822_ACEOF
4823cat confdefs.h >>conftest.$ac_ext
4824cat >>conftest.$ac_ext <<_ACEOF
4825/* end confdefs.h. */
4540#include <string.h> 4826#include <string.h>
4541 4827
4542_ACEOF 4828_ACEOF
@@ -4553,8 +4839,11 @@ fi
4553if test $ac_cv_header_stdc = yes; then 4839if test $ac_cv_header_stdc = yes; then
4554 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4840 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4555 cat >conftest.$ac_ext <<_ACEOF 4841 cat >conftest.$ac_ext <<_ACEOF
4556#line $LINENO "configure" 4842/* confdefs.h. */
4557#include "confdefs.h" 4843_ACEOF
4844cat confdefs.h >>conftest.$ac_ext
4845cat >>conftest.$ac_ext <<_ACEOF
4846/* end confdefs.h. */
4558#include <stdlib.h> 4847#include <stdlib.h>
4559 4848
4560_ACEOF 4849_ACEOF
@@ -4574,16 +4863,20 @@ if test $ac_cv_header_stdc = yes; then
4574 : 4863 :
4575else 4864else
4576 cat >conftest.$ac_ext <<_ACEOF 4865 cat >conftest.$ac_ext <<_ACEOF
4577#line $LINENO "configure" 4866/* confdefs.h. */
4578#include "confdefs.h" 4867_ACEOF
4868cat confdefs.h >>conftest.$ac_ext
4869cat >>conftest.$ac_ext <<_ACEOF
4870/* end confdefs.h. */
4579#include <ctype.h> 4871#include <ctype.h>
4580#if ((' ' & 0x0FF) == 0x020) 4872#if ((' ' & 0x0FF) == 0x020)
4581# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 4873# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4582# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 4874# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4583#else 4875#else
4584# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ 4876# define ISLOWER(c) \
4585 || ('j' <= (c) && (c) <= 'r') \ 4877 (('a' <= (c) && (c) <= 'i') \
4586 || ('s' <= (c) && (c) <= 'z')) 4878 || ('j' <= (c) && (c) <= 'r') \
4879 || ('s' <= (c) && (c) <= 'z'))
4587# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4880# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4588#endif 4881#endif
4589 4882
@@ -4594,7 +4887,7 @@ main ()
4594 int i; 4887 int i;
4595 for (i = 0; i < 256; i++) 4888 for (i = 0; i < 256; i++)
4596 if (XOR (islower (i), ISLOWER (i)) 4889 if (XOR (islower (i), ISLOWER (i))
4597 || toupper (i) != TOUPPER (i)) 4890 || toupper (i) != TOUPPER (i))
4598 exit(2); 4891 exit(2);
4599 exit (0); 4892 exit (0);
4600} 4893}
@@ -4614,11 +4907,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4614else 4907else
4615 echo "$as_me: program exited with status $ac_status" >&5 4908 echo "$as_me: program exited with status $ac_status" >&5
4616echo "$as_me: failed program was:" >&5 4909echo "$as_me: failed program was:" >&5
4617cat conftest.$ac_ext >&5 4910sed 's/^/| /' conftest.$ac_ext >&5
4911
4618( exit $ac_status ) 4912( exit $ac_status )
4619ac_cv_header_stdc=no 4913ac_cv_header_stdc=no
4620fi 4914fi
4621rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4915rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4622fi 4916fi
4623fi 4917fi
4624fi 4918fi
@@ -4643,7 +4937,7 @@ fi
4643 4937
4644 4938
4645for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4939for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4646 inttypes.h stdint.h unistd.h 4940 inttypes.h stdint.h unistd.h
4647do 4941do
4648as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4942as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4649echo "$as_me:$LINENO: checking for $ac_header" >&5 4943echo "$as_me:$LINENO: checking for $ac_header" >&5
@@ -4652,19 +4946,32 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
4652 echo $ECHO_N "(cached) $ECHO_C" >&6 4946 echo $ECHO_N "(cached) $ECHO_C" >&6
4653else 4947else
4654 cat >conftest.$ac_ext <<_ACEOF 4948 cat >conftest.$ac_ext <<_ACEOF
4655#line $LINENO "configure" 4949/* confdefs.h. */
4656#include "confdefs.h" 4950_ACEOF
4951cat confdefs.h >>conftest.$ac_ext
4952cat >>conftest.$ac_ext <<_ACEOF
4953/* end confdefs.h. */
4657$ac_includes_default 4954$ac_includes_default
4658 4955
4659#include <$ac_header> 4956#include <$ac_header>
4660_ACEOF 4957_ACEOF
4661rm -f conftest.$ac_objext 4958rm -f conftest.$ac_objext
4662if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4959if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4663 (eval $ac_compile) 2>&5 4960 (eval $ac_compile) 2>conftest.er1
4664 ac_status=$? 4961 ac_status=$?
4962 grep -v '^ *+' conftest.er1 >conftest.err
4963 rm -f conftest.er1
4964 cat conftest.err >&5
4665 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4666 (exit $ac_status); } && 4966 (exit $ac_status); } &&
4667 { ac_try='test -s conftest.$ac_objext' 4967 { ac_try='test -z "$ac_c_werror_flag"
4968 || test ! -s conftest.err'
4969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4970 (eval $ac_try) 2>&5
4971 ac_status=$?
4972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4973 (exit $ac_status); }; } &&
4974 { ac_try='test -s conftest.$ac_objext'
4668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4669 (eval $ac_try) 2>&5 4976 (eval $ac_try) 2>&5
4670 ac_status=$? 4977 ac_status=$?
@@ -4673,10 +4980,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4673 eval "$as_ac_Header=yes" 4980 eval "$as_ac_Header=yes"
4674else 4981else
4675 echo "$as_me: failed program was:" >&5 4982 echo "$as_me: failed program was:" >&5
4676cat conftest.$ac_ext >&5 4983sed 's/^/| /' conftest.$ac_ext >&5
4984
4677eval "$as_ac_Header=no" 4985eval "$as_ac_Header=no"
4678fi 4986fi
4679rm -f conftest.$ac_objext conftest.$ac_ext 4987rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4680fi 4988fi
4681echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4989echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4682echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4990echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -4709,18 +5017,31 @@ else
4709echo "$as_me:$LINENO: checking $ac_header usability" >&5 5017echo "$as_me:$LINENO: checking $ac_header usability" >&5
4710echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5018echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4711cat >conftest.$ac_ext <<_ACEOF 5019cat >conftest.$ac_ext <<_ACEOF
4712#line $LINENO "configure" 5020/* confdefs.h. */
4713#include "confdefs.h" 5021_ACEOF
5022cat confdefs.h >>conftest.$ac_ext
5023cat >>conftest.$ac_ext <<_ACEOF
5024/* end confdefs.h. */
4714$ac_includes_default 5025$ac_includes_default
4715#include <$ac_header> 5026#include <$ac_header>
4716_ACEOF 5027_ACEOF
4717rm -f conftest.$ac_objext 5028rm -f conftest.$ac_objext
4718if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5029if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4719 (eval $ac_compile) 2>&5 5030 (eval $ac_compile) 2>conftest.er1
4720 ac_status=$? 5031 ac_status=$?
5032 grep -v '^ *+' conftest.er1 >conftest.err
5033 rm -f conftest.er1
5034 cat conftest.err >&5
4721 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4722 (exit $ac_status); } && 5036 (exit $ac_status); } &&
4723 { ac_try='test -s conftest.$ac_objext' 5037 { ac_try='test -z "$ac_c_werror_flag"
5038 || test ! -s conftest.err'
5039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5040 (eval $ac_try) 2>&5
5041 ac_status=$?
5042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5043 (exit $ac_status); }; } &&
5044 { ac_try='test -s conftest.$ac_objext'
4724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4725 (eval $ac_try) 2>&5 5046 (eval $ac_try) 2>&5
4726 ac_status=$? 5047 ac_status=$?
@@ -4729,10 +5050,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4729 ac_header_compiler=yes 5050 ac_header_compiler=yes
4730else 5051else
4731 echo "$as_me: failed program was:" >&5 5052 echo "$as_me: failed program was:" >&5
4732cat conftest.$ac_ext >&5 5053sed 's/^/| /' conftest.$ac_ext >&5
5054
4733ac_header_compiler=no 5055ac_header_compiler=no
4734fi 5056fi
4735rm -f conftest.$ac_objext conftest.$ac_ext 5057rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4736echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5058echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4737echo "${ECHO_T}$ac_header_compiler" >&6 5059echo "${ECHO_T}$ac_header_compiler" >&6
4738 5060
@@ -4740,8 +5062,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
4740echo "$as_me:$LINENO: checking $ac_header presence" >&5 5062echo "$as_me:$LINENO: checking $ac_header presence" >&5
4741echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5063echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4742cat >conftest.$ac_ext <<_ACEOF 5064cat >conftest.$ac_ext <<_ACEOF
4743#line $LINENO "configure" 5065/* confdefs.h. */
4744#include "confdefs.h" 5066_ACEOF
5067cat confdefs.h >>conftest.$ac_ext
5068cat >>conftest.$ac_ext <<_ACEOF
5069/* end confdefs.h. */
4745#include <$ac_header> 5070#include <$ac_header>
4746_ACEOF 5071_ACEOF
4747if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5072if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -4754,6 +5079,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4754 (exit $ac_status); } >/dev/null; then 5079 (exit $ac_status); } >/dev/null; then
4755 if test -s conftest.err; then 5080 if test -s conftest.err; then
4756 ac_cpp_err=$ac_c_preproc_warn_flag 5081 ac_cpp_err=$ac_c_preproc_warn_flag
5082 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4757 else 5083 else
4758 ac_cpp_err= 5084 ac_cpp_err=
4759 fi 5085 fi
@@ -4764,7 +5090,8 @@ if test -z "$ac_cpp_err"; then
4764 ac_header_preproc=yes 5090 ac_header_preproc=yes
4765else 5091else
4766 echo "$as_me: failed program was:" >&5 5092 echo "$as_me: failed program was:" >&5
4767 cat conftest.$ac_ext >&5 5093sed 's/^/| /' conftest.$ac_ext >&5
5094
4768 ac_header_preproc=no 5095 ac_header_preproc=no
4769fi 5096fi
4770rm -f conftest.err conftest.$ac_ext 5097rm -f conftest.err conftest.$ac_ext
@@ -4772,26 +5099,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4772echo "${ECHO_T}$ac_header_preproc" >&6 5099echo "${ECHO_T}$ac_header_preproc" >&6
4773 5100
4774# So? What about this header? 5101# So? What about this header?
4775case $ac_header_compiler:$ac_header_preproc in 5102case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4776 yes:no ) 5103 yes:no: )
4777 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5104 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4778echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5105echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4779 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5106 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4780echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 5107echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4781 no:yes ) 5108 ac_header_preproc=yes
5109 ;;
5110 no:yes:* )
4782 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5111 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4783echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5112echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4784 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5113 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4785echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5114echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5115 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5116echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5117 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5118echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4786 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5119 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4787echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 5120echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5121 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5122echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5123 (
5124 cat <<\_ASBOX
5125## ------------------------------------------ ##
5126## Report this to the AC_PACKAGE_NAME lists. ##
5127## ------------------------------------------ ##
5128_ASBOX
5129 ) |
5130 sed "s/^/$as_me: WARNING: /" >&2
5131 ;;
4788esac 5132esac
4789echo "$as_me:$LINENO: checking for $ac_header" >&5 5133echo "$as_me:$LINENO: checking for $ac_header" >&5
4790echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5134echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4791if eval "test \"\${$as_ac_Header+set}\" = set"; then 5135if eval "test \"\${$as_ac_Header+set}\" = set"; then
4792 echo $ECHO_N "(cached) $ECHO_C" >&6 5136 echo $ECHO_N "(cached) $ECHO_C" >&6
4793else 5137else
4794 eval "$as_ac_Header=$ac_header_preproc" 5138 eval "$as_ac_Header=\$ac_header_preproc"
4795fi 5139fi
4796echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5140echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4797echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5141echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -4815,8 +5159,11 @@ else
4815 ac_check_lib_save_LIBS=$LIBS 5159 ac_check_lib_save_LIBS=$LIBS
4816LIBS="-lossaudio $LIBS" 5160LIBS="-lossaudio $LIBS"
4817cat >conftest.$ac_ext <<_ACEOF 5161cat >conftest.$ac_ext <<_ACEOF
4818#line $LINENO "configure" 5162/* confdefs.h. */
4819#include "confdefs.h" 5163_ACEOF
5164cat confdefs.h >>conftest.$ac_ext
5165cat >>conftest.$ac_ext <<_ACEOF
5166/* end confdefs.h. */
4820 5167
4821/* Override any gcc2 internal prototype to avoid an error. */ 5168/* Override any gcc2 internal prototype to avoid an error. */
4822#ifdef __cplusplus 5169#ifdef __cplusplus
@@ -4835,11 +5182,21 @@ _oss_ioctl ();
4835_ACEOF 5182_ACEOF
4836rm -f conftest.$ac_objext conftest$ac_exeext 5183rm -f conftest.$ac_objext conftest$ac_exeext
4837if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 5184if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4838 (eval $ac_link) 2>&5 5185 (eval $ac_link) 2>conftest.er1
4839 ac_status=$? 5186 ac_status=$?
5187 grep -v '^ *+' conftest.er1 >conftest.err
5188 rm -f conftest.er1
5189 cat conftest.err >&5
4840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4841 (exit $ac_status); } && 5191 (exit $ac_status); } &&
4842 { ac_try='test -s conftest$ac_exeext' 5192 { ac_try='test -z "$ac_c_werror_flag"
5193 || test ! -s conftest.err'
5194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5195 (eval $ac_try) 2>&5
5196 ac_status=$?
5197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5198 (exit $ac_status); }; } &&
5199 { ac_try='test -s conftest$ac_exeext'
4843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4844 (eval $ac_try) 2>&5 5201 (eval $ac_try) 2>&5
4845 ac_status=$? 5202 ac_status=$?
@@ -4848,10 +5205,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4848 ac_cv_lib_ossaudio__oss_ioctl=yes 5205 ac_cv_lib_ossaudio__oss_ioctl=yes
4849else 5206else
4850 echo "$as_me: failed program was:" >&5 5207 echo "$as_me: failed program was:" >&5
4851cat conftest.$ac_ext >&5 5208sed 's/^/| /' conftest.$ac_ext >&5
5209
4852ac_cv_lib_ossaudio__oss_ioctl=no 5210ac_cv_lib_ossaudio__oss_ioctl=no
4853fi 5211fi
4854rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5212rm -f conftest.err conftest.$ac_objext \
5213 conftest$ac_exeext conftest.$ac_ext
4855LIBS=$ac_check_lib_save_LIBS 5214LIBS=$ac_check_lib_save_LIBS
4856fi 5215fi
4857echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 5216echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
@@ -4907,18 +5266,31 @@ else
4907echo "$as_me:$LINENO: checking $ac_header usability" >&5 5266echo "$as_me:$LINENO: checking $ac_header usability" >&5
4908echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5267echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4909cat >conftest.$ac_ext <<_ACEOF 5268cat >conftest.$ac_ext <<_ACEOF
4910#line $LINENO "configure" 5269/* confdefs.h. */
4911#include "confdefs.h" 5270_ACEOF
5271cat confdefs.h >>conftest.$ac_ext
5272cat >>conftest.$ac_ext <<_ACEOF
5273/* end confdefs.h. */
4912$ac_includes_default 5274$ac_includes_default
4913#include <$ac_header> 5275#include <$ac_header>
4914_ACEOF 5276_ACEOF
4915rm -f conftest.$ac_objext 5277rm -f conftest.$ac_objext
4916if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5278if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4917 (eval $ac_compile) 2>&5 5279 (eval $ac_compile) 2>conftest.er1
4918 ac_status=$? 5280 ac_status=$?
5281 grep -v '^ *+' conftest.er1 >conftest.err
5282 rm -f conftest.er1
5283 cat conftest.err >&5
4919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4920 (exit $ac_status); } && 5285 (exit $ac_status); } &&
4921 { ac_try='test -s conftest.$ac_objext' 5286 { ac_try='test -z "$ac_c_werror_flag"
5287 || test ! -s conftest.err'
5288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5289 (eval $ac_try) 2>&5
5290 ac_status=$?
5291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5292 (exit $ac_status); }; } &&
5293 { ac_try='test -s conftest.$ac_objext'
4922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4923 (eval $ac_try) 2>&5 5295 (eval $ac_try) 2>&5
4924 ac_status=$? 5296 ac_status=$?
@@ -4927,10 +5299,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4927 ac_header_compiler=yes 5299 ac_header_compiler=yes
4928else 5300else
4929 echo "$as_me: failed program was:" >&5 5301 echo "$as_me: failed program was:" >&5
4930cat conftest.$ac_ext >&5 5302sed 's/^/| /' conftest.$ac_ext >&5
5303
4931ac_header_compiler=no 5304ac_header_compiler=no
4932fi 5305fi
4933rm -f conftest.$ac_objext conftest.$ac_ext 5306rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4934echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5307echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4935echo "${ECHO_T}$ac_header_compiler" >&6 5308echo "${ECHO_T}$ac_header_compiler" >&6
4936 5309
@@ -4938,8 +5311,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
4938echo "$as_me:$LINENO: checking $ac_header presence" >&5 5311echo "$as_me:$LINENO: checking $ac_header presence" >&5
4939echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5312echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4940cat >conftest.$ac_ext <<_ACEOF 5313cat >conftest.$ac_ext <<_ACEOF
4941#line $LINENO "configure" 5314/* confdefs.h. */
4942#include "confdefs.h" 5315_ACEOF
5316cat confdefs.h >>conftest.$ac_ext
5317cat >>conftest.$ac_ext <<_ACEOF
5318/* end confdefs.h. */
4943#include <$ac_header> 5319#include <$ac_header>
4944_ACEOF 5320_ACEOF
4945if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5321if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -4952,6 +5328,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4952 (exit $ac_status); } >/dev/null; then 5328 (exit $ac_status); } >/dev/null; then
4953 if test -s conftest.err; then 5329 if test -s conftest.err; then
4954 ac_cpp_err=$ac_c_preproc_warn_flag 5330 ac_cpp_err=$ac_c_preproc_warn_flag
5331 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4955 else 5332 else
4956 ac_cpp_err= 5333 ac_cpp_err=
4957 fi 5334 fi
@@ -4962,7 +5339,8 @@ if test -z "$ac_cpp_err"; then
4962 ac_header_preproc=yes 5339 ac_header_preproc=yes
4963else 5340else
4964 echo "$as_me: failed program was:" >&5 5341 echo "$as_me: failed program was:" >&5
4965 cat conftest.$ac_ext >&5 5342sed 's/^/| /' conftest.$ac_ext >&5
5343
4966 ac_header_preproc=no 5344 ac_header_preproc=no
4967fi 5345fi
4968rm -f conftest.err conftest.$ac_ext 5346rm -f conftest.err conftest.$ac_ext
@@ -4970,26 +5348,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4970echo "${ECHO_T}$ac_header_preproc" >&6 5348echo "${ECHO_T}$ac_header_preproc" >&6
4971 5349
4972# So? What about this header? 5350# So? What about this header?
4973case $ac_header_compiler:$ac_header_preproc in 5351case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4974 yes:no ) 5352 yes:no: )
4975 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5353 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4976echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5354echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4977 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5355 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4978echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 5356echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4979 no:yes ) 5357 ac_header_preproc=yes
5358 ;;
5359 no:yes:* )
4980 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5360 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4981echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5361echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4982 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5362 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4983echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5363echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5364 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5365echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5366 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5367echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4984 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5368 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4985echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 5369echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5370 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5371echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5372 (
5373 cat <<\_ASBOX
5374## ------------------------------------------ ##
5375## Report this to the AC_PACKAGE_NAME lists. ##
5376## ------------------------------------------ ##
5377_ASBOX
5378 ) |
5379 sed "s/^/$as_me: WARNING: /" >&2
5380 ;;
4986esac 5381esac
4987echo "$as_me:$LINENO: checking for $ac_header" >&5 5382echo "$as_me:$LINENO: checking for $ac_header" >&5
4988echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5383echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4989if eval "test \"\${$as_ac_Header+set}\" = set"; then 5384if eval "test \"\${$as_ac_Header+set}\" = set"; then
4990 echo $ECHO_N "(cached) $ECHO_C" >&6 5385 echo $ECHO_N "(cached) $ECHO_C" >&6
4991else 5386else
4992 eval "$as_ac_Header=$ac_header_preproc" 5387 eval "$as_ac_Header=\$ac_header_preproc"
4993fi 5388fi
4994echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5389echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4995echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5390echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5014,8 +5409,11 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
5014 echo $ECHO_N "(cached) $ECHO_C" >&6 5409 echo $ECHO_N "(cached) $ECHO_C" >&6
5015else 5410else
5016 cat >conftest.$ac_ext <<_ACEOF 5411 cat >conftest.$ac_ext <<_ACEOF
5017#line $LINENO "configure" 5412/* confdefs.h. */
5018#include "confdefs.h" 5413_ACEOF
5414cat confdefs.h >>conftest.$ac_ext
5415cat >>conftest.$ac_ext <<_ACEOF
5416/* end confdefs.h. */
5019#include <$ac_header> 5417#include <$ac_header>
5020_ACEOF 5418_ACEOF
5021if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5419if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -5028,6 +5426,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5028 (exit $ac_status); } >/dev/null; then 5426 (exit $ac_status); } >/dev/null; then
5029 if test -s conftest.err; then 5427 if test -s conftest.err; then
5030 ac_cpp_err=$ac_c_preproc_warn_flag 5428 ac_cpp_err=$ac_c_preproc_warn_flag
5429 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5031 else 5430 else
5032 ac_cpp_err= 5431 ac_cpp_err=
5033 fi 5432 fi
@@ -5038,7 +5437,8 @@ if test -z "$ac_cpp_err"; then
5038 eval "$as_ac_Header=yes" 5437 eval "$as_ac_Header=yes"
5039else 5438else
5040 echo "$as_me: failed program was:" >&5 5439 echo "$as_me: failed program was:" >&5
5041 cat conftest.$ac_ext >&5 5440sed 's/^/| /' conftest.$ac_ext >&5
5441
5042 eval "$as_ac_Header=no" 5442 eval "$as_ac_Header=no"
5043fi 5443fi
5044rm -f conftest.err conftest.$ac_ext 5444rm -f conftest.err conftest.$ac_ext
@@ -5060,44 +5460,63 @@ if test "${ac_cv_header_stdc+set}" = set; then
5060 echo $ECHO_N "(cached) $ECHO_C" >&6 5460 echo $ECHO_N "(cached) $ECHO_C" >&6
5061else 5461else
5062 cat >conftest.$ac_ext <<_ACEOF 5462 cat >conftest.$ac_ext <<_ACEOF
5063#line $LINENO "configure" 5463/* confdefs.h. */
5064#include "confdefs.h" 5464_ACEOF
5465cat confdefs.h >>conftest.$ac_ext
5466cat >>conftest.$ac_ext <<_ACEOF
5467/* end confdefs.h. */
5065#include <stdlib.h> 5468#include <stdlib.h>
5066#include <stdarg.h> 5469#include <stdarg.h>
5067#include <string.h> 5470#include <string.h>
5068#include <float.h> 5471#include <float.h>
5069 5472
5473int
5474main ()
5475{
5476
5477 ;
5478 return 0;
5479}
5070_ACEOF 5480_ACEOF
5071if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5481rm -f conftest.$ac_objext
5072 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5482if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5483 (eval $ac_compile) 2>conftest.er1
5073 ac_status=$? 5484 ac_status=$?
5074 grep -v '^ *+' conftest.er1 >conftest.err 5485 grep -v '^ *+' conftest.er1 >conftest.err
5075 rm -f conftest.er1 5486 rm -f conftest.er1
5076 cat conftest.err >&5 5487 cat conftest.err >&5
5077 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5078 (exit $ac_status); } >/dev/null; then 5489 (exit $ac_status); } &&
5079 if test -s conftest.err; then 5490 { ac_try='test -z "$ac_c_werror_flag"
5080 ac_cpp_err=$ac_c_preproc_warn_flag 5491 || test ! -s conftest.err'
5081 else 5492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5082 ac_cpp_err= 5493 (eval $ac_try) 2>&5
5083 fi 5494 ac_status=$?
5084else 5495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5085 ac_cpp_err=yes 5496 (exit $ac_status); }; } &&
5086fi 5497 { ac_try='test -s conftest.$ac_objext'
5087if test -z "$ac_cpp_err"; then 5498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5499 (eval $ac_try) 2>&5
5500 ac_status=$?
5501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5502 (exit $ac_status); }; }; then
5088 ac_cv_header_stdc=yes 5503 ac_cv_header_stdc=yes
5089else 5504else
5090 echo "$as_me: failed program was:" >&5 5505 echo "$as_me: failed program was:" >&5
5091 cat conftest.$ac_ext >&5 5506sed 's/^/| /' conftest.$ac_ext >&5
5092 ac_cv_header_stdc=no 5507
5508ac_cv_header_stdc=no
5093fi 5509fi
5094rm -f conftest.err conftest.$ac_ext 5510rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5095 5511
5096if test $ac_cv_header_stdc = yes; then 5512if test $ac_cv_header_stdc = yes; then
5097 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 5513 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5098 cat >conftest.$ac_ext <<_ACEOF 5514 cat >conftest.$ac_ext <<_ACEOF
5099#line $LINENO "configure" 5515/* confdefs.h. */
5100#include "confdefs.h" 5516_ACEOF
5517cat confdefs.h >>conftest.$ac_ext
5518cat >>conftest.$ac_ext <<_ACEOF
5519/* end confdefs.h. */
5101#include <string.h> 5520#include <string.h>
5102 5521
5103_ACEOF 5522_ACEOF
@@ -5114,8 +5533,11 @@ fi
5114if test $ac_cv_header_stdc = yes; then 5533if test $ac_cv_header_stdc = yes; then
5115 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 5534 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5116 cat >conftest.$ac_ext <<_ACEOF 5535 cat >conftest.$ac_ext <<_ACEOF
5117#line $LINENO "configure" 5536/* confdefs.h. */
5118#include "confdefs.h" 5537_ACEOF
5538cat confdefs.h >>conftest.$ac_ext
5539cat >>conftest.$ac_ext <<_ACEOF
5540/* end confdefs.h. */
5119#include <stdlib.h> 5541#include <stdlib.h>
5120 5542
5121_ACEOF 5543_ACEOF
@@ -5135,16 +5557,20 @@ if test $ac_cv_header_stdc = yes; then
5135 : 5557 :
5136else 5558else
5137 cat >conftest.$ac_ext <<_ACEOF 5559 cat >conftest.$ac_ext <<_ACEOF
5138#line $LINENO "configure" 5560/* confdefs.h. */
5139#include "confdefs.h" 5561_ACEOF
5562cat confdefs.h >>conftest.$ac_ext
5563cat >>conftest.$ac_ext <<_ACEOF
5564/* end confdefs.h. */
5140#include <ctype.h> 5565#include <ctype.h>
5141#if ((' ' & 0x0FF) == 0x020) 5566#if ((' ' & 0x0FF) == 0x020)
5142# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 5567# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5143# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 5568# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5144#else 5569#else
5145# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ 5570# define ISLOWER(c) \
5146 || ('j' <= (c) && (c) <= 'r') \ 5571 (('a' <= (c) && (c) <= 'i') \
5147 || ('s' <= (c) && (c) <= 'z')) 5572 || ('j' <= (c) && (c) <= 'r') \
5573 || ('s' <= (c) && (c) <= 'z'))
5148# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 5574# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5149#endif 5575#endif
5150 5576
@@ -5155,7 +5581,7 @@ main ()
5155 int i; 5581 int i;
5156 for (i = 0; i < 256; i++) 5582 for (i = 0; i < 256; i++)
5157 if (XOR (islower (i), ISLOWER (i)) 5583 if (XOR (islower (i), ISLOWER (i))
5158 || toupper (i) != TOUPPER (i)) 5584 || toupper (i) != TOUPPER (i))
5159 exit(2); 5585 exit(2);
5160 exit (0); 5586 exit (0);
5161} 5587}
@@ -5175,11 +5601,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5175else 5601else
5176 echo "$as_me: program exited with status $ac_status" >&5 5602 echo "$as_me: program exited with status $ac_status" >&5
5177echo "$as_me: failed program was:" >&5 5603echo "$as_me: failed program was:" >&5
5178cat conftest.$ac_ext >&5 5604sed 's/^/| /' conftest.$ac_ext >&5
5605
5179( exit $ac_status ) 5606( exit $ac_status )
5180ac_cv_header_stdc=no 5607ac_cv_header_stdc=no
5181fi 5608fi
5182rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5609rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5183fi 5610fi
5184fi 5611fi
5185fi 5612fi
@@ -5199,8 +5626,11 @@ if test "${ac_cv_header_time+set}" = set; then
5199 echo $ECHO_N "(cached) $ECHO_C" >&6 5626 echo $ECHO_N "(cached) $ECHO_C" >&6
5200else 5627else
5201 cat >conftest.$ac_ext <<_ACEOF 5628 cat >conftest.$ac_ext <<_ACEOF
5202#line $LINENO "configure" 5629/* confdefs.h. */
5203#include "confdefs.h" 5630_ACEOF
5631cat confdefs.h >>conftest.$ac_ext
5632cat >>conftest.$ac_ext <<_ACEOF
5633/* end confdefs.h. */
5204#include <sys/types.h> 5634#include <sys/types.h>
5205#include <sys/time.h> 5635#include <sys/time.h>
5206#include <time.h> 5636#include <time.h>
@@ -5216,11 +5646,21 @@ return 0;
5216_ACEOF 5646_ACEOF
5217rm -f conftest.$ac_objext 5647rm -f conftest.$ac_objext
5218if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5648if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5219 (eval $ac_compile) 2>&5 5649 (eval $ac_compile) 2>conftest.er1
5220 ac_status=$? 5650 ac_status=$?
5651 grep -v '^ *+' conftest.er1 >conftest.err
5652 rm -f conftest.er1
5653 cat conftest.err >&5
5221 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5222 (exit $ac_status); } && 5655 (exit $ac_status); } &&
5223 { ac_try='test -s conftest.$ac_objext' 5656 { ac_try='test -z "$ac_c_werror_flag"
5657 || test ! -s conftest.err'
5658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5659 (eval $ac_try) 2>&5
5660 ac_status=$?
5661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5662 (exit $ac_status); }; } &&
5663 { ac_try='test -s conftest.$ac_objext'
5224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5225 (eval $ac_try) 2>&5 5665 (eval $ac_try) 2>&5
5226 ac_status=$? 5666 ac_status=$?
@@ -5229,10 +5669,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5229 ac_cv_header_time=yes 5669 ac_cv_header_time=yes
5230else 5670else
5231 echo "$as_me: failed program was:" >&5 5671 echo "$as_me: failed program was:" >&5
5232cat conftest.$ac_ext >&5 5672sed 's/^/| /' conftest.$ac_ext >&5
5673
5233ac_cv_header_time=no 5674ac_cv_header_time=no
5234fi 5675fi
5235rm -f conftest.$ac_objext conftest.$ac_ext 5676rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5236fi 5677fi
5237echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 5678echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
5238echo "${ECHO_T}$ac_cv_header_time" >&6 5679echo "${ECHO_T}$ac_cv_header_time" >&6
@@ -5250,8 +5691,11 @@ if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
5250 echo $ECHO_N "(cached) $ECHO_C" >&6 5691 echo $ECHO_N "(cached) $ECHO_C" >&6
5251else 5692else
5252 cat >conftest.$ac_ext <<_ACEOF 5693 cat >conftest.$ac_ext <<_ACEOF
5253#line $LINENO "configure" 5694/* confdefs.h. */
5254#include "confdefs.h" 5695_ACEOF
5696cat confdefs.h >>conftest.$ac_ext
5697cat >>conftest.$ac_ext <<_ACEOF
5698/* end confdefs.h. */
5255$ac_includes_default 5699$ac_includes_default
5256int 5700int
5257main () 5701main ()
@@ -5266,11 +5710,21 @@ main ()
5266_ACEOF 5710_ACEOF
5267rm -f conftest.$ac_objext 5711rm -f conftest.$ac_objext
5268if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5712if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5269 (eval $ac_compile) 2>&5 5713 (eval $ac_compile) 2>conftest.er1
5270 ac_status=$? 5714 ac_status=$?
5715 grep -v '^ *+' conftest.er1 >conftest.err
5716 rm -f conftest.er1
5717 cat conftest.err >&5
5271 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5272 (exit $ac_status); } && 5719 (exit $ac_status); } &&
5273 { ac_try='test -s conftest.$ac_objext' 5720 { ac_try='test -z "$ac_c_werror_flag"
5721 || test ! -s conftest.err'
5722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5723 (eval $ac_try) 2>&5
5724 ac_status=$?
5725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5726 (exit $ac_status); }; } &&
5727 { ac_try='test -s conftest.$ac_objext'
5274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5275 (eval $ac_try) 2>&5 5729 (eval $ac_try) 2>&5
5276 ac_status=$? 5730 ac_status=$?
@@ -5279,10 +5733,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5279 ac_cv_have_decl_sys_siglist=yes 5733 ac_cv_have_decl_sys_siglist=yes
5280else 5734else
5281 echo "$as_me: failed program was:" >&5 5735 echo "$as_me: failed program was:" >&5
5282cat conftest.$ac_ext >&5 5736sed 's/^/| /' conftest.$ac_ext >&5
5737
5283ac_cv_have_decl_sys_siglist=no 5738ac_cv_have_decl_sys_siglist=no
5284fi 5739fi
5285rm -f conftest.$ac_objext conftest.$ac_ext 5740rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5286fi 5741fi
5287echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 5742echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
5288echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6 5743echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6
@@ -5310,8 +5765,11 @@ if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
5310 echo $ECHO_N "(cached) $ECHO_C" >&6 5765 echo $ECHO_N "(cached) $ECHO_C" >&6
5311else 5766else
5312 cat >conftest.$ac_ext <<_ACEOF 5767 cat >conftest.$ac_ext <<_ACEOF
5313#line $LINENO "configure" 5768/* confdefs.h. */
5314#include "confdefs.h" 5769_ACEOF
5770cat confdefs.h >>conftest.$ac_ext
5771cat >>conftest.$ac_ext <<_ACEOF
5772/* end confdefs.h. */
5315$ac_includes_default 5773$ac_includes_default
5316int 5774int
5317main () 5775main ()
@@ -5326,11 +5784,21 @@ main ()
5326_ACEOF 5784_ACEOF
5327rm -f conftest.$ac_objext 5785rm -f conftest.$ac_objext
5328if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5786if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5329 (eval $ac_compile) 2>&5 5787 (eval $ac_compile) 2>conftest.er1
5330 ac_status=$? 5788 ac_status=$?
5789 grep -v '^ *+' conftest.er1 >conftest.err
5790 rm -f conftest.er1
5791 cat conftest.err >&5
5331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5332 (exit $ac_status); } && 5793 (exit $ac_status); } &&
5333 { ac_try='test -s conftest.$ac_objext' 5794 { ac_try='test -z "$ac_c_werror_flag"
5795 || test ! -s conftest.err'
5796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5797 (eval $ac_try) 2>&5
5798 ac_status=$?
5799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5800 (exit $ac_status); }; } &&
5801 { ac_try='test -s conftest.$ac_objext'
5334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5335 (eval $ac_try) 2>&5 5803 (eval $ac_try) 2>&5
5336 ac_status=$? 5804 ac_status=$?
@@ -5339,10 +5807,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5339 ac_cv_have_decl___sys_siglist=yes 5807 ac_cv_have_decl___sys_siglist=yes
5340else 5808else
5341 echo "$as_me: failed program was:" >&5 5809 echo "$as_me: failed program was:" >&5
5342cat conftest.$ac_ext >&5 5810sed 's/^/| /' conftest.$ac_ext >&5
5811
5343ac_cv_have_decl___sys_siglist=no 5812ac_cv_have_decl___sys_siglist=no
5344fi 5813fi
5345rm -f conftest.$ac_objext conftest.$ac_ext 5814rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5346fi 5815fi
5347echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5 5816echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5
5348echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6 5817echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6
@@ -5376,8 +5845,11 @@ if test "${ac_cv_header_sys_wait_h+set}" = set; then
5376 echo $ECHO_N "(cached) $ECHO_C" >&6 5845 echo $ECHO_N "(cached) $ECHO_C" >&6
5377else 5846else
5378 cat >conftest.$ac_ext <<_ACEOF 5847 cat >conftest.$ac_ext <<_ACEOF
5379#line $LINENO "configure" 5848/* confdefs.h. */
5380#include "confdefs.h" 5849_ACEOF
5850cat confdefs.h >>conftest.$ac_ext
5851cat >>conftest.$ac_ext <<_ACEOF
5852/* end confdefs.h. */
5381#include <sys/types.h> 5853#include <sys/types.h>
5382#include <sys/wait.h> 5854#include <sys/wait.h>
5383#ifndef WEXITSTATUS 5855#ifndef WEXITSTATUS
@@ -5399,11 +5871,21 @@ main ()
5399_ACEOF 5871_ACEOF
5400rm -f conftest.$ac_objext 5872rm -f conftest.$ac_objext
5401if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5873if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5402 (eval $ac_compile) 2>&5 5874 (eval $ac_compile) 2>conftest.er1
5403 ac_status=$? 5875 ac_status=$?
5876 grep -v '^ *+' conftest.er1 >conftest.err
5877 rm -f conftest.er1
5878 cat conftest.err >&5
5404 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5405 (exit $ac_status); } && 5880 (exit $ac_status); } &&
5406 { ac_try='test -s conftest.$ac_objext' 5881 { ac_try='test -z "$ac_c_werror_flag"
5882 || test ! -s conftest.err'
5883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5884 (eval $ac_try) 2>&5
5885 ac_status=$?
5886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5887 (exit $ac_status); }; } &&
5888 { ac_try='test -s conftest.$ac_objext'
5407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5408 (eval $ac_try) 2>&5 5890 (eval $ac_try) 2>&5
5409 ac_status=$? 5891 ac_status=$?
@@ -5412,10 +5894,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5412 ac_cv_header_sys_wait_h=yes 5894 ac_cv_header_sys_wait_h=yes
5413else 5895else
5414 echo "$as_me: failed program was:" >&5 5896 echo "$as_me: failed program was:" >&5
5415cat conftest.$ac_ext >&5 5897sed 's/^/| /' conftest.$ac_ext >&5
5898
5416ac_cv_header_sys_wait_h=no 5899ac_cv_header_sys_wait_h=no
5417fi 5900fi
5418rm -f conftest.$ac_objext conftest.$ac_ext 5901rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5419fi 5902fi
5420echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 5903echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
5421echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 5904echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
@@ -5434,8 +5917,11 @@ if test "${emacs_cv_struct_utimbuf+set}" = set; then
5434 echo $ECHO_N "(cached) $ECHO_C" >&6 5917 echo $ECHO_N "(cached) $ECHO_C" >&6
5435else 5918else
5436 cat >conftest.$ac_ext <<_ACEOF 5919 cat >conftest.$ac_ext <<_ACEOF
5437#line $LINENO "configure" 5920/* confdefs.h. */
5438#include "confdefs.h" 5921_ACEOF
5922cat confdefs.h >>conftest.$ac_ext
5923cat >>conftest.$ac_ext <<_ACEOF
5924/* end confdefs.h. */
5439#ifdef TIME_WITH_SYS_TIME 5925#ifdef TIME_WITH_SYS_TIME
5440#include <sys/time.h> 5926#include <sys/time.h>
5441#include <time.h> 5927#include <time.h>
@@ -5459,11 +5945,21 @@ static struct utimbuf x; x.actime = x.modtime;
5459_ACEOF 5945_ACEOF
5460rm -f conftest.$ac_objext 5946rm -f conftest.$ac_objext
5461if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5947if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5462 (eval $ac_compile) 2>&5 5948 (eval $ac_compile) 2>conftest.er1
5463 ac_status=$? 5949 ac_status=$?
5950 grep -v '^ *+' conftest.er1 >conftest.err
5951 rm -f conftest.er1
5952 cat conftest.err >&5
5464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5465 (exit $ac_status); } && 5954 (exit $ac_status); } &&
5466 { ac_try='test -s conftest.$ac_objext' 5955 { ac_try='test -z "$ac_c_werror_flag"
5956 || test ! -s conftest.err'
5957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5958 (eval $ac_try) 2>&5
5959 ac_status=$?
5960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5961 (exit $ac_status); }; } &&
5962 { ac_try='test -s conftest.$ac_objext'
5467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5468 (eval $ac_try) 2>&5 5964 (eval $ac_try) 2>&5
5469 ac_status=$? 5965 ac_status=$?
@@ -5472,10 +5968,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5472 emacs_cv_struct_utimbuf=yes 5968 emacs_cv_struct_utimbuf=yes
5473else 5969else
5474 echo "$as_me: failed program was:" >&5 5970 echo "$as_me: failed program was:" >&5
5475cat conftest.$ac_ext >&5 5971sed 's/^/| /' conftest.$ac_ext >&5
5972
5476emacs_cv_struct_utimbuf=no 5973emacs_cv_struct_utimbuf=no
5477fi 5974fi
5478rm -f conftest.$ac_objext conftest.$ac_ext 5975rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5479fi 5976fi
5480echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5 5977echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5
5481echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 5978echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
@@ -5493,8 +5990,11 @@ if test "${ac_cv_type_signal+set}" = set; then
5493 echo $ECHO_N "(cached) $ECHO_C" >&6 5990 echo $ECHO_N "(cached) $ECHO_C" >&6
5494else 5991else
5495 cat >conftest.$ac_ext <<_ACEOF 5992 cat >conftest.$ac_ext <<_ACEOF
5496#line $LINENO "configure" 5993/* confdefs.h. */
5497#include "confdefs.h" 5994_ACEOF
5995cat confdefs.h >>conftest.$ac_ext
5996cat >>conftest.$ac_ext <<_ACEOF
5997/* end confdefs.h. */
5498#include <sys/types.h> 5998#include <sys/types.h>
5499#include <signal.h> 5999#include <signal.h>
5500#ifdef signal 6000#ifdef signal
@@ -5516,11 +6016,21 @@ int i;
5516_ACEOF 6016_ACEOF
5517rm -f conftest.$ac_objext 6017rm -f conftest.$ac_objext
5518if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6018if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5519 (eval $ac_compile) 2>&5 6019 (eval $ac_compile) 2>conftest.er1
5520 ac_status=$? 6020 ac_status=$?
6021 grep -v '^ *+' conftest.er1 >conftest.err
6022 rm -f conftest.er1
6023 cat conftest.err >&5
5521 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5522 (exit $ac_status); } && 6025 (exit $ac_status); } &&
5523 { ac_try='test -s conftest.$ac_objext' 6026 { ac_try='test -z "$ac_c_werror_flag"
6027 || test ! -s conftest.err'
6028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6029 (eval $ac_try) 2>&5
6030 ac_status=$?
6031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6032 (exit $ac_status); }; } &&
6033 { ac_try='test -s conftest.$ac_objext'
5524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5525 (eval $ac_try) 2>&5 6035 (eval $ac_try) 2>&5
5526 ac_status=$? 6036 ac_status=$?
@@ -5529,10 +6039,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5529 ac_cv_type_signal=void 6039 ac_cv_type_signal=void
5530else 6040else
5531 echo "$as_me: failed program was:" >&5 6041 echo "$as_me: failed program was:" >&5
5532cat conftest.$ac_ext >&5 6042sed 's/^/| /' conftest.$ac_ext >&5
6043
5533ac_cv_type_signal=int 6044ac_cv_type_signal=int
5534fi 6045fi
5535rm -f conftest.$ac_objext conftest.$ac_ext 6046rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5536fi 6047fi
5537echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 6048echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
5538echo "${ECHO_T}$ac_cv_type_signal" >&6 6049echo "${ECHO_T}$ac_cv_type_signal" >&6
@@ -5549,8 +6060,11 @@ if test "${emacs_cv_speed_t+set}" = set; then
5549 echo $ECHO_N "(cached) $ECHO_C" >&6 6060 echo $ECHO_N "(cached) $ECHO_C" >&6
5550else 6061else
5551 cat >conftest.$ac_ext <<_ACEOF 6062 cat >conftest.$ac_ext <<_ACEOF
5552#line $LINENO "configure" 6063/* confdefs.h. */
5553#include "confdefs.h" 6064_ACEOF
6065cat confdefs.h >>conftest.$ac_ext
6066cat >>conftest.$ac_ext <<_ACEOF
6067/* end confdefs.h. */
5554#include <termios.h> 6068#include <termios.h>
5555int 6069int
5556main () 6070main ()
@@ -5562,11 +6076,21 @@ speed_t x = 1;
5562_ACEOF 6076_ACEOF
5563rm -f conftest.$ac_objext 6077rm -f conftest.$ac_objext
5564if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6078if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5565 (eval $ac_compile) 2>&5 6079 (eval $ac_compile) 2>conftest.er1
5566 ac_status=$? 6080 ac_status=$?
6081 grep -v '^ *+' conftest.er1 >conftest.err
6082 rm -f conftest.er1
6083 cat conftest.err >&5
5567 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5568 (exit $ac_status); } && 6085 (exit $ac_status); } &&
5569 { ac_try='test -s conftest.$ac_objext' 6086 { ac_try='test -z "$ac_c_werror_flag"
6087 || test ! -s conftest.err'
6088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6089 (eval $ac_try) 2>&5
6090 ac_status=$?
6091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6092 (exit $ac_status); }; } &&
6093 { ac_try='test -s conftest.$ac_objext'
5570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5571 (eval $ac_try) 2>&5 6095 (eval $ac_try) 2>&5
5572 ac_status=$? 6096 ac_status=$?
@@ -5575,10 +6099,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5575 emacs_cv_speed_t=yes 6099 emacs_cv_speed_t=yes
5576else 6100else
5577 echo "$as_me: failed program was:" >&5 6101 echo "$as_me: failed program was:" >&5
5578cat conftest.$ac_ext >&5 6102sed 's/^/| /' conftest.$ac_ext >&5
6103
5579emacs_cv_speed_t=no 6104emacs_cv_speed_t=no
5580fi 6105fi
5581rm -f conftest.$ac_objext conftest.$ac_ext 6106rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5582fi 6107fi
5583echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5 6108echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5
5584echo "${ECHO_T}$emacs_cv_speed_t" >&6 6109echo "${ECHO_T}$emacs_cv_speed_t" >&6
@@ -5596,8 +6121,11 @@ if test "${emacs_cv_struct_timeval+set}" = set; then
5596 echo $ECHO_N "(cached) $ECHO_C" >&6 6121 echo $ECHO_N "(cached) $ECHO_C" >&6
5597else 6122else
5598 cat >conftest.$ac_ext <<_ACEOF 6123 cat >conftest.$ac_ext <<_ACEOF
5599#line $LINENO "configure" 6124/* confdefs.h. */
5600#include "confdefs.h" 6125_ACEOF
6126cat confdefs.h >>conftest.$ac_ext
6127cat >>conftest.$ac_ext <<_ACEOF
6128/* end confdefs.h. */
5601#ifdef TIME_WITH_SYS_TIME 6129#ifdef TIME_WITH_SYS_TIME
5602#include <sys/time.h> 6130#include <sys/time.h>
5603#include <time.h> 6131#include <time.h>
@@ -5618,11 +6146,21 @@ static struct timeval x; x.tv_sec = x.tv_usec;
5618_ACEOF 6146_ACEOF
5619rm -f conftest.$ac_objext 6147rm -f conftest.$ac_objext
5620if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6148if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5621 (eval $ac_compile) 2>&5 6149 (eval $ac_compile) 2>conftest.er1
5622 ac_status=$? 6150 ac_status=$?
6151 grep -v '^ *+' conftest.er1 >conftest.err
6152 rm -f conftest.er1
6153 cat conftest.err >&5
5623 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5624 (exit $ac_status); } && 6155 (exit $ac_status); } &&
5625 { ac_try='test -s conftest.$ac_objext' 6156 { ac_try='test -z "$ac_c_werror_flag"
6157 || test ! -s conftest.err'
6158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6159 (eval $ac_try) 2>&5
6160 ac_status=$?
6161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6162 (exit $ac_status); }; } &&
6163 { ac_try='test -s conftest.$ac_objext'
5626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5627 (eval $ac_try) 2>&5 6165 (eval $ac_try) 2>&5
5628 ac_status=$? 6166 ac_status=$?
@@ -5631,10 +6169,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5631 emacs_cv_struct_timeval=yes 6169 emacs_cv_struct_timeval=yes
5632else 6170else
5633 echo "$as_me: failed program was:" >&5 6171 echo "$as_me: failed program was:" >&5
5634cat conftest.$ac_ext >&5 6172sed 's/^/| /' conftest.$ac_ext >&5
6173
5635emacs_cv_struct_timeval=no 6174emacs_cv_struct_timeval=no
5636fi 6175fi
5637rm -f conftest.$ac_objext conftest.$ac_ext 6176rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5638fi 6177fi
5639echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5 6178echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5
5640echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 6179echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
@@ -5653,8 +6192,11 @@ if test "${emacs_cv_struct_exception+set}" = set; then
5653 echo $ECHO_N "(cached) $ECHO_C" >&6 6192 echo $ECHO_N "(cached) $ECHO_C" >&6
5654else 6193else
5655 cat >conftest.$ac_ext <<_ACEOF 6194 cat >conftest.$ac_ext <<_ACEOF
5656#line $LINENO "configure" 6195/* confdefs.h. */
5657#include "confdefs.h" 6196_ACEOF
6197cat confdefs.h >>conftest.$ac_ext
6198cat >>conftest.$ac_ext <<_ACEOF
6199/* end confdefs.h. */
5658#include <math.h> 6200#include <math.h>
5659int 6201int
5660main () 6202main ()
@@ -5666,11 +6208,21 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
5666_ACEOF 6208_ACEOF
5667rm -f conftest.$ac_objext 6209rm -f conftest.$ac_objext
5668if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6210if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5669 (eval $ac_compile) 2>&5 6211 (eval $ac_compile) 2>conftest.er1
5670 ac_status=$? 6212 ac_status=$?
6213 grep -v '^ *+' conftest.er1 >conftest.err
6214 rm -f conftest.er1
6215 cat conftest.err >&5
5671 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5672 (exit $ac_status); } && 6217 (exit $ac_status); } &&
5673 { ac_try='test -s conftest.$ac_objext' 6218 { ac_try='test -z "$ac_c_werror_flag"
6219 || test ! -s conftest.err'
6220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6221 (eval $ac_try) 2>&5
6222 ac_status=$?
6223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6224 (exit $ac_status); }; } &&
6225 { ac_try='test -s conftest.$ac_objext'
5674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5675 (eval $ac_try) 2>&5 6227 (eval $ac_try) 2>&5
5676 ac_status=$? 6228 ac_status=$?
@@ -5679,10 +6231,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5679 emacs_cv_struct_exception=yes 6231 emacs_cv_struct_exception=yes
5680else 6232else
5681 echo "$as_me: failed program was:" >&5 6233 echo "$as_me: failed program was:" >&5
5682cat conftest.$ac_ext >&5 6234sed 's/^/| /' conftest.$ac_ext >&5
6235
5683emacs_cv_struct_exception=no 6236emacs_cv_struct_exception=no
5684fi 6237fi
5685rm -f conftest.$ac_objext conftest.$ac_ext 6238rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5686fi 6239fi
5687echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5 6240echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5
5688echo "${ECHO_T}$emacs_cv_struct_exception" >&6 6241echo "${ECHO_T}$emacs_cv_struct_exception" >&6
@@ -5712,18 +6265,31 @@ else
5712echo "$as_me:$LINENO: checking $ac_header usability" >&5 6265echo "$as_me:$LINENO: checking $ac_header usability" >&5
5713echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 6266echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5714cat >conftest.$ac_ext <<_ACEOF 6267cat >conftest.$ac_ext <<_ACEOF
5715#line $LINENO "configure" 6268/* confdefs.h. */
5716#include "confdefs.h" 6269_ACEOF
6270cat confdefs.h >>conftest.$ac_ext
6271cat >>conftest.$ac_ext <<_ACEOF
6272/* end confdefs.h. */
5717$ac_includes_default 6273$ac_includes_default
5718#include <$ac_header> 6274#include <$ac_header>
5719_ACEOF 6275_ACEOF
5720rm -f conftest.$ac_objext 6276rm -f conftest.$ac_objext
5721if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6277if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5722 (eval $ac_compile) 2>&5 6278 (eval $ac_compile) 2>conftest.er1
5723 ac_status=$? 6279 ac_status=$?
6280 grep -v '^ *+' conftest.er1 >conftest.err
6281 rm -f conftest.er1
6282 cat conftest.err >&5
5724 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5725 (exit $ac_status); } && 6284 (exit $ac_status); } &&
5726 { ac_try='test -s conftest.$ac_objext' 6285 { ac_try='test -z "$ac_c_werror_flag"
6286 || test ! -s conftest.err'
6287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6288 (eval $ac_try) 2>&5
6289 ac_status=$?
6290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6291 (exit $ac_status); }; } &&
6292 { ac_try='test -s conftest.$ac_objext'
5727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5728 (eval $ac_try) 2>&5 6294 (eval $ac_try) 2>&5
5729 ac_status=$? 6295 ac_status=$?
@@ -5732,10 +6298,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5732 ac_header_compiler=yes 6298 ac_header_compiler=yes
5733else 6299else
5734 echo "$as_me: failed program was:" >&5 6300 echo "$as_me: failed program was:" >&5
5735cat conftest.$ac_ext >&5 6301sed 's/^/| /' conftest.$ac_ext >&5
6302
5736ac_header_compiler=no 6303ac_header_compiler=no
5737fi 6304fi
5738rm -f conftest.$ac_objext conftest.$ac_ext 6305rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5739echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6306echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5740echo "${ECHO_T}$ac_header_compiler" >&6 6307echo "${ECHO_T}$ac_header_compiler" >&6
5741 6308
@@ -5743,8 +6310,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
5743echo "$as_me:$LINENO: checking $ac_header presence" >&5 6310echo "$as_me:$LINENO: checking $ac_header presence" >&5
5744echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 6311echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5745cat >conftest.$ac_ext <<_ACEOF 6312cat >conftest.$ac_ext <<_ACEOF
5746#line $LINENO "configure" 6313/* confdefs.h. */
5747#include "confdefs.h" 6314_ACEOF
6315cat confdefs.h >>conftest.$ac_ext
6316cat >>conftest.$ac_ext <<_ACEOF
6317/* end confdefs.h. */
5748#include <$ac_header> 6318#include <$ac_header>
5749_ACEOF 6319_ACEOF
5750if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6320if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -5757,6 +6327,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5757 (exit $ac_status); } >/dev/null; then 6327 (exit $ac_status); } >/dev/null; then
5758 if test -s conftest.err; then 6328 if test -s conftest.err; then
5759 ac_cpp_err=$ac_c_preproc_warn_flag 6329 ac_cpp_err=$ac_c_preproc_warn_flag
6330 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5760 else 6331 else
5761 ac_cpp_err= 6332 ac_cpp_err=
5762 fi 6333 fi
@@ -5767,7 +6338,8 @@ if test -z "$ac_cpp_err"; then
5767 ac_header_preproc=yes 6338 ac_header_preproc=yes
5768else 6339else
5769 echo "$as_me: failed program was:" >&5 6340 echo "$as_me: failed program was:" >&5
5770 cat conftest.$ac_ext >&5 6341sed 's/^/| /' conftest.$ac_ext >&5
6342
5771 ac_header_preproc=no 6343 ac_header_preproc=no
5772fi 6344fi
5773rm -f conftest.err conftest.$ac_ext 6345rm -f conftest.err conftest.$ac_ext
@@ -5775,26 +6347,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5775echo "${ECHO_T}$ac_header_preproc" >&6 6347echo "${ECHO_T}$ac_header_preproc" >&6
5776 6348
5777# So? What about this header? 6349# So? What about this header?
5778case $ac_header_compiler:$ac_header_preproc in 6350case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5779 yes:no ) 6351 yes:no: )
5780 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6352 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5781echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6353echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5782 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6354 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5783echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 6355echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5784 no:yes ) 6356 ac_header_preproc=yes
6357 ;;
6358 no:yes:* )
5785 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6359 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5786echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6360echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5787 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6361 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5788echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6362echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6363 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6364echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6365 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6366echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5789 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6367 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5790echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 6368echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6369 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6370echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6371 (
6372 cat <<\_ASBOX
6373## ------------------------------------------ ##
6374## Report this to the AC_PACKAGE_NAME lists. ##
6375## ------------------------------------------ ##
6376_ASBOX
6377 ) |
6378 sed "s/^/$as_me: WARNING: /" >&2
6379 ;;
5791esac 6380esac
5792echo "$as_me:$LINENO: checking for $ac_header" >&5 6381echo "$as_me:$LINENO: checking for $ac_header" >&5
5793echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 6382echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5794if eval "test \"\${$as_ac_Header+set}\" = set"; then 6383if eval "test \"\${$as_ac_Header+set}\" = set"; then
5795 echo $ECHO_N "(cached) $ECHO_C" >&6 6384 echo $ECHO_N "(cached) $ECHO_C" >&6
5796else 6385else
5797 eval "$as_ac_Header=$ac_header_preproc" 6386 eval "$as_ac_Header=\$ac_header_preproc"
5798fi 6387fi
5799echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 6388echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5800echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 6389echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5819,8 +6408,11 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
5819 echo $ECHO_N "(cached) $ECHO_C" >&6 6408 echo $ECHO_N "(cached) $ECHO_C" >&6
5820else 6409else
5821 cat >conftest.$ac_ext <<_ACEOF 6410 cat >conftest.$ac_ext <<_ACEOF
5822#line $LINENO "configure" 6411/* confdefs.h. */
5823#include "confdefs.h" 6412_ACEOF
6413cat confdefs.h >>conftest.$ac_ext
6414cat >>conftest.$ac_ext <<_ACEOF
6415/* end confdefs.h. */
5824$ac_includes_default 6416$ac_includes_default
5825#if HAVE_SYS_SOCKET_H 6417#if HAVE_SYS_SOCKET_H
5826#include <sys/socket.h> 6418#include <sys/socket.h>
@@ -5830,11 +6422,21 @@ $ac_includes_default
5830_ACEOF 6422_ACEOF
5831rm -f conftest.$ac_objext 6423rm -f conftest.$ac_objext
5832if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6424if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5833 (eval $ac_compile) 2>&5 6425 (eval $ac_compile) 2>conftest.er1
5834 ac_status=$? 6426 ac_status=$?
6427 grep -v '^ *+' conftest.er1 >conftest.err
6428 rm -f conftest.er1
6429 cat conftest.err >&5
5835 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5836 (exit $ac_status); } && 6431 (exit $ac_status); } &&
5837 { ac_try='test -s conftest.$ac_objext' 6432 { ac_try='test -z "$ac_c_werror_flag"
6433 || test ! -s conftest.err'
6434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6435 (eval $ac_try) 2>&5
6436 ac_status=$?
6437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6438 (exit $ac_status); }; } &&
6439 { ac_try='test -s conftest.$ac_objext'
5838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5839 (eval $ac_try) 2>&5 6441 (eval $ac_try) 2>&5
5840 ac_status=$? 6442 ac_status=$?
@@ -5843,10 +6445,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5843 eval "$as_ac_Header=yes" 6445 eval "$as_ac_Header=yes"
5844else 6446else
5845 echo "$as_me: failed program was:" >&5 6447 echo "$as_me: failed program was:" >&5
5846cat conftest.$ac_ext >&5 6448sed 's/^/| /' conftest.$ac_ext >&5
6449
5847eval "$as_ac_Header=no" 6450eval "$as_ac_Header=no"
5848fi 6451fi
5849rm -f conftest.$ac_objext conftest.$ac_ext 6452rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5850fi 6453fi
5851echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 6454echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5852echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 6455echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5866,8 +6469,11 @@ if test "${ac_cv_struct_tm+set}" = set; then
5866 echo $ECHO_N "(cached) $ECHO_C" >&6 6469 echo $ECHO_N "(cached) $ECHO_C" >&6
5867else 6470else
5868 cat >conftest.$ac_ext <<_ACEOF 6471 cat >conftest.$ac_ext <<_ACEOF
5869#line $LINENO "configure" 6472/* confdefs.h. */
5870#include "confdefs.h" 6473_ACEOF
6474cat confdefs.h >>conftest.$ac_ext
6475cat >>conftest.$ac_ext <<_ACEOF
6476/* end confdefs.h. */
5871#include <sys/types.h> 6477#include <sys/types.h>
5872#include <time.h> 6478#include <time.h>
5873 6479
@@ -5881,11 +6487,21 @@ struct tm *tp; tp->tm_sec;
5881_ACEOF 6487_ACEOF
5882rm -f conftest.$ac_objext 6488rm -f conftest.$ac_objext
5883if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6489if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5884 (eval $ac_compile) 2>&5 6490 (eval $ac_compile) 2>conftest.er1
5885 ac_status=$? 6491 ac_status=$?
6492 grep -v '^ *+' conftest.er1 >conftest.err
6493 rm -f conftest.er1
6494 cat conftest.err >&5
5886 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5887 (exit $ac_status); } && 6496 (exit $ac_status); } &&
5888 { ac_try='test -s conftest.$ac_objext' 6497 { ac_try='test -z "$ac_c_werror_flag"
6498 || test ! -s conftest.err'
6499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6500 (eval $ac_try) 2>&5
6501 ac_status=$?
6502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6503 (exit $ac_status); }; } &&
6504 { ac_try='test -s conftest.$ac_objext'
5889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5890 (eval $ac_try) 2>&5 6506 (eval $ac_try) 2>&5
5891 ac_status=$? 6507 ac_status=$?
@@ -5894,10 +6510,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5894 ac_cv_struct_tm=time.h 6510 ac_cv_struct_tm=time.h
5895else 6511else
5896 echo "$as_me: failed program was:" >&5 6512 echo "$as_me: failed program was:" >&5
5897cat conftest.$ac_ext >&5 6513sed 's/^/| /' conftest.$ac_ext >&5
6514
5898ac_cv_struct_tm=sys/time.h 6515ac_cv_struct_tm=sys/time.h
5899fi 6516fi
5900rm -f conftest.$ac_objext conftest.$ac_ext 6517rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5901fi 6518fi
5902echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 6519echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
5903echo "${ECHO_T}$ac_cv_struct_tm" >&6 6520echo "${ECHO_T}$ac_cv_struct_tm" >&6
@@ -5915,8 +6532,11 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
5915 echo $ECHO_N "(cached) $ECHO_C" >&6 6532 echo $ECHO_N "(cached) $ECHO_C" >&6
5916else 6533else
5917 cat >conftest.$ac_ext <<_ACEOF 6534 cat >conftest.$ac_ext <<_ACEOF
5918#line $LINENO "configure" 6535/* confdefs.h. */
5919#include "confdefs.h" 6536_ACEOF
6537cat confdefs.h >>conftest.$ac_ext
6538cat >>conftest.$ac_ext <<_ACEOF
6539/* end confdefs.h. */
5920#include <sys/types.h> 6540#include <sys/types.h>
5921#include <$ac_cv_struct_tm> 6541#include <$ac_cv_struct_tm>
5922 6542
@@ -5933,11 +6553,21 @@ return 0;
5933_ACEOF 6553_ACEOF
5934rm -f conftest.$ac_objext 6554rm -f conftest.$ac_objext
5935if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6555if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5936 (eval $ac_compile) 2>&5 6556 (eval $ac_compile) 2>conftest.er1
5937 ac_status=$? 6557 ac_status=$?
6558 grep -v '^ *+' conftest.er1 >conftest.err
6559 rm -f conftest.er1
6560 cat conftest.err >&5
5938 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5939 (exit $ac_status); } && 6562 (exit $ac_status); } &&
5940 { ac_try='test -s conftest.$ac_objext' 6563 { ac_try='test -z "$ac_c_werror_flag"
6564 || test ! -s conftest.err'
6565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6566 (eval $ac_try) 2>&5
6567 ac_status=$?
6568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6569 (exit $ac_status); }; } &&
6570 { ac_try='test -s conftest.$ac_objext'
5941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5942 (eval $ac_try) 2>&5 6572 (eval $ac_try) 2>&5
5943 ac_status=$? 6573 ac_status=$?
@@ -5946,10 +6576,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5946 ac_cv_member_struct_tm_tm_zone=yes 6576 ac_cv_member_struct_tm_tm_zone=yes
5947else 6577else
5948 echo "$as_me: failed program was:" >&5 6578 echo "$as_me: failed program was:" >&5
5949cat conftest.$ac_ext >&5 6579sed 's/^/| /' conftest.$ac_ext >&5
6580
5950cat >conftest.$ac_ext <<_ACEOF 6581cat >conftest.$ac_ext <<_ACEOF
5951#line $LINENO "configure" 6582/* confdefs.h. */
5952#include "confdefs.h" 6583_ACEOF
6584cat confdefs.h >>conftest.$ac_ext
6585cat >>conftest.$ac_ext <<_ACEOF
6586/* end confdefs.h. */
5953#include <sys/types.h> 6587#include <sys/types.h>
5954#include <$ac_cv_struct_tm> 6588#include <$ac_cv_struct_tm>
5955 6589
@@ -5966,11 +6600,21 @@ return 0;
5966_ACEOF 6600_ACEOF
5967rm -f conftest.$ac_objext 6601rm -f conftest.$ac_objext
5968if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6602if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5969 (eval $ac_compile) 2>&5 6603 (eval $ac_compile) 2>conftest.er1
5970 ac_status=$? 6604 ac_status=$?
6605 grep -v '^ *+' conftest.er1 >conftest.err
6606 rm -f conftest.er1
6607 cat conftest.err >&5
5971 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5972 (exit $ac_status); } && 6609 (exit $ac_status); } &&
5973 { ac_try='test -s conftest.$ac_objext' 6610 { ac_try='test -z "$ac_c_werror_flag"
6611 || test ! -s conftest.err'
6612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6613 (eval $ac_try) 2>&5
6614 ac_status=$?
6615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6616 (exit $ac_status); }; } &&
6617 { ac_try='test -s conftest.$ac_objext'
5974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5975 (eval $ac_try) 2>&5 6619 (eval $ac_try) 2>&5
5976 ac_status=$? 6620 ac_status=$?
@@ -5979,12 +6623,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5979 ac_cv_member_struct_tm_tm_zone=yes 6623 ac_cv_member_struct_tm_tm_zone=yes
5980else 6624else
5981 echo "$as_me: failed program was:" >&5 6625 echo "$as_me: failed program was:" >&5
5982cat conftest.$ac_ext >&5 6626sed 's/^/| /' conftest.$ac_ext >&5
6627
5983ac_cv_member_struct_tm_tm_zone=no 6628ac_cv_member_struct_tm_tm_zone=no
5984fi 6629fi
5985rm -f conftest.$ac_objext conftest.$ac_ext 6630rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5986fi 6631fi
5987rm -f conftest.$ac_objext conftest.$ac_ext 6632rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5988fi 6633fi
5989echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 6634echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
5990echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 6635echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
@@ -6010,8 +6655,11 @@ if test "${ac_cv_var_tzname+set}" = set; then
6010 echo $ECHO_N "(cached) $ECHO_C" >&6 6655 echo $ECHO_N "(cached) $ECHO_C" >&6
6011else 6656else
6012 cat >conftest.$ac_ext <<_ACEOF 6657 cat >conftest.$ac_ext <<_ACEOF
6013#line $LINENO "configure" 6658/* confdefs.h. */
6014#include "confdefs.h" 6659_ACEOF
6660cat confdefs.h >>conftest.$ac_ext
6661cat >>conftest.$ac_ext <<_ACEOF
6662/* end confdefs.h. */
6015#include <time.h> 6663#include <time.h>
6016#ifndef tzname /* For SGI. */ 6664#ifndef tzname /* For SGI. */
6017extern char *tzname[]; /* RS6000 and others reject char **tzname. */ 6665extern char *tzname[]; /* RS6000 and others reject char **tzname. */
@@ -6027,11 +6675,21 @@ atoi(*tzname);
6027_ACEOF 6675_ACEOF
6028rm -f conftest.$ac_objext conftest$ac_exeext 6676rm -f conftest.$ac_objext conftest$ac_exeext
6029if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 6677if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6030 (eval $ac_link) 2>&5 6678 (eval $ac_link) 2>conftest.er1
6031 ac_status=$? 6679 ac_status=$?
6680 grep -v '^ *+' conftest.er1 >conftest.err
6681 rm -f conftest.er1
6682 cat conftest.err >&5
6032 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6033 (exit $ac_status); } && 6684 (exit $ac_status); } &&
6034 { ac_try='test -s conftest$ac_exeext' 6685 { ac_try='test -z "$ac_c_werror_flag"
6686 || test ! -s conftest.err'
6687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6688 (eval $ac_try) 2>&5
6689 ac_status=$?
6690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6691 (exit $ac_status); }; } &&
6692 { ac_try='test -s conftest$ac_exeext'
6035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6036 (eval $ac_try) 2>&5 6694 (eval $ac_try) 2>&5
6037 ac_status=$? 6695 ac_status=$?
@@ -6040,10 +6698,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6040 ac_cv_var_tzname=yes 6698 ac_cv_var_tzname=yes
6041else 6699else
6042 echo "$as_me: failed program was:" >&5 6700 echo "$as_me: failed program was:" >&5
6043cat conftest.$ac_ext >&5 6701sed 's/^/| /' conftest.$ac_ext >&5
6702
6044ac_cv_var_tzname=no 6703ac_cv_var_tzname=no
6045fi 6704fi
6046rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6705rm -f conftest.err conftest.$ac_objext \
6706 conftest$ac_exeext conftest.$ac_ext
6047fi 6707fi
6048echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 6708echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
6049echo "${ECHO_T}$ac_cv_var_tzname" >&6 6709echo "${ECHO_T}$ac_cv_var_tzname" >&6
@@ -6062,8 +6722,11 @@ if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
6062 echo $ECHO_N "(cached) $ECHO_C" >&6 6722 echo $ECHO_N "(cached) $ECHO_C" >&6
6063else 6723else
6064 cat >conftest.$ac_ext <<_ACEOF 6724 cat >conftest.$ac_ext <<_ACEOF
6065#line $LINENO "configure" 6725/* confdefs.h. */
6066#include "confdefs.h" 6726_ACEOF
6727cat confdefs.h >>conftest.$ac_ext
6728cat >>conftest.$ac_ext <<_ACEOF
6729/* end confdefs.h. */
6067#include <time.h> 6730#include <time.h>
6068 6731
6069int 6732int
@@ -6078,11 +6741,21 @@ return 0;
6078_ACEOF 6741_ACEOF
6079rm -f conftest.$ac_objext 6742rm -f conftest.$ac_objext
6080if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6743if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6081 (eval $ac_compile) 2>&5 6744 (eval $ac_compile) 2>conftest.er1
6082 ac_status=$? 6745 ac_status=$?
6746 grep -v '^ *+' conftest.er1 >conftest.err
6747 rm -f conftest.er1
6748 cat conftest.err >&5
6083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6084 (exit $ac_status); } && 6750 (exit $ac_status); } &&
6085 { ac_try='test -s conftest.$ac_objext' 6751 { ac_try='test -z "$ac_c_werror_flag"
6752 || test ! -s conftest.err'
6753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6754 (eval $ac_try) 2>&5
6755 ac_status=$?
6756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6757 (exit $ac_status); }; } &&
6758 { ac_try='test -s conftest.$ac_objext'
6086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6087 (eval $ac_try) 2>&5 6760 (eval $ac_try) 2>&5
6088 ac_status=$? 6761 ac_status=$?
@@ -6091,10 +6764,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6091 ac_cv_member_struct_tm_tm_gmtoff=yes 6764 ac_cv_member_struct_tm_tm_gmtoff=yes
6092else 6765else
6093 echo "$as_me: failed program was:" >&5 6766 echo "$as_me: failed program was:" >&5
6094cat conftest.$ac_ext >&5 6767sed 's/^/| /' conftest.$ac_ext >&5
6768
6095cat >conftest.$ac_ext <<_ACEOF 6769cat >conftest.$ac_ext <<_ACEOF
6096#line $LINENO "configure" 6770/* confdefs.h. */
6097#include "confdefs.h" 6771_ACEOF
6772cat confdefs.h >>conftest.$ac_ext
6773cat >>conftest.$ac_ext <<_ACEOF
6774/* end confdefs.h. */
6098#include <time.h> 6775#include <time.h>
6099 6776
6100int 6777int
@@ -6109,11 +6786,21 @@ return 0;
6109_ACEOF 6786_ACEOF
6110rm -f conftest.$ac_objext 6787rm -f conftest.$ac_objext
6111if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6788if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6112 (eval $ac_compile) 2>&5 6789 (eval $ac_compile) 2>conftest.er1
6113 ac_status=$? 6790 ac_status=$?
6791 grep -v '^ *+' conftest.er1 >conftest.err
6792 rm -f conftest.er1
6793 cat conftest.err >&5
6114 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6115 (exit $ac_status); } && 6795 (exit $ac_status); } &&
6116 { ac_try='test -s conftest.$ac_objext' 6796 { ac_try='test -z "$ac_c_werror_flag"
6797 || test ! -s conftest.err'
6798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6799 (eval $ac_try) 2>&5
6800 ac_status=$?
6801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6802 (exit $ac_status); }; } &&
6803 { ac_try='test -s conftest.$ac_objext'
6117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6118 (eval $ac_try) 2>&5 6805 (eval $ac_try) 2>&5
6119 ac_status=$? 6806 ac_status=$?
@@ -6122,12 +6809,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6122 ac_cv_member_struct_tm_tm_gmtoff=yes 6809 ac_cv_member_struct_tm_tm_gmtoff=yes
6123else 6810else
6124 echo "$as_me: failed program was:" >&5 6811 echo "$as_me: failed program was:" >&5
6125cat conftest.$ac_ext >&5 6812sed 's/^/| /' conftest.$ac_ext >&5
6813
6126ac_cv_member_struct_tm_tm_gmtoff=no 6814ac_cv_member_struct_tm_tm_gmtoff=no
6127fi 6815fi
6128rm -f conftest.$ac_objext conftest.$ac_ext 6816rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6129fi 6817fi
6130rm -f conftest.$ac_objext conftest.$ac_ext 6818rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6131fi 6819fi
6132echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 6820echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
6133echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6 6821echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6
@@ -6145,8 +6833,11 @@ if test "${ac_cv_member_struct_ifreq_ifr_flags+set}" = set; then
6145 echo $ECHO_N "(cached) $ECHO_C" >&6 6833 echo $ECHO_N "(cached) $ECHO_C" >&6
6146else 6834else
6147 cat >conftest.$ac_ext <<_ACEOF 6835 cat >conftest.$ac_ext <<_ACEOF
6148#line $LINENO "configure" 6836/* confdefs.h. */
6149#include "confdefs.h" 6837_ACEOF
6838cat confdefs.h >>conftest.$ac_ext
6839cat >>conftest.$ac_ext <<_ACEOF
6840/* end confdefs.h. */
6150$ac_includes_default 6841$ac_includes_default
6151#if HAVE_SYS_SOCKET_H 6842#if HAVE_SYS_SOCKET_H
6152#include <sys/socket.h> 6843#include <sys/socket.h>
@@ -6167,11 +6858,21 @@ return 0;
6167_ACEOF 6858_ACEOF
6168rm -f conftest.$ac_objext 6859rm -f conftest.$ac_objext
6169if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6860if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6170 (eval $ac_compile) 2>&5 6861 (eval $ac_compile) 2>conftest.er1
6171 ac_status=$? 6862 ac_status=$?
6863 grep -v '^ *+' conftest.er1 >conftest.err
6864 rm -f conftest.er1
6865 cat conftest.err >&5
6172 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6173 (exit $ac_status); } && 6867 (exit $ac_status); } &&
6174 { ac_try='test -s conftest.$ac_objext' 6868 { ac_try='test -z "$ac_c_werror_flag"
6869 || test ! -s conftest.err'
6870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6871 (eval $ac_try) 2>&5
6872 ac_status=$?
6873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6874 (exit $ac_status); }; } &&
6875 { ac_try='test -s conftest.$ac_objext'
6175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6176 (eval $ac_try) 2>&5 6877 (eval $ac_try) 2>&5
6177 ac_status=$? 6878 ac_status=$?
@@ -6180,10 +6881,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6180 ac_cv_member_struct_ifreq_ifr_flags=yes 6881 ac_cv_member_struct_ifreq_ifr_flags=yes
6181else 6882else
6182 echo "$as_me: failed program was:" >&5 6883 echo "$as_me: failed program was:" >&5
6183cat conftest.$ac_ext >&5 6884sed 's/^/| /' conftest.$ac_ext >&5
6885
6184cat >conftest.$ac_ext <<_ACEOF 6886cat >conftest.$ac_ext <<_ACEOF
6185#line $LINENO "configure" 6887/* confdefs.h. */
6186#include "confdefs.h" 6888_ACEOF
6889cat confdefs.h >>conftest.$ac_ext
6890cat >>conftest.$ac_ext <<_ACEOF
6891/* end confdefs.h. */
6187$ac_includes_default 6892$ac_includes_default
6188#if HAVE_SYS_SOCKET_H 6893#if HAVE_SYS_SOCKET_H
6189#include <sys/socket.h> 6894#include <sys/socket.h>
@@ -6204,11 +6909,21 @@ return 0;
6204_ACEOF 6909_ACEOF
6205rm -f conftest.$ac_objext 6910rm -f conftest.$ac_objext
6206if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6911if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6207 (eval $ac_compile) 2>&5 6912 (eval $ac_compile) 2>conftest.er1
6208 ac_status=$? 6913 ac_status=$?
6914 grep -v '^ *+' conftest.er1 >conftest.err
6915 rm -f conftest.er1
6916 cat conftest.err >&5
6209 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6210 (exit $ac_status); } && 6918 (exit $ac_status); } &&
6211 { ac_try='test -s conftest.$ac_objext' 6919 { ac_try='test -z "$ac_c_werror_flag"
6920 || test ! -s conftest.err'
6921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6922 (eval $ac_try) 2>&5
6923 ac_status=$?
6924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6925 (exit $ac_status); }; } &&
6926 { ac_try='test -s conftest.$ac_objext'
6212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6213 (eval $ac_try) 2>&5 6928 (eval $ac_try) 2>&5
6214 ac_status=$? 6929 ac_status=$?
@@ -6217,12 +6932,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6217 ac_cv_member_struct_ifreq_ifr_flags=yes 6932 ac_cv_member_struct_ifreq_ifr_flags=yes
6218else 6933else
6219 echo "$as_me: failed program was:" >&5 6934 echo "$as_me: failed program was:" >&5
6220cat conftest.$ac_ext >&5 6935sed 's/^/| /' conftest.$ac_ext >&5
6936
6221ac_cv_member_struct_ifreq_ifr_flags=no 6937ac_cv_member_struct_ifreq_ifr_flags=no
6222fi 6938fi
6223rm -f conftest.$ac_objext conftest.$ac_ext 6939rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6224fi 6940fi
6225rm -f conftest.$ac_objext conftest.$ac_ext 6941rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6226fi 6942fi
6227echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5 6943echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5
6228echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6 6944echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6
@@ -6240,8 +6956,11 @@ if test "${ac_cv_member_struct_ifreq_ifr_hwaddr+set}" = set; then
6240 echo $ECHO_N "(cached) $ECHO_C" >&6 6956 echo $ECHO_N "(cached) $ECHO_C" >&6
6241else 6957else
6242 cat >conftest.$ac_ext <<_ACEOF 6958 cat >conftest.$ac_ext <<_ACEOF
6243#line $LINENO "configure" 6959/* confdefs.h. */
6244#include "confdefs.h" 6960_ACEOF
6961cat confdefs.h >>conftest.$ac_ext
6962cat >>conftest.$ac_ext <<_ACEOF
6963/* end confdefs.h. */
6245$ac_includes_default 6964$ac_includes_default
6246#if HAVE_SYS_SOCKET_H 6965#if HAVE_SYS_SOCKET_H
6247#include <sys/socket.h> 6966#include <sys/socket.h>
@@ -6262,11 +6981,21 @@ return 0;
6262_ACEOF 6981_ACEOF
6263rm -f conftest.$ac_objext 6982rm -f conftest.$ac_objext
6264if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6983if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6265 (eval $ac_compile) 2>&5 6984 (eval $ac_compile) 2>conftest.er1
6266 ac_status=$? 6985 ac_status=$?
6986 grep -v '^ *+' conftest.er1 >conftest.err
6987 rm -f conftest.er1
6988 cat conftest.err >&5
6267 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6268 (exit $ac_status); } && 6990 (exit $ac_status); } &&
6269 { ac_try='test -s conftest.$ac_objext' 6991 { ac_try='test -z "$ac_c_werror_flag"
6992 || test ! -s conftest.err'
6993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6994 (eval $ac_try) 2>&5
6995 ac_status=$?
6996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997 (exit $ac_status); }; } &&
6998 { ac_try='test -s conftest.$ac_objext'
6270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6271 (eval $ac_try) 2>&5 7000 (eval $ac_try) 2>&5
6272 ac_status=$? 7001 ac_status=$?
@@ -6275,10 +7004,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6275 ac_cv_member_struct_ifreq_ifr_hwaddr=yes 7004 ac_cv_member_struct_ifreq_ifr_hwaddr=yes
6276else 7005else
6277 echo "$as_me: failed program was:" >&5 7006 echo "$as_me: failed program was:" >&5
6278cat conftest.$ac_ext >&5 7007sed 's/^/| /' conftest.$ac_ext >&5
7008
6279cat >conftest.$ac_ext <<_ACEOF 7009cat >conftest.$ac_ext <<_ACEOF
6280#line $LINENO "configure" 7010/* confdefs.h. */
6281#include "confdefs.h" 7011_ACEOF
7012cat confdefs.h >>conftest.$ac_ext
7013cat >>conftest.$ac_ext <<_ACEOF
7014/* end confdefs.h. */
6282$ac_includes_default 7015$ac_includes_default
6283#if HAVE_SYS_SOCKET_H 7016#if HAVE_SYS_SOCKET_H
6284#include <sys/socket.h> 7017#include <sys/socket.h>
@@ -6299,11 +7032,21 @@ return 0;
6299_ACEOF 7032_ACEOF
6300rm -f conftest.$ac_objext 7033rm -f conftest.$ac_objext
6301if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7034if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6302 (eval $ac_compile) 2>&5 7035 (eval $ac_compile) 2>conftest.er1
6303 ac_status=$? 7036 ac_status=$?
7037 grep -v '^ *+' conftest.er1 >conftest.err
7038 rm -f conftest.er1
7039 cat conftest.err >&5
6304 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6305 (exit $ac_status); } && 7041 (exit $ac_status); } &&
6306 { ac_try='test -s conftest.$ac_objext' 7042 { ac_try='test -z "$ac_c_werror_flag"
7043 || test ! -s conftest.err'
7044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7045 (eval $ac_try) 2>&5
7046 ac_status=$?
7047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7048 (exit $ac_status); }; } &&
7049 { ac_try='test -s conftest.$ac_objext'
6307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6308 (eval $ac_try) 2>&5 7051 (eval $ac_try) 2>&5
6309 ac_status=$? 7052 ac_status=$?
@@ -6312,12 +7055,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6312 ac_cv_member_struct_ifreq_ifr_hwaddr=yes 7055 ac_cv_member_struct_ifreq_ifr_hwaddr=yes
6313else 7056else
6314 echo "$as_me: failed program was:" >&5 7057 echo "$as_me: failed program was:" >&5
6315cat conftest.$ac_ext >&5 7058sed 's/^/| /' conftest.$ac_ext >&5
7059
6316ac_cv_member_struct_ifreq_ifr_hwaddr=no 7060ac_cv_member_struct_ifreq_ifr_hwaddr=no
6317fi 7061fi
6318rm -f conftest.$ac_objext conftest.$ac_ext 7062rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6319fi 7063fi
6320rm -f conftest.$ac_objext conftest.$ac_ext 7064rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6321fi 7065fi
6322echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5 7066echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5
6323echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6 7067echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6
@@ -6335,8 +7079,11 @@ if test "${ac_cv_member_struct_ifreq_ifr_netmask+set}" = set; then
6335 echo $ECHO_N "(cached) $ECHO_C" >&6 7079 echo $ECHO_N "(cached) $ECHO_C" >&6
6336else 7080else
6337 cat >conftest.$ac_ext <<_ACEOF 7081 cat >conftest.$ac_ext <<_ACEOF
6338#line $LINENO "configure" 7082/* confdefs.h. */
6339#include "confdefs.h" 7083_ACEOF
7084cat confdefs.h >>conftest.$ac_ext
7085cat >>conftest.$ac_ext <<_ACEOF
7086/* end confdefs.h. */
6340$ac_includes_default 7087$ac_includes_default
6341#if HAVE_SYS_SOCKET_H 7088#if HAVE_SYS_SOCKET_H
6342#include <sys/socket.h> 7089#include <sys/socket.h>
@@ -6357,11 +7104,21 @@ return 0;
6357_ACEOF 7104_ACEOF
6358rm -f conftest.$ac_objext 7105rm -f conftest.$ac_objext
6359if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7106if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6360 (eval $ac_compile) 2>&5 7107 (eval $ac_compile) 2>conftest.er1
6361 ac_status=$? 7108 ac_status=$?
7109 grep -v '^ *+' conftest.er1 >conftest.err
7110 rm -f conftest.er1
7111 cat conftest.err >&5
6362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6363 (exit $ac_status); } && 7113 (exit $ac_status); } &&
6364 { ac_try='test -s conftest.$ac_objext' 7114 { ac_try='test -z "$ac_c_werror_flag"
7115 || test ! -s conftest.err'
7116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7117 (eval $ac_try) 2>&5
7118 ac_status=$?
7119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7120 (exit $ac_status); }; } &&
7121 { ac_try='test -s conftest.$ac_objext'
6365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6366 (eval $ac_try) 2>&5 7123 (eval $ac_try) 2>&5
6367 ac_status=$? 7124 ac_status=$?
@@ -6370,10 +7127,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6370 ac_cv_member_struct_ifreq_ifr_netmask=yes 7127 ac_cv_member_struct_ifreq_ifr_netmask=yes
6371else 7128else
6372 echo "$as_me: failed program was:" >&5 7129 echo "$as_me: failed program was:" >&5
6373cat conftest.$ac_ext >&5 7130sed 's/^/| /' conftest.$ac_ext >&5
7131
6374cat >conftest.$ac_ext <<_ACEOF 7132cat >conftest.$ac_ext <<_ACEOF
6375#line $LINENO "configure" 7133/* confdefs.h. */
6376#include "confdefs.h" 7134_ACEOF
7135cat confdefs.h >>conftest.$ac_ext
7136cat >>conftest.$ac_ext <<_ACEOF
7137/* end confdefs.h. */
6377$ac_includes_default 7138$ac_includes_default
6378#if HAVE_SYS_SOCKET_H 7139#if HAVE_SYS_SOCKET_H
6379#include <sys/socket.h> 7140#include <sys/socket.h>
@@ -6394,11 +7155,21 @@ return 0;
6394_ACEOF 7155_ACEOF
6395rm -f conftest.$ac_objext 7156rm -f conftest.$ac_objext
6396if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7157if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6397 (eval $ac_compile) 2>&5 7158 (eval $ac_compile) 2>conftest.er1
6398 ac_status=$? 7159 ac_status=$?
7160 grep -v '^ *+' conftest.er1 >conftest.err
7161 rm -f conftest.er1
7162 cat conftest.err >&5
6399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6400 (exit $ac_status); } && 7164 (exit $ac_status); } &&
6401 { ac_try='test -s conftest.$ac_objext' 7165 { ac_try='test -z "$ac_c_werror_flag"
7166 || test ! -s conftest.err'
7167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7168 (eval $ac_try) 2>&5
7169 ac_status=$?
7170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7171 (exit $ac_status); }; } &&
7172 { ac_try='test -s conftest.$ac_objext'
6402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6403 (eval $ac_try) 2>&5 7174 (eval $ac_try) 2>&5
6404 ac_status=$? 7175 ac_status=$?
@@ -6407,12 +7178,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6407 ac_cv_member_struct_ifreq_ifr_netmask=yes 7178 ac_cv_member_struct_ifreq_ifr_netmask=yes
6408else 7179else
6409 echo "$as_me: failed program was:" >&5 7180 echo "$as_me: failed program was:" >&5
6410cat conftest.$ac_ext >&5 7181sed 's/^/| /' conftest.$ac_ext >&5
7182
6411ac_cv_member_struct_ifreq_ifr_netmask=no 7183ac_cv_member_struct_ifreq_ifr_netmask=no
6412fi 7184fi
6413rm -f conftest.$ac_objext conftest.$ac_ext 7185rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6414fi 7186fi
6415rm -f conftest.$ac_objext conftest.$ac_ext 7187rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6416fi 7188fi
6417echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5 7189echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5
6418echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6 7190echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6
@@ -6430,8 +7202,11 @@ if test "${ac_cv_member_struct_ifreq_ifr_broadaddr+set}" = set; then
6430 echo $ECHO_N "(cached) $ECHO_C" >&6 7202 echo $ECHO_N "(cached) $ECHO_C" >&6
6431else 7203else
6432 cat >conftest.$ac_ext <<_ACEOF 7204 cat >conftest.$ac_ext <<_ACEOF
6433#line $LINENO "configure" 7205/* confdefs.h. */
6434#include "confdefs.h" 7206_ACEOF
7207cat confdefs.h >>conftest.$ac_ext
7208cat >>conftest.$ac_ext <<_ACEOF
7209/* end confdefs.h. */
6435$ac_includes_default 7210$ac_includes_default
6436#if HAVE_SYS_SOCKET_H 7211#if HAVE_SYS_SOCKET_H
6437#include <sys/socket.h> 7212#include <sys/socket.h>
@@ -6452,11 +7227,21 @@ return 0;
6452_ACEOF 7227_ACEOF
6453rm -f conftest.$ac_objext 7228rm -f conftest.$ac_objext
6454if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7229if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6455 (eval $ac_compile) 2>&5 7230 (eval $ac_compile) 2>conftest.er1
6456 ac_status=$? 7231 ac_status=$?
7232 grep -v '^ *+' conftest.er1 >conftest.err
7233 rm -f conftest.er1
7234 cat conftest.err >&5
6457 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6458 (exit $ac_status); } && 7236 (exit $ac_status); } &&
6459 { ac_try='test -s conftest.$ac_objext' 7237 { ac_try='test -z "$ac_c_werror_flag"
7238 || test ! -s conftest.err'
7239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7240 (eval $ac_try) 2>&5
7241 ac_status=$?
7242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7243 (exit $ac_status); }; } &&
7244 { ac_try='test -s conftest.$ac_objext'
6460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6461 (eval $ac_try) 2>&5 7246 (eval $ac_try) 2>&5
6462 ac_status=$? 7247 ac_status=$?
@@ -6465,10 +7250,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6465 ac_cv_member_struct_ifreq_ifr_broadaddr=yes 7250 ac_cv_member_struct_ifreq_ifr_broadaddr=yes
6466else 7251else
6467 echo "$as_me: failed program was:" >&5 7252 echo "$as_me: failed program was:" >&5
6468cat conftest.$ac_ext >&5 7253sed 's/^/| /' conftest.$ac_ext >&5
7254
6469cat >conftest.$ac_ext <<_ACEOF 7255cat >conftest.$ac_ext <<_ACEOF
6470#line $LINENO "configure" 7256/* confdefs.h. */
6471#include "confdefs.h" 7257_ACEOF
7258cat confdefs.h >>conftest.$ac_ext
7259cat >>conftest.$ac_ext <<_ACEOF
7260/* end confdefs.h. */
6472$ac_includes_default 7261$ac_includes_default
6473#if HAVE_SYS_SOCKET_H 7262#if HAVE_SYS_SOCKET_H
6474#include <sys/socket.h> 7263#include <sys/socket.h>
@@ -6489,11 +7278,21 @@ return 0;
6489_ACEOF 7278_ACEOF
6490rm -f conftest.$ac_objext 7279rm -f conftest.$ac_objext
6491if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7280if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6492 (eval $ac_compile) 2>&5 7281 (eval $ac_compile) 2>conftest.er1
6493 ac_status=$? 7282 ac_status=$?
7283 grep -v '^ *+' conftest.er1 >conftest.err
7284 rm -f conftest.er1
7285 cat conftest.err >&5
6494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6495 (exit $ac_status); } && 7287 (exit $ac_status); } &&
6496 { ac_try='test -s conftest.$ac_objext' 7288 { ac_try='test -z "$ac_c_werror_flag"
7289 || test ! -s conftest.err'
7290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7291 (eval $ac_try) 2>&5
7292 ac_status=$?
7293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7294 (exit $ac_status); }; } &&
7295 { ac_try='test -s conftest.$ac_objext'
6497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6498 (eval $ac_try) 2>&5 7297 (eval $ac_try) 2>&5
6499 ac_status=$? 7298 ac_status=$?
@@ -6502,12 +7301,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6502 ac_cv_member_struct_ifreq_ifr_broadaddr=yes 7301 ac_cv_member_struct_ifreq_ifr_broadaddr=yes
6503else 7302else
6504 echo "$as_me: failed program was:" >&5 7303 echo "$as_me: failed program was:" >&5
6505cat conftest.$ac_ext >&5 7304sed 's/^/| /' conftest.$ac_ext >&5
7305
6506ac_cv_member_struct_ifreq_ifr_broadaddr=no 7306ac_cv_member_struct_ifreq_ifr_broadaddr=no
6507fi 7307fi
6508rm -f conftest.$ac_objext conftest.$ac_ext 7308rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6509fi 7309fi
6510rm -f conftest.$ac_objext conftest.$ac_ext 7310rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6511fi 7311fi
6512echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5 7312echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5
6513echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6 7313echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6
@@ -6525,8 +7325,11 @@ if test "${ac_cv_member_struct_ifreq_ifr_addr+set}" = set; then
6525 echo $ECHO_N "(cached) $ECHO_C" >&6 7325 echo $ECHO_N "(cached) $ECHO_C" >&6
6526else 7326else
6527 cat >conftest.$ac_ext <<_ACEOF 7327 cat >conftest.$ac_ext <<_ACEOF
6528#line $LINENO "configure" 7328/* confdefs.h. */
6529#include "confdefs.h" 7329_ACEOF
7330cat confdefs.h >>conftest.$ac_ext
7331cat >>conftest.$ac_ext <<_ACEOF
7332/* end confdefs.h. */
6530$ac_includes_default 7333$ac_includes_default
6531#if HAVE_SYS_SOCKET_H 7334#if HAVE_SYS_SOCKET_H
6532#include <sys/socket.h> 7335#include <sys/socket.h>
@@ -6547,11 +7350,21 @@ return 0;
6547_ACEOF 7350_ACEOF
6548rm -f conftest.$ac_objext 7351rm -f conftest.$ac_objext
6549if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7352if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6550 (eval $ac_compile) 2>&5 7353 (eval $ac_compile) 2>conftest.er1
6551 ac_status=$? 7354 ac_status=$?
7355 grep -v '^ *+' conftest.er1 >conftest.err
7356 rm -f conftest.er1
7357 cat conftest.err >&5
6552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6553 (exit $ac_status); } && 7359 (exit $ac_status); } &&
6554 { ac_try='test -s conftest.$ac_objext' 7360 { ac_try='test -z "$ac_c_werror_flag"
7361 || test ! -s conftest.err'
7362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7363 (eval $ac_try) 2>&5
7364 ac_status=$?
7365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7366 (exit $ac_status); }; } &&
7367 { ac_try='test -s conftest.$ac_objext'
6555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6556 (eval $ac_try) 2>&5 7369 (eval $ac_try) 2>&5
6557 ac_status=$? 7370 ac_status=$?
@@ -6560,10 +7373,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6560 ac_cv_member_struct_ifreq_ifr_addr=yes 7373 ac_cv_member_struct_ifreq_ifr_addr=yes
6561else 7374else
6562 echo "$as_me: failed program was:" >&5 7375 echo "$as_me: failed program was:" >&5
6563cat conftest.$ac_ext >&5 7376sed 's/^/| /' conftest.$ac_ext >&5
7377
6564cat >conftest.$ac_ext <<_ACEOF 7378cat >conftest.$ac_ext <<_ACEOF
6565#line $LINENO "configure" 7379/* confdefs.h. */
6566#include "confdefs.h" 7380_ACEOF
7381cat confdefs.h >>conftest.$ac_ext
7382cat >>conftest.$ac_ext <<_ACEOF
7383/* end confdefs.h. */
6567$ac_includes_default 7384$ac_includes_default
6568#if HAVE_SYS_SOCKET_H 7385#if HAVE_SYS_SOCKET_H
6569#include <sys/socket.h> 7386#include <sys/socket.h>
@@ -6584,11 +7401,21 @@ return 0;
6584_ACEOF 7401_ACEOF
6585rm -f conftest.$ac_objext 7402rm -f conftest.$ac_objext
6586if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7403if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6587 (eval $ac_compile) 2>&5 7404 (eval $ac_compile) 2>conftest.er1
6588 ac_status=$? 7405 ac_status=$?
7406 grep -v '^ *+' conftest.er1 >conftest.err
7407 rm -f conftest.er1
7408 cat conftest.err >&5
6589 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6590 (exit $ac_status); } && 7410 (exit $ac_status); } &&
6591 { ac_try='test -s conftest.$ac_objext' 7411 { ac_try='test -z "$ac_c_werror_flag"
7412 || test ! -s conftest.err'
7413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7414 (eval $ac_try) 2>&5
7415 ac_status=$?
7416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7417 (exit $ac_status); }; } &&
7418 { ac_try='test -s conftest.$ac_objext'
6592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6593 (eval $ac_try) 2>&5 7420 (eval $ac_try) 2>&5
6594 ac_status=$? 7421 ac_status=$?
@@ -6597,12 +7424,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6597 ac_cv_member_struct_ifreq_ifr_addr=yes 7424 ac_cv_member_struct_ifreq_ifr_addr=yes
6598else 7425else
6599 echo "$as_me: failed program was:" >&5 7426 echo "$as_me: failed program was:" >&5
6600cat conftest.$ac_ext >&5 7427sed 's/^/| /' conftest.$ac_ext >&5
7428
6601ac_cv_member_struct_ifreq_ifr_addr=no 7429ac_cv_member_struct_ifreq_ifr_addr=no
6602fi 7430fi
6603rm -f conftest.$ac_objext conftest.$ac_ext 7431rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6604fi 7432fi
6605rm -f conftest.$ac_objext conftest.$ac_ext 7433rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6606fi 7434fi
6607echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5 7435echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5
6608echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6 7436echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6
@@ -6643,8 +7471,11 @@ if test "${ac_cv_c_volatile+set}" = set; then
6643 echo $ECHO_N "(cached) $ECHO_C" >&6 7471 echo $ECHO_N "(cached) $ECHO_C" >&6
6644else 7472else
6645 cat >conftest.$ac_ext <<_ACEOF 7473 cat >conftest.$ac_ext <<_ACEOF
6646#line $LINENO "configure" 7474/* confdefs.h. */
6647#include "confdefs.h" 7475_ACEOF
7476cat confdefs.h >>conftest.$ac_ext
7477cat >>conftest.$ac_ext <<_ACEOF
7478/* end confdefs.h. */
6648 7479
6649int 7480int
6650main () 7481main ()
@@ -6658,11 +7489,21 @@ int * volatile y;
6658_ACEOF 7489_ACEOF
6659rm -f conftest.$ac_objext 7490rm -f conftest.$ac_objext
6660if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7491if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6661 (eval $ac_compile) 2>&5 7492 (eval $ac_compile) 2>conftest.er1
6662 ac_status=$? 7493 ac_status=$?
7494 grep -v '^ *+' conftest.er1 >conftest.err
7495 rm -f conftest.er1
7496 cat conftest.err >&5
6663 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6664 (exit $ac_status); } && 7498 (exit $ac_status); } &&
6665 { ac_try='test -s conftest.$ac_objext' 7499 { ac_try='test -z "$ac_c_werror_flag"
7500 || test ! -s conftest.err'
7501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7502 (eval $ac_try) 2>&5
7503 ac_status=$?
7504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7505 (exit $ac_status); }; } &&
7506 { ac_try='test -s conftest.$ac_objext'
6666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6667 (eval $ac_try) 2>&5 7508 (eval $ac_try) 2>&5
6668 ac_status=$? 7509 ac_status=$?
@@ -6671,10 +7512,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6671 ac_cv_c_volatile=yes 7512 ac_cv_c_volatile=yes
6672else 7513else
6673 echo "$as_me: failed program was:" >&5 7514 echo "$as_me: failed program was:" >&5
6674cat conftest.$ac_ext >&5 7515sed 's/^/| /' conftest.$ac_ext >&5
7516
6675ac_cv_c_volatile=no 7517ac_cv_c_volatile=no
6676fi 7518fi
6677rm -f conftest.$ac_objext conftest.$ac_ext 7519rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6678fi 7520fi
6679echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 7521echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5
6680echo "${ECHO_T}$ac_cv_c_volatile" >&6 7522echo "${ECHO_T}$ac_cv_c_volatile" >&6
@@ -6692,8 +7534,11 @@ if test "${ac_cv_c_const+set}" = set; then
6692 echo $ECHO_N "(cached) $ECHO_C" >&6 7534 echo $ECHO_N "(cached) $ECHO_C" >&6
6693else 7535else
6694 cat >conftest.$ac_ext <<_ACEOF 7536 cat >conftest.$ac_ext <<_ACEOF
6695#line $LINENO "configure" 7537/* confdefs.h. */
6696#include "confdefs.h" 7538_ACEOF
7539cat confdefs.h >>conftest.$ac_ext
7540cat >>conftest.$ac_ext <<_ACEOF
7541/* end confdefs.h. */
6697 7542
6698int 7543int
6699main () 7544main ()
@@ -6751,11 +7596,21 @@ main ()
6751_ACEOF 7596_ACEOF
6752rm -f conftest.$ac_objext 7597rm -f conftest.$ac_objext
6753if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7598if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6754 (eval $ac_compile) 2>&5 7599 (eval $ac_compile) 2>conftest.er1
6755 ac_status=$? 7600 ac_status=$?
7601 grep -v '^ *+' conftest.er1 >conftest.err
7602 rm -f conftest.er1
7603 cat conftest.err >&5
6756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6757 (exit $ac_status); } && 7605 (exit $ac_status); } &&
6758 { ac_try='test -s conftest.$ac_objext' 7606 { ac_try='test -z "$ac_c_werror_flag"
7607 || test ! -s conftest.err'
7608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7609 (eval $ac_try) 2>&5
7610 ac_status=$?
7611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7612 (exit $ac_status); }; } &&
7613 { ac_try='test -s conftest.$ac_objext'
6759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6760 (eval $ac_try) 2>&5 7615 (eval $ac_try) 2>&5
6761 ac_status=$? 7616 ac_status=$?
@@ -6764,10 +7619,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6764 ac_cv_c_const=yes 7619 ac_cv_c_const=yes
6765else 7620else
6766 echo "$as_me: failed program was:" >&5 7621 echo "$as_me: failed program was:" >&5
6767cat conftest.$ac_ext >&5 7622sed 's/^/| /' conftest.$ac_ext >&5
7623
6768ac_cv_c_const=no 7624ac_cv_c_const=no
6769fi 7625fi
6770rm -f conftest.$ac_objext conftest.$ac_ext 7626rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6771fi 7627fi
6772echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 7628echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
6773echo "${ECHO_T}$ac_cv_c_const" >&6 7629echo "${ECHO_T}$ac_cv_c_const" >&6
@@ -6785,8 +7641,11 @@ if test "${emacs_cv_void_star+set}" = set; then
6785 echo $ECHO_N "(cached) $ECHO_C" >&6 7641 echo $ECHO_N "(cached) $ECHO_C" >&6
6786else 7642else
6787 cat >conftest.$ac_ext <<_ACEOF 7643 cat >conftest.$ac_ext <<_ACEOF
6788#line $LINENO "configure" 7644/* confdefs.h. */
6789#include "confdefs.h" 7645_ACEOF
7646cat confdefs.h >>conftest.$ac_ext
7647cat >>conftest.$ac_ext <<_ACEOF
7648/* end confdefs.h. */
6790 7649
6791int 7650int
6792main () 7651main ()
@@ -6798,11 +7657,21 @@ void * foo;
6798_ACEOF 7657_ACEOF
6799rm -f conftest.$ac_objext 7658rm -f conftest.$ac_objext
6800if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7659if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6801 (eval $ac_compile) 2>&5 7660 (eval $ac_compile) 2>conftest.er1
6802 ac_status=$? 7661 ac_status=$?
7662 grep -v '^ *+' conftest.er1 >conftest.err
7663 rm -f conftest.er1
7664 cat conftest.err >&5
6803 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6804 (exit $ac_status); } && 7666 (exit $ac_status); } &&
6805 { ac_try='test -s conftest.$ac_objext' 7667 { ac_try='test -z "$ac_c_werror_flag"
7668 || test ! -s conftest.err'
7669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7670 (eval $ac_try) 2>&5
7671 ac_status=$?
7672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7673 (exit $ac_status); }; } &&
7674 { ac_try='test -s conftest.$ac_objext'
6806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6807 (eval $ac_try) 2>&5 7676 (eval $ac_try) 2>&5
6808 ac_status=$? 7677 ac_status=$?
@@ -6811,10 +7680,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6811 emacs_cv_void_star=yes 7680 emacs_cv_void_star=yes
6812else 7681else
6813 echo "$as_me: failed program was:" >&5 7682 echo "$as_me: failed program was:" >&5
6814cat conftest.$ac_ext >&5 7683sed 's/^/| /' conftest.$ac_ext >&5
7684
6815emacs_cv_void_star=no 7685emacs_cv_void_star=no
6816fi 7686fi
6817rm -f conftest.$ac_objext conftest.$ac_ext 7687rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6818fi 7688fi
6819echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5 7689echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5
6820echo "${ECHO_T}$emacs_cv_void_star" >&6 7690echo "${ECHO_T}$emacs_cv_void_star" >&6
@@ -6832,15 +7702,15 @@ fi
6832 7702
6833 7703
6834 7704
6835echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5 7705echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6836echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 7706echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6837set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 7707set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
6838if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 7708if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6839 echo $ECHO_N "(cached) $ECHO_C" >&6 7709 echo $ECHO_N "(cached) $ECHO_C" >&6
6840else 7710else
6841 cat >conftest.make <<\_ACEOF 7711 cat >conftest.make <<\_ACEOF
6842all: 7712all:
6843 @echo 'ac_maketemp="${MAKE}"' 7713 @echo 'ac_maketemp="$(MAKE)"'
6844_ACEOF 7714_ACEOF
6845# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 7715# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6846eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 7716eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
@@ -6951,8 +7821,8 @@ _ACEOF
6951 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 7821 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
6952 for ac_extension in a so sl; do 7822 for ac_extension in a so sl; do
6953 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 7823 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
6954 test -f $ac_im_libdir/libX11.$ac_extension; then 7824 test -f $ac_im_libdir/libX11.$ac_extension; then
6955 ac_im_usrlibdir=$ac_im_libdir; break 7825 ac_im_usrlibdir=$ac_im_libdir; break
6956 fi 7826 fi
6957 done 7827 done
6958 # Screen out bogus values from the imake configuration. They are 7828 # Screen out bogus values from the imake configuration. They are
@@ -7012,8 +7882,11 @@ if test "$ac_x_includes" = no; then
7012 # Guess where to find include files, by looking for Intrinsic.h. 7882 # Guess where to find include files, by looking for Intrinsic.h.
7013 # First, try using that file with no special directory specified. 7883 # First, try using that file with no special directory specified.
7014 cat >conftest.$ac_ext <<_ACEOF 7884 cat >conftest.$ac_ext <<_ACEOF
7015#line $LINENO "configure" 7885/* confdefs.h. */
7016#include "confdefs.h" 7886_ACEOF
7887cat confdefs.h >>conftest.$ac_ext
7888cat >>conftest.$ac_ext <<_ACEOF
7889/* end confdefs.h. */
7017#include <X11/Intrinsic.h> 7890#include <X11/Intrinsic.h>
7018_ACEOF 7891_ACEOF
7019if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7892if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -7026,6 +7899,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7026 (exit $ac_status); } >/dev/null; then 7899 (exit $ac_status); } >/dev/null; then
7027 if test -s conftest.err; then 7900 if test -s conftest.err; then
7028 ac_cpp_err=$ac_c_preproc_warn_flag 7901 ac_cpp_err=$ac_c_preproc_warn_flag
7902 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7029 else 7903 else
7030 ac_cpp_err= 7904 ac_cpp_err=
7031 fi 7905 fi
@@ -7037,7 +7911,8 @@ if test -z "$ac_cpp_err"; then
7037ac_x_includes= 7911ac_x_includes=
7038else 7912else
7039 echo "$as_me: failed program was:" >&5 7913 echo "$as_me: failed program was:" >&5
7040 cat conftest.$ac_ext >&5 7914sed 's/^/| /' conftest.$ac_ext >&5
7915
7041 for ac_dir in $ac_x_header_dirs; do 7916 for ac_dir in $ac_x_header_dirs; do
7042 if test -r "$ac_dir/X11/Intrinsic.h"; then 7917 if test -r "$ac_dir/X11/Intrinsic.h"; then
7043 ac_x_includes=$ac_dir 7918 ac_x_includes=$ac_dir
@@ -7055,8 +7930,11 @@ if test "$ac_x_libraries" = no; then
7055 ac_save_LIBS=$LIBS 7930 ac_save_LIBS=$LIBS
7056 LIBS="-lXt $LIBS" 7931 LIBS="-lXt $LIBS"
7057 cat >conftest.$ac_ext <<_ACEOF 7932 cat >conftest.$ac_ext <<_ACEOF
7058#line $LINENO "configure" 7933/* confdefs.h. */
7059#include "confdefs.h" 7934_ACEOF
7935cat confdefs.h >>conftest.$ac_ext
7936cat >>conftest.$ac_ext <<_ACEOF
7937/* end confdefs.h. */
7060#include <X11/Intrinsic.h> 7938#include <X11/Intrinsic.h>
7061int 7939int
7062main () 7940main ()
@@ -7068,11 +7946,21 @@ XtMalloc (0)
7068_ACEOF 7946_ACEOF
7069rm -f conftest.$ac_objext conftest$ac_exeext 7947rm -f conftest.$ac_objext conftest$ac_exeext
7070if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7948if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7071 (eval $ac_link) 2>&5 7949 (eval $ac_link) 2>conftest.er1
7072 ac_status=$? 7950 ac_status=$?
7951 grep -v '^ *+' conftest.er1 >conftest.err
7952 rm -f conftest.er1
7953 cat conftest.err >&5
7073 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7074 (exit $ac_status); } && 7955 (exit $ac_status); } &&
7075 { ac_try='test -s conftest$ac_exeext' 7956 { ac_try='test -z "$ac_c_werror_flag"
7957 || test ! -s conftest.err'
7958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7959 (eval $ac_try) 2>&5
7960 ac_status=$?
7961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7962 (exit $ac_status); }; } &&
7963 { ac_try='test -s conftest$ac_exeext'
7076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7077 (eval $ac_try) 2>&5 7965 (eval $ac_try) 2>&5
7078 ac_status=$? 7966 ac_status=$?
@@ -7083,7 +7971,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7083ac_x_libraries= 7971ac_x_libraries=
7084else 7972else
7085 echo "$as_me: failed program was:" >&5 7973 echo "$as_me: failed program was:" >&5
7086cat conftest.$ac_ext >&5 7974sed 's/^/| /' conftest.$ac_ext >&5
7975
7087LIBS=$ac_save_LIBS 7976LIBS=$ac_save_LIBS
7088for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 7977for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7089do 7978do
@@ -7096,7 +7985,8 @@ do
7096 done 7985 done
7097done 7986done
7098fi 7987fi
7099rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7988rm -f conftest.err conftest.$ac_objext \
7989 conftest$ac_exeext conftest.$ac_ext
7100fi # $ac_x_libraries = no 7990fi # $ac_x_libraries = no
7101 7991
7102if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then 7992if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
@@ -7105,7 +7995,7 @@ if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
7105else 7995else
7106 # Record where we found X for the cache. 7996 # Record where we found X for the cache.
7107 ac_cv_have_x="have_x=yes \ 7997 ac_cv_have_x="have_x=yes \
7108 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 7998 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
7109fi 7999fi
7110fi 8000fi
7111 8001
@@ -7230,43 +8120,73 @@ if test "${ac_cv_func_malloc_get_state+set}" = set; then
7230 echo $ECHO_N "(cached) $ECHO_C" >&6 8120 echo $ECHO_N "(cached) $ECHO_C" >&6
7231else 8121else
7232 cat >conftest.$ac_ext <<_ACEOF 8122 cat >conftest.$ac_ext <<_ACEOF
7233#line $LINENO "configure" 8123/* confdefs.h. */
7234#include "confdefs.h" 8124_ACEOF
8125cat confdefs.h >>conftest.$ac_ext
8126cat >>conftest.$ac_ext <<_ACEOF
8127/* end confdefs.h. */
8128/* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state.
8129 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8130#define malloc_get_state innocuous_malloc_get_state
8131
7235/* System header to define __stub macros and hopefully few prototypes, 8132/* System header to define __stub macros and hopefully few prototypes,
7236 which can conflict with char malloc_get_state (); below. */ 8133 which can conflict with char malloc_get_state (); below.
7237#include <assert.h> 8134 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8135 <limits.h> exists even on freestanding compilers. */
8136
8137#ifdef __STDC__
8138# include <limits.h>
8139#else
8140# include <assert.h>
8141#endif
8142
8143#undef malloc_get_state
8144
7238/* Override any gcc2 internal prototype to avoid an error. */ 8145/* Override any gcc2 internal prototype to avoid an error. */
7239#ifdef __cplusplus 8146#ifdef __cplusplus
7240extern "C" 8147extern "C"
8148{
7241#endif 8149#endif
7242/* We use char because int might match the return type of a gcc2 8150/* We use char because int might match the return type of a gcc2
7243 builtin and then its argument prototype would still apply. */ 8151 builtin and then its argument prototype would still apply. */
7244char malloc_get_state (); 8152char malloc_get_state ();
7245char (*f) ();
7246
7247int
7248main ()
7249{
7250/* The GNU C library defines this for functions which it implements 8153/* The GNU C library defines this for functions which it implements
7251 to always fail with ENOSYS. Some functions are actually named 8154 to always fail with ENOSYS. Some functions are actually named
7252 something starting with __ and the normal name is an alias. */ 8155 something starting with __ and the normal name is an alias. */
7253#if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state) 8156#if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state)
7254choke me 8157choke me
7255#else 8158#else
7256f = malloc_get_state; 8159char (*f) () = malloc_get_state;
8160#endif
8161#ifdef __cplusplus
8162}
7257#endif 8163#endif
7258 8164
8165int
8166main ()
8167{
8168return f != malloc_get_state;
7259 ; 8169 ;
7260 return 0; 8170 return 0;
7261} 8171}
7262_ACEOF 8172_ACEOF
7263rm -f conftest.$ac_objext conftest$ac_exeext 8173rm -f conftest.$ac_objext conftest$ac_exeext
7264if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8174if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7265 (eval $ac_link) 2>&5 8175 (eval $ac_link) 2>conftest.er1
7266 ac_status=$? 8176 ac_status=$?
8177 grep -v '^ *+' conftest.er1 >conftest.err
8178 rm -f conftest.er1
8179 cat conftest.err >&5
7267 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7268 (exit $ac_status); } && 8181 (exit $ac_status); } &&
7269 { ac_try='test -s conftest$ac_exeext' 8182 { ac_try='test -z "$ac_c_werror_flag"
8183 || test ! -s conftest.err'
8184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8185 (eval $ac_try) 2>&5
8186 ac_status=$?
8187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8188 (exit $ac_status); }; } &&
8189 { ac_try='test -s conftest$ac_exeext'
7270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7271 (eval $ac_try) 2>&5 8191 (eval $ac_try) 2>&5
7272 ac_status=$? 8192 ac_status=$?
@@ -7275,10 +8195,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7275 ac_cv_func_malloc_get_state=yes 8195 ac_cv_func_malloc_get_state=yes
7276else 8196else
7277 echo "$as_me: failed program was:" >&5 8197 echo "$as_me: failed program was:" >&5
7278cat conftest.$ac_ext >&5 8198sed 's/^/| /' conftest.$ac_ext >&5
8199
7279ac_cv_func_malloc_get_state=no 8200ac_cv_func_malloc_get_state=no
7280fi 8201fi
7281rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8202rm -f conftest.err conftest.$ac_objext \
8203 conftest$ac_exeext conftest.$ac_ext
7282fi 8204fi
7283echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5 8205echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5
7284echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 8206echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
@@ -7294,43 +8216,73 @@ if test "${ac_cv_func_malloc_set_state+set}" = set; then
7294 echo $ECHO_N "(cached) $ECHO_C" >&6 8216 echo $ECHO_N "(cached) $ECHO_C" >&6
7295else 8217else
7296 cat >conftest.$ac_ext <<_ACEOF 8218 cat >conftest.$ac_ext <<_ACEOF
7297#line $LINENO "configure" 8219/* confdefs.h. */
7298#include "confdefs.h" 8220_ACEOF
8221cat confdefs.h >>conftest.$ac_ext
8222cat >>conftest.$ac_ext <<_ACEOF
8223/* end confdefs.h. */
8224/* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state.
8225 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8226#define malloc_set_state innocuous_malloc_set_state
8227
7299/* System header to define __stub macros and hopefully few prototypes, 8228/* System header to define __stub macros and hopefully few prototypes,
7300 which can conflict with char malloc_set_state (); below. */ 8229 which can conflict with char malloc_set_state (); below.
7301#include <assert.h> 8230 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8231 <limits.h> exists even on freestanding compilers. */
8232
8233#ifdef __STDC__
8234# include <limits.h>
8235#else
8236# include <assert.h>
8237#endif
8238
8239#undef malloc_set_state
8240
7302/* Override any gcc2 internal prototype to avoid an error. */ 8241/* Override any gcc2 internal prototype to avoid an error. */
7303#ifdef __cplusplus 8242#ifdef __cplusplus
7304extern "C" 8243extern "C"
8244{
7305#endif 8245#endif
7306/* We use char because int might match the return type of a gcc2 8246/* We use char because int might match the return type of a gcc2
7307 builtin and then its argument prototype would still apply. */ 8247 builtin and then its argument prototype would still apply. */
7308char malloc_set_state (); 8248char malloc_set_state ();
7309char (*f) ();
7310
7311int
7312main ()
7313{
7314/* The GNU C library defines this for functions which it implements 8249/* The GNU C library defines this for functions which it implements
7315 to always fail with ENOSYS. Some functions are actually named 8250 to always fail with ENOSYS. Some functions are actually named
7316 something starting with __ and the normal name is an alias. */ 8251 something starting with __ and the normal name is an alias. */
7317#if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state) 8252#if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state)
7318choke me 8253choke me
7319#else 8254#else
7320f = malloc_set_state; 8255char (*f) () = malloc_set_state;
8256#endif
8257#ifdef __cplusplus
8258}
7321#endif 8259#endif
7322 8260
8261int
8262main ()
8263{
8264return f != malloc_set_state;
7323 ; 8265 ;
7324 return 0; 8266 return 0;
7325} 8267}
7326_ACEOF 8268_ACEOF
7327rm -f conftest.$ac_objext conftest$ac_exeext 8269rm -f conftest.$ac_objext conftest$ac_exeext
7328if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8270if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7329 (eval $ac_link) 2>&5 8271 (eval $ac_link) 2>conftest.er1
7330 ac_status=$? 8272 ac_status=$?
8273 grep -v '^ *+' conftest.er1 >conftest.err
8274 rm -f conftest.er1
8275 cat conftest.err >&5
7331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7332 (exit $ac_status); } && 8277 (exit $ac_status); } &&
7333 { ac_try='test -s conftest$ac_exeext' 8278 { ac_try='test -z "$ac_c_werror_flag"
8279 || test ! -s conftest.err'
8280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8281 (eval $ac_try) 2>&5
8282 ac_status=$?
8283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8284 (exit $ac_status); }; } &&
8285 { ac_try='test -s conftest$ac_exeext'
7334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7335 (eval $ac_try) 2>&5 8287 (eval $ac_try) 2>&5
7336 ac_status=$? 8288 ac_status=$?
@@ -7339,10 +8291,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7339 ac_cv_func_malloc_set_state=yes 8291 ac_cv_func_malloc_set_state=yes
7340else 8292else
7341 echo "$as_me: failed program was:" >&5 8293 echo "$as_me: failed program was:" >&5
7342cat conftest.$ac_ext >&5 8294sed 's/^/| /' conftest.$ac_ext >&5
8295
7343ac_cv_func_malloc_set_state=no 8296ac_cv_func_malloc_set_state=no
7344fi 8297fi
7345rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8298rm -f conftest.err conftest.$ac_objext \
8299 conftest$ac_exeext conftest.$ac_ext
7346fi 8300fi
7347echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5 8301echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5
7348echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 8302echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
@@ -7358,8 +8312,11 @@ if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
7358 echo $ECHO_N "(cached) $ECHO_C" >&6 8312 echo $ECHO_N "(cached) $ECHO_C" >&6
7359else 8313else
7360 cat >conftest.$ac_ext <<_ACEOF 8314 cat >conftest.$ac_ext <<_ACEOF
7361#line $LINENO "configure" 8315/* confdefs.h. */
7362#include "confdefs.h" 8316_ACEOF
8317cat confdefs.h >>conftest.$ac_ext
8318cat >>conftest.$ac_ext <<_ACEOF
8319/* end confdefs.h. */
7363extern void (* __after_morecore_hook)(); 8320extern void (* __after_morecore_hook)();
7364int 8321int
7365main () 8322main ()
@@ -7371,11 +8328,21 @@ __after_morecore_hook = 0
7371_ACEOF 8328_ACEOF
7372rm -f conftest.$ac_objext conftest$ac_exeext 8329rm -f conftest.$ac_objext conftest$ac_exeext
7373if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8330if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7374 (eval $ac_link) 2>&5 8331 (eval $ac_link) 2>conftest.er1
7375 ac_status=$? 8332 ac_status=$?
8333 grep -v '^ *+' conftest.er1 >conftest.err
8334 rm -f conftest.er1
8335 cat conftest.err >&5
7376 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7377 (exit $ac_status); } && 8337 (exit $ac_status); } &&
7378 { ac_try='test -s conftest$ac_exeext' 8338 { ac_try='test -z "$ac_c_werror_flag"
8339 || test ! -s conftest.err'
8340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8341 (eval $ac_try) 2>&5
8342 ac_status=$?
8343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8344 (exit $ac_status); }; } &&
8345 { ac_try='test -s conftest$ac_exeext'
7379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7380 (eval $ac_try) 2>&5 8347 (eval $ac_try) 2>&5
7381 ac_status=$? 8348 ac_status=$?
@@ -7384,10 +8351,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7384 emacs_cv_var___after_morecore_hook=yes 8351 emacs_cv_var___after_morecore_hook=yes
7385else 8352else
7386 echo "$as_me: failed program was:" >&5 8353 echo "$as_me: failed program was:" >&5
7387cat conftest.$ac_ext >&5 8354sed 's/^/| /' conftest.$ac_ext >&5
8355
7388emacs_cv_var___after_morecore_hook=no 8356emacs_cv_var___after_morecore_hook=no
7389fi 8357fi
7390rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8358rm -f conftest.err conftest.$ac_objext \
8359 conftest$ac_exeext conftest.$ac_ext
7391fi 8360fi
7392echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5 8361echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5
7393echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 8362echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
@@ -7434,18 +8403,31 @@ else
7434echo "$as_me:$LINENO: checking $ac_header usability" >&5 8403echo "$as_me:$LINENO: checking $ac_header usability" >&5
7435echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 8404echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7436cat >conftest.$ac_ext <<_ACEOF 8405cat >conftest.$ac_ext <<_ACEOF
7437#line $LINENO "configure" 8406/* confdefs.h. */
7438#include "confdefs.h" 8407_ACEOF
8408cat confdefs.h >>conftest.$ac_ext
8409cat >>conftest.$ac_ext <<_ACEOF
8410/* end confdefs.h. */
7439$ac_includes_default 8411$ac_includes_default
7440#include <$ac_header> 8412#include <$ac_header>
7441_ACEOF 8413_ACEOF
7442rm -f conftest.$ac_objext 8414rm -f conftest.$ac_objext
7443if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8415if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7444 (eval $ac_compile) 2>&5 8416 (eval $ac_compile) 2>conftest.er1
7445 ac_status=$? 8417 ac_status=$?
8418 grep -v '^ *+' conftest.er1 >conftest.err
8419 rm -f conftest.er1
8420 cat conftest.err >&5
7446 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7447 (exit $ac_status); } && 8422 (exit $ac_status); } &&
7448 { ac_try='test -s conftest.$ac_objext' 8423 { ac_try='test -z "$ac_c_werror_flag"
8424 || test ! -s conftest.err'
8425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8426 (eval $ac_try) 2>&5
8427 ac_status=$?
8428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8429 (exit $ac_status); }; } &&
8430 { ac_try='test -s conftest.$ac_objext'
7449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7450 (eval $ac_try) 2>&5 8432 (eval $ac_try) 2>&5
7451 ac_status=$? 8433 ac_status=$?
@@ -7454,10 +8436,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7454 ac_header_compiler=yes 8436 ac_header_compiler=yes
7455else 8437else
7456 echo "$as_me: failed program was:" >&5 8438 echo "$as_me: failed program was:" >&5
7457cat conftest.$ac_ext >&5 8439sed 's/^/| /' conftest.$ac_ext >&5
8440
7458ac_header_compiler=no 8441ac_header_compiler=no
7459fi 8442fi
7460rm -f conftest.$ac_objext conftest.$ac_ext 8443rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7461echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8444echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7462echo "${ECHO_T}$ac_header_compiler" >&6 8445echo "${ECHO_T}$ac_header_compiler" >&6
7463 8446
@@ -7465,8 +8448,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
7465echo "$as_me:$LINENO: checking $ac_header presence" >&5 8448echo "$as_me:$LINENO: checking $ac_header presence" >&5
7466echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 8449echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7467cat >conftest.$ac_ext <<_ACEOF 8450cat >conftest.$ac_ext <<_ACEOF
7468#line $LINENO "configure" 8451/* confdefs.h. */
7469#include "confdefs.h" 8452_ACEOF
8453cat confdefs.h >>conftest.$ac_ext
8454cat >>conftest.$ac_ext <<_ACEOF
8455/* end confdefs.h. */
7470#include <$ac_header> 8456#include <$ac_header>
7471_ACEOF 8457_ACEOF
7472if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8458if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -7479,6 +8465,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7479 (exit $ac_status); } >/dev/null; then 8465 (exit $ac_status); } >/dev/null; then
7480 if test -s conftest.err; then 8466 if test -s conftest.err; then
7481 ac_cpp_err=$ac_c_preproc_warn_flag 8467 ac_cpp_err=$ac_c_preproc_warn_flag
8468 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7482 else 8469 else
7483 ac_cpp_err= 8470 ac_cpp_err=
7484 fi 8471 fi
@@ -7489,7 +8476,8 @@ if test -z "$ac_cpp_err"; then
7489 ac_header_preproc=yes 8476 ac_header_preproc=yes
7490else 8477else
7491 echo "$as_me: failed program was:" >&5 8478 echo "$as_me: failed program was:" >&5
7492 cat conftest.$ac_ext >&5 8479sed 's/^/| /' conftest.$ac_ext >&5
8480
7493 ac_header_preproc=no 8481 ac_header_preproc=no
7494fi 8482fi
7495rm -f conftest.err conftest.$ac_ext 8483rm -f conftest.err conftest.$ac_ext
@@ -7497,26 +8485,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7497echo "${ECHO_T}$ac_header_preproc" >&6 8485echo "${ECHO_T}$ac_header_preproc" >&6
7498 8486
7499# So? What about this header? 8487# So? What about this header?
7500case $ac_header_compiler:$ac_header_preproc in 8488case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7501 yes:no ) 8489 yes:no: )
7502 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8490 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7503echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8491echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7504 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8492 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7505echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 8493echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7506 no:yes ) 8494 ac_header_preproc=yes
8495 ;;
8496 no:yes:* )
7507 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8497 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7508echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8498echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7509 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8499 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7510echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8500echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8501 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8502echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8503 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8504echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7511 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8505 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7512echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 8506echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8507 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8508echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8509 (
8510 cat <<\_ASBOX
8511## ------------------------------------------ ##
8512## Report this to the AC_PACKAGE_NAME lists. ##
8513## ------------------------------------------ ##
8514_ASBOX
8515 ) |
8516 sed "s/^/$as_me: WARNING: /" >&2
8517 ;;
7513esac 8518esac
7514echo "$as_me:$LINENO: checking for $ac_header" >&5 8519echo "$as_me:$LINENO: checking for $ac_header" >&5
7515echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8520echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7516if eval "test \"\${$as_ac_Header+set}\" = set"; then 8521if eval "test \"\${$as_ac_Header+set}\" = set"; then
7517 echo $ECHO_N "(cached) $ECHO_C" >&6 8522 echo $ECHO_N "(cached) $ECHO_C" >&6
7518else 8523else
7519 eval "$as_ac_Header=$ac_header_preproc" 8524 eval "$as_ac_Header=\$ac_header_preproc"
7520fi 8525fi
7521echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 8526echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7522echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8527echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -7541,43 +8546,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
7541 echo $ECHO_N "(cached) $ECHO_C" >&6 8546 echo $ECHO_N "(cached) $ECHO_C" >&6
7542else 8547else
7543 cat >conftest.$ac_ext <<_ACEOF 8548 cat >conftest.$ac_ext <<_ACEOF
7544#line $LINENO "configure" 8549/* confdefs.h. */
7545#include "confdefs.h" 8550_ACEOF
8551cat confdefs.h >>conftest.$ac_ext
8552cat >>conftest.$ac_ext <<_ACEOF
8553/* end confdefs.h. */
8554/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8555 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8556#define $ac_func innocuous_$ac_func
8557
7546/* System header to define __stub macros and hopefully few prototypes, 8558/* System header to define __stub macros and hopefully few prototypes,
7547 which can conflict with char $ac_func (); below. */ 8559 which can conflict with char $ac_func (); below.
7548#include <assert.h> 8560 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8561 <limits.h> exists even on freestanding compilers. */
8562
8563#ifdef __STDC__
8564# include <limits.h>
8565#else
8566# include <assert.h>
8567#endif
8568
8569#undef $ac_func
8570
7549/* Override any gcc2 internal prototype to avoid an error. */ 8571/* Override any gcc2 internal prototype to avoid an error. */
7550#ifdef __cplusplus 8572#ifdef __cplusplus
7551extern "C" 8573extern "C"
8574{
7552#endif 8575#endif
7553/* We use char because int might match the return type of a gcc2 8576/* We use char because int might match the return type of a gcc2
7554 builtin and then its argument prototype would still apply. */ 8577 builtin and then its argument prototype would still apply. */
7555char $ac_func (); 8578char $ac_func ();
7556char (*f) ();
7557
7558int
7559main ()
7560{
7561/* The GNU C library defines this for functions which it implements 8579/* The GNU C library defines this for functions which it implements
7562 to always fail with ENOSYS. Some functions are actually named 8580 to always fail with ENOSYS. Some functions are actually named
7563 something starting with __ and the normal name is an alias. */ 8581 something starting with __ and the normal name is an alias. */
7564#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 8582#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7565choke me 8583choke me
7566#else 8584#else
7567f = $ac_func; 8585char (*f) () = $ac_func;
8586#endif
8587#ifdef __cplusplus
8588}
7568#endif 8589#endif
7569 8590
8591int
8592main ()
8593{
8594return f != $ac_func;
7570 ; 8595 ;
7571 return 0; 8596 return 0;
7572} 8597}
7573_ACEOF 8598_ACEOF
7574rm -f conftest.$ac_objext conftest$ac_exeext 8599rm -f conftest.$ac_objext conftest$ac_exeext
7575if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8600if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7576 (eval $ac_link) 2>&5 8601 (eval $ac_link) 2>conftest.er1
7577 ac_status=$? 8602 ac_status=$?
8603 grep -v '^ *+' conftest.er1 >conftest.err
8604 rm -f conftest.er1
8605 cat conftest.err >&5
7578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7579 (exit $ac_status); } && 8607 (exit $ac_status); } &&
7580 { ac_try='test -s conftest$ac_exeext' 8608 { ac_try='test -z "$ac_c_werror_flag"
8609 || test ! -s conftest.err'
8610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8611 (eval $ac_try) 2>&5
8612 ac_status=$?
8613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8614 (exit $ac_status); }; } &&
8615 { ac_try='test -s conftest$ac_exeext'
7581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7582 (eval $ac_try) 2>&5 8617 (eval $ac_try) 2>&5
7583 ac_status=$? 8618 ac_status=$?
@@ -7586,10 +8621,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7586 eval "$as_ac_var=yes" 8621 eval "$as_ac_var=yes"
7587else 8622else
7588 echo "$as_me: failed program was:" >&5 8623 echo "$as_me: failed program was:" >&5
7589cat conftest.$ac_ext >&5 8624sed 's/^/| /' conftest.$ac_ext >&5
8625
7590eval "$as_ac_var=no" 8626eval "$as_ac_var=no"
7591fi 8627fi
7592rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8628rm -f conftest.err conftest.$ac_objext \
8629 conftest$ac_exeext conftest.$ac_ext
7593fi 8630fi
7594echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 8631echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7595echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8632echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -7610,8 +8647,11 @@ else
7610 ac_cv_func_mmap_fixed_mapped=no 8647 ac_cv_func_mmap_fixed_mapped=no
7611else 8648else
7612 cat >conftest.$ac_ext <<_ACEOF 8649 cat >conftest.$ac_ext <<_ACEOF
7613#line $LINENO "configure" 8650/* confdefs.h. */
7614#include "confdefs.h" 8651_ACEOF
8652cat confdefs.h >>conftest.$ac_ext
8653cat >>conftest.$ac_ext <<_ACEOF
8654/* end confdefs.h. */
7615$ac_includes_default 8655$ac_includes_default
7616/* malloc might have been renamed as rpl_malloc. */ 8656/* malloc might have been renamed as rpl_malloc. */
7617#undef malloc 8657#undef malloc
@@ -7714,9 +8754,9 @@ main ()
7714 data2 = (char *) malloc (2 * pagesize); 8754 data2 = (char *) malloc (2 * pagesize);
7715 if (!data2) 8755 if (!data2)
7716 exit (1); 8756 exit (1);
7717 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); 8757 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
7718 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, 8758 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7719 MAP_PRIVATE | MAP_FIXED, fd, 0L)) 8759 MAP_PRIVATE | MAP_FIXED, fd, 0L))
7720 exit (1); 8760 exit (1);
7721 for (i = 0; i < pagesize; ++i) 8761 for (i = 0; i < pagesize; ++i)
7722 if (*(data + i) != *(data2 + i)) 8762 if (*(data + i) != *(data2 + i))
@@ -7754,11 +8794,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7754else 8794else
7755 echo "$as_me: program exited with status $ac_status" >&5 8795 echo "$as_me: program exited with status $ac_status" >&5
7756echo "$as_me: failed program was:" >&5 8796echo "$as_me: failed program was:" >&5
7757cat conftest.$ac_ext >&5 8797sed 's/^/| /' conftest.$ac_ext >&5
8798
7758( exit $ac_status ) 8799( exit $ac_status )
7759ac_cv_func_mmap_fixed_mapped=no 8800ac_cv_func_mmap_fixed_mapped=no
7760fi 8801fi
7761rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8802rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7762fi 8803fi
7763fi 8804fi
7764echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 8805echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
@@ -7787,8 +8828,11 @@ else
7787 ac_check_lib_save_LIBS=$LIBS 8828 ac_check_lib_save_LIBS=$LIBS
7788LIBS="-ldnet $LIBS" 8829LIBS="-ldnet $LIBS"
7789cat >conftest.$ac_ext <<_ACEOF 8830cat >conftest.$ac_ext <<_ACEOF
7790#line $LINENO "configure" 8831/* confdefs.h. */
7791#include "confdefs.h" 8832_ACEOF
8833cat confdefs.h >>conftest.$ac_ext
8834cat >>conftest.$ac_ext <<_ACEOF
8835/* end confdefs.h. */
7792 8836
7793/* Override any gcc2 internal prototype to avoid an error. */ 8837/* Override any gcc2 internal prototype to avoid an error. */
7794#ifdef __cplusplus 8838#ifdef __cplusplus
@@ -7807,11 +8851,21 @@ dnet_ntoa ();
7807_ACEOF 8851_ACEOF
7808rm -f conftest.$ac_objext conftest$ac_exeext 8852rm -f conftest.$ac_objext conftest$ac_exeext
7809if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8853if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7810 (eval $ac_link) 2>&5 8854 (eval $ac_link) 2>conftest.er1
7811 ac_status=$? 8855 ac_status=$?
8856 grep -v '^ *+' conftest.er1 >conftest.err
8857 rm -f conftest.er1
8858 cat conftest.err >&5
7812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7813 (exit $ac_status); } && 8860 (exit $ac_status); } &&
7814 { ac_try='test -s conftest$ac_exeext' 8861 { ac_try='test -z "$ac_c_werror_flag"
8862 || test ! -s conftest.err'
8863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8864 (eval $ac_try) 2>&5
8865 ac_status=$?
8866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8867 (exit $ac_status); }; } &&
8868 { ac_try='test -s conftest$ac_exeext'
7815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7816 (eval $ac_try) 2>&5 8870 (eval $ac_try) 2>&5
7817 ac_status=$? 8871 ac_status=$?
@@ -7820,10 +8874,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7820 ac_cv_lib_dnet_dnet_ntoa=yes 8874 ac_cv_lib_dnet_dnet_ntoa=yes
7821else 8875else
7822 echo "$as_me: failed program was:" >&5 8876 echo "$as_me: failed program was:" >&5
7823cat conftest.$ac_ext >&5 8877sed 's/^/| /' conftest.$ac_ext >&5
8878
7824ac_cv_lib_dnet_dnet_ntoa=no 8879ac_cv_lib_dnet_dnet_ntoa=no
7825fi 8880fi
7826rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8881rm -f conftest.err conftest.$ac_objext \
8882 conftest$ac_exeext conftest.$ac_ext
7827LIBS=$ac_check_lib_save_LIBS 8883LIBS=$ac_check_lib_save_LIBS
7828fi 8884fi
7829echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 8885echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
@@ -7846,8 +8902,11 @@ else
7846 ac_check_lib_save_LIBS=$LIBS 8902 ac_check_lib_save_LIBS=$LIBS
7847LIBS="-lXbsd $LIBS" 8903LIBS="-lXbsd $LIBS"
7848cat >conftest.$ac_ext <<_ACEOF 8904cat >conftest.$ac_ext <<_ACEOF
7849#line $LINENO "configure" 8905/* confdefs.h. */
7850#include "confdefs.h" 8906_ACEOF
8907cat confdefs.h >>conftest.$ac_ext
8908cat >>conftest.$ac_ext <<_ACEOF
8909/* end confdefs.h. */
7851 8910
7852 8911
7853int 8912int
@@ -7860,11 +8919,21 @@ main ();
7860_ACEOF 8919_ACEOF
7861rm -f conftest.$ac_objext conftest$ac_exeext 8920rm -f conftest.$ac_objext conftest$ac_exeext
7862if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8921if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7863 (eval $ac_link) 2>&5 8922 (eval $ac_link) 2>conftest.er1
7864 ac_status=$? 8923 ac_status=$?
8924 grep -v '^ *+' conftest.er1 >conftest.err
8925 rm -f conftest.er1
8926 cat conftest.err >&5
7865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7866 (exit $ac_status); } && 8928 (exit $ac_status); } &&
7867 { ac_try='test -s conftest$ac_exeext' 8929 { ac_try='test -z "$ac_c_werror_flag"
8930 || test ! -s conftest.err'
8931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8932 (eval $ac_try) 2>&5
8933 ac_status=$?
8934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8935 (exit $ac_status); }; } &&
8936 { ac_try='test -s conftest$ac_exeext'
7868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7869 (eval $ac_try) 2>&5 8938 (eval $ac_try) 2>&5
7870 ac_status=$? 8939 ac_status=$?
@@ -7873,10 +8942,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7873 ac_cv_lib_Xbsd_main=yes 8942 ac_cv_lib_Xbsd_main=yes
7874else 8943else
7875 echo "$as_me: failed program was:" >&5 8944 echo "$as_me: failed program was:" >&5
7876cat conftest.$ac_ext >&5 8945sed 's/^/| /' conftest.$ac_ext >&5
8946
7877ac_cv_lib_Xbsd_main=no 8947ac_cv_lib_Xbsd_main=no
7878fi 8948fi
7879rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8949rm -f conftest.err conftest.$ac_objext \
8950 conftest$ac_exeext conftest.$ac_ext
7880LIBS=$ac_check_lib_save_LIBS 8951LIBS=$ac_check_lib_save_LIBS
7881fi 8952fi
7882echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5 8953echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5
@@ -7895,8 +8966,11 @@ else
7895 ac_check_lib_save_LIBS=$LIBS 8966 ac_check_lib_save_LIBS=$LIBS
7896LIBS="-lpthreads $LIBS" 8967LIBS="-lpthreads $LIBS"
7897cat >conftest.$ac_ext <<_ACEOF 8968cat >conftest.$ac_ext <<_ACEOF
7898#line $LINENO "configure" 8969/* confdefs.h. */
7899#include "confdefs.h" 8970_ACEOF
8971cat confdefs.h >>conftest.$ac_ext
8972cat >>conftest.$ac_ext <<_ACEOF
8973/* end confdefs.h. */
7900 8974
7901/* Override any gcc2 internal prototype to avoid an error. */ 8975/* Override any gcc2 internal prototype to avoid an error. */
7902#ifdef __cplusplus 8976#ifdef __cplusplus
@@ -7915,11 +8989,21 @@ cma_open ();
7915_ACEOF 8989_ACEOF
7916rm -f conftest.$ac_objext conftest$ac_exeext 8990rm -f conftest.$ac_objext conftest$ac_exeext
7917if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8991if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7918 (eval $ac_link) 2>&5 8992 (eval $ac_link) 2>conftest.er1
7919 ac_status=$? 8993 ac_status=$?
8994 grep -v '^ *+' conftest.er1 >conftest.err
8995 rm -f conftest.er1
8996 cat conftest.err >&5
7920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7921 (exit $ac_status); } && 8998 (exit $ac_status); } &&
7922 { ac_try='test -s conftest$ac_exeext' 8999 { ac_try='test -z "$ac_c_werror_flag"
9000 || test ! -s conftest.err'
9001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9002 (eval $ac_try) 2>&5
9003 ac_status=$?
9004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9005 (exit $ac_status); }; } &&
9006 { ac_try='test -s conftest$ac_exeext'
7923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7924 (eval $ac_try) 2>&5 9008 (eval $ac_try) 2>&5
7925 ac_status=$? 9009 ac_status=$?
@@ -7928,10 +9012,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7928 ac_cv_lib_pthreads_cma_open=yes 9012 ac_cv_lib_pthreads_cma_open=yes
7929else 9013else
7930 echo "$as_me: failed program was:" >&5 9014 echo "$as_me: failed program was:" >&5
7931cat conftest.$ac_ext >&5 9015sed 's/^/| /' conftest.$ac_ext >&5
9016
7932ac_cv_lib_pthreads_cma_open=no 9017ac_cv_lib_pthreads_cma_open=no
7933fi 9018fi
7934rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9019rm -f conftest.err conftest.$ac_objext \
9020 conftest$ac_exeext conftest.$ac_ext
7935LIBS=$ac_check_lib_save_LIBS 9021LIBS=$ac_check_lib_save_LIBS
7936fi 9022fi
7937echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5 9023echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5
@@ -7973,8 +9059,11 @@ else
7973 9059
7974 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc 9060 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
7975 cat >conftest.$ac_ext <<_ACEOF 9061 cat >conftest.$ac_ext <<_ACEOF
7976#line $LINENO "configure" 9062/* confdefs.h. */
7977#include "confdefs.h" 9063_ACEOF
9064cat confdefs.h >>conftest.$ac_ext
9065cat >>conftest.$ac_ext <<_ACEOF
9066/* end confdefs.h. */
7978 9067
7979int 9068int
7980main () 9069main ()
@@ -7986,11 +9075,21 @@ int i;
7986_ACEOF 9075_ACEOF
7987rm -f conftest.$ac_objext conftest$ac_exeext 9076rm -f conftest.$ac_objext conftest$ac_exeext
7988if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9077if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7989 (eval $ac_link) 2>&5 9078 (eval $ac_link) 2>conftest.er1
7990 ac_status=$? 9079 ac_status=$?
9080 grep -v '^ *+' conftest.er1 >conftest.err
9081 rm -f conftest.er1
9082 cat conftest.err >&5
7991 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7992 (exit $ac_status); } && 9084 (exit $ac_status); } &&
7993 { ac_try='test -s conftest$ac_exeext' 9085 { ac_try='test -z "$ac_c_werror_flag"
9086 || test ! -s conftest.err'
9087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9088 (eval $ac_try) 2>&5
9089 ac_status=$?
9090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9091 (exit $ac_status); }; } &&
9092 { ac_try='test -s conftest$ac_exeext'
7994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7995 (eval $ac_try) 2>&5 9094 (eval $ac_try) 2>&5
7996 ac_status=$? 9095 ac_status=$?
@@ -7999,10 +9098,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7999 : 9098 :
8000else 9099else
8001 echo "$as_me: failed program was:" >&5 9100 echo "$as_me: failed program was:" >&5
8002cat conftest.$ac_ext >&5 9101sed 's/^/| /' conftest.$ac_ext >&5
9102
8003gdb_cv_bigtoc= 9103gdb_cv_bigtoc=
8004fi 9104fi
8005rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9105rm -f conftest.err conftest.$ac_objext \
9106 conftest$ac_exeext conftest.$ac_ext
8006 9107
8007fi 9108fi
8008echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5 9109echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5
@@ -8036,8 +9137,11 @@ if test "${HAVE_X11}" = "yes"; then
8036 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5 9137 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5
8037echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 9138echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
8038 cat >conftest.$ac_ext <<_ACEOF 9139 cat >conftest.$ac_ext <<_ACEOF
8039#line $LINENO "configure" 9140/* confdefs.h. */
8040#include "confdefs.h" 9141_ACEOF
9142cat confdefs.h >>conftest.$ac_ext
9143cat >>conftest.$ac_ext <<_ACEOF
9144/* end confdefs.h. */
8041 9145
8042int 9146int
8043main () 9147main ()
@@ -8049,11 +9153,21 @@ XOpenDisplay ("foo");
8049_ACEOF 9153_ACEOF
8050rm -f conftest.$ac_objext conftest$ac_exeext 9154rm -f conftest.$ac_objext conftest$ac_exeext
8051if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9155if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8052 (eval $ac_link) 2>&5 9156 (eval $ac_link) 2>conftest.er1
8053 ac_status=$? 9157 ac_status=$?
9158 grep -v '^ *+' conftest.er1 >conftest.err
9159 rm -f conftest.er1
9160 cat conftest.err >&5
8054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8055 (exit $ac_status); } && 9162 (exit $ac_status); } &&
8056 { ac_try='test -s conftest$ac_exeext' 9163 { ac_try='test -z "$ac_c_werror_flag"
9164 || test ! -s conftest.err'
9165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9166 (eval $ac_try) 2>&5
9167 ac_status=$?
9168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9169 (exit $ac_status); }; } &&
9170 { ac_try='test -s conftest$ac_exeext'
8057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8058 (eval $ac_try) 2>&5 9172 (eval $ac_try) 2>&5
8059 ac_status=$? 9173 ac_status=$?
@@ -8062,10 +9176,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8062 xlinux_first_failure=no 9176 xlinux_first_failure=no
8063else 9177else
8064 echo "$as_me: failed program was:" >&5 9178 echo "$as_me: failed program was:" >&5
8065cat conftest.$ac_ext >&5 9179sed 's/^/| /' conftest.$ac_ext >&5
9180
8066xlinux_first_failure=yes 9181xlinux_first_failure=yes
8067fi 9182fi
8068rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9183rm -f conftest.err conftest.$ac_objext \
9184 conftest$ac_exeext conftest.$ac_ext
8069 if test "${xlinux_first_failure}" = "yes"; then 9185 if test "${xlinux_first_failure}" = "yes"; then
8070 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" 9186 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
8071 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" 9187 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
@@ -8076,8 +9192,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8076 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 9192 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
8077 LIBS="$LIBS -b i486-linuxaout" 9193 LIBS="$LIBS -b i486-linuxaout"
8078 cat >conftest.$ac_ext <<_ACEOF 9194 cat >conftest.$ac_ext <<_ACEOF
8079#line $LINENO "configure" 9195/* confdefs.h. */
8080#include "confdefs.h" 9196_ACEOF
9197cat confdefs.h >>conftest.$ac_ext
9198cat >>conftest.$ac_ext <<_ACEOF
9199/* end confdefs.h. */
8081 9200
8082int 9201int
8083main () 9202main ()
@@ -8089,11 +9208,21 @@ XOpenDisplay ("foo");
8089_ACEOF 9208_ACEOF
8090rm -f conftest.$ac_objext conftest$ac_exeext 9209rm -f conftest.$ac_objext conftest$ac_exeext
8091if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9210if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8092 (eval $ac_link) 2>&5 9211 (eval $ac_link) 2>conftest.er1
8093 ac_status=$? 9212 ac_status=$?
9213 grep -v '^ *+' conftest.er1 >conftest.err
9214 rm -f conftest.er1
9215 cat conftest.err >&5
8094 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8095 (exit $ac_status); } && 9217 (exit $ac_status); } &&
8096 { ac_try='test -s conftest$ac_exeext' 9218 { ac_try='test -z "$ac_c_werror_flag"
9219 || test ! -s conftest.err'
9220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9221 (eval $ac_try) 2>&5
9222 ac_status=$?
9223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9224 (exit $ac_status); }; } &&
9225 { ac_try='test -s conftest$ac_exeext'
8097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8098 (eval $ac_try) 2>&5 9227 (eval $ac_try) 2>&5
8099 ac_status=$? 9228 ac_status=$?
@@ -8102,10 +9231,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8102 xlinux_second_failure=no 9231 xlinux_second_failure=no
8103else 9232else
8104 echo "$as_me: failed program was:" >&5 9233 echo "$as_me: failed program was:" >&5
8105cat conftest.$ac_ext >&5 9234sed 's/^/| /' conftest.$ac_ext >&5
9235
8106xlinux_second_failure=yes 9236xlinux_second_failure=yes
8107fi 9237fi
8108rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9238rm -f conftest.err conftest.$ac_objext \
9239 conftest$ac_exeext conftest.$ac_ext
8109 if test "${xlinux_second_failure}" = "yes"; then 9240 if test "${xlinux_second_failure}" = "yes"; then
8110 # If we get the same failure with -b, there is no use adding -b. 9241 # If we get the same failure with -b, there is no use adding -b.
8111 # So take it out. This plays safe. 9242 # So take it out. This plays safe.
@@ -8130,8 +9261,11 @@ echo "${ECHO_T}no" >&6
8130 echo "$as_me:$LINENO: checking for Xkb" >&5 9261 echo "$as_me:$LINENO: checking for Xkb" >&5
8131echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 9262echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
8132 cat >conftest.$ac_ext <<_ACEOF 9263 cat >conftest.$ac_ext <<_ACEOF
8133#line $LINENO "configure" 9264/* confdefs.h. */
8134#include "confdefs.h" 9265_ACEOF
9266cat confdefs.h >>conftest.$ac_ext
9267cat >>conftest.$ac_ext <<_ACEOF
9268/* end confdefs.h. */
8135#include <X11/Xlib.h> 9269#include <X11/Xlib.h>
8136#include <X11/XKBlib.h> 9270#include <X11/XKBlib.h>
8137int 9271int
@@ -8144,11 +9278,21 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
8144_ACEOF 9278_ACEOF
8145rm -f conftest.$ac_objext conftest$ac_exeext 9279rm -f conftest.$ac_objext conftest$ac_exeext
8146if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9280if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8147 (eval $ac_link) 2>&5 9281 (eval $ac_link) 2>conftest.er1
8148 ac_status=$? 9282 ac_status=$?
9283 grep -v '^ *+' conftest.er1 >conftest.err
9284 rm -f conftest.er1
9285 cat conftest.err >&5
8149 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8150 (exit $ac_status); } && 9287 (exit $ac_status); } &&
8151 { ac_try='test -s conftest$ac_exeext' 9288 { ac_try='test -z "$ac_c_werror_flag"
9289 || test ! -s conftest.err'
9290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9291 (eval $ac_try) 2>&5
9292 ac_status=$?
9293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9294 (exit $ac_status); }; } &&
9295 { ac_try='test -s conftest$ac_exeext'
8152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8153 (eval $ac_try) 2>&5 9297 (eval $ac_try) 2>&5
8154 ac_status=$? 9298 ac_status=$?
@@ -8157,10 +9301,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8157 emacs_xkb=yes 9301 emacs_xkb=yes
8158else 9302else
8159 echo "$as_me: failed program was:" >&5 9303 echo "$as_me: failed program was:" >&5
8160cat conftest.$ac_ext >&5 9304sed 's/^/| /' conftest.$ac_ext >&5
9305
8161emacs_xkb=no 9306emacs_xkb=no
8162fi 9307fi
8163rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9308rm -f conftest.err conftest.$ac_objext \
9309 conftest$ac_exeext conftest.$ac_ext
8164 echo "$as_me:$LINENO: result: $emacs_xkb" >&5 9310 echo "$as_me:$LINENO: result: $emacs_xkb" >&5
8165echo "${ECHO_T}$emacs_xkb" >&6 9311echo "${ECHO_T}$emacs_xkb" >&6
8166 if test $emacs_xkb = yes; then 9312 if test $emacs_xkb = yes; then
@@ -8185,43 +9331,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
8185 echo $ECHO_N "(cached) $ECHO_C" >&6 9331 echo $ECHO_N "(cached) $ECHO_C" >&6
8186else 9332else
8187 cat >conftest.$ac_ext <<_ACEOF 9333 cat >conftest.$ac_ext <<_ACEOF
8188#line $LINENO "configure" 9334/* confdefs.h. */
8189#include "confdefs.h" 9335_ACEOF
9336cat confdefs.h >>conftest.$ac_ext
9337cat >>conftest.$ac_ext <<_ACEOF
9338/* end confdefs.h. */
9339/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9340 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9341#define $ac_func innocuous_$ac_func
9342
8190/* System header to define __stub macros and hopefully few prototypes, 9343/* System header to define __stub macros and hopefully few prototypes,
8191 which can conflict with char $ac_func (); below. */ 9344 which can conflict with char $ac_func (); below.
8192#include <assert.h> 9345 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9346 <limits.h> exists even on freestanding compilers. */
9347
9348#ifdef __STDC__
9349# include <limits.h>
9350#else
9351# include <assert.h>
9352#endif
9353
9354#undef $ac_func
9355
8193/* Override any gcc2 internal prototype to avoid an error. */ 9356/* Override any gcc2 internal prototype to avoid an error. */
8194#ifdef __cplusplus 9357#ifdef __cplusplus
8195extern "C" 9358extern "C"
9359{
8196#endif 9360#endif
8197/* We use char because int might match the return type of a gcc2 9361/* We use char because int might match the return type of a gcc2
8198 builtin and then its argument prototype would still apply. */ 9362 builtin and then its argument prototype would still apply. */
8199char $ac_func (); 9363char $ac_func ();
8200char (*f) ();
8201
8202int
8203main ()
8204{
8205/* The GNU C library defines this for functions which it implements 9364/* The GNU C library defines this for functions which it implements
8206 to always fail with ENOSYS. Some functions are actually named 9365 to always fail with ENOSYS. Some functions are actually named
8207 something starting with __ and the normal name is an alias. */ 9366 something starting with __ and the normal name is an alias. */
8208#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 9367#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8209choke me 9368choke me
8210#else 9369#else
8211f = $ac_func; 9370char (*f) () = $ac_func;
9371#endif
9372#ifdef __cplusplus
9373}
8212#endif 9374#endif
8213 9375
9376int
9377main ()
9378{
9379return f != $ac_func;
8214 ; 9380 ;
8215 return 0; 9381 return 0;
8216} 9382}
8217_ACEOF 9383_ACEOF
8218rm -f conftest.$ac_objext conftest$ac_exeext 9384rm -f conftest.$ac_objext conftest$ac_exeext
8219if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9385if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8220 (eval $ac_link) 2>&5 9386 (eval $ac_link) 2>conftest.er1
8221 ac_status=$? 9387 ac_status=$?
9388 grep -v '^ *+' conftest.er1 >conftest.err
9389 rm -f conftest.er1
9390 cat conftest.err >&5
8222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223 (exit $ac_status); } && 9392 (exit $ac_status); } &&
8224 { ac_try='test -s conftest$ac_exeext' 9393 { ac_try='test -z "$ac_c_werror_flag"
9394 || test ! -s conftest.err'
9395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9396 (eval $ac_try) 2>&5
9397 ac_status=$?
9398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9399 (exit $ac_status); }; } &&
9400 { ac_try='test -s conftest$ac_exeext'
8225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8226 (eval $ac_try) 2>&5 9402 (eval $ac_try) 2>&5
8227 ac_status=$? 9403 ac_status=$?
@@ -8230,10 +9406,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8230 eval "$as_ac_var=yes" 9406 eval "$as_ac_var=yes"
8231else 9407else
8232 echo "$as_me: failed program was:" >&5 9408 echo "$as_me: failed program was:" >&5
8233cat conftest.$ac_ext >&5 9409sed 's/^/| /' conftest.$ac_ext >&5
9410
8234eval "$as_ac_var=no" 9411eval "$as_ac_var=no"
8235fi 9412fi
8236rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9413rm -f conftest.err conftest.$ac_objext \
9414 conftest$ac_exeext conftest.$ac_ext
8237fi 9415fi
8238echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9416echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8239echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9417echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -8254,8 +9432,11 @@ echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
8254 echo $ECHO_N "(cached) $ECHO_C" >&6 9432 echo $ECHO_N "(cached) $ECHO_C" >&6
8255else 9433else
8256 cat >conftest.$ac_ext <<_ACEOF 9434 cat >conftest.$ac_ext <<_ACEOF
8257#line $LINENO "configure" 9435/* confdefs.h. */
8258#include "confdefs.h" 9436_ACEOF
9437cat confdefs.h >>conftest.$ac_ext
9438cat >>conftest.$ac_ext <<_ACEOF
9439/* end confdefs.h. */
8259#include <X11/Xlib.h> 9440#include <X11/Xlib.h>
8260int 9441int
8261main () 9442main ()
@@ -8270,11 +9451,21 @@ fail;
8270_ACEOF 9451_ACEOF
8271rm -f conftest.$ac_objext conftest$ac_exeext 9452rm -f conftest.$ac_objext conftest$ac_exeext
8272if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9453if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8273 (eval $ac_link) 2>&5 9454 (eval $ac_link) 2>conftest.er1
8274 ac_status=$? 9455 ac_status=$?
9456 grep -v '^ *+' conftest.er1 >conftest.err
9457 rm -f conftest.er1
9458 cat conftest.err >&5
8275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8276 (exit $ac_status); } && 9460 (exit $ac_status); } &&
8277 { ac_try='test -s conftest$ac_exeext' 9461 { ac_try='test -z "$ac_c_werror_flag"
9462 || test ! -s conftest.err'
9463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9464 (eval $ac_try) 2>&5
9465 ac_status=$?
9466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9467 (exit $ac_status); }; } &&
9468 { ac_try='test -s conftest$ac_exeext'
8278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8279 (eval $ac_try) 2>&5 9470 (eval $ac_try) 2>&5
8280 ac_status=$? 9471 ac_status=$?
@@ -8283,10 +9474,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8283 emacs_cv_x11_version_6=yes 9474 emacs_cv_x11_version_6=yes
8284else 9475else
8285 echo "$as_me: failed program was:" >&5 9476 echo "$as_me: failed program was:" >&5
8286cat conftest.$ac_ext >&5 9477sed 's/^/| /' conftest.$ac_ext >&5
9478
8287emacs_cv_x11_version_6=no 9479emacs_cv_x11_version_6=no
8288fi 9480fi
8289rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9481rm -f conftest.err conftest.$ac_objext \
9482 conftest$ac_exeext conftest.$ac_ext
8290fi 9483fi
8291 9484
8292 if test $emacs_cv_x11_version_6 = yes; then 9485 if test $emacs_cv_x11_version_6 = yes; then
@@ -8310,8 +9503,11 @@ echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
8310 echo $ECHO_N "(cached) $ECHO_C" >&6 9503 echo $ECHO_N "(cached) $ECHO_C" >&6
8311else 9504else
8312 cat >conftest.$ac_ext <<_ACEOF 9505 cat >conftest.$ac_ext <<_ACEOF
8313#line $LINENO "configure" 9506/* confdefs.h. */
8314#include "confdefs.h" 9507_ACEOF
9508cat confdefs.h >>conftest.$ac_ext
9509cat >>conftest.$ac_ext <<_ACEOF
9510/* end confdefs.h. */
8315#include <X11/Xlib.h> 9511#include <X11/Xlib.h>
8316int 9512int
8317main () 9513main ()
@@ -8326,11 +9522,21 @@ fail;
8326_ACEOF 9522_ACEOF
8327rm -f conftest.$ac_objext conftest$ac_exeext 9523rm -f conftest.$ac_objext conftest$ac_exeext
8328if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9524if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8329 (eval $ac_link) 2>&5 9525 (eval $ac_link) 2>conftest.er1
8330 ac_status=$? 9526 ac_status=$?
9527 grep -v '^ *+' conftest.er1 >conftest.err
9528 rm -f conftest.er1
9529 cat conftest.err >&5
8331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8332 (exit $ac_status); } && 9531 (exit $ac_status); } &&
8333 { ac_try='test -s conftest$ac_exeext' 9532 { ac_try='test -z "$ac_c_werror_flag"
9533 || test ! -s conftest.err'
9534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9535 (eval $ac_try) 2>&5
9536 ac_status=$?
9537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9538 (exit $ac_status); }; } &&
9539 { ac_try='test -s conftest$ac_exeext'
8334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8335 (eval $ac_try) 2>&5 9541 (eval $ac_try) 2>&5
8336 ac_status=$? 9542 ac_status=$?
@@ -8339,10 +9545,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8339 emacs_cv_x11_version_5=yes 9545 emacs_cv_x11_version_5=yes
8340else 9546else
8341 echo "$as_me: failed program was:" >&5 9547 echo "$as_me: failed program was:" >&5
8342cat conftest.$ac_ext >&5 9548sed 's/^/| /' conftest.$ac_ext >&5
9549
8343emacs_cv_x11_version_5=no 9550emacs_cv_x11_version_5=no
8344fi 9551fi
8345rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9552rm -f conftest.err conftest.$ac_objext \
9553 conftest$ac_exeext conftest.$ac_ext
8346fi 9554fi
8347 9555
8348 if test $emacs_cv_x11_version_5 = yes; then 9556 if test $emacs_cv_x11_version_5 = yes; then
@@ -8501,43 +9709,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
8501 echo $ECHO_N "(cached) $ECHO_C" >&6 9709 echo $ECHO_N "(cached) $ECHO_C" >&6
8502else 9710else
8503 cat >conftest.$ac_ext <<_ACEOF 9711 cat >conftest.$ac_ext <<_ACEOF
8504#line $LINENO "configure" 9712/* confdefs.h. */
8505#include "confdefs.h" 9713_ACEOF
9714cat confdefs.h >>conftest.$ac_ext
9715cat >>conftest.$ac_ext <<_ACEOF
9716/* end confdefs.h. */
9717/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9718 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9719#define $ac_func innocuous_$ac_func
9720
8506/* System header to define __stub macros and hopefully few prototypes, 9721/* System header to define __stub macros and hopefully few prototypes,
8507 which can conflict with char $ac_func (); below. */ 9722 which can conflict with char $ac_func (); below.
8508#include <assert.h> 9723 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9724 <limits.h> exists even on freestanding compilers. */
9725
9726#ifdef __STDC__
9727# include <limits.h>
9728#else
9729# include <assert.h>
9730#endif
9731
9732#undef $ac_func
9733
8509/* Override any gcc2 internal prototype to avoid an error. */ 9734/* Override any gcc2 internal prototype to avoid an error. */
8510#ifdef __cplusplus 9735#ifdef __cplusplus
8511extern "C" 9736extern "C"
9737{
8512#endif 9738#endif
8513/* We use char because int might match the return type of a gcc2 9739/* We use char because int might match the return type of a gcc2
8514 builtin and then its argument prototype would still apply. */ 9740 builtin and then its argument prototype would still apply. */
8515char $ac_func (); 9741char $ac_func ();
8516char (*f) ();
8517
8518int
8519main ()
8520{
8521/* The GNU C library defines this for functions which it implements 9742/* The GNU C library defines this for functions which it implements
8522 to always fail with ENOSYS. Some functions are actually named 9743 to always fail with ENOSYS. Some functions are actually named
8523 something starting with __ and the normal name is an alias. */ 9744 something starting with __ and the normal name is an alias. */
8524#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 9745#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8525choke me 9746choke me
8526#else 9747#else
8527f = $ac_func; 9748char (*f) () = $ac_func;
9749#endif
9750#ifdef __cplusplus
9751}
8528#endif 9752#endif
8529 9753
9754int
9755main ()
9756{
9757return f != $ac_func;
8530 ; 9758 ;
8531 return 0; 9759 return 0;
8532} 9760}
8533_ACEOF 9761_ACEOF
8534rm -f conftest.$ac_objext conftest$ac_exeext 9762rm -f conftest.$ac_objext conftest$ac_exeext
8535if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9763if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8536 (eval $ac_link) 2>&5 9764 (eval $ac_link) 2>conftest.er1
8537 ac_status=$? 9765 ac_status=$?
9766 grep -v '^ *+' conftest.er1 >conftest.err
9767 rm -f conftest.er1
9768 cat conftest.err >&5
8538 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8539 (exit $ac_status); } && 9770 (exit $ac_status); } &&
8540 { ac_try='test -s conftest$ac_exeext' 9771 { ac_try='test -z "$ac_c_werror_flag"
9772 || test ! -s conftest.err'
9773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9774 (eval $ac_try) 2>&5
9775 ac_status=$?
9776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9777 (exit $ac_status); }; } &&
9778 { ac_try='test -s conftest$ac_exeext'
8541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8542 (eval $ac_try) 2>&5 9780 (eval $ac_try) 2>&5
8543 ac_status=$? 9781 ac_status=$?
@@ -8546,10 +9784,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8546 eval "$as_ac_var=yes" 9784 eval "$as_ac_var=yes"
8547else 9785else
8548 echo "$as_me: failed program was:" >&5 9786 echo "$as_me: failed program was:" >&5
8549cat conftest.$ac_ext >&5 9787sed 's/^/| /' conftest.$ac_ext >&5
9788
8550eval "$as_ac_var=no" 9789eval "$as_ac_var=no"
8551fi 9790fi
8552rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9791rm -f conftest.err conftest.$ac_objext \
9792 conftest$ac_exeext conftest.$ac_ext
8553fi 9793fi
8554echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9794echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8555echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9795echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -8578,8 +9818,11 @@ echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
8578 echo $ECHO_N "(cached) $ECHO_C" >&6 9818 echo $ECHO_N "(cached) $ECHO_C" >&6
8579else 9819else
8580 cat >conftest.$ac_ext <<_ACEOF 9820 cat >conftest.$ac_ext <<_ACEOF
8581#line $LINENO "configure" 9821/* confdefs.h. */
8582#include "confdefs.h" 9822_ACEOF
9823cat confdefs.h >>conftest.$ac_ext
9824cat >>conftest.$ac_ext <<_ACEOF
9825/* end confdefs.h. */
8583 9826
8584#include <X11/Intrinsic.h> 9827#include <X11/Intrinsic.h>
8585#include <X11/Xaw/Simple.h> 9828#include <X11/Xaw/Simple.h>
@@ -8593,11 +9836,21 @@ main ()
8593_ACEOF 9836_ACEOF
8594rm -f conftest.$ac_objext conftest$ac_exeext 9837rm -f conftest.$ac_objext conftest$ac_exeext
8595if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9838if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8596 (eval $ac_link) 2>&5 9839 (eval $ac_link) 2>conftest.er1
8597 ac_status=$? 9840 ac_status=$?
9841 grep -v '^ *+' conftest.er1 >conftest.err
9842 rm -f conftest.er1
9843 cat conftest.err >&5
8598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8599 (exit $ac_status); } && 9845 (exit $ac_status); } &&
8600 { ac_try='test -s conftest$ac_exeext' 9846 { ac_try='test -z "$ac_c_werror_flag"
9847 || test ! -s conftest.err'
9848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9849 (eval $ac_try) 2>&5
9850 ac_status=$?
9851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9852 (exit $ac_status); }; } &&
9853 { ac_try='test -s conftest$ac_exeext'
8601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8602 (eval $ac_try) 2>&5 9855 (eval $ac_try) 2>&5
8603 ac_status=$? 9856 ac_status=$?
@@ -8606,10 +9859,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8606 emacs_cv_x11_version_5_with_xaw=yes 9859 emacs_cv_x11_version_5_with_xaw=yes
8607else 9860else
8608 echo "$as_me: failed program was:" >&5 9861 echo "$as_me: failed program was:" >&5
8609cat conftest.$ac_ext >&5 9862sed 's/^/| /' conftest.$ac_ext >&5
9863
8610emacs_cv_x11_version_5_with_xaw=no 9864emacs_cv_x11_version_5_with_xaw=no
8611fi 9865fi
8612rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9866rm -f conftest.err conftest.$ac_objext \
9867 conftest$ac_exeext conftest.$ac_ext
8613fi 9868fi
8614 9869
8615 if test $emacs_cv_x11_version_5_with_xaw = yes; then 9870 if test $emacs_cv_x11_version_5_with_xaw = yes; then
@@ -8635,8 +9890,11 @@ echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
8635 echo $ECHO_N "(cached) $ECHO_C" >&6 9890 echo $ECHO_N "(cached) $ECHO_C" >&6
8636else 9891else
8637 cat >conftest.$ac_ext <<_ACEOF 9892 cat >conftest.$ac_ext <<_ACEOF
8638#line $LINENO "configure" 9893/* confdefs.h. */
8639#include "confdefs.h" 9894_ACEOF
9895cat confdefs.h >>conftest.$ac_ext
9896cat >>conftest.$ac_ext <<_ACEOF
9897/* end confdefs.h. */
8640#include <X11/Intrinsic.h> 9898#include <X11/Intrinsic.h>
8641int 9899int
8642main () 9900main ()
@@ -8651,11 +9909,21 @@ fail;
8651_ACEOF 9909_ACEOF
8652rm -f conftest.$ac_objext conftest$ac_exeext 9910rm -f conftest.$ac_objext conftest$ac_exeext
8653if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9911if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8654 (eval $ac_link) 2>&5 9912 (eval $ac_link) 2>conftest.er1
8655 ac_status=$? 9913 ac_status=$?
9914 grep -v '^ *+' conftest.er1 >conftest.err
9915 rm -f conftest.er1
9916 cat conftest.err >&5
8656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8657 (exit $ac_status); } && 9918 (exit $ac_status); } &&
8658 { ac_try='test -s conftest$ac_exeext' 9919 { ac_try='test -z "$ac_c_werror_flag"
9920 || test ! -s conftest.err'
9921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9922 (eval $ac_try) 2>&5
9923 ac_status=$?
9924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9925 (exit $ac_status); }; } &&
9926 { ac_try='test -s conftest$ac_exeext'
8659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8660 (eval $ac_try) 2>&5 9928 (eval $ac_try) 2>&5
8661 ac_status=$? 9929 ac_status=$?
@@ -8664,10 +9932,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8664 emacs_cv_x11_toolkit_version_6=yes 9932 emacs_cv_x11_toolkit_version_6=yes
8665else 9933else
8666 echo "$as_me: failed program was:" >&5 9934 echo "$as_me: failed program was:" >&5
8667cat conftest.$ac_ext >&5 9935sed 's/^/| /' conftest.$ac_ext >&5
9936
8668emacs_cv_x11_toolkit_version_6=no 9937emacs_cv_x11_toolkit_version_6=no
8669fi 9938fi
8670rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9939rm -f conftest.err conftest.$ac_objext \
9940 conftest$ac_exeext conftest.$ac_ext
8671fi 9941fi
8672 9942
8673 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 9943 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
@@ -8699,8 +9969,11 @@ else
8699 ac_check_lib_save_LIBS=$LIBS 9969 ac_check_lib_save_LIBS=$LIBS
8700LIBS="-lXmu $LIBS" 9970LIBS="-lXmu $LIBS"
8701cat >conftest.$ac_ext <<_ACEOF 9971cat >conftest.$ac_ext <<_ACEOF
8702#line $LINENO "configure" 9972/* confdefs.h. */
8703#include "confdefs.h" 9973_ACEOF
9974cat confdefs.h >>conftest.$ac_ext
9975cat >>conftest.$ac_ext <<_ACEOF
9976/* end confdefs.h. */
8704 9977
8705/* Override any gcc2 internal prototype to avoid an error. */ 9978/* Override any gcc2 internal prototype to avoid an error. */
8706#ifdef __cplusplus 9979#ifdef __cplusplus
@@ -8719,11 +9992,21 @@ XmuConvertStandardSelection ();
8719_ACEOF 9992_ACEOF
8720rm -f conftest.$ac_objext conftest$ac_exeext 9993rm -f conftest.$ac_objext conftest$ac_exeext
8721if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9994if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8722 (eval $ac_link) 2>&5 9995 (eval $ac_link) 2>conftest.er1
8723 ac_status=$? 9996 ac_status=$?
9997 grep -v '^ *+' conftest.er1 >conftest.err
9998 rm -f conftest.er1
9999 cat conftest.err >&5
8724 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8725 (exit $ac_status); } && 10001 (exit $ac_status); } &&
8726 { ac_try='test -s conftest$ac_exeext' 10002 { ac_try='test -z "$ac_c_werror_flag"
10003 || test ! -s conftest.err'
10004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10005 (eval $ac_try) 2>&5
10006 ac_status=$?
10007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10008 (exit $ac_status); }; } &&
10009 { ac_try='test -s conftest$ac_exeext'
8727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8728 (eval $ac_try) 2>&5 10011 (eval $ac_try) 2>&5
8729 ac_status=$? 10012 ac_status=$?
@@ -8732,10 +10015,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8732 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes 10015 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
8733else 10016else
8734 echo "$as_me: failed program was:" >&5 10017 echo "$as_me: failed program was:" >&5
8735cat conftest.$ac_ext >&5 10018sed 's/^/| /' conftest.$ac_ext >&5
10019
8736ac_cv_lib_Xmu_XmuConvertStandardSelection=no 10020ac_cv_lib_Xmu_XmuConvertStandardSelection=no
8737fi 10021fi
8738rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10022rm -f conftest.err conftest.$ac_objext \
10023 conftest$ac_exeext conftest.$ac_ext
8739LIBS=$ac_check_lib_save_LIBS 10024LIBS=$ac_check_lib_save_LIBS
8740fi 10025fi
8741echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 10026echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
@@ -8764,8 +10049,11 @@ else
8764 ac_check_lib_save_LIBS=$LIBS 10049 ac_check_lib_save_LIBS=$LIBS
8765LIBS="-lXext $LIBS" 10050LIBS="-lXext $LIBS"
8766cat >conftest.$ac_ext <<_ACEOF 10051cat >conftest.$ac_ext <<_ACEOF
8767#line $LINENO "configure" 10052/* confdefs.h. */
8768#include "confdefs.h" 10053_ACEOF
10054cat confdefs.h >>conftest.$ac_ext
10055cat >>conftest.$ac_ext <<_ACEOF
10056/* end confdefs.h. */
8769 10057
8770/* Override any gcc2 internal prototype to avoid an error. */ 10058/* Override any gcc2 internal prototype to avoid an error. */
8771#ifdef __cplusplus 10059#ifdef __cplusplus
@@ -8784,11 +10072,21 @@ XShapeQueryExtension ();
8784_ACEOF 10072_ACEOF
8785rm -f conftest.$ac_objext conftest$ac_exeext 10073rm -f conftest.$ac_objext conftest$ac_exeext
8786if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10074if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8787 (eval $ac_link) 2>&5 10075 (eval $ac_link) 2>conftest.er1
8788 ac_status=$? 10076 ac_status=$?
10077 grep -v '^ *+' conftest.er1 >conftest.err
10078 rm -f conftest.er1
10079 cat conftest.err >&5
8789 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8790 (exit $ac_status); } && 10081 (exit $ac_status); } &&
8791 { ac_try='test -s conftest$ac_exeext' 10082 { ac_try='test -z "$ac_c_werror_flag"
10083 || test ! -s conftest.err'
10084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10085 (eval $ac_try) 2>&5
10086 ac_status=$?
10087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10088 (exit $ac_status); }; } &&
10089 { ac_try='test -s conftest$ac_exeext'
8792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8793 (eval $ac_try) 2>&5 10091 (eval $ac_try) 2>&5
8794 ac_status=$? 10092 ac_status=$?
@@ -8797,10 +10095,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8797 ac_cv_lib_Xext_XShapeQueryExtension=yes 10095 ac_cv_lib_Xext_XShapeQueryExtension=yes
8798else 10096else
8799 echo "$as_me: failed program was:" >&5 10097 echo "$as_me: failed program was:" >&5
8800cat conftest.$ac_ext >&5 10098sed 's/^/| /' conftest.$ac_ext >&5
10099
8801ac_cv_lib_Xext_XShapeQueryExtension=no 10100ac_cv_lib_Xext_XShapeQueryExtension=no
8802fi 10101fi
8803rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10102rm -f conftest.err conftest.$ac_objext \
10103 conftest$ac_exeext conftest.$ac_ext
8804LIBS=$ac_check_lib_save_LIBS 10104LIBS=$ac_check_lib_save_LIBS
8805fi 10105fi
8806echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 10106echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
@@ -8831,8 +10131,11 @@ else
8831 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" 10131 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
8832 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS" 10132 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
8833 cat >conftest.$ac_ext <<_ACEOF 10133 cat >conftest.$ac_ext <<_ACEOF
8834#line $LINENO "configure" 10134/* confdefs.h. */
8835#include "confdefs.h" 10135_ACEOF
10136cat confdefs.h >>conftest.$ac_ext
10137cat >>conftest.$ac_ext <<_ACEOF
10138/* end confdefs.h. */
8836#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h> 10139#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
8837int 10140int
8838main () 10141main ()
@@ -8844,11 +10147,21 @@ int x = 5;
8844_ACEOF 10147_ACEOF
8845rm -f conftest.$ac_objext 10148rm -f conftest.$ac_objext
8846if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10149if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8847 (eval $ac_compile) 2>&5 10150 (eval $ac_compile) 2>conftest.er1
8848 ac_status=$? 10151 ac_status=$?
10152 grep -v '^ *+' conftest.er1 >conftest.err
10153 rm -f conftest.er1
10154 cat conftest.err >&5
8849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8850 (exit $ac_status); } && 10156 (exit $ac_status); } &&
8851 { ac_try='test -s conftest.$ac_objext' 10157 { ac_try='test -z "$ac_c_werror_flag"
10158 || test ! -s conftest.err'
10159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10160 (eval $ac_try) 2>&5
10161 ac_status=$?
10162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10163 (exit $ac_status); }; } &&
10164 { ac_try='test -s conftest.$ac_objext'
8852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8853 (eval $ac_try) 2>&5 10166 (eval $ac_try) 2>&5
8854 ac_status=$? 10167 ac_status=$?
@@ -8857,10 +10170,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8857 emacs_cv_lesstif=yes 10170 emacs_cv_lesstif=yes
8858else 10171else
8859 echo "$as_me: failed program was:" >&5 10172 echo "$as_me: failed program was:" >&5
8860cat conftest.$ac_ext >&5 10173sed 's/^/| /' conftest.$ac_ext >&5
10174
8861emacs_cv_lesstif=no 10175emacs_cv_lesstif=no
8862fi 10176fi
8863rm -f conftest.$ac_objext conftest.$ac_ext 10177rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8864fi 10178fi
8865echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5 10179echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5
8866echo "${ECHO_T}$emacs_cv_lesstif" >&6 10180echo "${ECHO_T}$emacs_cv_lesstif" >&6
@@ -8882,8 +10196,11 @@ if test "${emacs_cv_motif_version_2_1+set}" = set; then
8882 echo $ECHO_N "(cached) $ECHO_C" >&6 10196 echo $ECHO_N "(cached) $ECHO_C" >&6
8883else 10197else
8884 cat >conftest.$ac_ext <<_ACEOF 10198 cat >conftest.$ac_ext <<_ACEOF
8885#line $LINENO "configure" 10199/* confdefs.h. */
8886#include "confdefs.h" 10200_ACEOF
10201cat confdefs.h >>conftest.$ac_ext
10202cat >>conftest.$ac_ext <<_ACEOF
10203/* end confdefs.h. */
8887#include <Xm/Xm.h> 10204#include <Xm/Xm.h>
8888int 10205int
8889main () 10206main ()
@@ -8899,11 +10216,21 @@ Motif version prior to 2.1.
8899_ACEOF 10216_ACEOF
8900rm -f conftest.$ac_objext 10217rm -f conftest.$ac_objext
8901if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10218if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8902 (eval $ac_compile) 2>&5 10219 (eval $ac_compile) 2>conftest.er1
8903 ac_status=$? 10220 ac_status=$?
10221 grep -v '^ *+' conftest.er1 >conftest.err
10222 rm -f conftest.er1
10223 cat conftest.err >&5
8904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8905 (exit $ac_status); } && 10225 (exit $ac_status); } &&
8906 { ac_try='test -s conftest.$ac_objext' 10226 { ac_try='test -z "$ac_c_werror_flag"
10227 || test ! -s conftest.err'
10228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10229 (eval $ac_try) 2>&5
10230 ac_status=$?
10231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10232 (exit $ac_status); }; } &&
10233 { ac_try='test -s conftest.$ac_objext'
8907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8908 (eval $ac_try) 2>&5 10235 (eval $ac_try) 2>&5
8909 ac_status=$? 10236 ac_status=$?
@@ -8912,10 +10239,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8912 emacs_cv_motif_version_2_1=yes 10239 emacs_cv_motif_version_2_1=yes
8913else 10240else
8914 echo "$as_me: failed program was:" >&5 10241 echo "$as_me: failed program was:" >&5
8915cat conftest.$ac_ext >&5 10242sed 's/^/| /' conftest.$ac_ext >&5
10243
8916emacs_cv_motif_version_2_1=no 10244emacs_cv_motif_version_2_1=no
8917fi 10245fi
8918rm -f conftest.$ac_objext conftest.$ac_ext 10246rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8919fi 10247fi
8920echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5 10248echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5
8921echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 10249echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
@@ -8935,8 +10263,11 @@ else
8935 ac_check_lib_save_LIBS=$LIBS 10263 ac_check_lib_save_LIBS=$LIBS
8936LIBS="-lXp $LIBS" 10264LIBS="-lXp $LIBS"
8937cat >conftest.$ac_ext <<_ACEOF 10265cat >conftest.$ac_ext <<_ACEOF
8938#line $LINENO "configure" 10266/* confdefs.h. */
8939#include "confdefs.h" 10267_ACEOF
10268cat confdefs.h >>conftest.$ac_ext
10269cat >>conftest.$ac_ext <<_ACEOF
10270/* end confdefs.h. */
8940 10271
8941/* Override any gcc2 internal prototype to avoid an error. */ 10272/* Override any gcc2 internal prototype to avoid an error. */
8942#ifdef __cplusplus 10273#ifdef __cplusplus
@@ -8955,11 +10286,21 @@ XpCreateContext ();
8955_ACEOF 10286_ACEOF
8956rm -f conftest.$ac_objext conftest$ac_exeext 10287rm -f conftest.$ac_objext conftest$ac_exeext
8957if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10288if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8958 (eval $ac_link) 2>&5 10289 (eval $ac_link) 2>conftest.er1
8959 ac_status=$? 10290 ac_status=$?
10291 grep -v '^ *+' conftest.er1 >conftest.err
10292 rm -f conftest.er1
10293 cat conftest.err >&5
8960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8961 (exit $ac_status); } && 10295 (exit $ac_status); } &&
8962 { ac_try='test -s conftest$ac_exeext' 10296 { ac_try='test -z "$ac_c_werror_flag"
10297 || test ! -s conftest.err'
10298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10299 (eval $ac_try) 2>&5
10300 ac_status=$?
10301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10302 (exit $ac_status); }; } &&
10303 { ac_try='test -s conftest$ac_exeext'
8963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8964 (eval $ac_try) 2>&5 10305 (eval $ac_try) 2>&5
8965 ac_status=$? 10306 ac_status=$?
@@ -8968,10 +10309,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8968 ac_cv_lib_Xp_XpCreateContext=yes 10309 ac_cv_lib_Xp_XpCreateContext=yes
8969else 10310else
8970 echo "$as_me: failed program was:" >&5 10311 echo "$as_me: failed program was:" >&5
8971cat conftest.$ac_ext >&5 10312sed 's/^/| /' conftest.$ac_ext >&5
10313
8972ac_cv_lib_Xp_XpCreateContext=no 10314ac_cv_lib_Xp_XpCreateContext=no
8973fi 10315fi
8974rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10316rm -f conftest.err conftest.$ac_objext \
10317 conftest$ac_exeext conftest.$ac_ext
8975LIBS=$ac_check_lib_save_LIBS 10318LIBS=$ac_check_lib_save_LIBS
8976fi 10319fi
8977echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5 10320echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5
@@ -9000,8 +10343,11 @@ if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
9000 echo $ECHO_N "(cached) $ECHO_C" >&6 10343 echo $ECHO_N "(cached) $ECHO_C" >&6
9001else 10344else
9002 cat >conftest.$ac_ext <<_ACEOF 10345 cat >conftest.$ac_ext <<_ACEOF
9003#line $LINENO "configure" 10346/* confdefs.h. */
9004#include "confdefs.h" 10347_ACEOF
10348cat confdefs.h >>conftest.$ac_ext
10349cat >>conftest.$ac_ext <<_ACEOF
10350/* end confdefs.h. */
9005#include <X11/Xaw3d/Scrollbar.h> 10351#include <X11/Xaw3d/Scrollbar.h>
9006_ACEOF 10352_ACEOF
9007if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10353if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -9014,6 +10360,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9014 (exit $ac_status); } >/dev/null; then 10360 (exit $ac_status); } >/dev/null; then
9015 if test -s conftest.err; then 10361 if test -s conftest.err; then
9016 ac_cpp_err=$ac_c_preproc_warn_flag 10362 ac_cpp_err=$ac_c_preproc_warn_flag
10363 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9017 else 10364 else
9018 ac_cpp_err= 10365 ac_cpp_err=
9019 fi 10366 fi
@@ -9024,7 +10371,8 @@ if test -z "$ac_cpp_err"; then
9024 ac_cv_header_X11_Xaw3d_Scrollbar_h=yes 10371 ac_cv_header_X11_Xaw3d_Scrollbar_h=yes
9025else 10372else
9026 echo "$as_me: failed program was:" >&5 10373 echo "$as_me: failed program was:" >&5
9027 cat conftest.$ac_ext >&5 10374sed 's/^/| /' conftest.$ac_ext >&5
10375
9028 ac_cv_header_X11_Xaw3d_Scrollbar_h=no 10376 ac_cv_header_X11_Xaw3d_Scrollbar_h=no
9029fi 10377fi
9030rm -f conftest.err conftest.$ac_ext 10378rm -f conftest.err conftest.$ac_ext
@@ -9040,8 +10388,11 @@ else
9040 ac_check_lib_save_LIBS=$LIBS 10388 ac_check_lib_save_LIBS=$LIBS
9041LIBS="-lXaw3d $LIBS" 10389LIBS="-lXaw3d $LIBS"
9042cat >conftest.$ac_ext <<_ACEOF 10390cat >conftest.$ac_ext <<_ACEOF
9043#line $LINENO "configure" 10391/* confdefs.h. */
9044#include "confdefs.h" 10392_ACEOF
10393cat confdefs.h >>conftest.$ac_ext
10394cat >>conftest.$ac_ext <<_ACEOF
10395/* end confdefs.h. */
9045 10396
9046/* Override any gcc2 internal prototype to avoid an error. */ 10397/* Override any gcc2 internal prototype to avoid an error. */
9047#ifdef __cplusplus 10398#ifdef __cplusplus
@@ -9060,11 +10411,21 @@ XawScrollbarSetThumb ();
9060_ACEOF 10411_ACEOF
9061rm -f conftest.$ac_objext conftest$ac_exeext 10412rm -f conftest.$ac_objext conftest$ac_exeext
9062if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10413if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9063 (eval $ac_link) 2>&5 10414 (eval $ac_link) 2>conftest.er1
9064 ac_status=$? 10415 ac_status=$?
10416 grep -v '^ *+' conftest.er1 >conftest.err
10417 rm -f conftest.er1
10418 cat conftest.err >&5
9065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9066 (exit $ac_status); } && 10420 (exit $ac_status); } &&
9067 { ac_try='test -s conftest$ac_exeext' 10421 { ac_try='test -z "$ac_c_werror_flag"
10422 || test ! -s conftest.err'
10423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10424 (eval $ac_try) 2>&5
10425 ac_status=$?
10426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10427 (exit $ac_status); }; } &&
10428 { ac_try='test -s conftest$ac_exeext'
9068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9069 (eval $ac_try) 2>&5 10430 (eval $ac_try) 2>&5
9070 ac_status=$? 10431 ac_status=$?
@@ -9073,10 +10434,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9073 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes 10434 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
9074else 10435else
9075 echo "$as_me: failed program was:" >&5 10436 echo "$as_me: failed program was:" >&5
9076cat conftest.$ac_ext >&5 10437sed 's/^/| /' conftest.$ac_ext >&5
10438
9077ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no 10439ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
9078fi 10440fi
9079rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10441rm -f conftest.err conftest.$ac_objext \
10442 conftest$ac_exeext conftest.$ac_ext
9080LIBS=$ac_check_lib_save_LIBS 10443LIBS=$ac_check_lib_save_LIBS
9081fi 10444fi
9082echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 10445echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
@@ -9127,8 +10490,11 @@ _ACEOF
9127fi 10490fi
9128 10491
9129cat >conftest.$ac_ext <<_ACEOF 10492cat >conftest.$ac_ext <<_ACEOF
9130#line $LINENO "configure" 10493/* confdefs.h. */
9131#include "confdefs.h" 10494_ACEOF
10495cat confdefs.h >>conftest.$ac_ext
10496cat >>conftest.$ac_ext <<_ACEOF
10497/* end confdefs.h. */
9132 10498
9133 #include <X11/Xlib.h> 10499 #include <X11/Xlib.h>
9134 #include <X11/Xresource.h> 10500 #include <X11/Xresource.h>
@@ -9142,11 +10508,21 @@ XIMProc callback;
9142_ACEOF 10508_ACEOF
9143rm -f conftest.$ac_objext 10509rm -f conftest.$ac_objext
9144if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10510if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9145 (eval $ac_compile) 2>&5 10511 (eval $ac_compile) 2>conftest.er1
9146 ac_status=$? 10512 ac_status=$?
10513 grep -v '^ *+' conftest.er1 >conftest.err
10514 rm -f conftest.er1
10515 cat conftest.err >&5
9147 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9148 (exit $ac_status); } && 10517 (exit $ac_status); } &&
9149 { ac_try='test -s conftest.$ac_objext' 10518 { ac_try='test -z "$ac_c_werror_flag"
10519 || test ! -s conftest.err'
10520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10521 (eval $ac_try) 2>&5
10522 ac_status=$?
10523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10524 (exit $ac_status); }; } &&
10525 { ac_try='test -s conftest.$ac_objext'
9150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9151 (eval $ac_try) 2>&5 10527 (eval $ac_try) 2>&5
9152 ac_status=$? 10528 ac_status=$?
@@ -9160,10 +10536,11 @@ _ACEOF
9160 10536
9161else 10537else
9162 echo "$as_me: failed program was:" >&5 10538 echo "$as_me: failed program was:" >&5
9163cat conftest.$ac_ext >&5 10539sed 's/^/| /' conftest.$ac_ext >&5
10540
9164HAVE_XIM=no 10541HAVE_XIM=no
9165fi 10542fi
9166rm -f conftest.$ac_objext conftest.$ac_ext 10543rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9167 10544
9168 10545
9169if test "${with_xim}" != "no"; then 10546if test "${with_xim}" != "no"; then
@@ -9181,8 +10558,11 @@ if test "${HAVE_XIM}" != "no"; then
9181 CFLAGS="$CFLAGS --pedantic-errors" 10558 CFLAGS="$CFLAGS --pedantic-errors"
9182 fi 10559 fi
9183 cat >conftest.$ac_ext <<_ACEOF 10560 cat >conftest.$ac_ext <<_ACEOF
9184#line $LINENO "configure" 10561/* confdefs.h. */
9185#include "confdefs.h" 10562_ACEOF
10563cat confdefs.h >>conftest.$ac_ext
10564cat >>conftest.$ac_ext <<_ACEOF
10565/* end confdefs.h. */
9186 10566
9187#include <X11/Xlib.h> 10567#include <X11/Xlib.h>
9188#include <X11/Xresource.h> 10568#include <X11/Xresource.h>
@@ -9209,11 +10589,21 @@ extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
9209_ACEOF 10589_ACEOF
9210rm -f conftest.$ac_objext 10590rm -f conftest.$ac_objext
9211if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10591if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9212 (eval $ac_compile) 2>&5 10592 (eval $ac_compile) 2>conftest.er1
9213 ac_status=$? 10593 ac_status=$?
10594 grep -v '^ *+' conftest.er1 >conftest.err
10595 rm -f conftest.er1
10596 cat conftest.err >&5
9214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9215 (exit $ac_status); } && 10598 (exit $ac_status); } &&
9216 { ac_try='test -s conftest.$ac_objext' 10599 { ac_try='test -z "$ac_c_werror_flag"
10600 || test ! -s conftest.err'
10601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10602 (eval $ac_try) 2>&5
10603 ac_status=$?
10604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10605 (exit $ac_status); }; } &&
10606 { ac_try='test -s conftest.$ac_objext'
9217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9218 (eval $ac_try) 2>&5 10608 (eval $ac_try) 2>&5
9219 ac_status=$? 10609 ac_status=$?
@@ -9222,9 +10612,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9222 emacs_cv_arg6_star=yes 10612 emacs_cv_arg6_star=yes
9223else 10613else
9224 echo "$as_me: failed program was:" >&5 10614 echo "$as_me: failed program was:" >&5
9225cat conftest.$ac_ext >&5 10615sed 's/^/| /' conftest.$ac_ext >&5
10616
9226fi 10617fi
9227rm -f conftest.$ac_objext conftest.$ac_ext 10618rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9228 10619
9229 if test "$emacs_cv_arg6_star" = yes; then 10620 if test "$emacs_cv_arg6_star" = yes; then
9230 cat >>confdefs.h <<\_ACEOF 10621 cat >>confdefs.h <<\_ACEOF
@@ -9257,18 +10648,31 @@ else
9257echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 10648echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
9258echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 10649echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
9259cat >conftest.$ac_ext <<_ACEOF 10650cat >conftest.$ac_ext <<_ACEOF
9260#line $LINENO "configure" 10651/* confdefs.h. */
9261#include "confdefs.h" 10652_ACEOF
10653cat confdefs.h >>conftest.$ac_ext
10654cat >>conftest.$ac_ext <<_ACEOF
10655/* end confdefs.h. */
9262$ac_includes_default 10656$ac_includes_default
9263#include <X11/xpm.h> 10657#include <X11/xpm.h>
9264_ACEOF 10658_ACEOF
9265rm -f conftest.$ac_objext 10659rm -f conftest.$ac_objext
9266if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10660if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9267 (eval $ac_compile) 2>&5 10661 (eval $ac_compile) 2>conftest.er1
9268 ac_status=$? 10662 ac_status=$?
10663 grep -v '^ *+' conftest.er1 >conftest.err
10664 rm -f conftest.er1
10665 cat conftest.err >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); } && 10667 (exit $ac_status); } &&
9271 { ac_try='test -s conftest.$ac_objext' 10668 { ac_try='test -z "$ac_c_werror_flag"
10669 || test ! -s conftest.err'
10670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10671 (eval $ac_try) 2>&5
10672 ac_status=$?
10673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10674 (exit $ac_status); }; } &&
10675 { ac_try='test -s conftest.$ac_objext'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9273 (eval $ac_try) 2>&5 10677 (eval $ac_try) 2>&5
9274 ac_status=$? 10678 ac_status=$?
@@ -9277,10 +10681,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9277 ac_header_compiler=yes 10681 ac_header_compiler=yes
9278else 10682else
9279 echo "$as_me: failed program was:" >&5 10683 echo "$as_me: failed program was:" >&5
9280cat conftest.$ac_ext >&5 10684sed 's/^/| /' conftest.$ac_ext >&5
10685
9281ac_header_compiler=no 10686ac_header_compiler=no
9282fi 10687fi
9283rm -f conftest.$ac_objext conftest.$ac_ext 10688rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9284echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10689echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9285echo "${ECHO_T}$ac_header_compiler" >&6 10690echo "${ECHO_T}$ac_header_compiler" >&6
9286 10691
@@ -9288,8 +10693,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9288echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 10693echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
9289echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 10694echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
9290cat >conftest.$ac_ext <<_ACEOF 10695cat >conftest.$ac_ext <<_ACEOF
9291#line $LINENO "configure" 10696/* confdefs.h. */
9292#include "confdefs.h" 10697_ACEOF
10698cat confdefs.h >>conftest.$ac_ext
10699cat >>conftest.$ac_ext <<_ACEOF
10700/* end confdefs.h. */
9293#include <X11/xpm.h> 10701#include <X11/xpm.h>
9294_ACEOF 10702_ACEOF
9295if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10703if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -9302,6 +10710,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9302 (exit $ac_status); } >/dev/null; then 10710 (exit $ac_status); } >/dev/null; then
9303 if test -s conftest.err; then 10711 if test -s conftest.err; then
9304 ac_cpp_err=$ac_c_preproc_warn_flag 10712 ac_cpp_err=$ac_c_preproc_warn_flag
10713 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9305 else 10714 else
9306 ac_cpp_err= 10715 ac_cpp_err=
9307 fi 10716 fi
@@ -9312,7 +10721,8 @@ if test -z "$ac_cpp_err"; then
9312 ac_header_preproc=yes 10721 ac_header_preproc=yes
9313else 10722else
9314 echo "$as_me: failed program was:" >&5 10723 echo "$as_me: failed program was:" >&5
9315 cat conftest.$ac_ext >&5 10724sed 's/^/| /' conftest.$ac_ext >&5
10725
9316 ac_header_preproc=no 10726 ac_header_preproc=no
9317fi 10727fi
9318rm -f conftest.err conftest.$ac_ext 10728rm -f conftest.err conftest.$ac_ext
@@ -9320,19 +10730,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9320echo "${ECHO_T}$ac_header_preproc" >&6 10730echo "${ECHO_T}$ac_header_preproc" >&6
9321 10731
9322# So? What about this header? 10732# So? What about this header?
9323case $ac_header_compiler:$ac_header_preproc in 10733case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9324 yes:no ) 10734 yes:no: )
9325 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 10735 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
9326echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10736echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9327 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 10737 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5
9328echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};; 10738echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;}
9329 no:yes ) 10739 ac_header_preproc=yes
10740 ;;
10741 no:yes:* )
9330 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 10742 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
9331echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} 10743echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
9332 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 10744 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
9333echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} 10745echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
10746 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5
10747echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
10748 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5
10749echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
9334 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 10750 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
9335echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};; 10751echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
10752 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
10753echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
10754 (
10755 cat <<\_ASBOX
10756## ------------------------------------------ ##
10757## Report this to the AC_PACKAGE_NAME lists. ##
10758## ------------------------------------------ ##
10759_ASBOX
10760 ) |
10761 sed "s/^/$as_me: WARNING: /" >&2
10762 ;;
9336esac 10763esac
9337echo "$as_me:$LINENO: checking for X11/xpm.h" >&5 10764echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
9338echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 10765echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
@@ -9354,8 +10781,11 @@ else
9354 ac_check_lib_save_LIBS=$LIBS 10781 ac_check_lib_save_LIBS=$LIBS
9355LIBS="-lXpm -lX11 $LIBS" 10782LIBS="-lXpm -lX11 $LIBS"
9356cat >conftest.$ac_ext <<_ACEOF 10783cat >conftest.$ac_ext <<_ACEOF
9357#line $LINENO "configure" 10784/* confdefs.h. */
9358#include "confdefs.h" 10785_ACEOF
10786cat confdefs.h >>conftest.$ac_ext
10787cat >>conftest.$ac_ext <<_ACEOF
10788/* end confdefs.h. */
9359 10789
9360/* Override any gcc2 internal prototype to avoid an error. */ 10790/* Override any gcc2 internal prototype to avoid an error. */
9361#ifdef __cplusplus 10791#ifdef __cplusplus
@@ -9374,11 +10804,21 @@ XpmReadFileToPixmap ();
9374_ACEOF 10804_ACEOF
9375rm -f conftest.$ac_objext conftest$ac_exeext 10805rm -f conftest.$ac_objext conftest$ac_exeext
9376if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10806if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9377 (eval $ac_link) 2>&5 10807 (eval $ac_link) 2>conftest.er1
9378 ac_status=$? 10808 ac_status=$?
10809 grep -v '^ *+' conftest.er1 >conftest.err
10810 rm -f conftest.er1
10811 cat conftest.err >&5
9379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9380 (exit $ac_status); } && 10813 (exit $ac_status); } &&
9381 { ac_try='test -s conftest$ac_exeext' 10814 { ac_try='test -z "$ac_c_werror_flag"
10815 || test ! -s conftest.err'
10816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10817 (eval $ac_try) 2>&5
10818 ac_status=$?
10819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10820 (exit $ac_status); }; } &&
10821 { ac_try='test -s conftest$ac_exeext'
9382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9383 (eval $ac_try) 2>&5 10823 (eval $ac_try) 2>&5
9384 ac_status=$? 10824 ac_status=$?
@@ -9387,10 +10827,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9387 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes 10827 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
9388else 10828else
9389 echo "$as_me: failed program was:" >&5 10829 echo "$as_me: failed program was:" >&5
9390cat conftest.$ac_ext >&5 10830sed 's/^/| /' conftest.$ac_ext >&5
10831
9391ac_cv_lib_Xpm_XpmReadFileToPixmap=no 10832ac_cv_lib_Xpm_XpmReadFileToPixmap=no
9392fi 10833fi
9393rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10834rm -f conftest.err conftest.$ac_objext \
10835 conftest$ac_exeext conftest.$ac_ext
9394LIBS=$ac_check_lib_save_LIBS 10836LIBS=$ac_check_lib_save_LIBS
9395fi 10837fi
9396echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 10838echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
@@ -9406,8 +10848,11 @@ fi
9406 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5 10848 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5
9407echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 10849echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
9408 cat >conftest.$ac_ext <<_ACEOF 10850 cat >conftest.$ac_ext <<_ACEOF
9409#line $LINENO "configure" 10851/* confdefs.h. */
9410#include "confdefs.h" 10852_ACEOF
10853cat confdefs.h >>conftest.$ac_ext
10854cat >>conftest.$ac_ext <<_ACEOF
10855/* end confdefs.h. */
9411#include "X11/xpm.h" 10856#include "X11/xpm.h"
9412#ifndef XpmReturnAllocPixels 10857#ifndef XpmReturnAllocPixels
9413no_return_alloc_pixels 10858no_return_alloc_pixels
@@ -9459,18 +10904,31 @@ else
9459echo "$as_me:$LINENO: checking jerror.h usability" >&5 10904echo "$as_me:$LINENO: checking jerror.h usability" >&5
9460echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 10905echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6
9461cat >conftest.$ac_ext <<_ACEOF 10906cat >conftest.$ac_ext <<_ACEOF
9462#line $LINENO "configure" 10907/* confdefs.h. */
9463#include "confdefs.h" 10908_ACEOF
10909cat confdefs.h >>conftest.$ac_ext
10910cat >>conftest.$ac_ext <<_ACEOF
10911/* end confdefs.h. */
9464$ac_includes_default 10912$ac_includes_default
9465#include <jerror.h> 10913#include <jerror.h>
9466_ACEOF 10914_ACEOF
9467rm -f conftest.$ac_objext 10915rm -f conftest.$ac_objext
9468if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10916if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9469 (eval $ac_compile) 2>&5 10917 (eval $ac_compile) 2>conftest.er1
9470 ac_status=$? 10918 ac_status=$?
10919 grep -v '^ *+' conftest.er1 >conftest.err
10920 rm -f conftest.er1
10921 cat conftest.err >&5
9471 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9472 (exit $ac_status); } && 10923 (exit $ac_status); } &&
9473 { ac_try='test -s conftest.$ac_objext' 10924 { ac_try='test -z "$ac_c_werror_flag"
10925 || test ! -s conftest.err'
10926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10927 (eval $ac_try) 2>&5
10928 ac_status=$?
10929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10930 (exit $ac_status); }; } &&
10931 { ac_try='test -s conftest.$ac_objext'
9474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9475 (eval $ac_try) 2>&5 10933 (eval $ac_try) 2>&5
9476 ac_status=$? 10934 ac_status=$?
@@ -9479,10 +10937,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9479 ac_header_compiler=yes 10937 ac_header_compiler=yes
9480else 10938else
9481 echo "$as_me: failed program was:" >&5 10939 echo "$as_me: failed program was:" >&5
9482cat conftest.$ac_ext >&5 10940sed 's/^/| /' conftest.$ac_ext >&5
10941
9483ac_header_compiler=no 10942ac_header_compiler=no
9484fi 10943fi
9485rm -f conftest.$ac_objext conftest.$ac_ext 10944rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9486echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10945echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9487echo "${ECHO_T}$ac_header_compiler" >&6 10946echo "${ECHO_T}$ac_header_compiler" >&6
9488 10947
@@ -9490,8 +10949,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9490echo "$as_me:$LINENO: checking jerror.h presence" >&5 10949echo "$as_me:$LINENO: checking jerror.h presence" >&5
9491echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 10950echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6
9492cat >conftest.$ac_ext <<_ACEOF 10951cat >conftest.$ac_ext <<_ACEOF
9493#line $LINENO "configure" 10952/* confdefs.h. */
9494#include "confdefs.h" 10953_ACEOF
10954cat confdefs.h >>conftest.$ac_ext
10955cat >>conftest.$ac_ext <<_ACEOF
10956/* end confdefs.h. */
9495#include <jerror.h> 10957#include <jerror.h>
9496_ACEOF 10958_ACEOF
9497if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 10959if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -9504,6 +10966,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9504 (exit $ac_status); } >/dev/null; then 10966 (exit $ac_status); } >/dev/null; then
9505 if test -s conftest.err; then 10967 if test -s conftest.err; then
9506 ac_cpp_err=$ac_c_preproc_warn_flag 10968 ac_cpp_err=$ac_c_preproc_warn_flag
10969 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9507 else 10970 else
9508 ac_cpp_err= 10971 ac_cpp_err=
9509 fi 10972 fi
@@ -9514,7 +10977,8 @@ if test -z "$ac_cpp_err"; then
9514 ac_header_preproc=yes 10977 ac_header_preproc=yes
9515else 10978else
9516 echo "$as_me: failed program was:" >&5 10979 echo "$as_me: failed program was:" >&5
9517 cat conftest.$ac_ext >&5 10980sed 's/^/| /' conftest.$ac_ext >&5
10981
9518 ac_header_preproc=no 10982 ac_header_preproc=no
9519fi 10983fi
9520rm -f conftest.err conftest.$ac_ext 10984rm -f conftest.err conftest.$ac_ext
@@ -9522,19 +10986,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9522echo "${ECHO_T}$ac_header_preproc" >&6 10986echo "${ECHO_T}$ac_header_preproc" >&6
9523 10987
9524# So? What about this header? 10988# So? What about this header?
9525case $ac_header_compiler:$ac_header_preproc in 10989case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9526 yes:no ) 10990 yes:no: )
9527 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 10991 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
9528echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10992echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9529 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 10993 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5
9530echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};; 10994echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;}
9531 no:yes ) 10995 ac_header_preproc=yes
10996 ;;
10997 no:yes:* )
9532 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 10998 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
9533echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} 10999echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
9534 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 11000 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
9535echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} 11001echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
11002 { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5
11003echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}
11004 { echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5
11005echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;}
9536 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 11006 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
9537echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};; 11007echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
11008 { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5
11009echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;}
11010 (
11011 cat <<\_ASBOX
11012## ------------------------------------------ ##
11013## Report this to the AC_PACKAGE_NAME lists. ##
11014## ------------------------------------------ ##
11015_ASBOX
11016 ) |
11017 sed "s/^/$as_me: WARNING: /" >&2
11018 ;;
9538esac 11019esac
9539echo "$as_me:$LINENO: checking for jerror.h" >&5 11020echo "$as_me:$LINENO: checking for jerror.h" >&5
9540echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 11021echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
@@ -9556,8 +11037,11 @@ else
9556 ac_check_lib_save_LIBS=$LIBS 11037 ac_check_lib_save_LIBS=$LIBS
9557LIBS="-ljpeg $LIBS" 11038LIBS="-ljpeg $LIBS"
9558cat >conftest.$ac_ext <<_ACEOF 11039cat >conftest.$ac_ext <<_ACEOF
9559#line $LINENO "configure" 11040/* confdefs.h. */
9560#include "confdefs.h" 11041_ACEOF
11042cat confdefs.h >>conftest.$ac_ext
11043cat >>conftest.$ac_ext <<_ACEOF
11044/* end confdefs.h. */
9561 11045
9562/* Override any gcc2 internal prototype to avoid an error. */ 11046/* Override any gcc2 internal prototype to avoid an error. */
9563#ifdef __cplusplus 11047#ifdef __cplusplus
@@ -9576,11 +11060,21 @@ jpeg_destroy_compress ();
9576_ACEOF 11060_ACEOF
9577rm -f conftest.$ac_objext conftest$ac_exeext 11061rm -f conftest.$ac_objext conftest$ac_exeext
9578if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11062if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9579 (eval $ac_link) 2>&5 11063 (eval $ac_link) 2>conftest.er1
9580 ac_status=$? 11064 ac_status=$?
11065 grep -v '^ *+' conftest.er1 >conftest.err
11066 rm -f conftest.er1
11067 cat conftest.err >&5
9581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9582 (exit $ac_status); } && 11069 (exit $ac_status); } &&
9583 { ac_try='test -s conftest$ac_exeext' 11070 { ac_try='test -z "$ac_c_werror_flag"
11071 || test ! -s conftest.err'
11072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11073 (eval $ac_try) 2>&5
11074 ac_status=$?
11075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11076 (exit $ac_status); }; } &&
11077 { ac_try='test -s conftest$ac_exeext'
9584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9585 (eval $ac_try) 2>&5 11079 (eval $ac_try) 2>&5
9586 ac_status=$? 11080 ac_status=$?
@@ -9589,10 +11083,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9589 ac_cv_lib_jpeg_jpeg_destroy_compress=yes 11083 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
9590else 11084else
9591 echo "$as_me: failed program was:" >&5 11085 echo "$as_me: failed program was:" >&5
9592cat conftest.$ac_ext >&5 11086sed 's/^/| /' conftest.$ac_ext >&5
11087
9593ac_cv_lib_jpeg_jpeg_destroy_compress=no 11088ac_cv_lib_jpeg_jpeg_destroy_compress=no
9594fi 11089fi
9595rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11090rm -f conftest.err conftest.$ac_objext \
11091 conftest$ac_exeext conftest.$ac_ext
9596LIBS=$ac_check_lib_save_LIBS 11092LIBS=$ac_check_lib_save_LIBS
9597fi 11093fi
9598echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 11094echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
@@ -9613,8 +11109,11 @@ fi
9613_ACEOF 11109_ACEOF
9614 11110
9615 cat >conftest.$ac_ext <<_ACEOF 11111 cat >conftest.$ac_ext <<_ACEOF
9616#line $LINENO "configure" 11112/* confdefs.h. */
9617#include "confdefs.h" 11113_ACEOF
11114cat confdefs.h >>conftest.$ac_ext
11115cat >>conftest.$ac_ext <<_ACEOF
11116/* end confdefs.h. */
9618#include <jpeglib.h> 11117#include <jpeglib.h>
9619 version=JPEG_LIB_VERSION 11118 version=JPEG_LIB_VERSION
9620 11119
@@ -9659,18 +11158,31 @@ else
9659echo "$as_me:$LINENO: checking $ac_header usability" >&5 11158echo "$as_me:$LINENO: checking $ac_header usability" >&5
9660echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 11159echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9661cat >conftest.$ac_ext <<_ACEOF 11160cat >conftest.$ac_ext <<_ACEOF
9662#line $LINENO "configure" 11161/* confdefs.h. */
9663#include "confdefs.h" 11162_ACEOF
11163cat confdefs.h >>conftest.$ac_ext
11164cat >>conftest.$ac_ext <<_ACEOF
11165/* end confdefs.h. */
9664$ac_includes_default 11166$ac_includes_default
9665#include <$ac_header> 11167#include <$ac_header>
9666_ACEOF 11168_ACEOF
9667rm -f conftest.$ac_objext 11169rm -f conftest.$ac_objext
9668if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11170if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9669 (eval $ac_compile) 2>&5 11171 (eval $ac_compile) 2>conftest.er1
9670 ac_status=$? 11172 ac_status=$?
11173 grep -v '^ *+' conftest.er1 >conftest.err
11174 rm -f conftest.er1
11175 cat conftest.err >&5
9671 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9672 (exit $ac_status); } && 11177 (exit $ac_status); } &&
9673 { ac_try='test -s conftest.$ac_objext' 11178 { ac_try='test -z "$ac_c_werror_flag"
11179 || test ! -s conftest.err'
11180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11181 (eval $ac_try) 2>&5
11182 ac_status=$?
11183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11184 (exit $ac_status); }; } &&
11185 { ac_try='test -s conftest.$ac_objext'
9674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9675 (eval $ac_try) 2>&5 11187 (eval $ac_try) 2>&5
9676 ac_status=$? 11188 ac_status=$?
@@ -9679,10 +11191,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9679 ac_header_compiler=yes 11191 ac_header_compiler=yes
9680else 11192else
9681 echo "$as_me: failed program was:" >&5 11193 echo "$as_me: failed program was:" >&5
9682cat conftest.$ac_ext >&5 11194sed 's/^/| /' conftest.$ac_ext >&5
11195
9683ac_header_compiler=no 11196ac_header_compiler=no
9684fi 11197fi
9685rm -f conftest.$ac_objext conftest.$ac_ext 11198rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9686echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11199echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9687echo "${ECHO_T}$ac_header_compiler" >&6 11200echo "${ECHO_T}$ac_header_compiler" >&6
9688 11201
@@ -9690,8 +11203,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9690echo "$as_me:$LINENO: checking $ac_header presence" >&5 11203echo "$as_me:$LINENO: checking $ac_header presence" >&5
9691echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 11204echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9692cat >conftest.$ac_ext <<_ACEOF 11205cat >conftest.$ac_ext <<_ACEOF
9693#line $LINENO "configure" 11206/* confdefs.h. */
9694#include "confdefs.h" 11207_ACEOF
11208cat confdefs.h >>conftest.$ac_ext
11209cat >>conftest.$ac_ext <<_ACEOF
11210/* end confdefs.h. */
9695#include <$ac_header> 11211#include <$ac_header>
9696_ACEOF 11212_ACEOF
9697if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 11213if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -9704,6 +11220,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9704 (exit $ac_status); } >/dev/null; then 11220 (exit $ac_status); } >/dev/null; then
9705 if test -s conftest.err; then 11221 if test -s conftest.err; then
9706 ac_cpp_err=$ac_c_preproc_warn_flag 11222 ac_cpp_err=$ac_c_preproc_warn_flag
11223 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9707 else 11224 else
9708 ac_cpp_err= 11225 ac_cpp_err=
9709 fi 11226 fi
@@ -9714,7 +11231,8 @@ if test -z "$ac_cpp_err"; then
9714 ac_header_preproc=yes 11231 ac_header_preproc=yes
9715else 11232else
9716 echo "$as_me: failed program was:" >&5 11233 echo "$as_me: failed program was:" >&5
9717 cat conftest.$ac_ext >&5 11234sed 's/^/| /' conftest.$ac_ext >&5
11235
9718 ac_header_preproc=no 11236 ac_header_preproc=no
9719fi 11237fi
9720rm -f conftest.err conftest.$ac_ext 11238rm -f conftest.err conftest.$ac_ext
@@ -9722,26 +11240,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9722echo "${ECHO_T}$ac_header_preproc" >&6 11240echo "${ECHO_T}$ac_header_preproc" >&6
9723 11241
9724# So? What about this header? 11242# So? What about this header?
9725case $ac_header_compiler:$ac_header_preproc in 11243case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9726 yes:no ) 11244 yes:no: )
9727 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11245 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9728echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 11246echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9729 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11247 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9730echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 11248echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9731 no:yes ) 11249 ac_header_preproc=yes
11250 ;;
11251 no:yes:* )
9732 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 11252 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9733echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 11253echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9734 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 11254 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9735echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 11255echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11256 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11257echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11258 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11259echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9736 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11260 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9737echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 11261echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11262 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11263echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11264 (
11265 cat <<\_ASBOX
11266## ------------------------------------------ ##
11267## Report this to the AC_PACKAGE_NAME lists. ##
11268## ------------------------------------------ ##
11269_ASBOX
11270 ) |
11271 sed "s/^/$as_me: WARNING: /" >&2
11272 ;;
9738esac 11273esac
9739echo "$as_me:$LINENO: checking for $ac_header" >&5 11274echo "$as_me:$LINENO: checking for $ac_header" >&5
9740echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11275echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9741if eval "test \"\${$as_ac_Header+set}\" = set"; then 11276if eval "test \"\${$as_ac_Header+set}\" = set"; then
9742 echo $ECHO_N "(cached) $ECHO_C" >&6 11277 echo $ECHO_N "(cached) $ECHO_C" >&6
9743else 11278else
9744 eval "$as_ac_Header=$ac_header_preproc" 11279 eval "$as_ac_Header=\$ac_header_preproc"
9745fi 11280fi
9746echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 11281echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9747echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11282echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -9765,8 +11300,11 @@ else
9765 ac_check_lib_save_LIBS=$LIBS 11300 ac_check_lib_save_LIBS=$LIBS
9766LIBS="-lpng -lz -lm $LIBS" 11301LIBS="-lpng -lz -lm $LIBS"
9767cat >conftest.$ac_ext <<_ACEOF 11302cat >conftest.$ac_ext <<_ACEOF
9768#line $LINENO "configure" 11303/* confdefs.h. */
9769#include "confdefs.h" 11304_ACEOF
11305cat confdefs.h >>conftest.$ac_ext
11306cat >>conftest.$ac_ext <<_ACEOF
11307/* end confdefs.h. */
9770 11308
9771/* Override any gcc2 internal prototype to avoid an error. */ 11309/* Override any gcc2 internal prototype to avoid an error. */
9772#ifdef __cplusplus 11310#ifdef __cplusplus
@@ -9785,11 +11323,21 @@ png_get_channels ();
9785_ACEOF 11323_ACEOF
9786rm -f conftest.$ac_objext conftest$ac_exeext 11324rm -f conftest.$ac_objext conftest$ac_exeext
9787if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11325if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9788 (eval $ac_link) 2>&5 11326 (eval $ac_link) 2>conftest.er1
9789 ac_status=$? 11327 ac_status=$?
11328 grep -v '^ *+' conftest.er1 >conftest.err
11329 rm -f conftest.er1
11330 cat conftest.err >&5
9790 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9791 (exit $ac_status); } && 11332 (exit $ac_status); } &&
9792 { ac_try='test -s conftest$ac_exeext' 11333 { ac_try='test -z "$ac_c_werror_flag"
11334 || test ! -s conftest.err'
11335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11336 (eval $ac_try) 2>&5
11337 ac_status=$?
11338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11339 (exit $ac_status); }; } &&
11340 { ac_try='test -s conftest$ac_exeext'
9793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9794 (eval $ac_try) 2>&5 11342 (eval $ac_try) 2>&5
9795 ac_status=$? 11343 ac_status=$?
@@ -9798,10 +11346,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9798 ac_cv_lib_png_png_get_channels=yes 11346 ac_cv_lib_png_png_get_channels=yes
9799else 11347else
9800 echo "$as_me: failed program was:" >&5 11348 echo "$as_me: failed program was:" >&5
9801cat conftest.$ac_ext >&5 11349sed 's/^/| /' conftest.$ac_ext >&5
11350
9802ac_cv_lib_png_png_get_channels=no 11351ac_cv_lib_png_png_get_channels=no
9803fi 11352fi
9804rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11353rm -f conftest.err conftest.$ac_objext \
11354 conftest$ac_exeext conftest.$ac_ext
9805LIBS=$ac_check_lib_save_LIBS 11355LIBS=$ac_check_lib_save_LIBS
9806fi 11356fi
9807echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5 11357echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5
@@ -9839,18 +11389,31 @@ else
9839echo "$as_me:$LINENO: checking tiffio.h usability" >&5 11389echo "$as_me:$LINENO: checking tiffio.h usability" >&5
9840echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 11390echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
9841cat >conftest.$ac_ext <<_ACEOF 11391cat >conftest.$ac_ext <<_ACEOF
9842#line $LINENO "configure" 11392/* confdefs.h. */
9843#include "confdefs.h" 11393_ACEOF
11394cat confdefs.h >>conftest.$ac_ext
11395cat >>conftest.$ac_ext <<_ACEOF
11396/* end confdefs.h. */
9844$ac_includes_default 11397$ac_includes_default
9845#include <tiffio.h> 11398#include <tiffio.h>
9846_ACEOF 11399_ACEOF
9847rm -f conftest.$ac_objext 11400rm -f conftest.$ac_objext
9848if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11401if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9849 (eval $ac_compile) 2>&5 11402 (eval $ac_compile) 2>conftest.er1
9850 ac_status=$? 11403 ac_status=$?
11404 grep -v '^ *+' conftest.er1 >conftest.err
11405 rm -f conftest.er1
11406 cat conftest.err >&5
9851 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9852 (exit $ac_status); } && 11408 (exit $ac_status); } &&
9853 { ac_try='test -s conftest.$ac_objext' 11409 { ac_try='test -z "$ac_c_werror_flag"
11410 || test ! -s conftest.err'
11411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11412 (eval $ac_try) 2>&5
11413 ac_status=$?
11414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11415 (exit $ac_status); }; } &&
11416 { ac_try='test -s conftest.$ac_objext'
9854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9855 (eval $ac_try) 2>&5 11418 (eval $ac_try) 2>&5
9856 ac_status=$? 11419 ac_status=$?
@@ -9859,10 +11422,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9859 ac_header_compiler=yes 11422 ac_header_compiler=yes
9860else 11423else
9861 echo "$as_me: failed program was:" >&5 11424 echo "$as_me: failed program was:" >&5
9862cat conftest.$ac_ext >&5 11425sed 's/^/| /' conftest.$ac_ext >&5
11426
9863ac_header_compiler=no 11427ac_header_compiler=no
9864fi 11428fi
9865rm -f conftest.$ac_objext conftest.$ac_ext 11429rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9866echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11430echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9867echo "${ECHO_T}$ac_header_compiler" >&6 11431echo "${ECHO_T}$ac_header_compiler" >&6
9868 11432
@@ -9870,8 +11434,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9870echo "$as_me:$LINENO: checking tiffio.h presence" >&5 11434echo "$as_me:$LINENO: checking tiffio.h presence" >&5
9871echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 11435echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
9872cat >conftest.$ac_ext <<_ACEOF 11436cat >conftest.$ac_ext <<_ACEOF
9873#line $LINENO "configure" 11437/* confdefs.h. */
9874#include "confdefs.h" 11438_ACEOF
11439cat confdefs.h >>conftest.$ac_ext
11440cat >>conftest.$ac_ext <<_ACEOF
11441/* end confdefs.h. */
9875#include <tiffio.h> 11442#include <tiffio.h>
9876_ACEOF 11443_ACEOF
9877if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 11444if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -9884,6 +11451,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9884 (exit $ac_status); } >/dev/null; then 11451 (exit $ac_status); } >/dev/null; then
9885 if test -s conftest.err; then 11452 if test -s conftest.err; then
9886 ac_cpp_err=$ac_c_preproc_warn_flag 11453 ac_cpp_err=$ac_c_preproc_warn_flag
11454 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9887 else 11455 else
9888 ac_cpp_err= 11456 ac_cpp_err=
9889 fi 11457 fi
@@ -9894,7 +11462,8 @@ if test -z "$ac_cpp_err"; then
9894 ac_header_preproc=yes 11462 ac_header_preproc=yes
9895else 11463else
9896 echo "$as_me: failed program was:" >&5 11464 echo "$as_me: failed program was:" >&5
9897 cat conftest.$ac_ext >&5 11465sed 's/^/| /' conftest.$ac_ext >&5
11466
9898 ac_header_preproc=no 11467 ac_header_preproc=no
9899fi 11468fi
9900rm -f conftest.err conftest.$ac_ext 11469rm -f conftest.err conftest.$ac_ext
@@ -9902,19 +11471,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9902echo "${ECHO_T}$ac_header_preproc" >&6 11471echo "${ECHO_T}$ac_header_preproc" >&6
9903 11472
9904# So? What about this header? 11473# So? What about this header?
9905case $ac_header_compiler:$ac_header_preproc in 11474case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9906 yes:no ) 11475 yes:no: )
9907 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 11476 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
9908echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11477echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9909 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 11478 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
9910echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};; 11479echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
9911 no:yes ) 11480 ac_header_preproc=yes
11481 ;;
11482 no:yes:* )
9912 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 11483 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
9913echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} 11484echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
9914 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 11485 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
9915echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} 11486echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
11487 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
11488echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
11489 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
11490echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
9916 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 11491 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
9917echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};; 11492echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
11493 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
11494echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
11495 (
11496 cat <<\_ASBOX
11497## ------------------------------------------ ##
11498## Report this to the AC_PACKAGE_NAME lists. ##
11499## ------------------------------------------ ##
11500_ASBOX
11501 ) |
11502 sed "s/^/$as_me: WARNING: /" >&2
11503 ;;
9918esac 11504esac
9919echo "$as_me:$LINENO: checking for tiffio.h" >&5 11505echo "$as_me:$LINENO: checking for tiffio.h" >&5
9920echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 11506echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
@@ -9939,8 +11525,11 @@ else
9939 ac_check_lib_save_LIBS=$LIBS 11525 ac_check_lib_save_LIBS=$LIBS
9940LIBS="-ltiff $tifflibs $LIBS" 11526LIBS="-ltiff $tifflibs $LIBS"
9941cat >conftest.$ac_ext <<_ACEOF 11527cat >conftest.$ac_ext <<_ACEOF
9942#line $LINENO "configure" 11528/* confdefs.h. */
9943#include "confdefs.h" 11529_ACEOF
11530cat confdefs.h >>conftest.$ac_ext
11531cat >>conftest.$ac_ext <<_ACEOF
11532/* end confdefs.h. */
9944 11533
9945/* Override any gcc2 internal prototype to avoid an error. */ 11534/* Override any gcc2 internal prototype to avoid an error. */
9946#ifdef __cplusplus 11535#ifdef __cplusplus
@@ -9959,11 +11548,21 @@ TIFFGetVersion ();
9959_ACEOF 11548_ACEOF
9960rm -f conftest.$ac_objext conftest$ac_exeext 11549rm -f conftest.$ac_objext conftest$ac_exeext
9961if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11550if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9962 (eval $ac_link) 2>&5 11551 (eval $ac_link) 2>conftest.er1
9963 ac_status=$? 11552 ac_status=$?
11553 grep -v '^ *+' conftest.er1 >conftest.err
11554 rm -f conftest.er1
11555 cat conftest.err >&5
9964 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9965 (exit $ac_status); } && 11557 (exit $ac_status); } &&
9966 { ac_try='test -s conftest$ac_exeext' 11558 { ac_try='test -z "$ac_c_werror_flag"
11559 || test ! -s conftest.err'
11560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11561 (eval $ac_try) 2>&5
11562 ac_status=$?
11563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11564 (exit $ac_status); }; } &&
11565 { ac_try='test -s conftest$ac_exeext'
9967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9968 (eval $ac_try) 2>&5 11567 (eval $ac_try) 2>&5
9969 ac_status=$? 11568 ac_status=$?
@@ -9972,10 +11571,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9972 ac_cv_lib_tiff_TIFFGetVersion=yes 11571 ac_cv_lib_tiff_TIFFGetVersion=yes
9973else 11572else
9974 echo "$as_me: failed program was:" >&5 11573 echo "$as_me: failed program was:" >&5
9975cat conftest.$ac_ext >&5 11574sed 's/^/| /' conftest.$ac_ext >&5
11575
9976ac_cv_lib_tiff_TIFFGetVersion=no 11576ac_cv_lib_tiff_TIFFGetVersion=no
9977fi 11577fi
9978rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11578rm -f conftest.err conftest.$ac_objext \
11579 conftest$ac_exeext conftest.$ac_ext
9979LIBS=$ac_check_lib_save_LIBS 11580LIBS=$ac_check_lib_save_LIBS
9980fi 11581fi
9981echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 11582echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
@@ -10015,18 +11616,31 @@ else
10015echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 11616echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
10016echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 11617echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
10017cat >conftest.$ac_ext <<_ACEOF 11618cat >conftest.$ac_ext <<_ACEOF
10018#line $LINENO "configure" 11619/* confdefs.h. */
10019#include "confdefs.h" 11620_ACEOF
11621cat confdefs.h >>conftest.$ac_ext
11622cat >>conftest.$ac_ext <<_ACEOF
11623/* end confdefs.h. */
10020$ac_includes_default 11624$ac_includes_default
10021#include <gif_lib.h> 11625#include <gif_lib.h>
10022_ACEOF 11626_ACEOF
10023rm -f conftest.$ac_objext 11627rm -f conftest.$ac_objext
10024if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11628if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10025 (eval $ac_compile) 2>&5 11629 (eval $ac_compile) 2>conftest.er1
10026 ac_status=$? 11630 ac_status=$?
11631 grep -v '^ *+' conftest.er1 >conftest.err
11632 rm -f conftest.er1
11633 cat conftest.err >&5
10027 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10028 (exit $ac_status); } && 11635 (exit $ac_status); } &&
10029 { ac_try='test -s conftest.$ac_objext' 11636 { ac_try='test -z "$ac_c_werror_flag"
11637 || test ! -s conftest.err'
11638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11639 (eval $ac_try) 2>&5
11640 ac_status=$?
11641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11642 (exit $ac_status); }; } &&
11643 { ac_try='test -s conftest.$ac_objext'
10030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10031 (eval $ac_try) 2>&5 11645 (eval $ac_try) 2>&5
10032 ac_status=$? 11646 ac_status=$?
@@ -10035,10 +11649,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10035 ac_header_compiler=yes 11649 ac_header_compiler=yes
10036else 11650else
10037 echo "$as_me: failed program was:" >&5 11651 echo "$as_me: failed program was:" >&5
10038cat conftest.$ac_ext >&5 11652sed 's/^/| /' conftest.$ac_ext >&5
11653
10039ac_header_compiler=no 11654ac_header_compiler=no
10040fi 11655fi
10041rm -f conftest.$ac_objext conftest.$ac_ext 11656rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10042echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11657echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10043echo "${ECHO_T}$ac_header_compiler" >&6 11658echo "${ECHO_T}$ac_header_compiler" >&6
10044 11659
@@ -10046,8 +11661,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10046echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 11661echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
10047echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 11662echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
10048cat >conftest.$ac_ext <<_ACEOF 11663cat >conftest.$ac_ext <<_ACEOF
10049#line $LINENO "configure" 11664/* confdefs.h. */
10050#include "confdefs.h" 11665_ACEOF
11666cat confdefs.h >>conftest.$ac_ext
11667cat >>conftest.$ac_ext <<_ACEOF
11668/* end confdefs.h. */
10051#include <gif_lib.h> 11669#include <gif_lib.h>
10052_ACEOF 11670_ACEOF
10053if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 11671if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -10060,6 +11678,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10060 (exit $ac_status); } >/dev/null; then 11678 (exit $ac_status); } >/dev/null; then
10061 if test -s conftest.err; then 11679 if test -s conftest.err; then
10062 ac_cpp_err=$ac_c_preproc_warn_flag 11680 ac_cpp_err=$ac_c_preproc_warn_flag
11681 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10063 else 11682 else
10064 ac_cpp_err= 11683 ac_cpp_err=
10065 fi 11684 fi
@@ -10070,7 +11689,8 @@ if test -z "$ac_cpp_err"; then
10070 ac_header_preproc=yes 11689 ac_header_preproc=yes
10071else 11690else
10072 echo "$as_me: failed program was:" >&5 11691 echo "$as_me: failed program was:" >&5
10073 cat conftest.$ac_ext >&5 11692sed 's/^/| /' conftest.$ac_ext >&5
11693
10074 ac_header_preproc=no 11694 ac_header_preproc=no
10075fi 11695fi
10076rm -f conftest.err conftest.$ac_ext 11696rm -f conftest.err conftest.$ac_ext
@@ -10078,19 +11698,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10078echo "${ECHO_T}$ac_header_preproc" >&6 11698echo "${ECHO_T}$ac_header_preproc" >&6
10079 11699
10080# So? What about this header? 11700# So? What about this header?
10081case $ac_header_compiler:$ac_header_preproc in 11701case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10082 yes:no ) 11702 yes:no: )
10083 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 11703 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
10084echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11704echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10085 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 11705 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5
10086echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};; 11706echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;}
10087 no:yes ) 11707 ac_header_preproc=yes
11708 ;;
11709 no:yes:* )
10088 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 11710 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
10089echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} 11711echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
10090 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 11712 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
10091echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} 11713echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
11714 { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5
11715echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}
11716 { echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5
11717echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;}
10092 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 11718 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
10093echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};; 11719echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
11720 { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5
11721echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}
11722 (
11723 cat <<\_ASBOX
11724## ------------------------------------------ ##
11725## Report this to the AC_PACKAGE_NAME lists. ##
11726## ------------------------------------------ ##
11727_ASBOX
11728 ) |
11729 sed "s/^/$as_me: WARNING: /" >&2
11730 ;;
10094esac 11731esac
10095echo "$as_me:$LINENO: checking for gif_lib.h" >&5 11732echo "$as_me:$LINENO: checking for gif_lib.h" >&5
10096echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 11733echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
@@ -10114,8 +11751,11 @@ else
10114 ac_check_lib_save_LIBS=$LIBS 11751 ac_check_lib_save_LIBS=$LIBS
10115LIBS="-lungif $LIBS" 11752LIBS="-lungif $LIBS"
10116cat >conftest.$ac_ext <<_ACEOF 11753cat >conftest.$ac_ext <<_ACEOF
10117#line $LINENO "configure" 11754/* confdefs.h. */
10118#include "confdefs.h" 11755_ACEOF
11756cat confdefs.h >>conftest.$ac_ext
11757cat >>conftest.$ac_ext <<_ACEOF
11758/* end confdefs.h. */
10119 11759
10120/* Override any gcc2 internal prototype to avoid an error. */ 11760/* Override any gcc2 internal prototype to avoid an error. */
10121#ifdef __cplusplus 11761#ifdef __cplusplus
@@ -10134,11 +11774,21 @@ EGifPutExtensionLast ();
10134_ACEOF 11774_ACEOF
10135rm -f conftest.$ac_objext conftest$ac_exeext 11775rm -f conftest.$ac_objext conftest$ac_exeext
10136if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11776if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10137 (eval $ac_link) 2>&5 11777 (eval $ac_link) 2>conftest.er1
10138 ac_status=$? 11778 ac_status=$?
11779 grep -v '^ *+' conftest.er1 >conftest.err
11780 rm -f conftest.er1
11781 cat conftest.err >&5
10139 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10140 (exit $ac_status); } && 11783 (exit $ac_status); } &&
10141 { ac_try='test -s conftest$ac_exeext' 11784 { ac_try='test -z "$ac_c_werror_flag"
11785 || test ! -s conftest.err'
11786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11787 (eval $ac_try) 2>&5
11788 ac_status=$?
11789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11790 (exit $ac_status); }; } &&
11791 { ac_try='test -s conftest$ac_exeext'
10142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10143 (eval $ac_try) 2>&5 11793 (eval $ac_try) 2>&5
10144 ac_status=$? 11794 ac_status=$?
@@ -10147,10 +11797,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10147 ac_cv_lib_ungif_EGifPutExtensionLast=yes 11797 ac_cv_lib_ungif_EGifPutExtensionLast=yes
10148else 11798else
10149 echo "$as_me: failed program was:" >&5 11799 echo "$as_me: failed program was:" >&5
10150cat conftest.$ac_ext >&5 11800sed 's/^/| /' conftest.$ac_ext >&5
11801
10151ac_cv_lib_ungif_EGifPutExtensionLast=no 11802ac_cv_lib_ungif_EGifPutExtensionLast=no
10152fi 11803fi
10153rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11804rm -f conftest.err conftest.$ac_objext \
11805 conftest$ac_exeext conftest.$ac_ext
10154LIBS=$ac_check_lib_save_LIBS 11806LIBS=$ac_check_lib_save_LIBS
10155fi 11807fi
10156echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 11808echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
@@ -10189,18 +11841,31 @@ else
10189echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5 11841echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
10190echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 11842echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6
10191cat >conftest.$ac_ext <<_ACEOF 11843cat >conftest.$ac_ext <<_ACEOF
10192#line $LINENO "configure" 11844/* confdefs.h. */
10193#include "confdefs.h" 11845_ACEOF
11846cat confdefs.h >>conftest.$ac_ext
11847cat >>conftest.$ac_ext <<_ACEOF
11848/* end confdefs.h. */
10194$ac_includes_default 11849$ac_includes_default
10195#include <Carbon/Carbon.h> 11850#include <Carbon/Carbon.h>
10196_ACEOF 11851_ACEOF
10197rm -f conftest.$ac_objext 11852rm -f conftest.$ac_objext
10198if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11853if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10199 (eval $ac_compile) 2>&5 11854 (eval $ac_compile) 2>conftest.er1
10200 ac_status=$? 11855 ac_status=$?
11856 grep -v '^ *+' conftest.er1 >conftest.err
11857 rm -f conftest.er1
11858 cat conftest.err >&5
10201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10202 (exit $ac_status); } && 11860 (exit $ac_status); } &&
10203 { ac_try='test -s conftest.$ac_objext' 11861 { ac_try='test -z "$ac_c_werror_flag"
11862 || test ! -s conftest.err'
11863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11864 (eval $ac_try) 2>&5
11865 ac_status=$?
11866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11867 (exit $ac_status); }; } &&
11868 { ac_try='test -s conftest.$ac_objext'
10204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10205 (eval $ac_try) 2>&5 11870 (eval $ac_try) 2>&5
10206 ac_status=$? 11871 ac_status=$?
@@ -10209,10 +11874,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10209 ac_header_compiler=yes 11874 ac_header_compiler=yes
10210else 11875else
10211 echo "$as_me: failed program was:" >&5 11876 echo "$as_me: failed program was:" >&5
10212cat conftest.$ac_ext >&5 11877sed 's/^/| /' conftest.$ac_ext >&5
11878
10213ac_header_compiler=no 11879ac_header_compiler=no
10214fi 11880fi
10215rm -f conftest.$ac_objext conftest.$ac_ext 11881rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10216echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11882echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10217echo "${ECHO_T}$ac_header_compiler" >&6 11883echo "${ECHO_T}$ac_header_compiler" >&6
10218 11884
@@ -10220,8 +11886,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10220echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5 11886echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
10221echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 11887echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6
10222cat >conftest.$ac_ext <<_ACEOF 11888cat >conftest.$ac_ext <<_ACEOF
10223#line $LINENO "configure" 11889/* confdefs.h. */
10224#include "confdefs.h" 11890_ACEOF
11891cat confdefs.h >>conftest.$ac_ext
11892cat >>conftest.$ac_ext <<_ACEOF
11893/* end confdefs.h. */
10225#include <Carbon/Carbon.h> 11894#include <Carbon/Carbon.h>
10226_ACEOF 11895_ACEOF
10227if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 11896if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -10234,6 +11903,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10234 (exit $ac_status); } >/dev/null; then 11903 (exit $ac_status); } >/dev/null; then
10235 if test -s conftest.err; then 11904 if test -s conftest.err; then
10236 ac_cpp_err=$ac_c_preproc_warn_flag 11905 ac_cpp_err=$ac_c_preproc_warn_flag
11906 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10237 else 11907 else
10238 ac_cpp_err= 11908 ac_cpp_err=
10239 fi 11909 fi
@@ -10244,7 +11914,8 @@ if test -z "$ac_cpp_err"; then
10244 ac_header_preproc=yes 11914 ac_header_preproc=yes
10245else 11915else
10246 echo "$as_me: failed program was:" >&5 11916 echo "$as_me: failed program was:" >&5
10247 cat conftest.$ac_ext >&5 11917sed 's/^/| /' conftest.$ac_ext >&5
11918
10248 ac_header_preproc=no 11919 ac_header_preproc=no
10249fi 11920fi
10250rm -f conftest.err conftest.$ac_ext 11921rm -f conftest.err conftest.$ac_ext
@@ -10252,19 +11923,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10252echo "${ECHO_T}$ac_header_preproc" >&6 11923echo "${ECHO_T}$ac_header_preproc" >&6
10253 11924
10254# So? What about this header? 11925# So? What about this header?
10255case $ac_header_compiler:$ac_header_preproc in 11926case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10256 yes:no ) 11927 yes:no: )
10257 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5 11928 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5
10258echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11929echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10259 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 11930 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5
10260echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};; 11931echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;}
10261 no:yes ) 11932 ac_header_preproc=yes
11933 ;;
11934 no:yes:* )
10262 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5 11935 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5
10263echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} 11936echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
10264 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5 11937 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5
10265echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;} 11938echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;}
11939 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&5
11940echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;}
11941 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&5
11942echo "$as_me: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&2;}
10266 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 11943 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
10267echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};; 11944echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
11945 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&5
11946echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;}
11947 (
11948 cat <<\_ASBOX
11949## ------------------------------------------ ##
11950## Report this to the AC_PACKAGE_NAME lists. ##
11951## ------------------------------------------ ##
11952_ASBOX
11953 ) |
11954 sed "s/^/$as_me: WARNING: /" >&2
11955 ;;
10268esac 11956esac
10269echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5 11957echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
10270echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6 11958echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
@@ -10319,18 +12007,31 @@ else
10319echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5 12007echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
10320echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 12008echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6
10321cat >conftest.$ac_ext <<_ACEOF 12009cat >conftest.$ac_ext <<_ACEOF
10322#line $LINENO "configure" 12010/* confdefs.h. */
10323#include "confdefs.h" 12011_ACEOF
12012cat confdefs.h >>conftest.$ac_ext
12013cat >>conftest.$ac_ext <<_ACEOF
12014/* end confdefs.h. */
10324$ac_includes_default 12015$ac_includes_default
10325#include <X11/SM/SMlib.h> 12016#include <X11/SM/SMlib.h>
10326_ACEOF 12017_ACEOF
10327rm -f conftest.$ac_objext 12018rm -f conftest.$ac_objext
10328if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 12019if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10329 (eval $ac_compile) 2>&5 12020 (eval $ac_compile) 2>conftest.er1
10330 ac_status=$? 12021 ac_status=$?
12022 grep -v '^ *+' conftest.er1 >conftest.err
12023 rm -f conftest.er1
12024 cat conftest.err >&5
10331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10332 (exit $ac_status); } && 12026 (exit $ac_status); } &&
10333 { ac_try='test -s conftest.$ac_objext' 12027 { ac_try='test -z "$ac_c_werror_flag"
12028 || test ! -s conftest.err'
12029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12030 (eval $ac_try) 2>&5
12031 ac_status=$?
12032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12033 (exit $ac_status); }; } &&
12034 { ac_try='test -s conftest.$ac_objext'
10334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10335 (eval $ac_try) 2>&5 12036 (eval $ac_try) 2>&5
10336 ac_status=$? 12037 ac_status=$?
@@ -10339,10 +12040,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10339 ac_header_compiler=yes 12040 ac_header_compiler=yes
10340else 12041else
10341 echo "$as_me: failed program was:" >&5 12042 echo "$as_me: failed program was:" >&5
10342cat conftest.$ac_ext >&5 12043sed 's/^/| /' conftest.$ac_ext >&5
12044
10343ac_header_compiler=no 12045ac_header_compiler=no
10344fi 12046fi
10345rm -f conftest.$ac_objext conftest.$ac_ext 12047rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10346echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12048echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10347echo "${ECHO_T}$ac_header_compiler" >&6 12049echo "${ECHO_T}$ac_header_compiler" >&6
10348 12050
@@ -10350,8 +12052,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10350echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 12052echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
10351echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 12053echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6
10352cat >conftest.$ac_ext <<_ACEOF 12054cat >conftest.$ac_ext <<_ACEOF
10353#line $LINENO "configure" 12055/* confdefs.h. */
10354#include "confdefs.h" 12056_ACEOF
12057cat confdefs.h >>conftest.$ac_ext
12058cat >>conftest.$ac_ext <<_ACEOF
12059/* end confdefs.h. */
10355#include <X11/SM/SMlib.h> 12060#include <X11/SM/SMlib.h>
10356_ACEOF 12061_ACEOF
10357if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12062if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -10364,6 +12069,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10364 (exit $ac_status); } >/dev/null; then 12069 (exit $ac_status); } >/dev/null; then
10365 if test -s conftest.err; then 12070 if test -s conftest.err; then
10366 ac_cpp_err=$ac_c_preproc_warn_flag 12071 ac_cpp_err=$ac_c_preproc_warn_flag
12072 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10367 else 12073 else
10368 ac_cpp_err= 12074 ac_cpp_err=
10369 fi 12075 fi
@@ -10374,7 +12080,8 @@ if test -z "$ac_cpp_err"; then
10374 ac_header_preproc=yes 12080 ac_header_preproc=yes
10375else 12081else
10376 echo "$as_me: failed program was:" >&5 12082 echo "$as_me: failed program was:" >&5
10377 cat conftest.$ac_ext >&5 12083sed 's/^/| /' conftest.$ac_ext >&5
12084
10378 ac_header_preproc=no 12085 ac_header_preproc=no
10379fi 12086fi
10380rm -f conftest.err conftest.$ac_ext 12087rm -f conftest.err conftest.$ac_ext
@@ -10382,19 +12089,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10382echo "${ECHO_T}$ac_header_preproc" >&6 12089echo "${ECHO_T}$ac_header_preproc" >&6
10383 12090
10384# So? What about this header? 12091# So? What about this header?
10385case $ac_header_compiler:$ac_header_preproc in 12092case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10386 yes:no ) 12093 yes:no: )
10387 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 12094 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
10388echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 12095echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10389 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 12096 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5
10390echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};; 12097echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;}
10391 no:yes ) 12098 ac_header_preproc=yes
12099 ;;
12100 no:yes:* )
10392 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 12101 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
10393echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} 12102echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
10394 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 12103 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
10395echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} 12104echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
12105 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5
12106echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}
12107 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5
12108echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
10396 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 12109 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
10397echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};; 12110echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
12111 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5
12112echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;}
12113 (
12114 cat <<\_ASBOX
12115## ------------------------------------------ ##
12116## Report this to the AC_PACKAGE_NAME lists. ##
12117## ------------------------------------------ ##
12118_ASBOX
12119 ) |
12120 sed "s/^/$as_me: WARNING: /" >&2
12121 ;;
10398esac 12122esac
10399echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5 12123echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
10400echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6 12124echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
@@ -10416,8 +12140,11 @@ else
10416 ac_check_lib_save_LIBS=$LIBS 12140 ac_check_lib_save_LIBS=$LIBS
10417LIBS="-lSM -lICE $LIBS" 12141LIBS="-lSM -lICE $LIBS"
10418cat >conftest.$ac_ext <<_ACEOF 12142cat >conftest.$ac_ext <<_ACEOF
10419#line $LINENO "configure" 12143/* confdefs.h. */
10420#include "confdefs.h" 12144_ACEOF
12145cat confdefs.h >>conftest.$ac_ext
12146cat >>conftest.$ac_ext <<_ACEOF
12147/* end confdefs.h. */
10421 12148
10422/* Override any gcc2 internal prototype to avoid an error. */ 12149/* Override any gcc2 internal prototype to avoid an error. */
10423#ifdef __cplusplus 12150#ifdef __cplusplus
@@ -10436,11 +12163,21 @@ SmcOpenConnection ();
10436_ACEOF 12163_ACEOF
10437rm -f conftest.$ac_objext conftest$ac_exeext 12164rm -f conftest.$ac_objext conftest$ac_exeext
10438if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12165if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10439 (eval $ac_link) 2>&5 12166 (eval $ac_link) 2>conftest.er1
10440 ac_status=$? 12167 ac_status=$?
12168 grep -v '^ *+' conftest.er1 >conftest.err
12169 rm -f conftest.er1
12170 cat conftest.err >&5
10441 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10442 (exit $ac_status); } && 12172 (exit $ac_status); } &&
10443 { ac_try='test -s conftest$ac_exeext' 12173 { ac_try='test -z "$ac_c_werror_flag"
12174 || test ! -s conftest.err'
12175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12176 (eval $ac_try) 2>&5
12177 ac_status=$?
12178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12179 (exit $ac_status); }; } &&
12180 { ac_try='test -s conftest$ac_exeext'
10444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10445 (eval $ac_try) 2>&5 12182 (eval $ac_try) 2>&5
10446 ac_status=$? 12183 ac_status=$?
@@ -10449,10 +12186,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10449 ac_cv_lib_SM_SmcOpenConnection=yes 12186 ac_cv_lib_SM_SmcOpenConnection=yes
10450else 12187else
10451 echo "$as_me: failed program was:" >&5 12188 echo "$as_me: failed program was:" >&5
10452cat conftest.$ac_ext >&5 12189sed 's/^/| /' conftest.$ac_ext >&5
12190
10453ac_cv_lib_SM_SmcOpenConnection=no 12191ac_cv_lib_SM_SmcOpenConnection=no
10454fi 12192fi
10455rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12193rm -f conftest.err conftest.$ac_objext \
12194 conftest$ac_exeext conftest.$ac_ext
10456LIBS=$ac_check_lib_save_LIBS 12195LIBS=$ac_check_lib_save_LIBS
10457fi 12196fi
10458echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 12197echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
@@ -10485,8 +12224,11 @@ if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
10485 echo $ECHO_N "(cached) $ECHO_C" >&6 12224 echo $ECHO_N "(cached) $ECHO_C" >&6
10486else 12225else
10487 cat >conftest.$ac_ext <<_ACEOF 12226 cat >conftest.$ac_ext <<_ACEOF
10488#line $LINENO "configure" 12227/* confdefs.h. */
10489#include "confdefs.h" 12228_ACEOF
12229cat confdefs.h >>conftest.$ac_ext
12230cat >>conftest.$ac_ext <<_ACEOF
12231/* end confdefs.h. */
10490#include <netdb.h> 12232#include <netdb.h>
10491int 12233int
10492main () 12234main ()
@@ -10498,11 +12240,21 @@ return h_errno;
10498_ACEOF 12240_ACEOF
10499rm -f conftest.$ac_objext conftest$ac_exeext 12241rm -f conftest.$ac_objext conftest$ac_exeext
10500if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10501 (eval $ac_link) 2>&5 12243 (eval $ac_link) 2>conftest.er1
10502 ac_status=$? 12244 ac_status=$?
12245 grep -v '^ *+' conftest.er1 >conftest.err
12246 rm -f conftest.er1
12247 cat conftest.err >&5
10503 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10504 (exit $ac_status); } && 12249 (exit $ac_status); } &&
10505 { ac_try='test -s conftest$ac_exeext' 12250 { ac_try='test -z "$ac_c_werror_flag"
12251 || test ! -s conftest.err'
12252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12253 (eval $ac_try) 2>&5
12254 ac_status=$?
12255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12256 (exit $ac_status); }; } &&
12257 { ac_try='test -s conftest$ac_exeext'
10506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10507 (eval $ac_try) 2>&5 12259 (eval $ac_try) 2>&5
10508 ac_status=$? 12260 ac_status=$?
@@ -10511,10 +12263,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10511 emacs_cv_netdb_declares_h_errno=yes 12263 emacs_cv_netdb_declares_h_errno=yes
10512else 12264else
10513 echo "$as_me: failed program was:" >&5 12265 echo "$as_me: failed program was:" >&5
10514cat conftest.$ac_ext >&5 12266sed 's/^/| /' conftest.$ac_ext >&5
12267
10515emacs_cv_netdb_declares_h_errno=no 12268emacs_cv_netdb_declares_h_errno=no
10516fi 12269fi
10517rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12270rm -f conftest.err conftest.$ac_objext \
12271 conftest$ac_exeext conftest.$ac_ext
10518fi 12272fi
10519echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5 12273echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5
10520echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 12274echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
@@ -10534,8 +12288,11 @@ if test "${ac_cv_working_alloca_h+set}" = set; then
10534 echo $ECHO_N "(cached) $ECHO_C" >&6 12288 echo $ECHO_N "(cached) $ECHO_C" >&6
10535else 12289else
10536 cat >conftest.$ac_ext <<_ACEOF 12290 cat >conftest.$ac_ext <<_ACEOF
10537#line $LINENO "configure" 12291/* confdefs.h. */
10538#include "confdefs.h" 12292_ACEOF
12293cat confdefs.h >>conftest.$ac_ext
12294cat >>conftest.$ac_ext <<_ACEOF
12295/* end confdefs.h. */
10539#include <alloca.h> 12296#include <alloca.h>
10540int 12297int
10541main () 12298main ()
@@ -10547,11 +12304,21 @@ char *p = (char *) alloca (2 * sizeof (int));
10547_ACEOF 12304_ACEOF
10548rm -f conftest.$ac_objext conftest$ac_exeext 12305rm -f conftest.$ac_objext conftest$ac_exeext
10549if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12306if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10550 (eval $ac_link) 2>&5 12307 (eval $ac_link) 2>conftest.er1
10551 ac_status=$? 12308 ac_status=$?
12309 grep -v '^ *+' conftest.er1 >conftest.err
12310 rm -f conftest.er1
12311 cat conftest.err >&5
10552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10553 (exit $ac_status); } && 12313 (exit $ac_status); } &&
10554 { ac_try='test -s conftest$ac_exeext' 12314 { ac_try='test -z "$ac_c_werror_flag"
12315 || test ! -s conftest.err'
12316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12317 (eval $ac_try) 2>&5
12318 ac_status=$?
12319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12320 (exit $ac_status); }; } &&
12321 { ac_try='test -s conftest$ac_exeext'
10555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10556 (eval $ac_try) 2>&5 12323 (eval $ac_try) 2>&5
10557 ac_status=$? 12324 ac_status=$?
@@ -10560,10 +12327,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10560 ac_cv_working_alloca_h=yes 12327 ac_cv_working_alloca_h=yes
10561else 12328else
10562 echo "$as_me: failed program was:" >&5 12329 echo "$as_me: failed program was:" >&5
10563cat conftest.$ac_ext >&5 12330sed 's/^/| /' conftest.$ac_ext >&5
12331
10564ac_cv_working_alloca_h=no 12332ac_cv_working_alloca_h=no
10565fi 12333fi
10566rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12334rm -f conftest.err conftest.$ac_objext \
12335 conftest$ac_exeext conftest.$ac_ext
10567fi 12336fi
10568echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 12337echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
10569echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 12338echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
@@ -10581,8 +12350,11 @@ if test "${ac_cv_func_alloca_works+set}" = set; then
10581 echo $ECHO_N "(cached) $ECHO_C" >&6 12350 echo $ECHO_N "(cached) $ECHO_C" >&6
10582else 12351else
10583 cat >conftest.$ac_ext <<_ACEOF 12352 cat >conftest.$ac_ext <<_ACEOF
10584#line $LINENO "configure" 12353/* confdefs.h. */
10585#include "confdefs.h" 12354_ACEOF
12355cat confdefs.h >>conftest.$ac_ext
12356cat >>conftest.$ac_ext <<_ACEOF
12357/* end confdefs.h. */
10586#ifdef __GNUC__ 12358#ifdef __GNUC__
10587# define alloca __builtin_alloca 12359# define alloca __builtin_alloca
10588#else 12360#else
@@ -10614,11 +12386,21 @@ char *p = (char *) alloca (1);
10614_ACEOF 12386_ACEOF
10615rm -f conftest.$ac_objext conftest$ac_exeext 12387rm -f conftest.$ac_objext conftest$ac_exeext
10616if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12388if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10617 (eval $ac_link) 2>&5 12389 (eval $ac_link) 2>conftest.er1
10618 ac_status=$? 12390 ac_status=$?
12391 grep -v '^ *+' conftest.er1 >conftest.err
12392 rm -f conftest.er1
12393 cat conftest.err >&5
10619 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10620 (exit $ac_status); } && 12395 (exit $ac_status); } &&
10621 { ac_try='test -s conftest$ac_exeext' 12396 { ac_try='test -z "$ac_c_werror_flag"
12397 || test ! -s conftest.err'
12398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12399 (eval $ac_try) 2>&5
12400 ac_status=$?
12401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12402 (exit $ac_status); }; } &&
12403 { ac_try='test -s conftest$ac_exeext'
10622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10623 (eval $ac_try) 2>&5 12405 (eval $ac_try) 2>&5
10624 ac_status=$? 12406 ac_status=$?
@@ -10627,10 +12409,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10627 ac_cv_func_alloca_works=yes 12409 ac_cv_func_alloca_works=yes
10628else 12410else
10629 echo "$as_me: failed program was:" >&5 12411 echo "$as_me: failed program was:" >&5
10630cat conftest.$ac_ext >&5 12412sed 's/^/| /' conftest.$ac_ext >&5
12413
10631ac_cv_func_alloca_works=no 12414ac_cv_func_alloca_works=no
10632fi 12415fi
10633rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12416rm -f conftest.err conftest.$ac_objext \
12417 conftest$ac_exeext conftest.$ac_ext
10634fi 12418fi
10635echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 12419echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
10636echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 12420echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
@@ -10660,8 +12444,11 @@ if test "${ac_cv_os_cray+set}" = set; then
10660 echo $ECHO_N "(cached) $ECHO_C" >&6 12444 echo $ECHO_N "(cached) $ECHO_C" >&6
10661else 12445else
10662 cat >conftest.$ac_ext <<_ACEOF 12446 cat >conftest.$ac_ext <<_ACEOF
10663#line $LINENO "configure" 12447/* confdefs.h. */
10664#include "confdefs.h" 12448_ACEOF
12449cat confdefs.h >>conftest.$ac_ext
12450cat >>conftest.$ac_ext <<_ACEOF
12451/* end confdefs.h. */
10665#if defined(CRAY) && ! defined(CRAY2) 12452#if defined(CRAY) && ! defined(CRAY2)
10666webecray 12453webecray
10667#else 12454#else
@@ -10689,43 +12476,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
10689 echo $ECHO_N "(cached) $ECHO_C" >&6 12476 echo $ECHO_N "(cached) $ECHO_C" >&6
10690else 12477else
10691 cat >conftest.$ac_ext <<_ACEOF 12478 cat >conftest.$ac_ext <<_ACEOF
10692#line $LINENO "configure" 12479/* confdefs.h. */
10693#include "confdefs.h" 12480_ACEOF
12481cat confdefs.h >>conftest.$ac_ext
12482cat >>conftest.$ac_ext <<_ACEOF
12483/* end confdefs.h. */
12484/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12485 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12486#define $ac_func innocuous_$ac_func
12487
10694/* System header to define __stub macros and hopefully few prototypes, 12488/* System header to define __stub macros and hopefully few prototypes,
10695 which can conflict with char $ac_func (); below. */ 12489 which can conflict with char $ac_func (); below.
10696#include <assert.h> 12490 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12491 <limits.h> exists even on freestanding compilers. */
12492
12493#ifdef __STDC__
12494# include <limits.h>
12495#else
12496# include <assert.h>
12497#endif
12498
12499#undef $ac_func
12500
10697/* Override any gcc2 internal prototype to avoid an error. */ 12501/* Override any gcc2 internal prototype to avoid an error. */
10698#ifdef __cplusplus 12502#ifdef __cplusplus
10699extern "C" 12503extern "C"
12504{
10700#endif 12505#endif
10701/* We use char because int might match the return type of a gcc2 12506/* We use char because int might match the return type of a gcc2
10702 builtin and then its argument prototype would still apply. */ 12507 builtin and then its argument prototype would still apply. */
10703char $ac_func (); 12508char $ac_func ();
10704char (*f) ();
10705
10706int
10707main ()
10708{
10709/* The GNU C library defines this for functions which it implements 12509/* The GNU C library defines this for functions which it implements
10710 to always fail with ENOSYS. Some functions are actually named 12510 to always fail with ENOSYS. Some functions are actually named
10711 something starting with __ and the normal name is an alias. */ 12511 something starting with __ and the normal name is an alias. */
10712#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 12512#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10713choke me 12513choke me
10714#else 12514#else
10715f = $ac_func; 12515char (*f) () = $ac_func;
12516#endif
12517#ifdef __cplusplus
12518}
10716#endif 12519#endif
10717 12520
12521int
12522main ()
12523{
12524return f != $ac_func;
10718 ; 12525 ;
10719 return 0; 12526 return 0;
10720} 12527}
10721_ACEOF 12528_ACEOF
10722rm -f conftest.$ac_objext conftest$ac_exeext 12529rm -f conftest.$ac_objext conftest$ac_exeext
10723if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12530if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10724 (eval $ac_link) 2>&5 12531 (eval $ac_link) 2>conftest.er1
10725 ac_status=$? 12532 ac_status=$?
12533 grep -v '^ *+' conftest.er1 >conftest.err
12534 rm -f conftest.er1
12535 cat conftest.err >&5
10726 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10727 (exit $ac_status); } && 12537 (exit $ac_status); } &&
10728 { ac_try='test -s conftest$ac_exeext' 12538 { ac_try='test -z "$ac_c_werror_flag"
12539 || test ! -s conftest.err'
12540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12541 (eval $ac_try) 2>&5
12542 ac_status=$?
12543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12544 (exit $ac_status); }; } &&
12545 { ac_try='test -s conftest$ac_exeext'
10729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10730 (eval $ac_try) 2>&5 12547 (eval $ac_try) 2>&5
10731 ac_status=$? 12548 ac_status=$?
@@ -10734,10 +12551,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10734 eval "$as_ac_var=yes" 12551 eval "$as_ac_var=yes"
10735else 12552else
10736 echo "$as_me: failed program was:" >&5 12553 echo "$as_me: failed program was:" >&5
10737cat conftest.$ac_ext >&5 12554sed 's/^/| /' conftest.$ac_ext >&5
12555
10738eval "$as_ac_var=no" 12556eval "$as_ac_var=no"
10739fi 12557fi
10740rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12558rm -f conftest.err conftest.$ac_objext \
12559 conftest$ac_exeext conftest.$ac_ext
10741fi 12560fi
10742echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 12561echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10743echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12562echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -10762,8 +12581,11 @@ else
10762 ac_cv_c_stack_direction=0 12581 ac_cv_c_stack_direction=0
10763else 12582else
10764 cat >conftest.$ac_ext <<_ACEOF 12583 cat >conftest.$ac_ext <<_ACEOF
10765#line $LINENO "configure" 12584/* confdefs.h. */
10766#include "confdefs.h" 12585_ACEOF
12586cat confdefs.h >>conftest.$ac_ext
12587cat >>conftest.$ac_ext <<_ACEOF
12588/* end confdefs.h. */
10767int 12589int
10768find_stack_direction () 12590find_stack_direction ()
10769{ 12591{
@@ -10799,11 +12621,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10799else 12621else
10800 echo "$as_me: program exited with status $ac_status" >&5 12622 echo "$as_me: program exited with status $ac_status" >&5
10801echo "$as_me: failed program was:" >&5 12623echo "$as_me: failed program was:" >&5
10802cat conftest.$ac_ext >&5 12624sed 's/^/| /' conftest.$ac_ext >&5
12625
10803( exit $ac_status ) 12626( exit $ac_status )
10804ac_cv_c_stack_direction=-1 12627ac_cv_c_stack_direction=-1
10805fi 12628fi
10806rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12629rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10807fi 12630fi
10808fi 12631fi
10809echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 12632echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
@@ -10828,8 +12651,11 @@ else
10828 ac_check_lib_save_LIBS=$LIBS 12651 ac_check_lib_save_LIBS=$LIBS
10829LIBS="-lm $LIBS" 12652LIBS="-lm $LIBS"
10830cat >conftest.$ac_ext <<_ACEOF 12653cat >conftest.$ac_ext <<_ACEOF
10831#line $LINENO "configure" 12654/* confdefs.h. */
10832#include "confdefs.h" 12655_ACEOF
12656cat confdefs.h >>conftest.$ac_ext
12657cat >>conftest.$ac_ext <<_ACEOF
12658/* end confdefs.h. */
10833 12659
10834/* Override any gcc2 internal prototype to avoid an error. */ 12660/* Override any gcc2 internal prototype to avoid an error. */
10835#ifdef __cplusplus 12661#ifdef __cplusplus
@@ -10848,11 +12674,21 @@ sqrt ();
10848_ACEOF 12674_ACEOF
10849rm -f conftest.$ac_objext conftest$ac_exeext 12675rm -f conftest.$ac_objext conftest$ac_exeext
10850if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12676if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10851 (eval $ac_link) 2>&5 12677 (eval $ac_link) 2>conftest.er1
10852 ac_status=$? 12678 ac_status=$?
12679 grep -v '^ *+' conftest.er1 >conftest.err
12680 rm -f conftest.er1
12681 cat conftest.err >&5
10853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10854 (exit $ac_status); } && 12683 (exit $ac_status); } &&
10855 { ac_try='test -s conftest$ac_exeext' 12684 { ac_try='test -z "$ac_c_werror_flag"
12685 || test ! -s conftest.err'
12686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12687 (eval $ac_try) 2>&5
12688 ac_status=$?
12689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12690 (exit $ac_status); }; } &&
12691 { ac_try='test -s conftest$ac_exeext'
10856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10857 (eval $ac_try) 2>&5 12693 (eval $ac_try) 2>&5
10858 ac_status=$? 12694 ac_status=$?
@@ -10861,10 +12697,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10861 ac_cv_lib_m_sqrt=yes 12697 ac_cv_lib_m_sqrt=yes
10862else 12698else
10863 echo "$as_me: failed program was:" >&5 12699 echo "$as_me: failed program was:" >&5
10864cat conftest.$ac_ext >&5 12700sed 's/^/| /' conftest.$ac_ext >&5
12701
10865ac_cv_lib_m_sqrt=no 12702ac_cv_lib_m_sqrt=no
10866fi 12703fi
10867rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12704rm -f conftest.err conftest.$ac_objext \
12705 conftest$ac_exeext conftest.$ac_ext
10868LIBS=$ac_check_lib_save_LIBS 12706LIBS=$ac_check_lib_save_LIBS
10869fi 12707fi
10870echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 12708echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
@@ -10890,8 +12728,11 @@ else
10890 ac_check_lib_save_LIBS=$LIBS 12728 ac_check_lib_save_LIBS=$LIBS
10891LIBS="-lmail $LIBS" 12729LIBS="-lmail $LIBS"
10892cat >conftest.$ac_ext <<_ACEOF 12730cat >conftest.$ac_ext <<_ACEOF
10893#line $LINENO "configure" 12731/* confdefs.h. */
10894#include "confdefs.h" 12732_ACEOF
12733cat confdefs.h >>conftest.$ac_ext
12734cat >>conftest.$ac_ext <<_ACEOF
12735/* end confdefs.h. */
10895 12736
10896/* Override any gcc2 internal prototype to avoid an error. */ 12737/* Override any gcc2 internal prototype to avoid an error. */
10897#ifdef __cplusplus 12738#ifdef __cplusplus
@@ -10910,11 +12751,21 @@ maillock ();
10910_ACEOF 12751_ACEOF
10911rm -f conftest.$ac_objext conftest$ac_exeext 12752rm -f conftest.$ac_objext conftest$ac_exeext
10912if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12753if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10913 (eval $ac_link) 2>&5 12754 (eval $ac_link) 2>conftest.er1
10914 ac_status=$? 12755 ac_status=$?
12756 grep -v '^ *+' conftest.er1 >conftest.err
12757 rm -f conftest.er1
12758 cat conftest.err >&5
10915 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10916 (exit $ac_status); } && 12760 (exit $ac_status); } &&
10917 { ac_try='test -s conftest$ac_exeext' 12761 { ac_try='test -z "$ac_c_werror_flag"
12762 || test ! -s conftest.err'
12763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12764 (eval $ac_try) 2>&5
12765 ac_status=$?
12766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12767 (exit $ac_status); }; } &&
12768 { ac_try='test -s conftest$ac_exeext'
10918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10919 (eval $ac_try) 2>&5 12770 (eval $ac_try) 2>&5
10920 ac_status=$? 12771 ac_status=$?
@@ -10923,10 +12774,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10923 ac_cv_lib_mail_maillock=yes 12774 ac_cv_lib_mail_maillock=yes
10924else 12775else
10925 echo "$as_me: failed program was:" >&5 12776 echo "$as_me: failed program was:" >&5
10926cat conftest.$ac_ext >&5 12777sed 's/^/| /' conftest.$ac_ext >&5
12778
10927ac_cv_lib_mail_maillock=no 12779ac_cv_lib_mail_maillock=no
10928fi 12780fi
10929rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12781rm -f conftest.err conftest.$ac_objext \
12782 conftest$ac_exeext conftest.$ac_ext
10930LIBS=$ac_check_lib_save_LIBS 12783LIBS=$ac_check_lib_save_LIBS
10931fi 12784fi
10932echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5 12785echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5
@@ -10949,8 +12802,11 @@ else
10949 ac_check_lib_save_LIBS=$LIBS 12802 ac_check_lib_save_LIBS=$LIBS
10950LIBS="-llockfile $LIBS" 12803LIBS="-llockfile $LIBS"
10951cat >conftest.$ac_ext <<_ACEOF 12804cat >conftest.$ac_ext <<_ACEOF
10952#line $LINENO "configure" 12805/* confdefs.h. */
10953#include "confdefs.h" 12806_ACEOF
12807cat confdefs.h >>conftest.$ac_ext
12808cat >>conftest.$ac_ext <<_ACEOF
12809/* end confdefs.h. */
10954 12810
10955/* Override any gcc2 internal prototype to avoid an error. */ 12811/* Override any gcc2 internal prototype to avoid an error. */
10956#ifdef __cplusplus 12812#ifdef __cplusplus
@@ -10969,11 +12825,21 @@ maillock ();
10969_ACEOF 12825_ACEOF
10970rm -f conftest.$ac_objext conftest$ac_exeext 12826rm -f conftest.$ac_objext conftest$ac_exeext
10971if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12827if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10972 (eval $ac_link) 2>&5 12828 (eval $ac_link) 2>conftest.er1
10973 ac_status=$? 12829 ac_status=$?
12830 grep -v '^ *+' conftest.er1 >conftest.err
12831 rm -f conftest.er1
12832 cat conftest.err >&5
10974 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10975 (exit $ac_status); } && 12834 (exit $ac_status); } &&
10976 { ac_try='test -s conftest$ac_exeext' 12835 { ac_try='test -z "$ac_c_werror_flag"
12836 || test ! -s conftest.err'
12837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12838 (eval $ac_try) 2>&5
12839 ac_status=$?
12840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12841 (exit $ac_status); }; } &&
12842 { ac_try='test -s conftest$ac_exeext'
10977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10978 (eval $ac_try) 2>&5 12844 (eval $ac_try) 2>&5
10979 ac_status=$? 12845 ac_status=$?
@@ -10982,10 +12848,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10982 ac_cv_lib_lockfile_maillock=yes 12848 ac_cv_lib_lockfile_maillock=yes
10983else 12849else
10984 echo "$as_me: failed program was:" >&5 12850 echo "$as_me: failed program was:" >&5
10985cat conftest.$ac_ext >&5 12851sed 's/^/| /' conftest.$ac_ext >&5
12852
10986ac_cv_lib_lockfile_maillock=no 12853ac_cv_lib_lockfile_maillock=no
10987fi 12854fi
10988rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12855rm -f conftest.err conftest.$ac_objext \
12856 conftest$ac_exeext conftest.$ac_ext
10989LIBS=$ac_check_lib_save_LIBS 12857LIBS=$ac_check_lib_save_LIBS
10990fi 12858fi
10991echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 12859echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5
@@ -11061,43 +12929,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11061 echo $ECHO_N "(cached) $ECHO_C" >&6 12929 echo $ECHO_N "(cached) $ECHO_C" >&6
11062else 12930else
11063 cat >conftest.$ac_ext <<_ACEOF 12931 cat >conftest.$ac_ext <<_ACEOF
11064#line $LINENO "configure" 12932/* confdefs.h. */
11065#include "confdefs.h" 12933_ACEOF
12934cat confdefs.h >>conftest.$ac_ext
12935cat >>conftest.$ac_ext <<_ACEOF
12936/* end confdefs.h. */
12937/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12938 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12939#define $ac_func innocuous_$ac_func
12940
11066/* System header to define __stub macros and hopefully few prototypes, 12941/* System header to define __stub macros and hopefully few prototypes,
11067 which can conflict with char $ac_func (); below. */ 12942 which can conflict with char $ac_func (); below.
11068#include <assert.h> 12943 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12944 <limits.h> exists even on freestanding compilers. */
12945
12946#ifdef __STDC__
12947# include <limits.h>
12948#else
12949# include <assert.h>
12950#endif
12951
12952#undef $ac_func
12953
11069/* Override any gcc2 internal prototype to avoid an error. */ 12954/* Override any gcc2 internal prototype to avoid an error. */
11070#ifdef __cplusplus 12955#ifdef __cplusplus
11071extern "C" 12956extern "C"
12957{
11072#endif 12958#endif
11073/* We use char because int might match the return type of a gcc2 12959/* We use char because int might match the return type of a gcc2
11074 builtin and then its argument prototype would still apply. */ 12960 builtin and then its argument prototype would still apply. */
11075char $ac_func (); 12961char $ac_func ();
11076char (*f) ();
11077
11078int
11079main ()
11080{
11081/* The GNU C library defines this for functions which it implements 12962/* The GNU C library defines this for functions which it implements
11082 to always fail with ENOSYS. Some functions are actually named 12963 to always fail with ENOSYS. Some functions are actually named
11083 something starting with __ and the normal name is an alias. */ 12964 something starting with __ and the normal name is an alias. */
11084#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 12965#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11085choke me 12966choke me
11086#else 12967#else
11087f = $ac_func; 12968char (*f) () = $ac_func;
12969#endif
12970#ifdef __cplusplus
12971}
11088#endif 12972#endif
11089 12973
12974int
12975main ()
12976{
12977return f != $ac_func;
11090 ; 12978 ;
11091 return 0; 12979 return 0;
11092} 12980}
11093_ACEOF 12981_ACEOF
11094rm -f conftest.$ac_objext conftest$ac_exeext 12982rm -f conftest.$ac_objext conftest$ac_exeext
11095if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12983if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11096 (eval $ac_link) 2>&5 12984 (eval $ac_link) 2>conftest.er1
11097 ac_status=$? 12985 ac_status=$?
12986 grep -v '^ *+' conftest.er1 >conftest.err
12987 rm -f conftest.er1
12988 cat conftest.err >&5
11098 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11099 (exit $ac_status); } && 12990 (exit $ac_status); } &&
11100 { ac_try='test -s conftest$ac_exeext' 12991 { ac_try='test -z "$ac_c_werror_flag"
12992 || test ! -s conftest.err'
12993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12994 (eval $ac_try) 2>&5
12995 ac_status=$?
12996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12997 (exit $ac_status); }; } &&
12998 { ac_try='test -s conftest$ac_exeext'
11101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11102 (eval $ac_try) 2>&5 13000 (eval $ac_try) 2>&5
11103 ac_status=$? 13001 ac_status=$?
@@ -11106,10 +13004,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11106 eval "$as_ac_var=yes" 13004 eval "$as_ac_var=yes"
11107else 13005else
11108 echo "$as_me: failed program was:" >&5 13006 echo "$as_me: failed program was:" >&5
11109cat conftest.$ac_ext >&5 13007sed 's/^/| /' conftest.$ac_ext >&5
13008
11110eval "$as_ac_var=no" 13009eval "$as_ac_var=no"
11111fi 13010fi
11112rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13011rm -f conftest.err conftest.$ac_objext \
13012 conftest$ac_exeext conftest.$ac_ext
11113fi 13013fi
11114echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13014echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11115echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13015echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -11138,18 +13038,31 @@ else
11138echo "$as_me:$LINENO: checking $ac_header usability" >&5 13038echo "$as_me:$LINENO: checking $ac_header usability" >&5
11139echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13039echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11140cat >conftest.$ac_ext <<_ACEOF 13040cat >conftest.$ac_ext <<_ACEOF
11141#line $LINENO "configure" 13041/* confdefs.h. */
11142#include "confdefs.h" 13042_ACEOF
13043cat confdefs.h >>conftest.$ac_ext
13044cat >>conftest.$ac_ext <<_ACEOF
13045/* end confdefs.h. */
11143$ac_includes_default 13046$ac_includes_default
11144#include <$ac_header> 13047#include <$ac_header>
11145_ACEOF 13048_ACEOF
11146rm -f conftest.$ac_objext 13049rm -f conftest.$ac_objext
11147if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13050if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11148 (eval $ac_compile) 2>&5 13051 (eval $ac_compile) 2>conftest.er1
11149 ac_status=$? 13052 ac_status=$?
13053 grep -v '^ *+' conftest.er1 >conftest.err
13054 rm -f conftest.er1
13055 cat conftest.err >&5
11150 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11151 (exit $ac_status); } && 13057 (exit $ac_status); } &&
11152 { ac_try='test -s conftest.$ac_objext' 13058 { ac_try='test -z "$ac_c_werror_flag"
13059 || test ! -s conftest.err'
13060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13061 (eval $ac_try) 2>&5
13062 ac_status=$?
13063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13064 (exit $ac_status); }; } &&
13065 { ac_try='test -s conftest.$ac_objext'
11153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11154 (eval $ac_try) 2>&5 13067 (eval $ac_try) 2>&5
11155 ac_status=$? 13068 ac_status=$?
@@ -11158,10 +13071,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11158 ac_header_compiler=yes 13071 ac_header_compiler=yes
11159else 13072else
11160 echo "$as_me: failed program was:" >&5 13073 echo "$as_me: failed program was:" >&5
11161cat conftest.$ac_ext >&5 13074sed 's/^/| /' conftest.$ac_ext >&5
13075
11162ac_header_compiler=no 13076ac_header_compiler=no
11163fi 13077fi
11164rm -f conftest.$ac_objext conftest.$ac_ext 13078rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11165echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13079echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11166echo "${ECHO_T}$ac_header_compiler" >&6 13080echo "${ECHO_T}$ac_header_compiler" >&6
11167 13081
@@ -11169,8 +13083,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11169echo "$as_me:$LINENO: checking $ac_header presence" >&5 13083echo "$as_me:$LINENO: checking $ac_header presence" >&5
11170echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13084echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11171cat >conftest.$ac_ext <<_ACEOF 13085cat >conftest.$ac_ext <<_ACEOF
11172#line $LINENO "configure" 13086/* confdefs.h. */
11173#include "confdefs.h" 13087_ACEOF
13088cat confdefs.h >>conftest.$ac_ext
13089cat >>conftest.$ac_ext <<_ACEOF
13090/* end confdefs.h. */
11174#include <$ac_header> 13091#include <$ac_header>
11175_ACEOF 13092_ACEOF
11176if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 13093if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11183,6 +13100,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11183 (exit $ac_status); } >/dev/null; then 13100 (exit $ac_status); } >/dev/null; then
11184 if test -s conftest.err; then 13101 if test -s conftest.err; then
11185 ac_cpp_err=$ac_c_preproc_warn_flag 13102 ac_cpp_err=$ac_c_preproc_warn_flag
13103 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11186 else 13104 else
11187 ac_cpp_err= 13105 ac_cpp_err=
11188 fi 13106 fi
@@ -11193,7 +13111,8 @@ if test -z "$ac_cpp_err"; then
11193 ac_header_preproc=yes 13111 ac_header_preproc=yes
11194else 13112else
11195 echo "$as_me: failed program was:" >&5 13113 echo "$as_me: failed program was:" >&5
11196 cat conftest.$ac_ext >&5 13114sed 's/^/| /' conftest.$ac_ext >&5
13115
11197 ac_header_preproc=no 13116 ac_header_preproc=no
11198fi 13117fi
11199rm -f conftest.err conftest.$ac_ext 13118rm -f conftest.err conftest.$ac_ext
@@ -11201,26 +13120,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11201echo "${ECHO_T}$ac_header_preproc" >&6 13120echo "${ECHO_T}$ac_header_preproc" >&6
11202 13121
11203# So? What about this header? 13122# So? What about this header?
11204case $ac_header_compiler:$ac_header_preproc in 13123case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11205 yes:no ) 13124 yes:no: )
11206 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13125 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11207echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13126echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11208 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13127 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11209echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13128echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11210 no:yes ) 13129 ac_header_preproc=yes
13130 ;;
13131 no:yes:* )
11211 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13132 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11212echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13133echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11213 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13134 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11214echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13135echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13136 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13137echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13138 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13139echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11215 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13140 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11216echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13141echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13142 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13143echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13144 (
13145 cat <<\_ASBOX
13146## ------------------------------------------ ##
13147## Report this to the AC_PACKAGE_NAME lists. ##
13148## ------------------------------------------ ##
13149_ASBOX
13150 ) |
13151 sed "s/^/$as_me: WARNING: /" >&2
13152 ;;
11217esac 13153esac
11218echo "$as_me:$LINENO: checking for $ac_header" >&5 13154echo "$as_me:$LINENO: checking for $ac_header" >&5
11219echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 13155echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11220if eval "test \"\${$as_ac_Header+set}\" = set"; then 13156if eval "test \"\${$as_ac_Header+set}\" = set"; then
11221 echo $ECHO_N "(cached) $ECHO_C" >&6 13157 echo $ECHO_N "(cached) $ECHO_C" >&6
11222else 13158else
11223 eval "$as_ac_Header=$ac_header_preproc" 13159 eval "$as_ac_Header=\$ac_header_preproc"
11224fi 13160fi
11225echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13161echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11226echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 13162echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -11320,43 +13256,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11320 echo $ECHO_N "(cached) $ECHO_C" >&6 13256 echo $ECHO_N "(cached) $ECHO_C" >&6
11321else 13257else
11322 cat >conftest.$ac_ext <<_ACEOF 13258 cat >conftest.$ac_ext <<_ACEOF
11323#line $LINENO "configure" 13259/* confdefs.h. */
11324#include "confdefs.h" 13260_ACEOF
13261cat confdefs.h >>conftest.$ac_ext
13262cat >>conftest.$ac_ext <<_ACEOF
13263/* end confdefs.h. */
13264/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13265 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13266#define $ac_func innocuous_$ac_func
13267
11325/* System header to define __stub macros and hopefully few prototypes, 13268/* System header to define __stub macros and hopefully few prototypes,
11326 which can conflict with char $ac_func (); below. */ 13269 which can conflict with char $ac_func (); below.
11327#include <assert.h> 13270 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13271 <limits.h> exists even on freestanding compilers. */
13272
13273#ifdef __STDC__
13274# include <limits.h>
13275#else
13276# include <assert.h>
13277#endif
13278
13279#undef $ac_func
13280
11328/* Override any gcc2 internal prototype to avoid an error. */ 13281/* Override any gcc2 internal prototype to avoid an error. */
11329#ifdef __cplusplus 13282#ifdef __cplusplus
11330extern "C" 13283extern "C"
13284{
11331#endif 13285#endif
11332/* We use char because int might match the return type of a gcc2 13286/* We use char because int might match the return type of a gcc2
11333 builtin and then its argument prototype would still apply. */ 13287 builtin and then its argument prototype would still apply. */
11334char $ac_func (); 13288char $ac_func ();
11335char (*f) ();
11336
11337int
11338main ()
11339{
11340/* The GNU C library defines this for functions which it implements 13289/* The GNU C library defines this for functions which it implements
11341 to always fail with ENOSYS. Some functions are actually named 13290 to always fail with ENOSYS. Some functions are actually named
11342 something starting with __ and the normal name is an alias. */ 13291 something starting with __ and the normal name is an alias. */
11343#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 13292#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11344choke me 13293choke me
11345#else 13294#else
11346f = $ac_func; 13295char (*f) () = $ac_func;
13296#endif
13297#ifdef __cplusplus
13298}
11347#endif 13299#endif
11348 13300
13301int
13302main ()
13303{
13304return f != $ac_func;
11349 ; 13305 ;
11350 return 0; 13306 return 0;
11351} 13307}
11352_ACEOF 13308_ACEOF
11353rm -f conftest.$ac_objext conftest$ac_exeext 13309rm -f conftest.$ac_objext conftest$ac_exeext
11354if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13310if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11355 (eval $ac_link) 2>&5 13311 (eval $ac_link) 2>conftest.er1
11356 ac_status=$? 13312 ac_status=$?
13313 grep -v '^ *+' conftest.er1 >conftest.err
13314 rm -f conftest.er1
13315 cat conftest.err >&5
11357 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11358 (exit $ac_status); } && 13317 (exit $ac_status); } &&
11359 { ac_try='test -s conftest$ac_exeext' 13318 { ac_try='test -z "$ac_c_werror_flag"
13319 || test ! -s conftest.err'
13320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13321 (eval $ac_try) 2>&5
13322 ac_status=$?
13323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13324 (exit $ac_status); }; } &&
13325 { ac_try='test -s conftest$ac_exeext'
11360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11361 (eval $ac_try) 2>&5 13327 (eval $ac_try) 2>&5
11362 ac_status=$? 13328 ac_status=$?
@@ -11365,10 +13331,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11365 eval "$as_ac_var=yes" 13331 eval "$as_ac_var=yes"
11366else 13332else
11367 echo "$as_me: failed program was:" >&5 13333 echo "$as_me: failed program was:" >&5
11368cat conftest.$ac_ext >&5 13334sed 's/^/| /' conftest.$ac_ext >&5
13335
11369eval "$as_ac_var=no" 13336eval "$as_ac_var=no"
11370fi 13337fi
11371rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13338rm -f conftest.err conftest.$ac_objext \
13339 conftest$ac_exeext conftest.$ac_ext
11372fi 13340fi
11373echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13341echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11374echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13342echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -11398,18 +13366,31 @@ else
11398echo "$as_me:$LINENO: checking $ac_header usability" >&5 13366echo "$as_me:$LINENO: checking $ac_header usability" >&5
11399echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13367echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11400cat >conftest.$ac_ext <<_ACEOF 13368cat >conftest.$ac_ext <<_ACEOF
11401#line $LINENO "configure" 13369/* confdefs.h. */
11402#include "confdefs.h" 13370_ACEOF
13371cat confdefs.h >>conftest.$ac_ext
13372cat >>conftest.$ac_ext <<_ACEOF
13373/* end confdefs.h. */
11403$ac_includes_default 13374$ac_includes_default
11404#include <$ac_header> 13375#include <$ac_header>
11405_ACEOF 13376_ACEOF
11406rm -f conftest.$ac_objext 13377rm -f conftest.$ac_objext
11407if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13378if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11408 (eval $ac_compile) 2>&5 13379 (eval $ac_compile) 2>conftest.er1
11409 ac_status=$? 13380 ac_status=$?
13381 grep -v '^ *+' conftest.er1 >conftest.err
13382 rm -f conftest.er1
13383 cat conftest.err >&5
11410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11411 (exit $ac_status); } && 13385 (exit $ac_status); } &&
11412 { ac_try='test -s conftest.$ac_objext' 13386 { ac_try='test -z "$ac_c_werror_flag"
13387 || test ! -s conftest.err'
13388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13389 (eval $ac_try) 2>&5
13390 ac_status=$?
13391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13392 (exit $ac_status); }; } &&
13393 { ac_try='test -s conftest.$ac_objext'
11413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11414 (eval $ac_try) 2>&5 13395 (eval $ac_try) 2>&5
11415 ac_status=$? 13396 ac_status=$?
@@ -11418,10 +13399,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11418 ac_header_compiler=yes 13399 ac_header_compiler=yes
11419else 13400else
11420 echo "$as_me: failed program was:" >&5 13401 echo "$as_me: failed program was:" >&5
11421cat conftest.$ac_ext >&5 13402sed 's/^/| /' conftest.$ac_ext >&5
13403
11422ac_header_compiler=no 13404ac_header_compiler=no
11423fi 13405fi
11424rm -f conftest.$ac_objext conftest.$ac_ext 13406rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11425echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13407echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11426echo "${ECHO_T}$ac_header_compiler" >&6 13408echo "${ECHO_T}$ac_header_compiler" >&6
11427 13409
@@ -11429,8 +13411,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11429echo "$as_me:$LINENO: checking $ac_header presence" >&5 13411echo "$as_me:$LINENO: checking $ac_header presence" >&5
11430echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13412echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11431cat >conftest.$ac_ext <<_ACEOF 13413cat >conftest.$ac_ext <<_ACEOF
11432#line $LINENO "configure" 13414/* confdefs.h. */
11433#include "confdefs.h" 13415_ACEOF
13416cat confdefs.h >>conftest.$ac_ext
13417cat >>conftest.$ac_ext <<_ACEOF
13418/* end confdefs.h. */
11434#include <$ac_header> 13419#include <$ac_header>
11435_ACEOF 13420_ACEOF
11436if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 13421if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11443,6 +13428,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11443 (exit $ac_status); } >/dev/null; then 13428 (exit $ac_status); } >/dev/null; then
11444 if test -s conftest.err; then 13429 if test -s conftest.err; then
11445 ac_cpp_err=$ac_c_preproc_warn_flag 13430 ac_cpp_err=$ac_c_preproc_warn_flag
13431 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11446 else 13432 else
11447 ac_cpp_err= 13433 ac_cpp_err=
11448 fi 13434 fi
@@ -11453,7 +13439,8 @@ if test -z "$ac_cpp_err"; then
11453 ac_header_preproc=yes 13439 ac_header_preproc=yes
11454else 13440else
11455 echo "$as_me: failed program was:" >&5 13441 echo "$as_me: failed program was:" >&5
11456 cat conftest.$ac_ext >&5 13442sed 's/^/| /' conftest.$ac_ext >&5
13443
11457 ac_header_preproc=no 13444 ac_header_preproc=no
11458fi 13445fi
11459rm -f conftest.err conftest.$ac_ext 13446rm -f conftest.err conftest.$ac_ext
@@ -11461,26 +13448,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11461echo "${ECHO_T}$ac_header_preproc" >&6 13448echo "${ECHO_T}$ac_header_preproc" >&6
11462 13449
11463# So? What about this header? 13450# So? What about this header?
11464case $ac_header_compiler:$ac_header_preproc in 13451case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11465 yes:no ) 13452 yes:no: )
11466 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13453 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11467echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13454echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11468 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13455 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11469echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13456echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11470 no:yes ) 13457 ac_header_preproc=yes
13458 ;;
13459 no:yes:* )
11471 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13460 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11472echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13461echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11473 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13462 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11474echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13463echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13464 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13465echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13466 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13467echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11475 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13468 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11476echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13469echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13470 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13471echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13472 (
13473 cat <<\_ASBOX
13474## ------------------------------------------ ##
13475## Report this to the AC_PACKAGE_NAME lists. ##
13476## ------------------------------------------ ##
13477_ASBOX
13478 ) |
13479 sed "s/^/$as_me: WARNING: /" >&2
13480 ;;
11477esac 13481esac
11478echo "$as_me:$LINENO: checking for $ac_header" >&5 13482echo "$as_me:$LINENO: checking for $ac_header" >&5
11479echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 13483echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11480if eval "test \"\${$as_ac_Header+set}\" = set"; then 13484if eval "test \"\${$as_ac_Header+set}\" = set"; then
11481 echo $ECHO_N "(cached) $ECHO_C" >&6 13485 echo $ECHO_N "(cached) $ECHO_C" >&6
11482else 13486else
11483 eval "$as_ac_Header=$ac_header_preproc" 13487 eval "$as_ac_Header=\$ac_header_preproc"
11484fi 13488fi
11485echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13489echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11486echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 13490echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -11498,7 +13502,8 @@ done
11498 13502
11499 13503
11500 13504
11501for ac_header in sys/time.h unistd.h 13505
13506for ac_header in stdlib.h sys/time.h unistd.h
11502do 13507do
11503as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 13508as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11504if eval "test \"\${$as_ac_Header+set}\" = set"; then 13509if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -11514,18 +13519,31 @@ else
11514echo "$as_me:$LINENO: checking $ac_header usability" >&5 13519echo "$as_me:$LINENO: checking $ac_header usability" >&5
11515echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13520echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11516cat >conftest.$ac_ext <<_ACEOF 13521cat >conftest.$ac_ext <<_ACEOF
11517#line $LINENO "configure" 13522/* confdefs.h. */
11518#include "confdefs.h" 13523_ACEOF
13524cat confdefs.h >>conftest.$ac_ext
13525cat >>conftest.$ac_ext <<_ACEOF
13526/* end confdefs.h. */
11519$ac_includes_default 13527$ac_includes_default
11520#include <$ac_header> 13528#include <$ac_header>
11521_ACEOF 13529_ACEOF
11522rm -f conftest.$ac_objext 13530rm -f conftest.$ac_objext
11523if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13531if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11524 (eval $ac_compile) 2>&5 13532 (eval $ac_compile) 2>conftest.er1
11525 ac_status=$? 13533 ac_status=$?
13534 grep -v '^ *+' conftest.er1 >conftest.err
13535 rm -f conftest.er1
13536 cat conftest.err >&5
11526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11527 (exit $ac_status); } && 13538 (exit $ac_status); } &&
11528 { ac_try='test -s conftest.$ac_objext' 13539 { ac_try='test -z "$ac_c_werror_flag"
13540 || test ! -s conftest.err'
13541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13542 (eval $ac_try) 2>&5
13543 ac_status=$?
13544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13545 (exit $ac_status); }; } &&
13546 { ac_try='test -s conftest.$ac_objext'
11529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11530 (eval $ac_try) 2>&5 13548 (eval $ac_try) 2>&5
11531 ac_status=$? 13549 ac_status=$?
@@ -11534,10 +13552,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11534 ac_header_compiler=yes 13552 ac_header_compiler=yes
11535else 13553else
11536 echo "$as_me: failed program was:" >&5 13554 echo "$as_me: failed program was:" >&5
11537cat conftest.$ac_ext >&5 13555sed 's/^/| /' conftest.$ac_ext >&5
13556
11538ac_header_compiler=no 13557ac_header_compiler=no
11539fi 13558fi
11540rm -f conftest.$ac_objext conftest.$ac_ext 13559rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11541echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13560echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11542echo "${ECHO_T}$ac_header_compiler" >&6 13561echo "${ECHO_T}$ac_header_compiler" >&6
11543 13562
@@ -11545,8 +13564,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11545echo "$as_me:$LINENO: checking $ac_header presence" >&5 13564echo "$as_me:$LINENO: checking $ac_header presence" >&5
11546echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13565echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11547cat >conftest.$ac_ext <<_ACEOF 13566cat >conftest.$ac_ext <<_ACEOF
11548#line $LINENO "configure" 13567/* confdefs.h. */
11549#include "confdefs.h" 13568_ACEOF
13569cat confdefs.h >>conftest.$ac_ext
13570cat >>conftest.$ac_ext <<_ACEOF
13571/* end confdefs.h. */
11550#include <$ac_header> 13572#include <$ac_header>
11551_ACEOF 13573_ACEOF
11552if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 13574if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -11559,6 +13581,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11559 (exit $ac_status); } >/dev/null; then 13581 (exit $ac_status); } >/dev/null; then
11560 if test -s conftest.err; then 13582 if test -s conftest.err; then
11561 ac_cpp_err=$ac_c_preproc_warn_flag 13583 ac_cpp_err=$ac_c_preproc_warn_flag
13584 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11562 else 13585 else
11563 ac_cpp_err= 13586 ac_cpp_err=
11564 fi 13587 fi
@@ -11569,7 +13592,8 @@ if test -z "$ac_cpp_err"; then
11569 ac_header_preproc=yes 13592 ac_header_preproc=yes
11570else 13593else
11571 echo "$as_me: failed program was:" >&5 13594 echo "$as_me: failed program was:" >&5
11572 cat conftest.$ac_ext >&5 13595sed 's/^/| /' conftest.$ac_ext >&5
13596
11573 ac_header_preproc=no 13597 ac_header_preproc=no
11574fi 13598fi
11575rm -f conftest.err conftest.$ac_ext 13599rm -f conftest.err conftest.$ac_ext
@@ -11577,26 +13601,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11577echo "${ECHO_T}$ac_header_preproc" >&6 13601echo "${ECHO_T}$ac_header_preproc" >&6
11578 13602
11579# So? What about this header? 13603# So? What about this header?
11580case $ac_header_compiler:$ac_header_preproc in 13604case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11581 yes:no ) 13605 yes:no: )
11582 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13606 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11583echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13607echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11584 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13608 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11585echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13609echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11586 no:yes ) 13610 ac_header_preproc=yes
13611 ;;
13612 no:yes:* )
11587 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13613 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11588echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13614echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11589 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13615 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11590echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13616echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13617 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13618echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13619 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13620echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11591 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13621 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11592echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13622echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13623 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13624echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13625 (
13626 cat <<\_ASBOX
13627## ------------------------------------------ ##
13628## Report this to the AC_PACKAGE_NAME lists. ##
13629## ------------------------------------------ ##
13630_ASBOX
13631 ) |
13632 sed "s/^/$as_me: WARNING: /" >&2
13633 ;;
11593esac 13634esac
11594echo "$as_me:$LINENO: checking for $ac_header" >&5 13635echo "$as_me:$LINENO: checking for $ac_header" >&5
11595echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 13636echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11596if eval "test \"\${$as_ac_Header+set}\" = set"; then 13637if eval "test \"\${$as_ac_Header+set}\" = set"; then
11597 echo $ECHO_N "(cached) $ECHO_C" >&6 13638 echo $ECHO_N "(cached) $ECHO_C" >&6
11598else 13639else
11599 eval "$as_ac_Header=$ac_header_preproc" 13640 eval "$as_ac_Header=\$ac_header_preproc"
11600fi 13641fi
11601echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13642echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11602echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 13643echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -11621,43 +13662,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11621 echo $ECHO_N "(cached) $ECHO_C" >&6 13662 echo $ECHO_N "(cached) $ECHO_C" >&6
11622else 13663else
11623 cat >conftest.$ac_ext <<_ACEOF 13664 cat >conftest.$ac_ext <<_ACEOF
11624#line $LINENO "configure" 13665/* confdefs.h. */
11625#include "confdefs.h" 13666_ACEOF
13667cat confdefs.h >>conftest.$ac_ext
13668cat >>conftest.$ac_ext <<_ACEOF
13669/* end confdefs.h. */
13670/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13671 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13672#define $ac_func innocuous_$ac_func
13673
11626/* System header to define __stub macros and hopefully few prototypes, 13674/* System header to define __stub macros and hopefully few prototypes,
11627 which can conflict with char $ac_func (); below. */ 13675 which can conflict with char $ac_func (); below.
11628#include <assert.h> 13676 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13677 <limits.h> exists even on freestanding compilers. */
13678
13679#ifdef __STDC__
13680# include <limits.h>
13681#else
13682# include <assert.h>
13683#endif
13684
13685#undef $ac_func
13686
11629/* Override any gcc2 internal prototype to avoid an error. */ 13687/* Override any gcc2 internal prototype to avoid an error. */
11630#ifdef __cplusplus 13688#ifdef __cplusplus
11631extern "C" 13689extern "C"
13690{
11632#endif 13691#endif
11633/* We use char because int might match the return type of a gcc2 13692/* We use char because int might match the return type of a gcc2
11634 builtin and then its argument prototype would still apply. */ 13693 builtin and then its argument prototype would still apply. */
11635char $ac_func (); 13694char $ac_func ();
11636char (*f) ();
11637
11638int
11639main ()
11640{
11641/* The GNU C library defines this for functions which it implements 13695/* The GNU C library defines this for functions which it implements
11642 to always fail with ENOSYS. Some functions are actually named 13696 to always fail with ENOSYS. Some functions are actually named
11643 something starting with __ and the normal name is an alias. */ 13697 something starting with __ and the normal name is an alias. */
11644#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 13698#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11645choke me 13699choke me
11646#else 13700#else
11647f = $ac_func; 13701char (*f) () = $ac_func;
13702#endif
13703#ifdef __cplusplus
13704}
11648#endif 13705#endif
11649 13706
13707int
13708main ()
13709{
13710return f != $ac_func;
11650 ; 13711 ;
11651 return 0; 13712 return 0;
11652} 13713}
11653_ACEOF 13714_ACEOF
11654rm -f conftest.$ac_objext conftest$ac_exeext 13715rm -f conftest.$ac_objext conftest$ac_exeext
11655if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13716if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11656 (eval $ac_link) 2>&5 13717 (eval $ac_link) 2>conftest.er1
11657 ac_status=$? 13718 ac_status=$?
13719 grep -v '^ *+' conftest.er1 >conftest.err
13720 rm -f conftest.er1
13721 cat conftest.err >&5
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); } && 13723 (exit $ac_status); } &&
11660 { ac_try='test -s conftest$ac_exeext' 13724 { ac_try='test -z "$ac_c_werror_flag"
13725 || test ! -s conftest.err'
13726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13727 (eval $ac_try) 2>&5
13728 ac_status=$?
13729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13730 (exit $ac_status); }; } &&
13731 { ac_try='test -s conftest$ac_exeext'
11661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11662 (eval $ac_try) 2>&5 13733 (eval $ac_try) 2>&5
11663 ac_status=$? 13734 ac_status=$?
@@ -11666,10 +13737,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11666 eval "$as_ac_var=yes" 13737 eval "$as_ac_var=yes"
11667else 13738else
11668 echo "$as_me: failed program was:" >&5 13739 echo "$as_me: failed program was:" >&5
11669cat conftest.$ac_ext >&5 13740sed 's/^/| /' conftest.$ac_ext >&5
13741
11670eval "$as_ac_var=no" 13742eval "$as_ac_var=no"
11671fi 13743fi
11672rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13744rm -f conftest.err conftest.$ac_objext \
13745 conftest$ac_exeext conftest.$ac_ext
11673fi 13746fi
11674echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13747echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11675echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13748echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -11690,8 +13763,11 @@ else
11690 ac_cv_func_working_mktime=no 13763 ac_cv_func_working_mktime=no
11691else 13764else
11692 cat >conftest.$ac_ext <<_ACEOF 13765 cat >conftest.$ac_ext <<_ACEOF
11693#line $LINENO "configure" 13766/* confdefs.h. */
11694#include "confdefs.h" 13767_ACEOF
13768cat confdefs.h >>conftest.$ac_ext
13769cat >>conftest.$ac_ext <<_ACEOF
13770/* end confdefs.h. */
11695/* Test program from Paul Eggert and Tony Leneis. */ 13771/* Test program from Paul Eggert and Tony Leneis. */
11696#if TIME_WITH_SYS_TIME 13772#if TIME_WITH_SYS_TIME
11697# include <sys/time.h> 13773# include <sys/time.h>
@@ -11704,6 +13780,10 @@ else
11704# endif 13780# endif
11705#endif 13781#endif
11706 13782
13783#if HAVE_STDLIB_H
13784# include <stdlib.h>
13785#endif
13786
11707#if HAVE_UNISTD_H 13787#if HAVE_UNISTD_H
11708# include <unistd.h> 13788# include <unistd.h>
11709#endif 13789#endif
@@ -11716,10 +13796,11 @@ else
11716#undef putenv 13796#undef putenv
11717 13797
11718static time_t time_t_max; 13798static time_t time_t_max;
13799static time_t time_t_min;
11719 13800
11720/* Values we'll use to set the TZ environment variable. */ 13801/* Values we'll use to set the TZ environment variable. */
11721static const char *const tz_strings[] = { 13802static char *tz_strings[] = {
11722 (const char *) 0, "TZ=GMT0", "TZ=JST-9", 13803 (char *) 0, "TZ=GMT0", "TZ=JST-9",
11723 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" 13804 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
11724}; 13805};
11725#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) 13806#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
@@ -11750,15 +13831,21 @@ spring_forward_gap ()
11750} 13831}
11751 13832
11752static void 13833static void
11753mktime_test (now) 13834mktime_test1 (now)
11754 time_t now; 13835 time_t now;
11755{ 13836{
11756 struct tm *lt; 13837 struct tm *lt;
11757 if ((lt = localtime (&now)) && mktime (lt) != now) 13838 if ((lt = localtime (&now)) && mktime (lt) != now)
11758 exit (1); 13839 exit (1);
11759 now = time_t_max - now; 13840}
11760 if ((lt = localtime (&now)) && mktime (lt) != now) 13841
11761 exit (1); 13842static void
13843mktime_test (now)
13844 time_t now;
13845{
13846 mktime_test1 (now);
13847 mktime_test1 ((time_t) (time_t_max - now));
13848 mktime_test1 ((time_t) (time_t_min + now));
11762} 13849}
11763 13850
11764static void 13851static void
@@ -11818,6 +13905,9 @@ main ()
11818 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) 13905 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
11819 continue; 13906 continue;
11820 time_t_max--; 13907 time_t_max--;
13908 if ((time_t) -1 < 0)
13909 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
13910 continue;
11821 delta = time_t_max / 997; /* a suitable prime number */ 13911 delta = time_t_max / 997; /* a suitable prime number */
11822 for (i = 0; i < N_STRINGS; i++) 13912 for (i = 0; i < N_STRINGS; i++)
11823 { 13913 {
@@ -11826,11 +13916,12 @@ main ()
11826 13916
11827 for (t = 0; t <= time_t_max - delta; t += delta) 13917 for (t = 0; t <= time_t_max - delta; t += delta)
11828 mktime_test (t); 13918 mktime_test (t);
11829 mktime_test ((time_t) 60 * 60); 13919 mktime_test ((time_t) 1);
11830 mktime_test ((time_t) 60 * 60 * 24); 13920 mktime_test ((time_t) (60 * 60));
13921 mktime_test ((time_t) (60 * 60 * 24));
11831 13922
11832 for (j = 1; 0 < j; j *= 2) 13923 for (j = 1; 0 < j; j *= 2)
11833 bigtime_test (j); 13924 bigtime_test (j);
11834 bigtime_test (j - 1); 13925 bigtime_test (j - 1);
11835 } 13926 }
11836 irix_6_4_bug (); 13927 irix_6_4_bug ();
@@ -11853,17 +13944,25 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11853else 13944else
11854 echo "$as_me: program exited with status $ac_status" >&5 13945 echo "$as_me: program exited with status $ac_status" >&5
11855echo "$as_me: failed program was:" >&5 13946echo "$as_me: failed program was:" >&5
11856cat conftest.$ac_ext >&5 13947sed 's/^/| /' conftest.$ac_ext >&5
13948
11857( exit $ac_status ) 13949( exit $ac_status )
11858ac_cv_func_working_mktime=no 13950ac_cv_func_working_mktime=no
11859fi 13951fi
11860rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 13952rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11861fi 13953fi
11862fi 13954fi
11863echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 13955echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5
11864echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 13956echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
11865if test $ac_cv_func_working_mktime = no; then 13957if test $ac_cv_func_working_mktime = no; then
11866 LIBOBJS="$LIBOBJS mktime.$ac_objext" 13958 case $LIBOBJS in
13959 "mktime.$ac_objext" | \
13960 *" mktime.$ac_objext" | \
13961 "mktime.$ac_objext "* | \
13962 *" mktime.$ac_objext "* ) ;;
13963 *) LIBOBJS="$LIBOBJS mktime.$ac_objext" ;;
13964esac
13965
11867fi 13966fi
11868 13967
11869if test "$ac_cv_func_working_mktime" = no; then 13968if test "$ac_cv_func_working_mktime" = no; then
@@ -11891,43 +13990,73 @@ if test "${ac_cv_func_getloadavg+set}" = set; then
11891 echo $ECHO_N "(cached) $ECHO_C" >&6 13990 echo $ECHO_N "(cached) $ECHO_C" >&6
11892else 13991else
11893 cat >conftest.$ac_ext <<_ACEOF 13992 cat >conftest.$ac_ext <<_ACEOF
11894#line $LINENO "configure" 13993/* confdefs.h. */
11895#include "confdefs.h" 13994_ACEOF
13995cat confdefs.h >>conftest.$ac_ext
13996cat >>conftest.$ac_ext <<_ACEOF
13997/* end confdefs.h. */
13998/* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
13999 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14000#define getloadavg innocuous_getloadavg
14001
11896/* System header to define __stub macros and hopefully few prototypes, 14002/* System header to define __stub macros and hopefully few prototypes,
11897 which can conflict with char getloadavg (); below. */ 14003 which can conflict with char getloadavg (); below.
11898#include <assert.h> 14004 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14005 <limits.h> exists even on freestanding compilers. */
14006
14007#ifdef __STDC__
14008# include <limits.h>
14009#else
14010# include <assert.h>
14011#endif
14012
14013#undef getloadavg
14014
11899/* Override any gcc2 internal prototype to avoid an error. */ 14015/* Override any gcc2 internal prototype to avoid an error. */
11900#ifdef __cplusplus 14016#ifdef __cplusplus
11901extern "C" 14017extern "C"
14018{
11902#endif 14019#endif
11903/* We use char because int might match the return type of a gcc2 14020/* We use char because int might match the return type of a gcc2
11904 builtin and then its argument prototype would still apply. */ 14021 builtin and then its argument prototype would still apply. */
11905char getloadavg (); 14022char getloadavg ();
11906char (*f) ();
11907
11908int
11909main ()
11910{
11911/* The GNU C library defines this for functions which it implements 14023/* The GNU C library defines this for functions which it implements
11912 to always fail with ENOSYS. Some functions are actually named 14024 to always fail with ENOSYS. Some functions are actually named
11913 something starting with __ and the normal name is an alias. */ 14025 something starting with __ and the normal name is an alias. */
11914#if defined (__stub_getloadavg) || defined (__stub___getloadavg) 14026#if defined (__stub_getloadavg) || defined (__stub___getloadavg)
11915choke me 14027choke me
11916#else 14028#else
11917f = getloadavg; 14029char (*f) () = getloadavg;
14030#endif
14031#ifdef __cplusplus
14032}
11918#endif 14033#endif
11919 14034
14035int
14036main ()
14037{
14038return f != getloadavg;
11920 ; 14039 ;
11921 return 0; 14040 return 0;
11922} 14041}
11923_ACEOF 14042_ACEOF
11924rm -f conftest.$ac_objext conftest$ac_exeext 14043rm -f conftest.$ac_objext conftest$ac_exeext
11925if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14044if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11926 (eval $ac_link) 2>&5 14045 (eval $ac_link) 2>conftest.er1
11927 ac_status=$? 14046 ac_status=$?
14047 grep -v '^ *+' conftest.er1 >conftest.err
14048 rm -f conftest.er1
14049 cat conftest.err >&5
11928 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11929 (exit $ac_status); } && 14051 (exit $ac_status); } &&
11930 { ac_try='test -s conftest$ac_exeext' 14052 { ac_try='test -z "$ac_c_werror_flag"
14053 || test ! -s conftest.err'
14054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14055 (eval $ac_try) 2>&5
14056 ac_status=$?
14057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14058 (exit $ac_status); }; } &&
14059 { ac_try='test -s conftest$ac_exeext'
11931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11932 (eval $ac_try) 2>&5 14061 (eval $ac_try) 2>&5
11933 ac_status=$? 14062 ac_status=$?
@@ -11936,10 +14065,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11936 ac_cv_func_getloadavg=yes 14065 ac_cv_func_getloadavg=yes
11937else 14066else
11938 echo "$as_me: failed program was:" >&5 14067 echo "$as_me: failed program was:" >&5
11939cat conftest.$ac_ext >&5 14068sed 's/^/| /' conftest.$ac_ext >&5
14069
11940ac_cv_func_getloadavg=no 14070ac_cv_func_getloadavg=no
11941fi 14071fi
11942rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14072rm -f conftest.err conftest.$ac_objext \
14073 conftest$ac_exeext conftest.$ac_ext
11943fi 14074fi
11944echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5 14075echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5
11945echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 14076echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
@@ -11961,43 +14092,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11961 echo $ECHO_N "(cached) $ECHO_C" >&6 14092 echo $ECHO_N "(cached) $ECHO_C" >&6
11962else 14093else
11963 cat >conftest.$ac_ext <<_ACEOF 14094 cat >conftest.$ac_ext <<_ACEOF
11964#line $LINENO "configure" 14095/* confdefs.h. */
11965#include "confdefs.h" 14096_ACEOF
14097cat confdefs.h >>conftest.$ac_ext
14098cat >>conftest.$ac_ext <<_ACEOF
14099/* end confdefs.h. */
14100/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14101 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14102#define $ac_func innocuous_$ac_func
14103
11966/* System header to define __stub macros and hopefully few prototypes, 14104/* System header to define __stub macros and hopefully few prototypes,
11967 which can conflict with char $ac_func (); below. */ 14105 which can conflict with char $ac_func (); below.
11968#include <assert.h> 14106 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14107 <limits.h> exists even on freestanding compilers. */
14108
14109#ifdef __STDC__
14110# include <limits.h>
14111#else
14112# include <assert.h>
14113#endif
14114
14115#undef $ac_func
14116
11969/* Override any gcc2 internal prototype to avoid an error. */ 14117/* Override any gcc2 internal prototype to avoid an error. */
11970#ifdef __cplusplus 14118#ifdef __cplusplus
11971extern "C" 14119extern "C"
14120{
11972#endif 14121#endif
11973/* We use char because int might match the return type of a gcc2 14122/* We use char because int might match the return type of a gcc2
11974 builtin and then its argument prototype would still apply. */ 14123 builtin and then its argument prototype would still apply. */
11975char $ac_func (); 14124char $ac_func ();
11976char (*f) ();
11977
11978int
11979main ()
11980{
11981/* The GNU C library defines this for functions which it implements 14125/* The GNU C library defines this for functions which it implements
11982 to always fail with ENOSYS. Some functions are actually named 14126 to always fail with ENOSYS. Some functions are actually named
11983 something starting with __ and the normal name is an alias. */ 14127 something starting with __ and the normal name is an alias. */
11984#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14128#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11985choke me 14129choke me
11986#else 14130#else
11987f = $ac_func; 14131char (*f) () = $ac_func;
14132#endif
14133#ifdef __cplusplus
14134}
11988#endif 14135#endif
11989 14136
14137int
14138main ()
14139{
14140return f != $ac_func;
11990 ; 14141 ;
11991 return 0; 14142 return 0;
11992} 14143}
11993_ACEOF 14144_ACEOF
11994rm -f conftest.$ac_objext conftest$ac_exeext 14145rm -f conftest.$ac_objext conftest$ac_exeext
11995if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14146if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11996 (eval $ac_link) 2>&5 14147 (eval $ac_link) 2>conftest.er1
11997 ac_status=$? 14148 ac_status=$?
14149 grep -v '^ *+' conftest.er1 >conftest.err
14150 rm -f conftest.er1
14151 cat conftest.err >&5
11998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11999 (exit $ac_status); } && 14153 (exit $ac_status); } &&
12000 { ac_try='test -s conftest$ac_exeext' 14154 { ac_try='test -z "$ac_c_werror_flag"
14155 || test ! -s conftest.err'
14156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14157 (eval $ac_try) 2>&5
14158 ac_status=$?
14159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14160 (exit $ac_status); }; } &&
14161 { ac_try='test -s conftest$ac_exeext'
12001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12002 (eval $ac_try) 2>&5 14163 (eval $ac_try) 2>&5
12003 ac_status=$? 14164 ac_status=$?
@@ -12006,10 +14167,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12006 eval "$as_ac_var=yes" 14167 eval "$as_ac_var=yes"
12007else 14168else
12008 echo "$as_me: failed program was:" >&5 14169 echo "$as_me: failed program was:" >&5
12009cat conftest.$ac_ext >&5 14170sed 's/^/| /' conftest.$ac_ext >&5
14171
12010eval "$as_ac_var=no" 14172eval "$as_ac_var=no"
12011fi 14173fi
12012rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14174rm -f conftest.err conftest.$ac_objext \
14175 conftest$ac_exeext conftest.$ac_ext
12013fi 14176fi
12014echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 14177echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12015echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 14178echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -12032,8 +14195,11 @@ else
12032 ac_check_lib_save_LIBS=$LIBS 14195 ac_check_lib_save_LIBS=$LIBS
12033LIBS="-lkstat $LIBS" 14196LIBS="-lkstat $LIBS"
12034cat >conftest.$ac_ext <<_ACEOF 14197cat >conftest.$ac_ext <<_ACEOF
12035#line $LINENO "configure" 14198/* confdefs.h. */
12036#include "confdefs.h" 14199_ACEOF
14200cat confdefs.h >>conftest.$ac_ext
14201cat >>conftest.$ac_ext <<_ACEOF
14202/* end confdefs.h. */
12037 14203
12038/* Override any gcc2 internal prototype to avoid an error. */ 14204/* Override any gcc2 internal prototype to avoid an error. */
12039#ifdef __cplusplus 14205#ifdef __cplusplus
@@ -12052,11 +14218,21 @@ kstat_open ();
12052_ACEOF 14218_ACEOF
12053rm -f conftest.$ac_objext conftest$ac_exeext 14219rm -f conftest.$ac_objext conftest$ac_exeext
12054if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14220if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12055 (eval $ac_link) 2>&5 14221 (eval $ac_link) 2>conftest.er1
12056 ac_status=$? 14222 ac_status=$?
14223 grep -v '^ *+' conftest.er1 >conftest.err
14224 rm -f conftest.er1
14225 cat conftest.err >&5
12057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12058 (exit $ac_status); } && 14227 (exit $ac_status); } &&
12059 { ac_try='test -s conftest$ac_exeext' 14228 { ac_try='test -z "$ac_c_werror_flag"
14229 || test ! -s conftest.err'
14230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14231 (eval $ac_try) 2>&5
14232 ac_status=$?
14233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14234 (exit $ac_status); }; } &&
14235 { ac_try='test -s conftest$ac_exeext'
12060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12061 (eval $ac_try) 2>&5 14237 (eval $ac_try) 2>&5
12062 ac_status=$? 14238 ac_status=$?
@@ -12065,10 +14241,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12065 ac_cv_lib_kstat_kstat_open=yes 14241 ac_cv_lib_kstat_kstat_open=yes
12066else 14242else
12067 echo "$as_me: failed program was:" >&5 14243 echo "$as_me: failed program was:" >&5
12068cat conftest.$ac_ext >&5 14244sed 's/^/| /' conftest.$ac_ext >&5
14245
12069ac_cv_lib_kstat_kstat_open=no 14246ac_cv_lib_kstat_kstat_open=no
12070fi 14247fi
12071rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14248rm -f conftest.err conftest.$ac_objext \
14249 conftest$ac_exeext conftest.$ac_ext
12072LIBS=$ac_check_lib_save_LIBS 14250LIBS=$ac_check_lib_save_LIBS
12073fi 14251fi
12074echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 14252echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
@@ -12097,8 +14275,11 @@ else
12097 ac_check_lib_save_LIBS=$LIBS 14275 ac_check_lib_save_LIBS=$LIBS
12098LIBS="-lelf $LIBS" 14276LIBS="-lelf $LIBS"
12099cat >conftest.$ac_ext <<_ACEOF 14277cat >conftest.$ac_ext <<_ACEOF
12100#line $LINENO "configure" 14278/* confdefs.h. */
12101#include "confdefs.h" 14279_ACEOF
14280cat confdefs.h >>conftest.$ac_ext
14281cat >>conftest.$ac_ext <<_ACEOF
14282/* end confdefs.h. */
12102 14283
12103/* Override any gcc2 internal prototype to avoid an error. */ 14284/* Override any gcc2 internal prototype to avoid an error. */
12104#ifdef __cplusplus 14285#ifdef __cplusplus
@@ -12117,11 +14298,21 @@ elf_begin ();
12117_ACEOF 14298_ACEOF
12118rm -f conftest.$ac_objext conftest$ac_exeext 14299rm -f conftest.$ac_objext conftest$ac_exeext
12119if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14300if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12120 (eval $ac_link) 2>&5 14301 (eval $ac_link) 2>conftest.er1
12121 ac_status=$? 14302 ac_status=$?
14303 grep -v '^ *+' conftest.er1 >conftest.err
14304 rm -f conftest.er1
14305 cat conftest.err >&5
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); } && 14307 (exit $ac_status); } &&
12124 { ac_try='test -s conftest$ac_exeext' 14308 { ac_try='test -z "$ac_c_werror_flag"
14309 || test ! -s conftest.err'
14310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14311 (eval $ac_try) 2>&5
14312 ac_status=$?
14313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14314 (exit $ac_status); }; } &&
14315 { ac_try='test -s conftest$ac_exeext'
12125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12126 (eval $ac_try) 2>&5 14317 (eval $ac_try) 2>&5
12127 ac_status=$? 14318 ac_status=$?
@@ -12130,10 +14321,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12130 ac_cv_lib_elf_elf_begin=yes 14321 ac_cv_lib_elf_elf_begin=yes
12131else 14322else
12132 echo "$as_me: failed program was:" >&5 14323 echo "$as_me: failed program was:" >&5
12133cat conftest.$ac_ext >&5 14324sed 's/^/| /' conftest.$ac_ext >&5
14325
12134ac_cv_lib_elf_elf_begin=no 14326ac_cv_lib_elf_elf_begin=no
12135fi 14327fi
12136rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14328rm -f conftest.err conftest.$ac_objext \
14329 conftest$ac_exeext conftest.$ac_ext
12137LIBS=$ac_check_lib_save_LIBS 14330LIBS=$ac_check_lib_save_LIBS
12138fi 14331fi
12139echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5 14332echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5
@@ -12152,8 +14345,11 @@ else
12152 ac_check_lib_save_LIBS=$LIBS 14345 ac_check_lib_save_LIBS=$LIBS
12153LIBS="-lkvm $LIBS" 14346LIBS="-lkvm $LIBS"
12154cat >conftest.$ac_ext <<_ACEOF 14347cat >conftest.$ac_ext <<_ACEOF
12155#line $LINENO "configure" 14348/* confdefs.h. */
12156#include "confdefs.h" 14349_ACEOF
14350cat confdefs.h >>conftest.$ac_ext
14351cat >>conftest.$ac_ext <<_ACEOF
14352/* end confdefs.h. */
12157 14353
12158/* Override any gcc2 internal prototype to avoid an error. */ 14354/* Override any gcc2 internal prototype to avoid an error. */
12159#ifdef __cplusplus 14355#ifdef __cplusplus
@@ -12172,11 +14368,21 @@ kvm_open ();
12172_ACEOF 14368_ACEOF
12173rm -f conftest.$ac_objext conftest$ac_exeext 14369rm -f conftest.$ac_objext conftest$ac_exeext
12174if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14370if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12175 (eval $ac_link) 2>&5 14371 (eval $ac_link) 2>conftest.er1
12176 ac_status=$? 14372 ac_status=$?
14373 grep -v '^ *+' conftest.er1 >conftest.err
14374 rm -f conftest.er1
14375 cat conftest.err >&5
12177 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12178 (exit $ac_status); } && 14377 (exit $ac_status); } &&
12179 { ac_try='test -s conftest$ac_exeext' 14378 { ac_try='test -z "$ac_c_werror_flag"
14379 || test ! -s conftest.err'
14380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14381 (eval $ac_try) 2>&5
14382 ac_status=$?
14383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14384 (exit $ac_status); }; } &&
14385 { ac_try='test -s conftest$ac_exeext'
12180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12181 (eval $ac_try) 2>&5 14387 (eval $ac_try) 2>&5
12182 ac_status=$? 14388 ac_status=$?
@@ -12185,10 +14391,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12185 ac_cv_lib_kvm_kvm_open=yes 14391 ac_cv_lib_kvm_kvm_open=yes
12186else 14392else
12187 echo "$as_me: failed program was:" >&5 14393 echo "$as_me: failed program was:" >&5
12188cat conftest.$ac_ext >&5 14394sed 's/^/| /' conftest.$ac_ext >&5
14395
12189ac_cv_lib_kvm_kvm_open=no 14396ac_cv_lib_kvm_kvm_open=no
12190fi 14397fi
12191rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14398rm -f conftest.err conftest.$ac_objext \
14399 conftest$ac_exeext conftest.$ac_ext
12192LIBS=$ac_check_lib_save_LIBS 14400LIBS=$ac_check_lib_save_LIBS
12193fi 14401fi
12194echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 14402echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5
@@ -12206,8 +14414,11 @@ else
12206 ac_check_lib_save_LIBS=$LIBS 14414 ac_check_lib_save_LIBS=$LIBS
12207LIBS="-lutil $LIBS" 14415LIBS="-lutil $LIBS"
12208cat >conftest.$ac_ext <<_ACEOF 14416cat >conftest.$ac_ext <<_ACEOF
12209#line $LINENO "configure" 14417/* confdefs.h. */
12210#include "confdefs.h" 14418_ACEOF
14419cat confdefs.h >>conftest.$ac_ext
14420cat >>conftest.$ac_ext <<_ACEOF
14421/* end confdefs.h. */
12211 14422
12212/* Override any gcc2 internal prototype to avoid an error. */ 14423/* Override any gcc2 internal prototype to avoid an error. */
12213#ifdef __cplusplus 14424#ifdef __cplusplus
@@ -12226,11 +14437,21 @@ getloadavg ();
12226_ACEOF 14437_ACEOF
12227rm -f conftest.$ac_objext conftest$ac_exeext 14438rm -f conftest.$ac_objext conftest$ac_exeext
12228if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14439if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12229 (eval $ac_link) 2>&5 14440 (eval $ac_link) 2>conftest.er1
12230 ac_status=$? 14441 ac_status=$?
14442 grep -v '^ *+' conftest.er1 >conftest.err
14443 rm -f conftest.er1
14444 cat conftest.err >&5
12231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12232 (exit $ac_status); } && 14446 (exit $ac_status); } &&
12233 { ac_try='test -s conftest$ac_exeext' 14447 { ac_try='test -z "$ac_c_werror_flag"
14448 || test ! -s conftest.err'
14449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14450 (eval $ac_try) 2>&5
14451 ac_status=$?
14452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14453 (exit $ac_status); }; } &&
14454 { ac_try='test -s conftest$ac_exeext'
12234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12235 (eval $ac_try) 2>&5 14456 (eval $ac_try) 2>&5
12236 ac_status=$? 14457 ac_status=$?
@@ -12239,10 +14460,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12239 ac_cv_lib_util_getloadavg=yes 14460 ac_cv_lib_util_getloadavg=yes
12240else 14461else
12241 echo "$as_me: failed program was:" >&5 14462 echo "$as_me: failed program was:" >&5
12242cat conftest.$ac_ext >&5 14463sed 's/^/| /' conftest.$ac_ext >&5
14464
12243ac_cv_lib_util_getloadavg=no 14465ac_cv_lib_util_getloadavg=no
12244fi 14466fi
12245rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14467rm -f conftest.err conftest.$ac_objext \
14468 conftest$ac_exeext conftest.$ac_ext
12246LIBS=$ac_check_lib_save_LIBS 14469LIBS=$ac_check_lib_save_LIBS
12247fi 14470fi
12248echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5 14471echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5
@@ -12266,8 +14489,11 @@ else
12266 ac_check_lib_save_LIBS=$LIBS 14489 ac_check_lib_save_LIBS=$LIBS
12267LIBS="-lgetloadavg $LIBS" 14490LIBS="-lgetloadavg $LIBS"
12268cat >conftest.$ac_ext <<_ACEOF 14491cat >conftest.$ac_ext <<_ACEOF
12269#line $LINENO "configure" 14492/* confdefs.h. */
12270#include "confdefs.h" 14493_ACEOF
14494cat confdefs.h >>conftest.$ac_ext
14495cat >>conftest.$ac_ext <<_ACEOF
14496/* end confdefs.h. */
12271 14497
12272/* Override any gcc2 internal prototype to avoid an error. */ 14498/* Override any gcc2 internal prototype to avoid an error. */
12273#ifdef __cplusplus 14499#ifdef __cplusplus
@@ -12286,11 +14512,21 @@ getloadavg ();
12286_ACEOF 14512_ACEOF
12287rm -f conftest.$ac_objext conftest$ac_exeext 14513rm -f conftest.$ac_objext conftest$ac_exeext
12288if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14514if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12289 (eval $ac_link) 2>&5 14515 (eval $ac_link) 2>conftest.er1
12290 ac_status=$? 14516 ac_status=$?
14517 grep -v '^ *+' conftest.er1 >conftest.err
14518 rm -f conftest.er1
14519 cat conftest.err >&5
12291 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12292 (exit $ac_status); } && 14521 (exit $ac_status); } &&
12293 { ac_try='test -s conftest$ac_exeext' 14522 { ac_try='test -z "$ac_c_werror_flag"
14523 || test ! -s conftest.err'
14524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14525 (eval $ac_try) 2>&5
14526 ac_status=$?
14527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14528 (exit $ac_status); }; } &&
14529 { ac_try='test -s conftest$ac_exeext'
12294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12295 (eval $ac_try) 2>&5 14531 (eval $ac_try) 2>&5
12296 ac_status=$? 14532 ac_status=$?
@@ -12299,10 +14535,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12299 ac_cv_lib_getloadavg_getloadavg=yes 14535 ac_cv_lib_getloadavg_getloadavg=yes
12300else 14536else
12301 echo "$as_me: failed program was:" >&5 14537 echo "$as_me: failed program was:" >&5
12302cat conftest.$ac_ext >&5 14538sed 's/^/| /' conftest.$ac_ext >&5
14539
12303ac_cv_lib_getloadavg_getloadavg=no 14540ac_cv_lib_getloadavg_getloadavg=no
12304fi 14541fi
12305rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14542rm -f conftest.err conftest.$ac_objext \
14543 conftest$ac_exeext conftest.$ac_ext
12306LIBS=$ac_check_lib_save_LIBS 14544LIBS=$ac_check_lib_save_LIBS
12307fi 14545fi
12308echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5 14546echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5
@@ -12327,43 +14565,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12327 echo $ECHO_N "(cached) $ECHO_C" >&6 14565 echo $ECHO_N "(cached) $ECHO_C" >&6
12328else 14566else
12329 cat >conftest.$ac_ext <<_ACEOF 14567 cat >conftest.$ac_ext <<_ACEOF
12330#line $LINENO "configure" 14568/* confdefs.h. */
12331#include "confdefs.h" 14569_ACEOF
14570cat confdefs.h >>conftest.$ac_ext
14571cat >>conftest.$ac_ext <<_ACEOF
14572/* end confdefs.h. */
14573/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14574 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14575#define $ac_func innocuous_$ac_func
14576
12332/* System header to define __stub macros and hopefully few prototypes, 14577/* System header to define __stub macros and hopefully few prototypes,
12333 which can conflict with char $ac_func (); below. */ 14578 which can conflict with char $ac_func (); below.
12334#include <assert.h> 14579 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14580 <limits.h> exists even on freestanding compilers. */
14581
14582#ifdef __STDC__
14583# include <limits.h>
14584#else
14585# include <assert.h>
14586#endif
14587
14588#undef $ac_func
14589
12335/* Override any gcc2 internal prototype to avoid an error. */ 14590/* Override any gcc2 internal prototype to avoid an error. */
12336#ifdef __cplusplus 14591#ifdef __cplusplus
12337extern "C" 14592extern "C"
14593{
12338#endif 14594#endif
12339/* We use char because int might match the return type of a gcc2 14595/* We use char because int might match the return type of a gcc2
12340 builtin and then its argument prototype would still apply. */ 14596 builtin and then its argument prototype would still apply. */
12341char $ac_func (); 14597char $ac_func ();
12342char (*f) ();
12343
12344int
12345main ()
12346{
12347/* The GNU C library defines this for functions which it implements 14598/* The GNU C library defines this for functions which it implements
12348 to always fail with ENOSYS. Some functions are actually named 14599 to always fail with ENOSYS. Some functions are actually named
12349 something starting with __ and the normal name is an alias. */ 14600 something starting with __ and the normal name is an alias. */
12350#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14601#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12351choke me 14602choke me
12352#else 14603#else
12353f = $ac_func; 14604char (*f) () = $ac_func;
14605#endif
14606#ifdef __cplusplus
14607}
12354#endif 14608#endif
12355 14609
14610int
14611main ()
14612{
14613return f != $ac_func;
12356 ; 14614 ;
12357 return 0; 14615 return 0;
12358} 14616}
12359_ACEOF 14617_ACEOF
12360rm -f conftest.$ac_objext conftest$ac_exeext 14618rm -f conftest.$ac_objext conftest$ac_exeext
12361if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14619if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12362 (eval $ac_link) 2>&5 14620 (eval $ac_link) 2>conftest.er1
12363 ac_status=$? 14621 ac_status=$?
14622 grep -v '^ *+' conftest.er1 >conftest.err
14623 rm -f conftest.er1
14624 cat conftest.err >&5
12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12365 (exit $ac_status); } && 14626 (exit $ac_status); } &&
12366 { ac_try='test -s conftest$ac_exeext' 14627 { ac_try='test -z "$ac_c_werror_flag"
14628 || test ! -s conftest.err'
14629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14630 (eval $ac_try) 2>&5
14631 ac_status=$?
14632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14633 (exit $ac_status); }; } &&
14634 { ac_try='test -s conftest$ac_exeext'
12367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12368 (eval $ac_try) 2>&5 14636 (eval $ac_try) 2>&5
12369 ac_status=$? 14637 ac_status=$?
@@ -12372,10 +14640,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12372 eval "$as_ac_var=yes" 14640 eval "$as_ac_var=yes"
12373else 14641else
12374 echo "$as_me: failed program was:" >&5 14642 echo "$as_me: failed program was:" >&5
12375cat conftest.$ac_ext >&5 14643sed 's/^/| /' conftest.$ac_ext >&5
14644
12376eval "$as_ac_var=no" 14645eval "$as_ac_var=no"
12377fi 14646fi
12378rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14647rm -f conftest.err conftest.$ac_objext \
14648 conftest$ac_exeext conftest.$ac_ext
12379fi 14649fi
12380echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 14650echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12381echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 14651echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -12385,7 +14655,14 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
12385_ACEOF 14655_ACEOF
12386 14656
12387else 14657else
12388 LIBOBJS="$LIBOBJS getloadavg.$ac_objext" 14658 case $LIBOBJS in
14659 "getloadavg.$ac_objext" | \
14660 *" getloadavg.$ac_objext" | \
14661 "getloadavg.$ac_objext "* | \
14662 *" getloadavg.$ac_objext "* ) ;;
14663 *) LIBOBJS="$LIBOBJS getloadavg.$ac_objext" ;;
14664esac
14665
12389 14666
12390cat >>confdefs.h <<\_ACEOF 14667cat >>confdefs.h <<\_ACEOF
12391#define C_GETLOADAVG 1 14668#define C_GETLOADAVG 1
@@ -12406,18 +14683,31 @@ else
12406echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5 14683echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
12407echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 14684echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
12408cat >conftest.$ac_ext <<_ACEOF 14685cat >conftest.$ac_ext <<_ACEOF
12409#line $LINENO "configure" 14686/* confdefs.h. */
12410#include "confdefs.h" 14687_ACEOF
14688cat confdefs.h >>conftest.$ac_ext
14689cat >>conftest.$ac_ext <<_ACEOF
14690/* end confdefs.h. */
12411$ac_includes_default 14691$ac_includes_default
12412#include <sys/dg_sys_info.h> 14692#include <sys/dg_sys_info.h>
12413_ACEOF 14693_ACEOF
12414rm -f conftest.$ac_objext 14694rm -f conftest.$ac_objext
12415if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14695if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12416 (eval $ac_compile) 2>&5 14696 (eval $ac_compile) 2>conftest.er1
12417 ac_status=$? 14697 ac_status=$?
14698 grep -v '^ *+' conftest.er1 >conftest.err
14699 rm -f conftest.er1
14700 cat conftest.err >&5
12418 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12419 (exit $ac_status); } && 14702 (exit $ac_status); } &&
12420 { ac_try='test -s conftest.$ac_objext' 14703 { ac_try='test -z "$ac_c_werror_flag"
14704 || test ! -s conftest.err'
14705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14706 (eval $ac_try) 2>&5
14707 ac_status=$?
14708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14709 (exit $ac_status); }; } &&
14710 { ac_try='test -s conftest.$ac_objext'
12421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12422 (eval $ac_try) 2>&5 14712 (eval $ac_try) 2>&5
12423 ac_status=$? 14713 ac_status=$?
@@ -12426,10 +14716,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12426 ac_header_compiler=yes 14716 ac_header_compiler=yes
12427else 14717else
12428 echo "$as_me: failed program was:" >&5 14718 echo "$as_me: failed program was:" >&5
12429cat conftest.$ac_ext >&5 14719sed 's/^/| /' conftest.$ac_ext >&5
14720
12430ac_header_compiler=no 14721ac_header_compiler=no
12431fi 14722fi
12432rm -f conftest.$ac_objext conftest.$ac_ext 14723rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12433echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14724echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12434echo "${ECHO_T}$ac_header_compiler" >&6 14725echo "${ECHO_T}$ac_header_compiler" >&6
12435 14726
@@ -12437,8 +14728,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12437echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 14728echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
12438echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 14729echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
12439cat >conftest.$ac_ext <<_ACEOF 14730cat >conftest.$ac_ext <<_ACEOF
12440#line $LINENO "configure" 14731/* confdefs.h. */
12441#include "confdefs.h" 14732_ACEOF
14733cat confdefs.h >>conftest.$ac_ext
14734cat >>conftest.$ac_ext <<_ACEOF
14735/* end confdefs.h. */
12442#include <sys/dg_sys_info.h> 14736#include <sys/dg_sys_info.h>
12443_ACEOF 14737_ACEOF
12444if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14738if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -12451,6 +14745,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12451 (exit $ac_status); } >/dev/null; then 14745 (exit $ac_status); } >/dev/null; then
12452 if test -s conftest.err; then 14746 if test -s conftest.err; then
12453 ac_cpp_err=$ac_c_preproc_warn_flag 14747 ac_cpp_err=$ac_c_preproc_warn_flag
14748 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12454 else 14749 else
12455 ac_cpp_err= 14750 ac_cpp_err=
12456 fi 14751 fi
@@ -12461,7 +14756,8 @@ if test -z "$ac_cpp_err"; then
12461 ac_header_preproc=yes 14756 ac_header_preproc=yes
12462else 14757else
12463 echo "$as_me: failed program was:" >&5 14758 echo "$as_me: failed program was:" >&5
12464 cat conftest.$ac_ext >&5 14759sed 's/^/| /' conftest.$ac_ext >&5
14760
12465 ac_header_preproc=no 14761 ac_header_preproc=no
12466fi 14762fi
12467rm -f conftest.err conftest.$ac_ext 14763rm -f conftest.err conftest.$ac_ext
@@ -12469,19 +14765,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12469echo "${ECHO_T}$ac_header_preproc" >&6 14765echo "${ECHO_T}$ac_header_preproc" >&6
12470 14766
12471# So? What about this header? 14767# So? What about this header?
12472case $ac_header_compiler:$ac_header_preproc in 14768case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12473 yes:no ) 14769 yes:no: )
12474 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 14770 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
12475echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14771echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12476 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 14772 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5
12477echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};; 14773echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;}
12478 no:yes ) 14774 ac_header_preproc=yes
14775 ;;
14776 no:yes:* )
12479 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 14777 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
12480echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} 14778echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
12481 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 14779 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
12482echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} 14780echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
14781 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
14782echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
14783 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
14784echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
12483 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 14785 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
12484echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};; 14786echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
14787 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
14788echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
14789 (
14790 cat <<\_ASBOX
14791## ------------------------------------------ ##
14792## Report this to the AC_PACKAGE_NAME lists. ##
14793## ------------------------------------------ ##
14794_ASBOX
14795 ) |
14796 sed "s/^/$as_me: WARNING: /" >&2
14797 ;;
12485esac 14798esac
12486echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5 14799echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
12487echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 14800echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
@@ -12510,8 +14823,11 @@ else
12510 ac_check_lib_save_LIBS=$LIBS 14823 ac_check_lib_save_LIBS=$LIBS
12511LIBS="-ldgc $LIBS" 14824LIBS="-ldgc $LIBS"
12512cat >conftest.$ac_ext <<_ACEOF 14825cat >conftest.$ac_ext <<_ACEOF
12513#line $LINENO "configure" 14826/* confdefs.h. */
12514#include "confdefs.h" 14827_ACEOF
14828cat confdefs.h >>conftest.$ac_ext
14829cat >>conftest.$ac_ext <<_ACEOF
14830/* end confdefs.h. */
12515 14831
12516/* Override any gcc2 internal prototype to avoid an error. */ 14832/* Override any gcc2 internal prototype to avoid an error. */
12517#ifdef __cplusplus 14833#ifdef __cplusplus
@@ -12530,11 +14846,21 @@ dg_sys_info ();
12530_ACEOF 14846_ACEOF
12531rm -f conftest.$ac_objext conftest$ac_exeext 14847rm -f conftest.$ac_objext conftest$ac_exeext
12532if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14848if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12533 (eval $ac_link) 2>&5 14849 (eval $ac_link) 2>conftest.er1
12534 ac_status=$? 14850 ac_status=$?
14851 grep -v '^ *+' conftest.er1 >conftest.err
14852 rm -f conftest.er1
14853 cat conftest.err >&5
12535 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12536 (exit $ac_status); } && 14855 (exit $ac_status); } &&
12537 { ac_try='test -s conftest$ac_exeext' 14856 { ac_try='test -z "$ac_c_werror_flag"
14857 || test ! -s conftest.err'
14858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14859 (eval $ac_try) 2>&5
14860 ac_status=$?
14861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14862 (exit $ac_status); }; } &&
14863 { ac_try='test -s conftest$ac_exeext'
12538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12539 (eval $ac_try) 2>&5 14865 (eval $ac_try) 2>&5
12540 ac_status=$? 14866 ac_status=$?
@@ -12543,10 +14869,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12543 ac_cv_lib_dgc_dg_sys_info=yes 14869 ac_cv_lib_dgc_dg_sys_info=yes
12544else 14870else
12545 echo "$as_me: failed program was:" >&5 14871 echo "$as_me: failed program was:" >&5
12546cat conftest.$ac_ext >&5 14872sed 's/^/| /' conftest.$ac_ext >&5
14873
12547ac_cv_lib_dgc_dg_sys_info=no 14874ac_cv_lib_dgc_dg_sys_info=no
12548fi 14875fi
12549rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14876rm -f conftest.err conftest.$ac_objext \
14877 conftest$ac_exeext conftest.$ac_ext
12550LIBS=$ac_check_lib_save_LIBS 14878LIBS=$ac_check_lib_save_LIBS
12551fi 14879fi
12552echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5 14880echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5
@@ -12577,18 +14905,31 @@ else
12577echo "$as_me:$LINENO: checking locale.h usability" >&5 14905echo "$as_me:$LINENO: checking locale.h usability" >&5
12578echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 14906echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6
12579cat >conftest.$ac_ext <<_ACEOF 14907cat >conftest.$ac_ext <<_ACEOF
12580#line $LINENO "configure" 14908/* confdefs.h. */
12581#include "confdefs.h" 14909_ACEOF
14910cat confdefs.h >>conftest.$ac_ext
14911cat >>conftest.$ac_ext <<_ACEOF
14912/* end confdefs.h. */
12582$ac_includes_default 14913$ac_includes_default
12583#include <locale.h> 14914#include <locale.h>
12584_ACEOF 14915_ACEOF
12585rm -f conftest.$ac_objext 14916rm -f conftest.$ac_objext
12586if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14917if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12587 (eval $ac_compile) 2>&5 14918 (eval $ac_compile) 2>conftest.er1
12588 ac_status=$? 14919 ac_status=$?
14920 grep -v '^ *+' conftest.er1 >conftest.err
14921 rm -f conftest.er1
14922 cat conftest.err >&5
12589 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12590 (exit $ac_status); } && 14924 (exit $ac_status); } &&
12591 { ac_try='test -s conftest.$ac_objext' 14925 { ac_try='test -z "$ac_c_werror_flag"
14926 || test ! -s conftest.err'
14927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14928 (eval $ac_try) 2>&5
14929 ac_status=$?
14930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14931 (exit $ac_status); }; } &&
14932 { ac_try='test -s conftest.$ac_objext'
12592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12593 (eval $ac_try) 2>&5 14934 (eval $ac_try) 2>&5
12594 ac_status=$? 14935 ac_status=$?
@@ -12597,10 +14938,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12597 ac_header_compiler=yes 14938 ac_header_compiler=yes
12598else 14939else
12599 echo "$as_me: failed program was:" >&5 14940 echo "$as_me: failed program was:" >&5
12600cat conftest.$ac_ext >&5 14941sed 's/^/| /' conftest.$ac_ext >&5
14942
12601ac_header_compiler=no 14943ac_header_compiler=no
12602fi 14944fi
12603rm -f conftest.$ac_objext conftest.$ac_ext 14945rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12604echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14946echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12605echo "${ECHO_T}$ac_header_compiler" >&6 14947echo "${ECHO_T}$ac_header_compiler" >&6
12606 14948
@@ -12608,8 +14950,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12608echo "$as_me:$LINENO: checking locale.h presence" >&5 14950echo "$as_me:$LINENO: checking locale.h presence" >&5
12609echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 14951echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6
12610cat >conftest.$ac_ext <<_ACEOF 14952cat >conftest.$ac_ext <<_ACEOF
12611#line $LINENO "configure" 14953/* confdefs.h. */
12612#include "confdefs.h" 14954_ACEOF
14955cat confdefs.h >>conftest.$ac_ext
14956cat >>conftest.$ac_ext <<_ACEOF
14957/* end confdefs.h. */
12613#include <locale.h> 14958#include <locale.h>
12614_ACEOF 14959_ACEOF
12615if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 14960if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -12622,6 +14967,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12622 (exit $ac_status); } >/dev/null; then 14967 (exit $ac_status); } >/dev/null; then
12623 if test -s conftest.err; then 14968 if test -s conftest.err; then
12624 ac_cpp_err=$ac_c_preproc_warn_flag 14969 ac_cpp_err=$ac_c_preproc_warn_flag
14970 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12625 else 14971 else
12626 ac_cpp_err= 14972 ac_cpp_err=
12627 fi 14973 fi
@@ -12632,7 +14978,8 @@ if test -z "$ac_cpp_err"; then
12632 ac_header_preproc=yes 14978 ac_header_preproc=yes
12633else 14979else
12634 echo "$as_me: failed program was:" >&5 14980 echo "$as_me: failed program was:" >&5
12635 cat conftest.$ac_ext >&5 14981sed 's/^/| /' conftest.$ac_ext >&5
14982
12636 ac_header_preproc=no 14983 ac_header_preproc=no
12637fi 14984fi
12638rm -f conftest.err conftest.$ac_ext 14985rm -f conftest.err conftest.$ac_ext
@@ -12640,19 +14987,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12640echo "${ECHO_T}$ac_header_preproc" >&6 14987echo "${ECHO_T}$ac_header_preproc" >&6
12641 14988
12642# So? What about this header? 14989# So? What about this header?
12643case $ac_header_compiler:$ac_header_preproc in 14990case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12644 yes:no ) 14991 yes:no: )
12645 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 14992 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
12646echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14993echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12647 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 14994 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5
12648echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};; 14995echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;}
12649 no:yes ) 14996 ac_header_preproc=yes
14997 ;;
14998 no:yes:* )
12650 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 14999 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
12651echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} 15000echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
12652 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 15001 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
12653echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} 15002echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
15003 { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5
15004echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
15005 { echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5
15006echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;}
12654 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 15007 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
12655echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};; 15008echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
15009 { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
15010echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
15011 (
15012 cat <<\_ASBOX
15013## ------------------------------------------ ##
15014## Report this to the AC_PACKAGE_NAME lists. ##
15015## ------------------------------------------ ##
15016_ASBOX
15017 ) |
15018 sed "s/^/$as_me: WARNING: /" >&2
15019 ;;
12656esac 15020esac
12657echo "$as_me:$LINENO: checking for locale.h" >&5 15021echo "$as_me:$LINENO: checking for locale.h" >&5
12658echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 15022echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
@@ -12677,43 +15041,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12677 echo $ECHO_N "(cached) $ECHO_C" >&6 15041 echo $ECHO_N "(cached) $ECHO_C" >&6
12678else 15042else
12679 cat >conftest.$ac_ext <<_ACEOF 15043 cat >conftest.$ac_ext <<_ACEOF
12680#line $LINENO "configure" 15044/* confdefs.h. */
12681#include "confdefs.h" 15045_ACEOF
15046cat confdefs.h >>conftest.$ac_ext
15047cat >>conftest.$ac_ext <<_ACEOF
15048/* end confdefs.h. */
15049/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15050 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15051#define $ac_func innocuous_$ac_func
15052
12682/* System header to define __stub macros and hopefully few prototypes, 15053/* System header to define __stub macros and hopefully few prototypes,
12683 which can conflict with char $ac_func (); below. */ 15054 which can conflict with char $ac_func (); below.
12684#include <assert.h> 15055 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15056 <limits.h> exists even on freestanding compilers. */
15057
15058#ifdef __STDC__
15059# include <limits.h>
15060#else
15061# include <assert.h>
15062#endif
15063
15064#undef $ac_func
15065
12685/* Override any gcc2 internal prototype to avoid an error. */ 15066/* Override any gcc2 internal prototype to avoid an error. */
12686#ifdef __cplusplus 15067#ifdef __cplusplus
12687extern "C" 15068extern "C"
15069{
12688#endif 15070#endif
12689/* We use char because int might match the return type of a gcc2 15071/* We use char because int might match the return type of a gcc2
12690 builtin and then its argument prototype would still apply. */ 15072 builtin and then its argument prototype would still apply. */
12691char $ac_func (); 15073char $ac_func ();
12692char (*f) ();
12693
12694int
12695main ()
12696{
12697/* The GNU C library defines this for functions which it implements 15074/* The GNU C library defines this for functions which it implements
12698 to always fail with ENOSYS. Some functions are actually named 15075 to always fail with ENOSYS. Some functions are actually named
12699 something starting with __ and the normal name is an alias. */ 15076 something starting with __ and the normal name is an alias. */
12700#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 15077#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12701choke me 15078choke me
12702#else 15079#else
12703f = $ac_func; 15080char (*f) () = $ac_func;
15081#endif
15082#ifdef __cplusplus
15083}
12704#endif 15084#endif
12705 15085
15086int
15087main ()
15088{
15089return f != $ac_func;
12706 ; 15090 ;
12707 return 0; 15091 return 0;
12708} 15092}
12709_ACEOF 15093_ACEOF
12710rm -f conftest.$ac_objext conftest$ac_exeext 15094rm -f conftest.$ac_objext conftest$ac_exeext
12711if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15095if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12712 (eval $ac_link) 2>&5 15096 (eval $ac_link) 2>conftest.er1
12713 ac_status=$? 15097 ac_status=$?
15098 grep -v '^ *+' conftest.er1 >conftest.err
15099 rm -f conftest.er1
15100 cat conftest.err >&5
12714 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12715 (exit $ac_status); } && 15102 (exit $ac_status); } &&
12716 { ac_try='test -s conftest$ac_exeext' 15103 { ac_try='test -z "$ac_c_werror_flag"
15104 || test ! -s conftest.err'
15105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15106 (eval $ac_try) 2>&5
15107 ac_status=$?
15108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15109 (exit $ac_status); }; } &&
15110 { ac_try='test -s conftest$ac_exeext'
12717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12718 (eval $ac_try) 2>&5 15112 (eval $ac_try) 2>&5
12719 ac_status=$? 15113 ac_status=$?
@@ -12722,10 +15116,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12722 eval "$as_ac_var=yes" 15116 eval "$as_ac_var=yes"
12723else 15117else
12724 echo "$as_me: failed program was:" >&5 15118 echo "$as_me: failed program was:" >&5
12725cat conftest.$ac_ext >&5 15119sed 's/^/| /' conftest.$ac_ext >&5
15120
12726eval "$as_ac_var=no" 15121eval "$as_ac_var=no"
12727fi 15122fi
12728rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15123rm -f conftest.err conftest.$ac_objext \
15124 conftest$ac_exeext conftest.$ac_ext
12729fi 15125fi
12730echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 15126echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12731echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 15127echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -12764,18 +15160,31 @@ else
12764echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5 15160echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
12765echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 15161echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6
12766cat >conftest.$ac_ext <<_ACEOF 15162cat >conftest.$ac_ext <<_ACEOF
12767#line $LINENO "configure" 15163/* confdefs.h. */
12768#include "confdefs.h" 15164_ACEOF
15165cat confdefs.h >>conftest.$ac_ext
15166cat >>conftest.$ac_ext <<_ACEOF
15167/* end confdefs.h. */
12769$ac_includes_default 15168$ac_includes_default
12770#include <inq_stats/cpustats.h> 15169#include <inq_stats/cpustats.h>
12771_ACEOF 15170_ACEOF
12772rm -f conftest.$ac_objext 15171rm -f conftest.$ac_objext
12773if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15172if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12774 (eval $ac_compile) 2>&5 15173 (eval $ac_compile) 2>conftest.er1
12775 ac_status=$? 15174 ac_status=$?
15175 grep -v '^ *+' conftest.er1 >conftest.err
15176 rm -f conftest.er1
15177 cat conftest.err >&5
12776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12777 (exit $ac_status); } && 15179 (exit $ac_status); } &&
12778 { ac_try='test -s conftest.$ac_objext' 15180 { ac_try='test -z "$ac_c_werror_flag"
15181 || test ! -s conftest.err'
15182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15183 (eval $ac_try) 2>&5
15184 ac_status=$?
15185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15186 (exit $ac_status); }; } &&
15187 { ac_try='test -s conftest.$ac_objext'
12779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12780 (eval $ac_try) 2>&5 15189 (eval $ac_try) 2>&5
12781 ac_status=$? 15190 ac_status=$?
@@ -12784,10 +15193,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12784 ac_header_compiler=yes 15193 ac_header_compiler=yes
12785else 15194else
12786 echo "$as_me: failed program was:" >&5 15195 echo "$as_me: failed program was:" >&5
12787cat conftest.$ac_ext >&5 15196sed 's/^/| /' conftest.$ac_ext >&5
15197
12788ac_header_compiler=no 15198ac_header_compiler=no
12789fi 15199fi
12790rm -f conftest.$ac_objext conftest.$ac_ext 15200rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12791echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15201echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12792echo "${ECHO_T}$ac_header_compiler" >&6 15202echo "${ECHO_T}$ac_header_compiler" >&6
12793 15203
@@ -12795,8 +15205,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12795echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 15205echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
12796echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 15206echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6
12797cat >conftest.$ac_ext <<_ACEOF 15207cat >conftest.$ac_ext <<_ACEOF
12798#line $LINENO "configure" 15208/* confdefs.h. */
12799#include "confdefs.h" 15209_ACEOF
15210cat confdefs.h >>conftest.$ac_ext
15211cat >>conftest.$ac_ext <<_ACEOF
15212/* end confdefs.h. */
12800#include <inq_stats/cpustats.h> 15213#include <inq_stats/cpustats.h>
12801_ACEOF 15214_ACEOF
12802if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15215if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -12809,6 +15222,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12809 (exit $ac_status); } >/dev/null; then 15222 (exit $ac_status); } >/dev/null; then
12810 if test -s conftest.err; then 15223 if test -s conftest.err; then
12811 ac_cpp_err=$ac_c_preproc_warn_flag 15224 ac_cpp_err=$ac_c_preproc_warn_flag
15225 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12812 else 15226 else
12813 ac_cpp_err= 15227 ac_cpp_err=
12814 fi 15228 fi
@@ -12819,7 +15233,8 @@ if test -z "$ac_cpp_err"; then
12819 ac_header_preproc=yes 15233 ac_header_preproc=yes
12820else 15234else
12821 echo "$as_me: failed program was:" >&5 15235 echo "$as_me: failed program was:" >&5
12822 cat conftest.$ac_ext >&5 15236sed 's/^/| /' conftest.$ac_ext >&5
15237
12823 ac_header_preproc=no 15238 ac_header_preproc=no
12824fi 15239fi
12825rm -f conftest.err conftest.$ac_ext 15240rm -f conftest.err conftest.$ac_ext
@@ -12827,19 +15242,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12827echo "${ECHO_T}$ac_header_preproc" >&6 15242echo "${ECHO_T}$ac_header_preproc" >&6
12828 15243
12829# So? What about this header? 15244# So? What about this header?
12830case $ac_header_compiler:$ac_header_preproc in 15245case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12831 yes:no ) 15246 yes:no: )
12832 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 15247 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
12833echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 15248echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12834 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 15249 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5
12835echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};; 15250echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;}
12836 no:yes ) 15251 ac_header_preproc=yes
15252 ;;
15253 no:yes:* )
12837 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 15254 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
12838echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} 15255echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
12839 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 15256 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
12840echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} 15257echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
15258 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5
15259echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;}
15260 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
15261echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
12841 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 15262 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
12842echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};; 15263echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
15264 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5
15265echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;}
15266 (
15267 cat <<\_ASBOX
15268## ------------------------------------------ ##
15269## Report this to the AC_PACKAGE_NAME lists. ##
15270## ------------------------------------------ ##
15271_ASBOX
15272 ) |
15273 sed "s/^/$as_me: WARNING: /" >&2
15274 ;;
12843esac 15275esac
12844echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5 15276echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
12845echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 15277echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
@@ -12883,18 +15315,31 @@ else
12883echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5 15315echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
12884echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 15316echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6
12885cat >conftest.$ac_ext <<_ACEOF 15317cat >conftest.$ac_ext <<_ACEOF
12886#line $LINENO "configure" 15318/* confdefs.h. */
12887#include "confdefs.h" 15319_ACEOF
15320cat confdefs.h >>conftest.$ac_ext
15321cat >>conftest.$ac_ext <<_ACEOF
15322/* end confdefs.h. */
12888$ac_includes_default 15323$ac_includes_default
12889#include <sys/cpustats.h> 15324#include <sys/cpustats.h>
12890_ACEOF 15325_ACEOF
12891rm -f conftest.$ac_objext 15326rm -f conftest.$ac_objext
12892if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15327if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12893 (eval $ac_compile) 2>&5 15328 (eval $ac_compile) 2>conftest.er1
12894 ac_status=$? 15329 ac_status=$?
15330 grep -v '^ *+' conftest.er1 >conftest.err
15331 rm -f conftest.er1
15332 cat conftest.err >&5
12895 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12896 (exit $ac_status); } && 15334 (exit $ac_status); } &&
12897 { ac_try='test -s conftest.$ac_objext' 15335 { ac_try='test -z "$ac_c_werror_flag"
15336 || test ! -s conftest.err'
15337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15338 (eval $ac_try) 2>&5
15339 ac_status=$?
15340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15341 (exit $ac_status); }; } &&
15342 { ac_try='test -s conftest.$ac_objext'
12898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12899 (eval $ac_try) 2>&5 15344 (eval $ac_try) 2>&5
12900 ac_status=$? 15345 ac_status=$?
@@ -12903,10 +15348,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12903 ac_header_compiler=yes 15348 ac_header_compiler=yes
12904else 15349else
12905 echo "$as_me: failed program was:" >&5 15350 echo "$as_me: failed program was:" >&5
12906cat conftest.$ac_ext >&5 15351sed 's/^/| /' conftest.$ac_ext >&5
15352
12907ac_header_compiler=no 15353ac_header_compiler=no
12908fi 15354fi
12909rm -f conftest.$ac_objext conftest.$ac_ext 15355rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12910echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15356echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12911echo "${ECHO_T}$ac_header_compiler" >&6 15357echo "${ECHO_T}$ac_header_compiler" >&6
12912 15358
@@ -12914,8 +15360,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12914echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 15360echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
12915echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 15361echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6
12916cat >conftest.$ac_ext <<_ACEOF 15362cat >conftest.$ac_ext <<_ACEOF
12917#line $LINENO "configure" 15363/* confdefs.h. */
12918#include "confdefs.h" 15364_ACEOF
15365cat confdefs.h >>conftest.$ac_ext
15366cat >>conftest.$ac_ext <<_ACEOF
15367/* end confdefs.h. */
12919#include <sys/cpustats.h> 15368#include <sys/cpustats.h>
12920_ACEOF 15369_ACEOF
12921if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15370if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -12928,6 +15377,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12928 (exit $ac_status); } >/dev/null; then 15377 (exit $ac_status); } >/dev/null; then
12929 if test -s conftest.err; then 15378 if test -s conftest.err; then
12930 ac_cpp_err=$ac_c_preproc_warn_flag 15379 ac_cpp_err=$ac_c_preproc_warn_flag
15380 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12931 else 15381 else
12932 ac_cpp_err= 15382 ac_cpp_err=
12933 fi 15383 fi
@@ -12938,7 +15388,8 @@ if test -z "$ac_cpp_err"; then
12938 ac_header_preproc=yes 15388 ac_header_preproc=yes
12939else 15389else
12940 echo "$as_me: failed program was:" >&5 15390 echo "$as_me: failed program was:" >&5
12941 cat conftest.$ac_ext >&5 15391sed 's/^/| /' conftest.$ac_ext >&5
15392
12942 ac_header_preproc=no 15393 ac_header_preproc=no
12943fi 15394fi
12944rm -f conftest.err conftest.$ac_ext 15395rm -f conftest.err conftest.$ac_ext
@@ -12946,19 +15397,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12946echo "${ECHO_T}$ac_header_preproc" >&6 15397echo "${ECHO_T}$ac_header_preproc" >&6
12947 15398
12948# So? What about this header? 15399# So? What about this header?
12949case $ac_header_compiler:$ac_header_preproc in 15400case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12950 yes:no ) 15401 yes:no: )
12951 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 15402 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
12952echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 15403echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12953 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 15404 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5
12954echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};; 15405echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;}
12955 no:yes ) 15406 ac_header_preproc=yes
15407 ;;
15408 no:yes:* )
12956 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 15409 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
12957echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} 15410echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
12958 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 15411 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
12959echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} 15412echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
15413 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5
15414echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}
15415 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
15416echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
12960 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 15417 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
12961echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};; 15418echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
15419 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5
15420echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;}
15421 (
15422 cat <<\_ASBOX
15423## ------------------------------------------ ##
15424## Report this to the AC_PACKAGE_NAME lists. ##
15425## ------------------------------------------ ##
15426_ASBOX
15427 ) |
15428 sed "s/^/$as_me: WARNING: /" >&2
15429 ;;
12962esac 15430esac
12963echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5 15431echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
12964echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 15432echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
@@ -12999,18 +15467,31 @@ else
12999echo "$as_me:$LINENO: checking $ac_header usability" >&5 15467echo "$as_me:$LINENO: checking $ac_header usability" >&5
13000echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15468echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13001cat >conftest.$ac_ext <<_ACEOF 15469cat >conftest.$ac_ext <<_ACEOF
13002#line $LINENO "configure" 15470/* confdefs.h. */
13003#include "confdefs.h" 15471_ACEOF
15472cat confdefs.h >>conftest.$ac_ext
15473cat >>conftest.$ac_ext <<_ACEOF
15474/* end confdefs.h. */
13004$ac_includes_default 15475$ac_includes_default
13005#include <$ac_header> 15476#include <$ac_header>
13006_ACEOF 15477_ACEOF
13007rm -f conftest.$ac_objext 15478rm -f conftest.$ac_objext
13008if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15479if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13009 (eval $ac_compile) 2>&5 15480 (eval $ac_compile) 2>conftest.er1
13010 ac_status=$? 15481 ac_status=$?
15482 grep -v '^ *+' conftest.er1 >conftest.err
15483 rm -f conftest.er1
15484 cat conftest.err >&5
13011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13012 (exit $ac_status); } && 15486 (exit $ac_status); } &&
13013 { ac_try='test -s conftest.$ac_objext' 15487 { ac_try='test -z "$ac_c_werror_flag"
15488 || test ! -s conftest.err'
15489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15490 (eval $ac_try) 2>&5
15491 ac_status=$?
15492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15493 (exit $ac_status); }; } &&
15494 { ac_try='test -s conftest.$ac_objext'
13014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13015 (eval $ac_try) 2>&5 15496 (eval $ac_try) 2>&5
13016 ac_status=$? 15497 ac_status=$?
@@ -13019,10 +15500,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13019 ac_header_compiler=yes 15500 ac_header_compiler=yes
13020else 15501else
13021 echo "$as_me: failed program was:" >&5 15502 echo "$as_me: failed program was:" >&5
13022cat conftest.$ac_ext >&5 15503sed 's/^/| /' conftest.$ac_ext >&5
15504
13023ac_header_compiler=no 15505ac_header_compiler=no
13024fi 15506fi
13025rm -f conftest.$ac_objext conftest.$ac_ext 15507rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13026echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15508echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13027echo "${ECHO_T}$ac_header_compiler" >&6 15509echo "${ECHO_T}$ac_header_compiler" >&6
13028 15510
@@ -13030,8 +15512,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13030echo "$as_me:$LINENO: checking $ac_header presence" >&5 15512echo "$as_me:$LINENO: checking $ac_header presence" >&5
13031echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15513echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13032cat >conftest.$ac_ext <<_ACEOF 15514cat >conftest.$ac_ext <<_ACEOF
13033#line $LINENO "configure" 15515/* confdefs.h. */
13034#include "confdefs.h" 15516_ACEOF
15517cat confdefs.h >>conftest.$ac_ext
15518cat >>conftest.$ac_ext <<_ACEOF
15519/* end confdefs.h. */
13035#include <$ac_header> 15520#include <$ac_header>
13036_ACEOF 15521_ACEOF
13037if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15522if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13044,6 +15529,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13044 (exit $ac_status); } >/dev/null; then 15529 (exit $ac_status); } >/dev/null; then
13045 if test -s conftest.err; then 15530 if test -s conftest.err; then
13046 ac_cpp_err=$ac_c_preproc_warn_flag 15531 ac_cpp_err=$ac_c_preproc_warn_flag
15532 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13047 else 15533 else
13048 ac_cpp_err= 15534 ac_cpp_err=
13049 fi 15535 fi
@@ -13054,7 +15540,8 @@ if test -z "$ac_cpp_err"; then
13054 ac_header_preproc=yes 15540 ac_header_preproc=yes
13055else 15541else
13056 echo "$as_me: failed program was:" >&5 15542 echo "$as_me: failed program was:" >&5
13057 cat conftest.$ac_ext >&5 15543sed 's/^/| /' conftest.$ac_ext >&5
15544
13058 ac_header_preproc=no 15545 ac_header_preproc=no
13059fi 15546fi
13060rm -f conftest.err conftest.$ac_ext 15547rm -f conftest.err conftest.$ac_ext
@@ -13062,26 +15549,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13062echo "${ECHO_T}$ac_header_preproc" >&6 15549echo "${ECHO_T}$ac_header_preproc" >&6
13063 15550
13064# So? What about this header? 15551# So? What about this header?
13065case $ac_header_compiler:$ac_header_preproc in 15552case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13066 yes:no ) 15553 yes:no: )
13067 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15554 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13068echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15555echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13069 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15556 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13070echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15557echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13071 no:yes ) 15558 ac_header_preproc=yes
15559 ;;
15560 no:yes:* )
13072 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15561 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13073echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15562echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13074 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15563 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13075echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15564echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15565 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15566echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15567 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15568echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13076 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15569 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13077echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15570echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15571 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15572echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15573 (
15574 cat <<\_ASBOX
15575## ------------------------------------------ ##
15576## Report this to the AC_PACKAGE_NAME lists. ##
15577## ------------------------------------------ ##
15578_ASBOX
15579 ) |
15580 sed "s/^/$as_me: WARNING: /" >&2
15581 ;;
13078esac 15582esac
13079echo "$as_me:$LINENO: checking for $ac_header" >&5 15583echo "$as_me:$LINENO: checking for $ac_header" >&5
13080echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 15584echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13081if eval "test \"\${$as_ac_Header+set}\" = set"; then 15585if eval "test \"\${$as_ac_Header+set}\" = set"; then
13082 echo $ECHO_N "(cached) $ECHO_C" >&6 15586 echo $ECHO_N "(cached) $ECHO_C" >&6
13083else 15587else
13084 eval "$as_ac_Header=$ac_header_preproc" 15588 eval "$as_ac_Header=\$ac_header_preproc"
13085fi 15589fi
13086echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15590echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13087echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15591echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -13115,18 +15619,31 @@ else
13115echo "$as_me:$LINENO: checking $ac_header usability" >&5 15619echo "$as_me:$LINENO: checking $ac_header usability" >&5
13116echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15620echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13117cat >conftest.$ac_ext <<_ACEOF 15621cat >conftest.$ac_ext <<_ACEOF
13118#line $LINENO "configure" 15622/* confdefs.h. */
13119#include "confdefs.h" 15623_ACEOF
15624cat confdefs.h >>conftest.$ac_ext
15625cat >>conftest.$ac_ext <<_ACEOF
15626/* end confdefs.h. */
13120$ac_includes_default 15627$ac_includes_default
13121#include <$ac_header> 15628#include <$ac_header>
13122_ACEOF 15629_ACEOF
13123rm -f conftest.$ac_objext 15630rm -f conftest.$ac_objext
13124if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15631if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13125 (eval $ac_compile) 2>&5 15632 (eval $ac_compile) 2>conftest.er1
13126 ac_status=$? 15633 ac_status=$?
15634 grep -v '^ *+' conftest.er1 >conftest.err
15635 rm -f conftest.er1
15636 cat conftest.err >&5
13127 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13128 (exit $ac_status); } && 15638 (exit $ac_status); } &&
13129 { ac_try='test -s conftest.$ac_objext' 15639 { ac_try='test -z "$ac_c_werror_flag"
15640 || test ! -s conftest.err'
15641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15642 (eval $ac_try) 2>&5
15643 ac_status=$?
15644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15645 (exit $ac_status); }; } &&
15646 { ac_try='test -s conftest.$ac_objext'
13130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13131 (eval $ac_try) 2>&5 15648 (eval $ac_try) 2>&5
13132 ac_status=$? 15649 ac_status=$?
@@ -13135,10 +15652,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13135 ac_header_compiler=yes 15652 ac_header_compiler=yes
13136else 15653else
13137 echo "$as_me: failed program was:" >&5 15654 echo "$as_me: failed program was:" >&5
13138cat conftest.$ac_ext >&5 15655sed 's/^/| /' conftest.$ac_ext >&5
15656
13139ac_header_compiler=no 15657ac_header_compiler=no
13140fi 15658fi
13141rm -f conftest.$ac_objext conftest.$ac_ext 15659rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13142echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15660echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13143echo "${ECHO_T}$ac_header_compiler" >&6 15661echo "${ECHO_T}$ac_header_compiler" >&6
13144 15662
@@ -13146,8 +15664,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13146echo "$as_me:$LINENO: checking $ac_header presence" >&5 15664echo "$as_me:$LINENO: checking $ac_header presence" >&5
13147echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15665echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13148cat >conftest.$ac_ext <<_ACEOF 15666cat >conftest.$ac_ext <<_ACEOF
13149#line $LINENO "configure" 15667/* confdefs.h. */
13150#include "confdefs.h" 15668_ACEOF
15669cat confdefs.h >>conftest.$ac_ext
15670cat >>conftest.$ac_ext <<_ACEOF
15671/* end confdefs.h. */
13151#include <$ac_header> 15672#include <$ac_header>
13152_ACEOF 15673_ACEOF
13153if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 15674if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -13160,6 +15681,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13160 (exit $ac_status); } >/dev/null; then 15681 (exit $ac_status); } >/dev/null; then
13161 if test -s conftest.err; then 15682 if test -s conftest.err; then
13162 ac_cpp_err=$ac_c_preproc_warn_flag 15683 ac_cpp_err=$ac_c_preproc_warn_flag
15684 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13163 else 15685 else
13164 ac_cpp_err= 15686 ac_cpp_err=
13165 fi 15687 fi
@@ -13170,7 +15692,8 @@ if test -z "$ac_cpp_err"; then
13170 ac_header_preproc=yes 15692 ac_header_preproc=yes
13171else 15693else
13172 echo "$as_me: failed program was:" >&5 15694 echo "$as_me: failed program was:" >&5
13173 cat conftest.$ac_ext >&5 15695sed 's/^/| /' conftest.$ac_ext >&5
15696
13174 ac_header_preproc=no 15697 ac_header_preproc=no
13175fi 15698fi
13176rm -f conftest.err conftest.$ac_ext 15699rm -f conftest.err conftest.$ac_ext
@@ -13178,26 +15701,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13178echo "${ECHO_T}$ac_header_preproc" >&6 15701echo "${ECHO_T}$ac_header_preproc" >&6
13179 15702
13180# So? What about this header? 15703# So? What about this header?
13181case $ac_header_compiler:$ac_header_preproc in 15704case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13182 yes:no ) 15705 yes:no: )
13183 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15706 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13184echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15707echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13185 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15708 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13186echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15709echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13187 no:yes ) 15710 ac_header_preproc=yes
15711 ;;
15712 no:yes:* )
13188 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15713 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13189echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15714echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13190 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15715 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13191echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15716echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15717 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15718echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15719 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15720echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13192 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15721 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13193echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 15722echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15723 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15724echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15725 (
15726 cat <<\_ASBOX
15727## ------------------------------------------ ##
15728## Report this to the AC_PACKAGE_NAME lists. ##
15729## ------------------------------------------ ##
15730_ASBOX
15731 ) |
15732 sed "s/^/$as_me: WARNING: /" >&2
15733 ;;
13194esac 15734esac
13195echo "$as_me:$LINENO: checking for $ac_header" >&5 15735echo "$as_me:$LINENO: checking for $ac_header" >&5
13196echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 15736echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13197if eval "test \"\${$as_ac_Header+set}\" = set"; then 15737if eval "test \"\${$as_ac_Header+set}\" = set"; then
13198 echo $ECHO_N "(cached) $ECHO_C" >&6 15738 echo $ECHO_N "(cached) $ECHO_C" >&6
13199else 15739else
13200 eval "$as_ac_Header=$ac_header_preproc" 15740 eval "$as_ac_Header=\$ac_header_preproc"
13201fi 15741fi
13202echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15742echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13203echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15743echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -13213,8 +15753,11 @@ if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
13213 echo $ECHO_N "(cached) $ECHO_C" >&6 15753 echo $ECHO_N "(cached) $ECHO_C" >&6
13214else 15754else
13215 cat >conftest.$ac_ext <<_ACEOF 15755 cat >conftest.$ac_ext <<_ACEOF
13216#line $LINENO "configure" 15756/* confdefs.h. */
13217#include "confdefs.h" 15757_ACEOF
15758cat confdefs.h >>conftest.$ac_ext
15759cat >>conftest.$ac_ext <<_ACEOF
15760/* end confdefs.h. */
13218#include <nlist.h> 15761#include <nlist.h>
13219 15762
13220int 15763int
@@ -13229,11 +15772,21 @@ return 0;
13229_ACEOF 15772_ACEOF
13230rm -f conftest.$ac_objext 15773rm -f conftest.$ac_objext
13231if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15774if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13232 (eval $ac_compile) 2>&5 15775 (eval $ac_compile) 2>conftest.er1
13233 ac_status=$? 15776 ac_status=$?
15777 grep -v '^ *+' conftest.er1 >conftest.err
15778 rm -f conftest.er1
15779 cat conftest.err >&5
13234 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13235 (exit $ac_status); } && 15781 (exit $ac_status); } &&
13236 { ac_try='test -s conftest.$ac_objext' 15782 { ac_try='test -z "$ac_c_werror_flag"
15783 || test ! -s conftest.err'
15784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15785 (eval $ac_try) 2>&5
15786 ac_status=$?
15787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15788 (exit $ac_status); }; } &&
15789 { ac_try='test -s conftest.$ac_objext'
13237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13238 (eval $ac_try) 2>&5 15791 (eval $ac_try) 2>&5
13239 ac_status=$? 15792 ac_status=$?
@@ -13242,10 +15795,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13242 ac_cv_member_struct_nlist_n_un_n_name=yes 15795 ac_cv_member_struct_nlist_n_un_n_name=yes
13243else 15796else
13244 echo "$as_me: failed program was:" >&5 15797 echo "$as_me: failed program was:" >&5
13245cat conftest.$ac_ext >&5 15798sed 's/^/| /' conftest.$ac_ext >&5
15799
13246cat >conftest.$ac_ext <<_ACEOF 15800cat >conftest.$ac_ext <<_ACEOF
13247#line $LINENO "configure" 15801/* confdefs.h. */
13248#include "confdefs.h" 15802_ACEOF
15803cat confdefs.h >>conftest.$ac_ext
15804cat >>conftest.$ac_ext <<_ACEOF
15805/* end confdefs.h. */
13249#include <nlist.h> 15806#include <nlist.h>
13250 15807
13251int 15808int
@@ -13260,11 +15817,21 @@ return 0;
13260_ACEOF 15817_ACEOF
13261rm -f conftest.$ac_objext 15818rm -f conftest.$ac_objext
13262if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15819if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13263 (eval $ac_compile) 2>&5 15820 (eval $ac_compile) 2>conftest.er1
13264 ac_status=$? 15821 ac_status=$?
15822 grep -v '^ *+' conftest.er1 >conftest.err
15823 rm -f conftest.er1
15824 cat conftest.err >&5
13265 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13266 (exit $ac_status); } && 15826 (exit $ac_status); } &&
13267 { ac_try='test -s conftest.$ac_objext' 15827 { ac_try='test -z "$ac_c_werror_flag"
15828 || test ! -s conftest.err'
15829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15830 (eval $ac_try) 2>&5
15831 ac_status=$?
15832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15833 (exit $ac_status); }; } &&
15834 { ac_try='test -s conftest.$ac_objext'
13268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13269 (eval $ac_try) 2>&5 15836 (eval $ac_try) 2>&5
13270 ac_status=$? 15837 ac_status=$?
@@ -13273,12 +15840,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13273 ac_cv_member_struct_nlist_n_un_n_name=yes 15840 ac_cv_member_struct_nlist_n_un_n_name=yes
13274else 15841else
13275 echo "$as_me: failed program was:" >&5 15842 echo "$as_me: failed program was:" >&5
13276cat conftest.$ac_ext >&5 15843sed 's/^/| /' conftest.$ac_ext >&5
15844
13277ac_cv_member_struct_nlist_n_un_n_name=no 15845ac_cv_member_struct_nlist_n_un_n_name=no
13278fi 15846fi
13279rm -f conftest.$ac_objext conftest.$ac_ext 15847rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13280fi 15848fi
13281rm -f conftest.$ac_objext conftest.$ac_ext 15849rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13282fi 15850fi
13283echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 15851echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
13284echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 15852echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
@@ -13311,8 +15879,11 @@ if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
13311 echo $ECHO_N "(cached) $ECHO_C" >&6 15879 echo $ECHO_N "(cached) $ECHO_C" >&6
13312else 15880else
13313 cat >conftest.$ac_ext <<_ACEOF 15881 cat >conftest.$ac_ext <<_ACEOF
13314#line $LINENO "configure" 15882/* confdefs.h. */
13315#include "confdefs.h" 15883_ACEOF
15884cat confdefs.h >>conftest.$ac_ext
15885cat >>conftest.$ac_ext <<_ACEOF
15886/* end confdefs.h. */
13316#include "$srcdir/$ac_config_libobj_dir/getloadavg.c" 15887#include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
13317#ifdef LDAV_PRIVILEGED 15888#ifdef LDAV_PRIVILEGED
13318Yowza Am I SETGID yet 15889Yowza Am I SETGID yet
@@ -13351,7 +15922,7 @@ else
13351 # If we got an error (system does not support symlinks), try without -L. 15922 # If we got an error (system does not support symlinks), try without -L.
13352 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` 15923 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
13353 ac_cv_group_kmem=`echo $ac_ls_output \ 15924 ac_cv_group_kmem=`echo $ac_ls_output \
13354 | sed -ne 's/[ ][ ]*/ /g; 15925 | sed -ne 's/[ ][ ]*/ /g;
13355 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; 15926 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
13356 / /s/.* //;p;'` 15927 / /s/.* //;p;'`
13357 15928
@@ -13377,8 +15948,11 @@ else
13377 while :; do 15948 while :; do
13378 ac_cv_sys_largefile_source=no 15949 ac_cv_sys_largefile_source=no
13379 cat >conftest.$ac_ext <<_ACEOF 15950 cat >conftest.$ac_ext <<_ACEOF
13380#line $LINENO "configure" 15951/* confdefs.h. */
13381#include "confdefs.h" 15952_ACEOF
15953cat confdefs.h >>conftest.$ac_ext
15954cat >>conftest.$ac_ext <<_ACEOF
15955/* end confdefs.h. */
13382#include <stdio.h> 15956#include <stdio.h>
13383int 15957int
13384main () 15958main ()
@@ -13390,11 +15964,21 @@ return !fseeko;
13390_ACEOF 15964_ACEOF
13391rm -f conftest.$ac_objext 15965rm -f conftest.$ac_objext
13392if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15966if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13393 (eval $ac_compile) 2>&5 15967 (eval $ac_compile) 2>conftest.er1
13394 ac_status=$? 15968 ac_status=$?
15969 grep -v '^ *+' conftest.er1 >conftest.err
15970 rm -f conftest.er1
15971 cat conftest.err >&5
13395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13396 (exit $ac_status); } && 15973 (exit $ac_status); } &&
13397 { ac_try='test -s conftest.$ac_objext' 15974 { ac_try='test -z "$ac_c_werror_flag"
15975 || test ! -s conftest.err'
15976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15977 (eval $ac_try) 2>&5
15978 ac_status=$?
15979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15980 (exit $ac_status); }; } &&
15981 { ac_try='test -s conftest.$ac_objext'
13398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13399 (eval $ac_try) 2>&5 15983 (eval $ac_try) 2>&5
13400 ac_status=$? 15984 ac_status=$?
@@ -13403,12 +15987,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13403 break 15987 break
13404else 15988else
13405 echo "$as_me: failed program was:" >&5 15989 echo "$as_me: failed program was:" >&5
13406cat conftest.$ac_ext >&5 15990sed 's/^/| /' conftest.$ac_ext >&5
15991
13407fi 15992fi
13408rm -f conftest.$ac_objext conftest.$ac_ext 15993rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13409 cat >conftest.$ac_ext <<_ACEOF 15994 cat >conftest.$ac_ext <<_ACEOF
13410#line $LINENO "configure" 15995/* confdefs.h. */
13411#include "confdefs.h" 15996_ACEOF
15997cat confdefs.h >>conftest.$ac_ext
15998cat >>conftest.$ac_ext <<_ACEOF
15999/* end confdefs.h. */
13412#define _LARGEFILE_SOURCE 1 16000#define _LARGEFILE_SOURCE 1
13413#include <stdio.h> 16001#include <stdio.h>
13414int 16002int
@@ -13421,11 +16009,21 @@ return !fseeko;
13421_ACEOF 16009_ACEOF
13422rm -f conftest.$ac_objext 16010rm -f conftest.$ac_objext
13423if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16011if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13424 (eval $ac_compile) 2>&5 16012 (eval $ac_compile) 2>conftest.er1
13425 ac_status=$? 16013 ac_status=$?
16014 grep -v '^ *+' conftest.er1 >conftest.err
16015 rm -f conftest.er1
16016 cat conftest.err >&5
13426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13427 (exit $ac_status); } && 16018 (exit $ac_status); } &&
13428 { ac_try='test -s conftest.$ac_objext' 16019 { ac_try='test -z "$ac_c_werror_flag"
16020 || test ! -s conftest.err'
16021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16022 (eval $ac_try) 2>&5
16023 ac_status=$?
16024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16025 (exit $ac_status); }; } &&
16026 { ac_try='test -s conftest.$ac_objext'
13429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13430 (eval $ac_try) 2>&5 16028 (eval $ac_try) 2>&5
13431 ac_status=$? 16029 ac_status=$?
@@ -13434,9 +16032,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13434 ac_cv_sys_largefile_source=1; break 16032 ac_cv_sys_largefile_source=1; break
13435else 16033else
13436 echo "$as_me: failed program was:" >&5 16034 echo "$as_me: failed program was:" >&5
13437cat conftest.$ac_ext >&5 16035sed 's/^/| /' conftest.$ac_ext >&5
16036
13438fi 16037fi
13439rm -f conftest.$ac_objext conftest.$ac_ext 16038rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13440 break 16039 break
13441done 16040done
13442fi 16041fi
@@ -13460,8 +16059,11 @@ if test "${ac_cv_func_fseeko+set}" = set; then
13460 echo $ECHO_N "(cached) $ECHO_C" >&6 16059 echo $ECHO_N "(cached) $ECHO_C" >&6
13461else 16060else
13462 cat >conftest.$ac_ext <<_ACEOF 16061 cat >conftest.$ac_ext <<_ACEOF
13463#line $LINENO "configure" 16062/* confdefs.h. */
13464#include "confdefs.h" 16063_ACEOF
16064cat confdefs.h >>conftest.$ac_ext
16065cat >>conftest.$ac_ext <<_ACEOF
16066/* end confdefs.h. */
13465#include <stdio.h> 16067#include <stdio.h>
13466int 16068int
13467main () 16069main ()
@@ -13473,11 +16075,21 @@ return fseeko && fseeko (stdin, 0, 0);
13473_ACEOF 16075_ACEOF
13474rm -f conftest.$ac_objext conftest$ac_exeext 16076rm -f conftest.$ac_objext conftest$ac_exeext
13475if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16077if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13476 (eval $ac_link) 2>&5 16078 (eval $ac_link) 2>conftest.er1
13477 ac_status=$? 16079 ac_status=$?
16080 grep -v '^ *+' conftest.er1 >conftest.err
16081 rm -f conftest.er1
16082 cat conftest.err >&5
13478 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13479 (exit $ac_status); } && 16084 (exit $ac_status); } &&
13480 { ac_try='test -s conftest$ac_exeext' 16085 { ac_try='test -z "$ac_c_werror_flag"
16086 || test ! -s conftest.err'
16087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16088 (eval $ac_try) 2>&5
16089 ac_status=$?
16090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16091 (exit $ac_status); }; } &&
16092 { ac_try='test -s conftest$ac_exeext'
13481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13482 (eval $ac_try) 2>&5 16094 (eval $ac_try) 2>&5
13483 ac_status=$? 16095 ac_status=$?
@@ -13486,10 +16098,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13486 ac_cv_func_fseeko=yes 16098 ac_cv_func_fseeko=yes
13487else 16099else
13488 echo "$as_me: failed program was:" >&5 16100 echo "$as_me: failed program was:" >&5
13489cat conftest.$ac_ext >&5 16101sed 's/^/| /' conftest.$ac_ext >&5
16102
13490ac_cv_func_fseeko=no 16103ac_cv_func_fseeko=no
13491fi 16104fi
13492rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16105rm -f conftest.err conftest.$ac_objext \
16106 conftest$ac_exeext conftest.$ac_ext
13493fi 16107fi
13494echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5 16108echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
13495echo "${ECHO_T}$ac_cv_func_fseeko" >&6 16109echo "${ECHO_T}$ac_cv_func_fseeko" >&6
@@ -13509,8 +16123,11 @@ if test "${ac_cv_func_getpgrp_void+set}" = set; then
13509else 16123else
13510 # Use it with a single arg. 16124 # Use it with a single arg.
13511cat >conftest.$ac_ext <<_ACEOF 16125cat >conftest.$ac_ext <<_ACEOF
13512#line $LINENO "configure" 16126/* confdefs.h. */
13513#include "confdefs.h" 16127_ACEOF
16128cat confdefs.h >>conftest.$ac_ext
16129cat >>conftest.$ac_ext <<_ACEOF
16130/* end confdefs.h. */
13514$ac_includes_default 16131$ac_includes_default
13515int 16132int
13516main () 16133main ()
@@ -13522,11 +16139,21 @@ getpgrp (0);
13522_ACEOF 16139_ACEOF
13523rm -f conftest.$ac_objext 16140rm -f conftest.$ac_objext
13524if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16141if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13525 (eval $ac_compile) 2>&5 16142 (eval $ac_compile) 2>conftest.er1
13526 ac_status=$? 16143 ac_status=$?
16144 grep -v '^ *+' conftest.er1 >conftest.err
16145 rm -f conftest.er1
16146 cat conftest.err >&5
13527 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13528 (exit $ac_status); } && 16148 (exit $ac_status); } &&
13529 { ac_try='test -s conftest.$ac_objext' 16149 { ac_try='test -z "$ac_c_werror_flag"
16150 || test ! -s conftest.err'
16151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16152 (eval $ac_try) 2>&5
16153 ac_status=$?
16154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16155 (exit $ac_status); }; } &&
16156 { ac_try='test -s conftest.$ac_objext'
13530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13531 (eval $ac_try) 2>&5 16158 (eval $ac_try) 2>&5
13532 ac_status=$? 16159 ac_status=$?
@@ -13535,10 +16162,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13535 ac_cv_func_getpgrp_void=no 16162 ac_cv_func_getpgrp_void=no
13536else 16163else
13537 echo "$as_me: failed program was:" >&5 16164 echo "$as_me: failed program was:" >&5
13538cat conftest.$ac_ext >&5 16165sed 's/^/| /' conftest.$ac_ext >&5
16166
13539ac_cv_func_getpgrp_void=yes 16167ac_cv_func_getpgrp_void=yes
13540fi 16168fi
13541rm -f conftest.$ac_objext conftest.$ac_ext 16169rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13542 16170
13543fi 16171fi
13544echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 16172echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
@@ -13562,43 +16190,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13562 echo $ECHO_N "(cached) $ECHO_C" >&6 16190 echo $ECHO_N "(cached) $ECHO_C" >&6
13563else 16191else
13564 cat >conftest.$ac_ext <<_ACEOF 16192 cat >conftest.$ac_ext <<_ACEOF
13565#line $LINENO "configure" 16193/* confdefs.h. */
13566#include "confdefs.h" 16194_ACEOF
16195cat confdefs.h >>conftest.$ac_ext
16196cat >>conftest.$ac_ext <<_ACEOF
16197/* end confdefs.h. */
16198/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16199 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16200#define $ac_func innocuous_$ac_func
16201
13567/* System header to define __stub macros and hopefully few prototypes, 16202/* System header to define __stub macros and hopefully few prototypes,
13568 which can conflict with char $ac_func (); below. */ 16203 which can conflict with char $ac_func (); below.
13569#include <assert.h> 16204 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16205 <limits.h> exists even on freestanding compilers. */
16206
16207#ifdef __STDC__
16208# include <limits.h>
16209#else
16210# include <assert.h>
16211#endif
16212
16213#undef $ac_func
16214
13570/* Override any gcc2 internal prototype to avoid an error. */ 16215/* Override any gcc2 internal prototype to avoid an error. */
13571#ifdef __cplusplus 16216#ifdef __cplusplus
13572extern "C" 16217extern "C"
16218{
13573#endif 16219#endif
13574/* We use char because int might match the return type of a gcc2 16220/* We use char because int might match the return type of a gcc2
13575 builtin and then its argument prototype would still apply. */ 16221 builtin and then its argument prototype would still apply. */
13576char $ac_func (); 16222char $ac_func ();
13577char (*f) ();
13578
13579int
13580main ()
13581{
13582/* The GNU C library defines this for functions which it implements 16223/* The GNU C library defines this for functions which it implements
13583 to always fail with ENOSYS. Some functions are actually named 16224 to always fail with ENOSYS. Some functions are actually named
13584 something starting with __ and the normal name is an alias. */ 16225 something starting with __ and the normal name is an alias. */
13585#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 16226#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13586choke me 16227choke me
13587#else 16228#else
13588f = $ac_func; 16229char (*f) () = $ac_func;
16230#endif
16231#ifdef __cplusplus
16232}
13589#endif 16233#endif
13590 16234
16235int
16236main ()
16237{
16238return f != $ac_func;
13591 ; 16239 ;
13592 return 0; 16240 return 0;
13593} 16241}
13594_ACEOF 16242_ACEOF
13595rm -f conftest.$ac_objext conftest$ac_exeext 16243rm -f conftest.$ac_objext conftest$ac_exeext
13596if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16244if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13597 (eval $ac_link) 2>&5 16245 (eval $ac_link) 2>conftest.er1
13598 ac_status=$? 16246 ac_status=$?
16247 grep -v '^ *+' conftest.er1 >conftest.err
16248 rm -f conftest.er1
16249 cat conftest.err >&5
13599 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13600 (exit $ac_status); } && 16251 (exit $ac_status); } &&
13601 { ac_try='test -s conftest$ac_exeext' 16252 { ac_try='test -z "$ac_c_werror_flag"
16253 || test ! -s conftest.err'
16254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16255 (eval $ac_try) 2>&5
16256 ac_status=$?
16257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16258 (exit $ac_status); }; } &&
16259 { ac_try='test -s conftest$ac_exeext'
13602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13603 (eval $ac_try) 2>&5 16261 (eval $ac_try) 2>&5
13604 ac_status=$? 16262 ac_status=$?
@@ -13607,10 +16265,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13607 eval "$as_ac_var=yes" 16265 eval "$as_ac_var=yes"
13608else 16266else
13609 echo "$as_me: failed program was:" >&5 16267 echo "$as_me: failed program was:" >&5
13610cat conftest.$ac_ext >&5 16268sed 's/^/| /' conftest.$ac_ext >&5
16269
13611eval "$as_ac_var=no" 16270eval "$as_ac_var=no"
13612fi 16271fi
13613rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16272rm -f conftest.err conftest.$ac_objext \
16273 conftest$ac_exeext conftest.$ac_ext
13614fi 16274fi
13615echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 16275echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13616echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 16276echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -13629,8 +16289,11 @@ else
13629 ac_check_lib_save_LIBS=$LIBS 16289 ac_check_lib_save_LIBS=$LIBS
13630LIBS="-lintl $LIBS" 16290LIBS="-lintl $LIBS"
13631cat >conftest.$ac_ext <<_ACEOF 16291cat >conftest.$ac_ext <<_ACEOF
13632#line $LINENO "configure" 16292/* confdefs.h. */
13633#include "confdefs.h" 16293_ACEOF
16294cat confdefs.h >>conftest.$ac_ext
16295cat >>conftest.$ac_ext <<_ACEOF
16296/* end confdefs.h. */
13634 16297
13635/* Override any gcc2 internal prototype to avoid an error. */ 16298/* Override any gcc2 internal prototype to avoid an error. */
13636#ifdef __cplusplus 16299#ifdef __cplusplus
@@ -13649,11 +16312,21 @@ strftime ();
13649_ACEOF 16312_ACEOF
13650rm -f conftest.$ac_objext conftest$ac_exeext 16313rm -f conftest.$ac_objext conftest$ac_exeext
13651if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16314if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13652 (eval $ac_link) 2>&5 16315 (eval $ac_link) 2>conftest.er1
13653 ac_status=$? 16316 ac_status=$?
16317 grep -v '^ *+' conftest.er1 >conftest.err
16318 rm -f conftest.er1
16319 cat conftest.err >&5
13654 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13655 (exit $ac_status); } && 16321 (exit $ac_status); } &&
13656 { ac_try='test -s conftest$ac_exeext' 16322 { ac_try='test -z "$ac_c_werror_flag"
16323 || test ! -s conftest.err'
16324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16325 (eval $ac_try) 2>&5
16326 ac_status=$?
16327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16328 (exit $ac_status); }; } &&
16329 { ac_try='test -s conftest$ac_exeext'
13657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13658 (eval $ac_try) 2>&5 16331 (eval $ac_try) 2>&5
13659 ac_status=$? 16332 ac_status=$?
@@ -13662,10 +16335,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13662 ac_cv_lib_intl_strftime=yes 16335 ac_cv_lib_intl_strftime=yes
13663else 16336else
13664 echo "$as_me: failed program was:" >&5 16337 echo "$as_me: failed program was:" >&5
13665cat conftest.$ac_ext >&5 16338sed 's/^/| /' conftest.$ac_ext >&5
16339
13666ac_cv_lib_intl_strftime=no 16340ac_cv_lib_intl_strftime=no
13667fi 16341fi
13668rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16342rm -f conftest.err conftest.$ac_objext \
16343 conftest$ac_exeext conftest.$ac_ext
13669LIBS=$ac_check_lib_save_LIBS 16344LIBS=$ac_check_lib_save_LIBS
13670fi 16345fi
13671echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 16346echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
@@ -13693,43 +16368,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13693 echo $ECHO_N "(cached) $ECHO_C" >&6 16368 echo $ECHO_N "(cached) $ECHO_C" >&6
13694else 16369else
13695 cat >conftest.$ac_ext <<_ACEOF 16370 cat >conftest.$ac_ext <<_ACEOF
13696#line $LINENO "configure" 16371/* confdefs.h. */
13697#include "confdefs.h" 16372_ACEOF
16373cat confdefs.h >>conftest.$ac_ext
16374cat >>conftest.$ac_ext <<_ACEOF
16375/* end confdefs.h. */
16376/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16377 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16378#define $ac_func innocuous_$ac_func
16379
13698/* System header to define __stub macros and hopefully few prototypes, 16380/* System header to define __stub macros and hopefully few prototypes,
13699 which can conflict with char $ac_func (); below. */ 16381 which can conflict with char $ac_func (); below.
13700#include <assert.h> 16382 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16383 <limits.h> exists even on freestanding compilers. */
16384
16385#ifdef __STDC__
16386# include <limits.h>
16387#else
16388# include <assert.h>
16389#endif
16390
16391#undef $ac_func
16392
13701/* Override any gcc2 internal prototype to avoid an error. */ 16393/* Override any gcc2 internal prototype to avoid an error. */
13702#ifdef __cplusplus 16394#ifdef __cplusplus
13703extern "C" 16395extern "C"
16396{
13704#endif 16397#endif
13705/* We use char because int might match the return type of a gcc2 16398/* We use char because int might match the return type of a gcc2
13706 builtin and then its argument prototype would still apply. */ 16399 builtin and then its argument prototype would still apply. */
13707char $ac_func (); 16400char $ac_func ();
13708char (*f) ();
13709
13710int
13711main ()
13712{
13713/* The GNU C library defines this for functions which it implements 16401/* The GNU C library defines this for functions which it implements
13714 to always fail with ENOSYS. Some functions are actually named 16402 to always fail with ENOSYS. Some functions are actually named
13715 something starting with __ and the normal name is an alias. */ 16403 something starting with __ and the normal name is an alias. */
13716#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 16404#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13717choke me 16405choke me
13718#else 16406#else
13719f = $ac_func; 16407char (*f) () = $ac_func;
16408#endif
16409#ifdef __cplusplus
16410}
13720#endif 16411#endif
13721 16412
16413int
16414main ()
16415{
16416return f != $ac_func;
13722 ; 16417 ;
13723 return 0; 16418 return 0;
13724} 16419}
13725_ACEOF 16420_ACEOF
13726rm -f conftest.$ac_objext conftest$ac_exeext 16421rm -f conftest.$ac_objext conftest$ac_exeext
13727if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16422if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13728 (eval $ac_link) 2>&5 16423 (eval $ac_link) 2>conftest.er1
13729 ac_status=$? 16424 ac_status=$?
16425 grep -v '^ *+' conftest.er1 >conftest.err
16426 rm -f conftest.er1
16427 cat conftest.err >&5
13730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13731 (exit $ac_status); } && 16429 (exit $ac_status); } &&
13732 { ac_try='test -s conftest$ac_exeext' 16430 { ac_try='test -z "$ac_c_werror_flag"
16431 || test ! -s conftest.err'
16432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16433 (eval $ac_try) 2>&5
16434 ac_status=$?
16435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16436 (exit $ac_status); }; } &&
16437 { ac_try='test -s conftest$ac_exeext'
13733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13734 (eval $ac_try) 2>&5 16439 (eval $ac_try) 2>&5
13735 ac_status=$? 16440 ac_status=$?
@@ -13738,10 +16443,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13738 eval "$as_ac_var=yes" 16443 eval "$as_ac_var=yes"
13739else 16444else
13740 echo "$as_me: failed program was:" >&5 16445 echo "$as_me: failed program was:" >&5
13741cat conftest.$ac_ext >&5 16446sed 's/^/| /' conftest.$ac_ext >&5
16447
13742eval "$as_ac_var=no" 16448eval "$as_ac_var=no"
13743fi 16449fi
13744rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16450rm -f conftest.err conftest.$ac_objext \
16451 conftest$ac_exeext conftest.$ac_ext
13745fi 16452fi
13746echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 16453echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13747echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 16454echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -13765,43 +16472,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13765 echo $ECHO_N "(cached) $ECHO_C" >&6 16472 echo $ECHO_N "(cached) $ECHO_C" >&6
13766else 16473else
13767 cat >conftest.$ac_ext <<_ACEOF 16474 cat >conftest.$ac_ext <<_ACEOF
13768#line $LINENO "configure" 16475/* confdefs.h. */
13769#include "confdefs.h" 16476_ACEOF
16477cat confdefs.h >>conftest.$ac_ext
16478cat >>conftest.$ac_ext <<_ACEOF
16479/* end confdefs.h. */
16480/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16481 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16482#define $ac_func innocuous_$ac_func
16483
13770/* System header to define __stub macros and hopefully few prototypes, 16484/* System header to define __stub macros and hopefully few prototypes,
13771 which can conflict with char $ac_func (); below. */ 16485 which can conflict with char $ac_func (); below.
13772#include <assert.h> 16486 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16487 <limits.h> exists even on freestanding compilers. */
16488
16489#ifdef __STDC__
16490# include <limits.h>
16491#else
16492# include <assert.h>
16493#endif
16494
16495#undef $ac_func
16496
13773/* Override any gcc2 internal prototype to avoid an error. */ 16497/* Override any gcc2 internal prototype to avoid an error. */
13774#ifdef __cplusplus 16498#ifdef __cplusplus
13775extern "C" 16499extern "C"
16500{
13776#endif 16501#endif
13777/* We use char because int might match the return type of a gcc2 16502/* We use char because int might match the return type of a gcc2
13778 builtin and then its argument prototype would still apply. */ 16503 builtin and then its argument prototype would still apply. */
13779char $ac_func (); 16504char $ac_func ();
13780char (*f) ();
13781
13782int
13783main ()
13784{
13785/* The GNU C library defines this for functions which it implements 16505/* The GNU C library defines this for functions which it implements
13786 to always fail with ENOSYS. Some functions are actually named 16506 to always fail with ENOSYS. Some functions are actually named
13787 something starting with __ and the normal name is an alias. */ 16507 something starting with __ and the normal name is an alias. */
13788#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 16508#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13789choke me 16509choke me
13790#else 16510#else
13791f = $ac_func; 16511char (*f) () = $ac_func;
16512#endif
16513#ifdef __cplusplus
16514}
13792#endif 16515#endif
13793 16516
16517int
16518main ()
16519{
16520return f != $ac_func;
13794 ; 16521 ;
13795 return 0; 16522 return 0;
13796} 16523}
13797_ACEOF 16524_ACEOF
13798rm -f conftest.$ac_objext conftest$ac_exeext 16525rm -f conftest.$ac_objext conftest$ac_exeext
13799if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16526if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13800 (eval $ac_link) 2>&5 16527 (eval $ac_link) 2>conftest.er1
13801 ac_status=$? 16528 ac_status=$?
16529 grep -v '^ *+' conftest.er1 >conftest.err
16530 rm -f conftest.er1
16531 cat conftest.err >&5
13802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13803 (exit $ac_status); } && 16533 (exit $ac_status); } &&
13804 { ac_try='test -s conftest$ac_exeext' 16534 { ac_try='test -z "$ac_c_werror_flag"
16535 || test ! -s conftest.err'
16536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16537 (eval $ac_try) 2>&5
16538 ac_status=$?
16539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16540 (exit $ac_status); }; } &&
16541 { ac_try='test -s conftest$ac_exeext'
13805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13806 (eval $ac_try) 2>&5 16543 (eval $ac_try) 2>&5
13807 ac_status=$? 16544 ac_status=$?
@@ -13810,10 +16547,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13810 eval "$as_ac_var=yes" 16547 eval "$as_ac_var=yes"
13811else 16548else
13812 echo "$as_me: failed program was:" >&5 16549 echo "$as_me: failed program was:" >&5
13813cat conftest.$ac_ext >&5 16550sed 's/^/| /' conftest.$ac_ext >&5
16551
13814eval "$as_ac_var=no" 16552eval "$as_ac_var=no"
13815fi 16553fi
13816rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16554rm -f conftest.err conftest.$ac_objext \
16555 conftest$ac_exeext conftest.$ac_ext
13817fi 16556fi
13818echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 16557echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13819echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 16558echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -13839,8 +16578,11 @@ else
13839 ac_check_lib_save_LIBS=$LIBS 16578 ac_check_lib_save_LIBS=$LIBS
13840LIBS="-lncurses $LIBS" 16579LIBS="-lncurses $LIBS"
13841cat >conftest.$ac_ext <<_ACEOF 16580cat >conftest.$ac_ext <<_ACEOF
13842#line $LINENO "configure" 16581/* confdefs.h. */
13843#include "confdefs.h" 16582_ACEOF
16583cat confdefs.h >>conftest.$ac_ext
16584cat >>conftest.$ac_ext <<_ACEOF
16585/* end confdefs.h. */
13844 16586
13845/* Override any gcc2 internal prototype to avoid an error. */ 16587/* Override any gcc2 internal prototype to avoid an error. */
13846#ifdef __cplusplus 16588#ifdef __cplusplus
@@ -13859,11 +16601,21 @@ tparm ();
13859_ACEOF 16601_ACEOF
13860rm -f conftest.$ac_objext conftest$ac_exeext 16602rm -f conftest.$ac_objext conftest$ac_exeext
13861if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16603if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13862 (eval $ac_link) 2>&5 16604 (eval $ac_link) 2>conftest.er1
13863 ac_status=$? 16605 ac_status=$?
16606 grep -v '^ *+' conftest.er1 >conftest.err
16607 rm -f conftest.er1
16608 cat conftest.err >&5
13864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13865 (exit $ac_status); } && 16610 (exit $ac_status); } &&
13866 { ac_try='test -s conftest$ac_exeext' 16611 { ac_try='test -z "$ac_c_werror_flag"
16612 || test ! -s conftest.err'
16613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16614 (eval $ac_try) 2>&5
16615 ac_status=$?
16616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16617 (exit $ac_status); }; } &&
16618 { ac_try='test -s conftest$ac_exeext'
13867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13868 (eval $ac_try) 2>&5 16620 (eval $ac_try) 2>&5
13869 ac_status=$? 16621 ac_status=$?
@@ -13872,10 +16624,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13872 ac_cv_lib_ncurses_tparm=yes 16624 ac_cv_lib_ncurses_tparm=yes
13873else 16625else
13874 echo "$as_me: failed program was:" >&5 16626 echo "$as_me: failed program was:" >&5
13875cat conftest.$ac_ext >&5 16627sed 's/^/| /' conftest.$ac_ext >&5
16628
13876ac_cv_lib_ncurses_tparm=no 16629ac_cv_lib_ncurses_tparm=no
13877fi 16630fi
13878rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16631rm -f conftest.err conftest.$ac_objext \
16632 conftest$ac_exeext conftest.$ac_ext
13879LIBS=$ac_check_lib_save_LIBS 16633LIBS=$ac_check_lib_save_LIBS
13880fi 16634fi
13881echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5 16635echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5
@@ -13900,43 +16654,73 @@ if test "${ac_cv_func_res_send+set}" = set; then
13900 echo $ECHO_N "(cached) $ECHO_C" >&6 16654 echo $ECHO_N "(cached) $ECHO_C" >&6
13901else 16655else
13902 cat >conftest.$ac_ext <<_ACEOF 16656 cat >conftest.$ac_ext <<_ACEOF
13903#line $LINENO "configure" 16657/* confdefs.h. */
13904#include "confdefs.h" 16658_ACEOF
16659cat confdefs.h >>conftest.$ac_ext
16660cat >>conftest.$ac_ext <<_ACEOF
16661/* end confdefs.h. */
16662/* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
16663 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16664#define res_send innocuous_res_send
16665
13905/* System header to define __stub macros and hopefully few prototypes, 16666/* System header to define __stub macros and hopefully few prototypes,
13906 which can conflict with char res_send (); below. */ 16667 which can conflict with char res_send (); below.
13907#include <assert.h> 16668 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16669 <limits.h> exists even on freestanding compilers. */
16670
16671#ifdef __STDC__
16672# include <limits.h>
16673#else
16674# include <assert.h>
16675#endif
16676
16677#undef res_send
16678
13908/* Override any gcc2 internal prototype to avoid an error. */ 16679/* Override any gcc2 internal prototype to avoid an error. */
13909#ifdef __cplusplus 16680#ifdef __cplusplus
13910extern "C" 16681extern "C"
16682{
13911#endif 16683#endif
13912/* We use char because int might match the return type of a gcc2 16684/* We use char because int might match the return type of a gcc2
13913 builtin and then its argument prototype would still apply. */ 16685 builtin and then its argument prototype would still apply. */
13914char res_send (); 16686char res_send ();
13915char (*f) ();
13916
13917int
13918main ()
13919{
13920/* The GNU C library defines this for functions which it implements 16687/* The GNU C library defines this for functions which it implements
13921 to always fail with ENOSYS. Some functions are actually named 16688 to always fail with ENOSYS. Some functions are actually named
13922 something starting with __ and the normal name is an alias. */ 16689 something starting with __ and the normal name is an alias. */
13923#if defined (__stub_res_send) || defined (__stub___res_send) 16690#if defined (__stub_res_send) || defined (__stub___res_send)
13924choke me 16691choke me
13925#else 16692#else
13926f = res_send; 16693char (*f) () = res_send;
16694#endif
16695#ifdef __cplusplus
16696}
13927#endif 16697#endif
13928 16698
16699int
16700main ()
16701{
16702return f != res_send;
13929 ; 16703 ;
13930 return 0; 16704 return 0;
13931} 16705}
13932_ACEOF 16706_ACEOF
13933rm -f conftest.$ac_objext conftest$ac_exeext 16707rm -f conftest.$ac_objext conftest$ac_exeext
13934if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16708if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13935 (eval $ac_link) 2>&5 16709 (eval $ac_link) 2>conftest.er1
13936 ac_status=$? 16710 ac_status=$?
16711 grep -v '^ *+' conftest.er1 >conftest.err
16712 rm -f conftest.er1
16713 cat conftest.err >&5
13937 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13938 (exit $ac_status); } && 16715 (exit $ac_status); } &&
13939 { ac_try='test -s conftest$ac_exeext' 16716 { ac_try='test -z "$ac_c_werror_flag"
16717 || test ! -s conftest.err'
16718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16719 (eval $ac_try) 2>&5
16720 ac_status=$?
16721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16722 (exit $ac_status); }; } &&
16723 { ac_try='test -s conftest$ac_exeext'
13940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13941 (eval $ac_try) 2>&5 16725 (eval $ac_try) 2>&5
13942 ac_status=$? 16726 ac_status=$?
@@ -13945,10 +16729,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13945 ac_cv_func_res_send=yes 16729 ac_cv_func_res_send=yes
13946else 16730else
13947 echo "$as_me: failed program was:" >&5 16731 echo "$as_me: failed program was:" >&5
13948cat conftest.$ac_ext >&5 16732sed 's/^/| /' conftest.$ac_ext >&5
16733
13949ac_cv_func_res_send=no 16734ac_cv_func_res_send=no
13950fi 16735fi
13951rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16736rm -f conftest.err conftest.$ac_objext \
16737 conftest$ac_exeext conftest.$ac_ext
13952fi 16738fi
13953echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5 16739echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5
13954echo "${ECHO_T}$ac_cv_func_res_send" >&6 16740echo "${ECHO_T}$ac_cv_func_res_send" >&6
@@ -13961,43 +16747,73 @@ if test "${ac_cv_func___res_send+set}" = set; then
13961 echo $ECHO_N "(cached) $ECHO_C" >&6 16747 echo $ECHO_N "(cached) $ECHO_C" >&6
13962else 16748else
13963 cat >conftest.$ac_ext <<_ACEOF 16749 cat >conftest.$ac_ext <<_ACEOF
13964#line $LINENO "configure" 16750/* confdefs.h. */
13965#include "confdefs.h" 16751_ACEOF
16752cat confdefs.h >>conftest.$ac_ext
16753cat >>conftest.$ac_ext <<_ACEOF
16754/* end confdefs.h. */
16755/* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.
16756 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16757#define __res_send innocuous___res_send
16758
13966/* System header to define __stub macros and hopefully few prototypes, 16759/* System header to define __stub macros and hopefully few prototypes,
13967 which can conflict with char __res_send (); below. */ 16760 which can conflict with char __res_send (); below.
13968#include <assert.h> 16761 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16762 <limits.h> exists even on freestanding compilers. */
16763
16764#ifdef __STDC__
16765# include <limits.h>
16766#else
16767# include <assert.h>
16768#endif
16769
16770#undef __res_send
16771
13969/* Override any gcc2 internal prototype to avoid an error. */ 16772/* Override any gcc2 internal prototype to avoid an error. */
13970#ifdef __cplusplus 16773#ifdef __cplusplus
13971extern "C" 16774extern "C"
16775{
13972#endif 16776#endif
13973/* We use char because int might match the return type of a gcc2 16777/* We use char because int might match the return type of a gcc2
13974 builtin and then its argument prototype would still apply. */ 16778 builtin and then its argument prototype would still apply. */
13975char __res_send (); 16779char __res_send ();
13976char (*f) ();
13977
13978int
13979main ()
13980{
13981/* The GNU C library defines this for functions which it implements 16780/* The GNU C library defines this for functions which it implements
13982 to always fail with ENOSYS. Some functions are actually named 16781 to always fail with ENOSYS. Some functions are actually named
13983 something starting with __ and the normal name is an alias. */ 16782 something starting with __ and the normal name is an alias. */
13984#if defined (__stub___res_send) || defined (__stub_____res_send) 16783#if defined (__stub___res_send) || defined (__stub_____res_send)
13985choke me 16784choke me
13986#else 16785#else
13987f = __res_send; 16786char (*f) () = __res_send;
16787#endif
16788#ifdef __cplusplus
16789}
13988#endif 16790#endif
13989 16791
16792int
16793main ()
16794{
16795return f != __res_send;
13990 ; 16796 ;
13991 return 0; 16797 return 0;
13992} 16798}
13993_ACEOF 16799_ACEOF
13994rm -f conftest.$ac_objext conftest$ac_exeext 16800rm -f conftest.$ac_objext conftest$ac_exeext
13995if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16801if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13996 (eval $ac_link) 2>&5 16802 (eval $ac_link) 2>conftest.er1
13997 ac_status=$? 16803 ac_status=$?
16804 grep -v '^ *+' conftest.er1 >conftest.err
16805 rm -f conftest.er1
16806 cat conftest.err >&5
13998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13999 (exit $ac_status); } && 16808 (exit $ac_status); } &&
14000 { ac_try='test -s conftest$ac_exeext' 16809 { ac_try='test -z "$ac_c_werror_flag"
16810 || test ! -s conftest.err'
16811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16812 (eval $ac_try) 2>&5
16813 ac_status=$?
16814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16815 (exit $ac_status); }; } &&
16816 { ac_try='test -s conftest$ac_exeext'
14001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14002 (eval $ac_try) 2>&5 16818 (eval $ac_try) 2>&5
14003 ac_status=$? 16819 ac_status=$?
@@ -14006,10 +16822,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14006 ac_cv_func___res_send=yes 16822 ac_cv_func___res_send=yes
14007else 16823else
14008 echo "$as_me: failed program was:" >&5 16824 echo "$as_me: failed program was:" >&5
14009cat conftest.$ac_ext >&5 16825sed 's/^/| /' conftest.$ac_ext >&5
16826
14010ac_cv_func___res_send=no 16827ac_cv_func___res_send=no
14011fi 16828fi
14012rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16829rm -f conftest.err conftest.$ac_objext \
16830 conftest$ac_exeext conftest.$ac_ext
14013fi 16831fi
14014echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5 16832echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5
14015echo "${ECHO_T}$ac_cv_func___res_send" >&6 16833echo "${ECHO_T}$ac_cv_func___res_send" >&6
@@ -14024,8 +16842,11 @@ else
14024 ac_check_lib_save_LIBS=$LIBS 16842 ac_check_lib_save_LIBS=$LIBS
14025LIBS="-lresolv $LIBS" 16843LIBS="-lresolv $LIBS"
14026cat >conftest.$ac_ext <<_ACEOF 16844cat >conftest.$ac_ext <<_ACEOF
14027#line $LINENO "configure" 16845/* confdefs.h. */
14028#include "confdefs.h" 16846_ACEOF
16847cat confdefs.h >>conftest.$ac_ext
16848cat >>conftest.$ac_ext <<_ACEOF
16849/* end confdefs.h. */
14029 16850
14030/* Override any gcc2 internal prototype to avoid an error. */ 16851/* Override any gcc2 internal prototype to avoid an error. */
14031#ifdef __cplusplus 16852#ifdef __cplusplus
@@ -14044,11 +16865,21 @@ res_send ();
14044_ACEOF 16865_ACEOF
14045rm -f conftest.$ac_objext conftest$ac_exeext 16866rm -f conftest.$ac_objext conftest$ac_exeext
14046if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16867if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14047 (eval $ac_link) 2>&5 16868 (eval $ac_link) 2>conftest.er1
14048 ac_status=$? 16869 ac_status=$?
16870 grep -v '^ *+' conftest.er1 >conftest.err
16871 rm -f conftest.er1
16872 cat conftest.err >&5
14049 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14050 (exit $ac_status); } && 16874 (exit $ac_status); } &&
14051 { ac_try='test -s conftest$ac_exeext' 16875 { ac_try='test -z "$ac_c_werror_flag"
16876 || test ! -s conftest.err'
16877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16878 (eval $ac_try) 2>&5
16879 ac_status=$?
16880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16881 (exit $ac_status); }; } &&
16882 { ac_try='test -s conftest$ac_exeext'
14052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14053 (eval $ac_try) 2>&5 16884 (eval $ac_try) 2>&5
14054 ac_status=$? 16885 ac_status=$?
@@ -14057,10 +16888,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14057 ac_cv_lib_resolv_res_send=yes 16888 ac_cv_lib_resolv_res_send=yes
14058else 16889else
14059 echo "$as_me: failed program was:" >&5 16890 echo "$as_me: failed program was:" >&5
14060cat conftest.$ac_ext >&5 16891sed 's/^/| /' conftest.$ac_ext >&5
16892
14061ac_cv_lib_resolv_res_send=no 16893ac_cv_lib_resolv_res_send=no
14062fi 16894fi
14063rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16895rm -f conftest.err conftest.$ac_objext \
16896 conftest$ac_exeext conftest.$ac_ext
14064LIBS=$ac_check_lib_save_LIBS 16897LIBS=$ac_check_lib_save_LIBS
14065fi 16898fi
14066echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5 16899echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5
@@ -14076,8 +16909,11 @@ else
14076 ac_check_lib_save_LIBS=$LIBS 16909 ac_check_lib_save_LIBS=$LIBS
14077LIBS="-lresolv $LIBS" 16910LIBS="-lresolv $LIBS"
14078cat >conftest.$ac_ext <<_ACEOF 16911cat >conftest.$ac_ext <<_ACEOF
14079#line $LINENO "configure" 16912/* confdefs.h. */
14080#include "confdefs.h" 16913_ACEOF
16914cat confdefs.h >>conftest.$ac_ext
16915cat >>conftest.$ac_ext <<_ACEOF
16916/* end confdefs.h. */
14081 16917
14082/* Override any gcc2 internal prototype to avoid an error. */ 16918/* Override any gcc2 internal prototype to avoid an error. */
14083#ifdef __cplusplus 16919#ifdef __cplusplus
@@ -14096,11 +16932,21 @@ __res_send ();
14096_ACEOF 16932_ACEOF
14097rm -f conftest.$ac_objext conftest$ac_exeext 16933rm -f conftest.$ac_objext conftest$ac_exeext
14098if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16934if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14099 (eval $ac_link) 2>&5 16935 (eval $ac_link) 2>conftest.er1
14100 ac_status=$? 16936 ac_status=$?
16937 grep -v '^ *+' conftest.er1 >conftest.err
16938 rm -f conftest.er1
16939 cat conftest.err >&5
14101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14102 (exit $ac_status); } && 16941 (exit $ac_status); } &&
14103 { ac_try='test -s conftest$ac_exeext' 16942 { ac_try='test -z "$ac_c_werror_flag"
16943 || test ! -s conftest.err'
16944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16945 (eval $ac_try) 2>&5
16946 ac_status=$?
16947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16948 (exit $ac_status); }; } &&
16949 { ac_try='test -s conftest$ac_exeext'
14104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14105 (eval $ac_try) 2>&5 16951 (eval $ac_try) 2>&5
14106 ac_status=$? 16952 ac_status=$?
@@ -14109,10 +16955,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14109 ac_cv_lib_resolv___res_send=yes 16955 ac_cv_lib_resolv___res_send=yes
14110else 16956else
14111 echo "$as_me: failed program was:" >&5 16957 echo "$as_me: failed program was:" >&5
14112cat conftest.$ac_ext >&5 16958sed 's/^/| /' conftest.$ac_ext >&5
16959
14113ac_cv_lib_resolv___res_send=no 16960ac_cv_lib_resolv___res_send=no
14114fi 16961fi
14115rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16962rm -f conftest.err conftest.$ac_objext \
16963 conftest$ac_exeext conftest.$ac_ext
14116LIBS=$ac_check_lib_save_LIBS 16964LIBS=$ac_check_lib_save_LIBS
14117fi 16965fi
14118echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5 16966echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5
@@ -14143,43 +16991,73 @@ if test "${ac_cv_func_hes_getmailhost+set}" = set; then
14143 echo $ECHO_N "(cached) $ECHO_C" >&6 16991 echo $ECHO_N "(cached) $ECHO_C" >&6
14144else 16992else
14145 cat >conftest.$ac_ext <<_ACEOF 16993 cat >conftest.$ac_ext <<_ACEOF
14146#line $LINENO "configure" 16994/* confdefs.h. */
14147#include "confdefs.h" 16995_ACEOF
16996cat confdefs.h >>conftest.$ac_ext
16997cat >>conftest.$ac_ext <<_ACEOF
16998/* end confdefs.h. */
16999/* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.
17000 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17001#define hes_getmailhost innocuous_hes_getmailhost
17002
14148/* System header to define __stub macros and hopefully few prototypes, 17003/* System header to define __stub macros and hopefully few prototypes,
14149 which can conflict with char hes_getmailhost (); below. */ 17004 which can conflict with char hes_getmailhost (); below.
14150#include <assert.h> 17005 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17006 <limits.h> exists even on freestanding compilers. */
17007
17008#ifdef __STDC__
17009# include <limits.h>
17010#else
17011# include <assert.h>
17012#endif
17013
17014#undef hes_getmailhost
17015
14151/* Override any gcc2 internal prototype to avoid an error. */ 17016/* Override any gcc2 internal prototype to avoid an error. */
14152#ifdef __cplusplus 17017#ifdef __cplusplus
14153extern "C" 17018extern "C"
17019{
14154#endif 17020#endif
14155/* We use char because int might match the return type of a gcc2 17021/* We use char because int might match the return type of a gcc2
14156 builtin and then its argument prototype would still apply. */ 17022 builtin and then its argument prototype would still apply. */
14157char hes_getmailhost (); 17023char hes_getmailhost ();
14158char (*f) ();
14159
14160int
14161main ()
14162{
14163/* The GNU C library defines this for functions which it implements 17024/* The GNU C library defines this for functions which it implements
14164 to always fail with ENOSYS. Some functions are actually named 17025 to always fail with ENOSYS. Some functions are actually named
14165 something starting with __ and the normal name is an alias. */ 17026 something starting with __ and the normal name is an alias. */
14166#if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost) 17027#if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost)
14167choke me 17028choke me
14168#else 17029#else
14169f = hes_getmailhost; 17030char (*f) () = hes_getmailhost;
17031#endif
17032#ifdef __cplusplus
17033}
14170#endif 17034#endif
14171 17035
17036int
17037main ()
17038{
17039return f != hes_getmailhost;
14172 ; 17040 ;
14173 return 0; 17041 return 0;
14174} 17042}
14175_ACEOF 17043_ACEOF
14176rm -f conftest.$ac_objext conftest$ac_exeext 17044rm -f conftest.$ac_objext conftest$ac_exeext
14177if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17045if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14178 (eval $ac_link) 2>&5 17046 (eval $ac_link) 2>conftest.er1
14179 ac_status=$? 17047 ac_status=$?
17048 grep -v '^ *+' conftest.er1 >conftest.err
17049 rm -f conftest.er1
17050 cat conftest.err >&5
14180 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14181 (exit $ac_status); } && 17052 (exit $ac_status); } &&
14182 { ac_try='test -s conftest$ac_exeext' 17053 { ac_try='test -z "$ac_c_werror_flag"
17054 || test ! -s conftest.err'
17055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17056 (eval $ac_try) 2>&5
17057 ac_status=$?
17058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17059 (exit $ac_status); }; } &&
17060 { ac_try='test -s conftest$ac_exeext'
14183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14184 (eval $ac_try) 2>&5 17062 (eval $ac_try) 2>&5
14185 ac_status=$? 17063 ac_status=$?
@@ -14188,10 +17066,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14188 ac_cv_func_hes_getmailhost=yes 17066 ac_cv_func_hes_getmailhost=yes
14189else 17067else
14190 echo "$as_me: failed program was:" >&5 17068 echo "$as_me: failed program was:" >&5
14191cat conftest.$ac_ext >&5 17069sed 's/^/| /' conftest.$ac_ext >&5
17070
14192ac_cv_func_hes_getmailhost=no 17071ac_cv_func_hes_getmailhost=no
14193fi 17072fi
14194rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17073rm -f conftest.err conftest.$ac_objext \
17074 conftest$ac_exeext conftest.$ac_ext
14195fi 17075fi
14196echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5 17076echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5
14197echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 17077echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
@@ -14206,8 +17086,11 @@ else
14206 ac_check_lib_save_LIBS=$LIBS 17086 ac_check_lib_save_LIBS=$LIBS
14207LIBS="-lhesiod $RESOLVLIB $LIBS" 17087LIBS="-lhesiod $RESOLVLIB $LIBS"
14208cat >conftest.$ac_ext <<_ACEOF 17088cat >conftest.$ac_ext <<_ACEOF
14209#line $LINENO "configure" 17089/* confdefs.h. */
14210#include "confdefs.h" 17090_ACEOF
17091cat confdefs.h >>conftest.$ac_ext
17092cat >>conftest.$ac_ext <<_ACEOF
17093/* end confdefs.h. */
14211 17094
14212/* Override any gcc2 internal prototype to avoid an error. */ 17095/* Override any gcc2 internal prototype to avoid an error. */
14213#ifdef __cplusplus 17096#ifdef __cplusplus
@@ -14226,11 +17109,21 @@ hes_getmailhost ();
14226_ACEOF 17109_ACEOF
14227rm -f conftest.$ac_objext conftest$ac_exeext 17110rm -f conftest.$ac_objext conftest$ac_exeext
14228if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17111if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14229 (eval $ac_link) 2>&5 17112 (eval $ac_link) 2>conftest.er1
14230 ac_status=$? 17113 ac_status=$?
17114 grep -v '^ *+' conftest.er1 >conftest.err
17115 rm -f conftest.er1
17116 cat conftest.err >&5
14231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14232 (exit $ac_status); } && 17118 (exit $ac_status); } &&
14233 { ac_try='test -s conftest$ac_exeext' 17119 { ac_try='test -z "$ac_c_werror_flag"
17120 || test ! -s conftest.err'
17121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17122 (eval $ac_try) 2>&5
17123 ac_status=$?
17124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17125 (exit $ac_status); }; } &&
17126 { ac_try='test -s conftest$ac_exeext'
14234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14235 (eval $ac_try) 2>&5 17128 (eval $ac_try) 2>&5
14236 ac_status=$? 17129 ac_status=$?
@@ -14239,10 +17132,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14239 ac_cv_lib_hesiod_hes_getmailhost=yes 17132 ac_cv_lib_hesiod_hes_getmailhost=yes
14240else 17133else
14241 echo "$as_me: failed program was:" >&5 17134 echo "$as_me: failed program was:" >&5
14242cat conftest.$ac_ext >&5 17135sed 's/^/| /' conftest.$ac_ext >&5
17136
14243ac_cv_lib_hesiod_hes_getmailhost=no 17137ac_cv_lib_hesiod_hes_getmailhost=no
14244fi 17138fi
14245rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17139rm -f conftest.err conftest.$ac_objext \
17140 conftest$ac_exeext conftest.$ac_ext
14246LIBS=$ac_check_lib_save_LIBS 17141LIBS=$ac_check_lib_save_LIBS
14247fi 17142fi
14248echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 17143echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
@@ -14272,8 +17167,11 @@ else
14272 ac_check_lib_save_LIBS=$LIBS 17167 ac_check_lib_save_LIBS=$LIBS
14273LIBS="-lcom_err $LIBS" 17168LIBS="-lcom_err $LIBS"
14274cat >conftest.$ac_ext <<_ACEOF 17169cat >conftest.$ac_ext <<_ACEOF
14275#line $LINENO "configure" 17170/* confdefs.h. */
14276#include "confdefs.h" 17171_ACEOF
17172cat confdefs.h >>conftest.$ac_ext
17173cat >>conftest.$ac_ext <<_ACEOF
17174/* end confdefs.h. */
14277 17175
14278/* Override any gcc2 internal prototype to avoid an error. */ 17176/* Override any gcc2 internal prototype to avoid an error. */
14279#ifdef __cplusplus 17177#ifdef __cplusplus
@@ -14292,11 +17190,21 @@ com_err ();
14292_ACEOF 17190_ACEOF
14293rm -f conftest.$ac_objext conftest$ac_exeext 17191rm -f conftest.$ac_objext conftest$ac_exeext
14294if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17192if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14295 (eval $ac_link) 2>&5 17193 (eval $ac_link) 2>conftest.er1
14296 ac_status=$? 17194 ac_status=$?
17195 grep -v '^ *+' conftest.er1 >conftest.err
17196 rm -f conftest.er1
17197 cat conftest.err >&5
14297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14298 (exit $ac_status); } && 17199 (exit $ac_status); } &&
14299 { ac_try='test -s conftest$ac_exeext' 17200 { ac_try='test -z "$ac_c_werror_flag"
17201 || test ! -s conftest.err'
17202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17203 (eval $ac_try) 2>&5
17204 ac_status=$?
17205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17206 (exit $ac_status); }; } &&
17207 { ac_try='test -s conftest$ac_exeext'
14300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14301 (eval $ac_try) 2>&5 17209 (eval $ac_try) 2>&5
14302 ac_status=$? 17210 ac_status=$?
@@ -14305,10 +17213,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14305 ac_cv_lib_com_err_com_err=yes 17213 ac_cv_lib_com_err_com_err=yes
14306else 17214else
14307 echo "$as_me: failed program was:" >&5 17215 echo "$as_me: failed program was:" >&5
14308cat conftest.$ac_ext >&5 17216sed 's/^/| /' conftest.$ac_ext >&5
17217
14309ac_cv_lib_com_err_com_err=no 17218ac_cv_lib_com_err_com_err=no
14310fi 17219fi
14311rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17220rm -f conftest.err conftest.$ac_objext \
17221 conftest$ac_exeext conftest.$ac_ext
14312LIBS=$ac_check_lib_save_LIBS 17222LIBS=$ac_check_lib_save_LIBS
14313fi 17223fi
14314echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5 17224echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5
@@ -14331,8 +17241,11 @@ else
14331 ac_check_lib_save_LIBS=$LIBS 17241 ac_check_lib_save_LIBS=$LIBS
14332LIBS="-lk5crypto $LIBS" 17242LIBS="-lk5crypto $LIBS"
14333cat >conftest.$ac_ext <<_ACEOF 17243cat >conftest.$ac_ext <<_ACEOF
14334#line $LINENO "configure" 17244/* confdefs.h. */
14335#include "confdefs.h" 17245_ACEOF
17246cat confdefs.h >>conftest.$ac_ext
17247cat >>conftest.$ac_ext <<_ACEOF
17248/* end confdefs.h. */
14336 17249
14337/* Override any gcc2 internal prototype to avoid an error. */ 17250/* Override any gcc2 internal prototype to avoid an error. */
14338#ifdef __cplusplus 17251#ifdef __cplusplus
@@ -14351,11 +17264,21 @@ mit_des_cbc_encrypt ();
14351_ACEOF 17264_ACEOF
14352rm -f conftest.$ac_objext conftest$ac_exeext 17265rm -f conftest.$ac_objext conftest$ac_exeext
14353if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17266if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14354 (eval $ac_link) 2>&5 17267 (eval $ac_link) 2>conftest.er1
14355 ac_status=$? 17268 ac_status=$?
17269 grep -v '^ *+' conftest.er1 >conftest.err
17270 rm -f conftest.er1
17271 cat conftest.err >&5
14356 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14357 (exit $ac_status); } && 17273 (exit $ac_status); } &&
14358 { ac_try='test -s conftest$ac_exeext' 17274 { ac_try='test -z "$ac_c_werror_flag"
17275 || test ! -s conftest.err'
17276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17277 (eval $ac_try) 2>&5
17278 ac_status=$?
17279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17280 (exit $ac_status); }; } &&
17281 { ac_try='test -s conftest$ac_exeext'
14359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14360 (eval $ac_try) 2>&5 17283 (eval $ac_try) 2>&5
14361 ac_status=$? 17284 ac_status=$?
@@ -14364,10 +17287,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14364 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes 17287 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
14365else 17288else
14366 echo "$as_me: failed program was:" >&5 17289 echo "$as_me: failed program was:" >&5
14367cat conftest.$ac_ext >&5 17290sed 's/^/| /' conftest.$ac_ext >&5
17291
14368ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no 17292ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
14369fi 17293fi
14370rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17294rm -f conftest.err conftest.$ac_objext \
17295 conftest$ac_exeext conftest.$ac_ext
14371LIBS=$ac_check_lib_save_LIBS 17296LIBS=$ac_check_lib_save_LIBS
14372fi 17297fi
14373echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 17298echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
@@ -14390,8 +17315,11 @@ else
14390 ac_check_lib_save_LIBS=$LIBS 17315 ac_check_lib_save_LIBS=$LIBS
14391LIBS="-lcrypto $LIBS" 17316LIBS="-lcrypto $LIBS"
14392cat >conftest.$ac_ext <<_ACEOF 17317cat >conftest.$ac_ext <<_ACEOF
14393#line $LINENO "configure" 17318/* confdefs.h. */
14394#include "confdefs.h" 17319_ACEOF
17320cat confdefs.h >>conftest.$ac_ext
17321cat >>conftest.$ac_ext <<_ACEOF
17322/* end confdefs.h. */
14395 17323
14396/* Override any gcc2 internal prototype to avoid an error. */ 17324/* Override any gcc2 internal prototype to avoid an error. */
14397#ifdef __cplusplus 17325#ifdef __cplusplus
@@ -14410,11 +17338,21 @@ mit_des_cbc_encrypt ();
14410_ACEOF 17338_ACEOF
14411rm -f conftest.$ac_objext conftest$ac_exeext 17339rm -f conftest.$ac_objext conftest$ac_exeext
14412if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17340if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14413 (eval $ac_link) 2>&5 17341 (eval $ac_link) 2>conftest.er1
14414 ac_status=$? 17342 ac_status=$?
17343 grep -v '^ *+' conftest.er1 >conftest.err
17344 rm -f conftest.er1
17345 cat conftest.err >&5
14415 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14416 (exit $ac_status); } && 17347 (exit $ac_status); } &&
14417 { ac_try='test -s conftest$ac_exeext' 17348 { ac_try='test -z "$ac_c_werror_flag"
17349 || test ! -s conftest.err'
17350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17351 (eval $ac_try) 2>&5
17352 ac_status=$?
17353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17354 (exit $ac_status); }; } &&
17355 { ac_try='test -s conftest$ac_exeext'
14418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14419 (eval $ac_try) 2>&5 17357 (eval $ac_try) 2>&5
14420 ac_status=$? 17358 ac_status=$?
@@ -14423,10 +17361,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14423 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes 17361 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
14424else 17362else
14425 echo "$as_me: failed program was:" >&5 17363 echo "$as_me: failed program was:" >&5
14426cat conftest.$ac_ext >&5 17364sed 's/^/| /' conftest.$ac_ext >&5
17365
14427ac_cv_lib_crypto_mit_des_cbc_encrypt=no 17366ac_cv_lib_crypto_mit_des_cbc_encrypt=no
14428fi 17367fi
14429rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17368rm -f conftest.err conftest.$ac_objext \
17369 conftest$ac_exeext conftest.$ac_ext
14430LIBS=$ac_check_lib_save_LIBS 17370LIBS=$ac_check_lib_save_LIBS
14431fi 17371fi
14432echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 17372echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
@@ -14449,8 +17389,11 @@ else
14449 ac_check_lib_save_LIBS=$LIBS 17389 ac_check_lib_save_LIBS=$LIBS
14450LIBS="-lkrb5 $LIBS" 17390LIBS="-lkrb5 $LIBS"
14451cat >conftest.$ac_ext <<_ACEOF 17391cat >conftest.$ac_ext <<_ACEOF
14452#line $LINENO "configure" 17392/* confdefs.h. */
14453#include "confdefs.h" 17393_ACEOF
17394cat confdefs.h >>conftest.$ac_ext
17395cat >>conftest.$ac_ext <<_ACEOF
17396/* end confdefs.h. */
14454 17397
14455/* Override any gcc2 internal prototype to avoid an error. */ 17398/* Override any gcc2 internal prototype to avoid an error. */
14456#ifdef __cplusplus 17399#ifdef __cplusplus
@@ -14469,11 +17412,21 @@ krb5_init_context ();
14469_ACEOF 17412_ACEOF
14470rm -f conftest.$ac_objext conftest$ac_exeext 17413rm -f conftest.$ac_objext conftest$ac_exeext
14471if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17414if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14472 (eval $ac_link) 2>&5 17415 (eval $ac_link) 2>conftest.er1
14473 ac_status=$? 17416 ac_status=$?
17417 grep -v '^ *+' conftest.er1 >conftest.err
17418 rm -f conftest.er1
17419 cat conftest.err >&5
14474 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14475 (exit $ac_status); } && 17421 (exit $ac_status); } &&
14476 { ac_try='test -s conftest$ac_exeext' 17422 { ac_try='test -z "$ac_c_werror_flag"
17423 || test ! -s conftest.err'
17424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17425 (eval $ac_try) 2>&5
17426 ac_status=$?
17427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17428 (exit $ac_status); }; } &&
17429 { ac_try='test -s conftest$ac_exeext'
14477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14478 (eval $ac_try) 2>&5 17431 (eval $ac_try) 2>&5
14479 ac_status=$? 17432 ac_status=$?
@@ -14482,10 +17435,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14482 ac_cv_lib_krb5_krb5_init_context=yes 17435 ac_cv_lib_krb5_krb5_init_context=yes
14483else 17436else
14484 echo "$as_me: failed program was:" >&5 17437 echo "$as_me: failed program was:" >&5
14485cat conftest.$ac_ext >&5 17438sed 's/^/| /' conftest.$ac_ext >&5
17439
14486ac_cv_lib_krb5_krb5_init_context=no 17440ac_cv_lib_krb5_krb5_init_context=no
14487fi 17441fi
14488rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17442rm -f conftest.err conftest.$ac_objext \
17443 conftest$ac_exeext conftest.$ac_ext
14489LIBS=$ac_check_lib_save_LIBS 17444LIBS=$ac_check_lib_save_LIBS
14490fi 17445fi
14491echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5 17446echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5
@@ -14509,8 +17464,11 @@ else
14509 ac_check_lib_save_LIBS=$LIBS 17464 ac_check_lib_save_LIBS=$LIBS
14510LIBS="-ldes425 $LIBS" 17465LIBS="-ldes425 $LIBS"
14511cat >conftest.$ac_ext <<_ACEOF 17466cat >conftest.$ac_ext <<_ACEOF
14512#line $LINENO "configure" 17467/* confdefs.h. */
14513#include "confdefs.h" 17468_ACEOF
17469cat confdefs.h >>conftest.$ac_ext
17470cat >>conftest.$ac_ext <<_ACEOF
17471/* end confdefs.h. */
14514 17472
14515/* Override any gcc2 internal prototype to avoid an error. */ 17473/* Override any gcc2 internal prototype to avoid an error. */
14516#ifdef __cplusplus 17474#ifdef __cplusplus
@@ -14529,11 +17487,21 @@ des_cbc_encrypt ();
14529_ACEOF 17487_ACEOF
14530rm -f conftest.$ac_objext conftest$ac_exeext 17488rm -f conftest.$ac_objext conftest$ac_exeext
14531if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17489if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14532 (eval $ac_link) 2>&5 17490 (eval $ac_link) 2>conftest.er1
14533 ac_status=$? 17491 ac_status=$?
17492 grep -v '^ *+' conftest.er1 >conftest.err
17493 rm -f conftest.er1
17494 cat conftest.err >&5
14534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14535 (exit $ac_status); } && 17496 (exit $ac_status); } &&
14536 { ac_try='test -s conftest$ac_exeext' 17497 { ac_try='test -z "$ac_c_werror_flag"
17498 || test ! -s conftest.err'
17499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17500 (eval $ac_try) 2>&5
17501 ac_status=$?
17502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17503 (exit $ac_status); }; } &&
17504 { ac_try='test -s conftest$ac_exeext'
14537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14538 (eval $ac_try) 2>&5 17506 (eval $ac_try) 2>&5
14539 ac_status=$? 17507 ac_status=$?
@@ -14542,10 +17510,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14542 ac_cv_lib_des425_des_cbc_encrypt=yes 17510 ac_cv_lib_des425_des_cbc_encrypt=yes
14543else 17511else
14544 echo "$as_me: failed program was:" >&5 17512 echo "$as_me: failed program was:" >&5
14545cat conftest.$ac_ext >&5 17513sed 's/^/| /' conftest.$ac_ext >&5
17514
14546ac_cv_lib_des425_des_cbc_encrypt=no 17515ac_cv_lib_des425_des_cbc_encrypt=no
14547fi 17516fi
14548rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17517rm -f conftest.err conftest.$ac_objext \
17518 conftest$ac_exeext conftest.$ac_ext
14549LIBS=$ac_check_lib_save_LIBS 17519LIBS=$ac_check_lib_save_LIBS
14550fi 17520fi
14551echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 17521echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
@@ -14567,8 +17537,11 @@ else
14567 ac_check_lib_save_LIBS=$LIBS 17537 ac_check_lib_save_LIBS=$LIBS
14568LIBS="-ldes $LIBS" 17538LIBS="-ldes $LIBS"
14569cat >conftest.$ac_ext <<_ACEOF 17539cat >conftest.$ac_ext <<_ACEOF
14570#line $LINENO "configure" 17540/* confdefs.h. */
14571#include "confdefs.h" 17541_ACEOF
17542cat confdefs.h >>conftest.$ac_ext
17543cat >>conftest.$ac_ext <<_ACEOF
17544/* end confdefs.h. */
14572 17545
14573/* Override any gcc2 internal prototype to avoid an error. */ 17546/* Override any gcc2 internal prototype to avoid an error. */
14574#ifdef __cplusplus 17547#ifdef __cplusplus
@@ -14587,11 +17560,21 @@ des_cbc_encrypt ();
14587_ACEOF 17560_ACEOF
14588rm -f conftest.$ac_objext conftest$ac_exeext 17561rm -f conftest.$ac_objext conftest$ac_exeext
14589if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17562if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14590 (eval $ac_link) 2>&5 17563 (eval $ac_link) 2>conftest.er1
14591 ac_status=$? 17564 ac_status=$?
17565 grep -v '^ *+' conftest.er1 >conftest.err
17566 rm -f conftest.er1
17567 cat conftest.err >&5
14592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14593 (exit $ac_status); } && 17569 (exit $ac_status); } &&
14594 { ac_try='test -s conftest$ac_exeext' 17570 { ac_try='test -z "$ac_c_werror_flag"
17571 || test ! -s conftest.err'
17572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17573 (eval $ac_try) 2>&5
17574 ac_status=$?
17575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17576 (exit $ac_status); }; } &&
17577 { ac_try='test -s conftest$ac_exeext'
14595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14596 (eval $ac_try) 2>&5 17579 (eval $ac_try) 2>&5
14597 ac_status=$? 17580 ac_status=$?
@@ -14600,10 +17583,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14600 ac_cv_lib_des_des_cbc_encrypt=yes 17583 ac_cv_lib_des_des_cbc_encrypt=yes
14601else 17584else
14602 echo "$as_me: failed program was:" >&5 17585 echo "$as_me: failed program was:" >&5
14603cat conftest.$ac_ext >&5 17586sed 's/^/| /' conftest.$ac_ext >&5
17587
14604ac_cv_lib_des_des_cbc_encrypt=no 17588ac_cv_lib_des_des_cbc_encrypt=no
14605fi 17589fi
14606rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17590rm -f conftest.err conftest.$ac_objext \
17591 conftest$ac_exeext conftest.$ac_ext
14607LIBS=$ac_check_lib_save_LIBS 17592LIBS=$ac_check_lib_save_LIBS
14608fi 17593fi
14609echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 17594echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
@@ -14628,8 +17613,11 @@ else
14628 ac_check_lib_save_LIBS=$LIBS 17613 ac_check_lib_save_LIBS=$LIBS
14629LIBS="-lkrb4 $LIBS" 17614LIBS="-lkrb4 $LIBS"
14630cat >conftest.$ac_ext <<_ACEOF 17615cat >conftest.$ac_ext <<_ACEOF
14631#line $LINENO "configure" 17616/* confdefs.h. */
14632#include "confdefs.h" 17617_ACEOF
17618cat confdefs.h >>conftest.$ac_ext
17619cat >>conftest.$ac_ext <<_ACEOF
17620/* end confdefs.h. */
14633 17621
14634/* Override any gcc2 internal prototype to avoid an error. */ 17622/* Override any gcc2 internal prototype to avoid an error. */
14635#ifdef __cplusplus 17623#ifdef __cplusplus
@@ -14648,11 +17636,21 @@ krb_get_cred ();
14648_ACEOF 17636_ACEOF
14649rm -f conftest.$ac_objext conftest$ac_exeext 17637rm -f conftest.$ac_objext conftest$ac_exeext
14650if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17638if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14651 (eval $ac_link) 2>&5 17639 (eval $ac_link) 2>conftest.er1
14652 ac_status=$? 17640 ac_status=$?
17641 grep -v '^ *+' conftest.er1 >conftest.err
17642 rm -f conftest.er1
17643 cat conftest.err >&5
14653 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14654 (exit $ac_status); } && 17645 (exit $ac_status); } &&
14655 { ac_try='test -s conftest$ac_exeext' 17646 { ac_try='test -z "$ac_c_werror_flag"
17647 || test ! -s conftest.err'
17648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17649 (eval $ac_try) 2>&5
17650 ac_status=$?
17651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17652 (exit $ac_status); }; } &&
17653 { ac_try='test -s conftest$ac_exeext'
14656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14657 (eval $ac_try) 2>&5 17655 (eval $ac_try) 2>&5
14658 ac_status=$? 17656 ac_status=$?
@@ -14661,10 +17659,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14661 ac_cv_lib_krb4_krb_get_cred=yes 17659 ac_cv_lib_krb4_krb_get_cred=yes
14662else 17660else
14663 echo "$as_me: failed program was:" >&5 17661 echo "$as_me: failed program was:" >&5
14664cat conftest.$ac_ext >&5 17662sed 's/^/| /' conftest.$ac_ext >&5
17663
14665ac_cv_lib_krb4_krb_get_cred=no 17664ac_cv_lib_krb4_krb_get_cred=no
14666fi 17665fi
14667rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17666rm -f conftest.err conftest.$ac_objext \
17667 conftest$ac_exeext conftest.$ac_ext
14668LIBS=$ac_check_lib_save_LIBS 17668LIBS=$ac_check_lib_save_LIBS
14669fi 17669fi
14670echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5 17670echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5
@@ -14686,8 +17686,11 @@ else
14686 ac_check_lib_save_LIBS=$LIBS 17686 ac_check_lib_save_LIBS=$LIBS
14687LIBS="-lkrb $LIBS" 17687LIBS="-lkrb $LIBS"
14688cat >conftest.$ac_ext <<_ACEOF 17688cat >conftest.$ac_ext <<_ACEOF
14689#line $LINENO "configure" 17689/* confdefs.h. */
14690#include "confdefs.h" 17690_ACEOF
17691cat confdefs.h >>conftest.$ac_ext
17692cat >>conftest.$ac_ext <<_ACEOF
17693/* end confdefs.h. */
14691 17694
14692/* Override any gcc2 internal prototype to avoid an error. */ 17695/* Override any gcc2 internal prototype to avoid an error. */
14693#ifdef __cplusplus 17696#ifdef __cplusplus
@@ -14706,11 +17709,21 @@ krb_get_cred ();
14706_ACEOF 17709_ACEOF
14707rm -f conftest.$ac_objext conftest$ac_exeext 17710rm -f conftest.$ac_objext conftest$ac_exeext
14708if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17711if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14709 (eval $ac_link) 2>&5 17712 (eval $ac_link) 2>conftest.er1
14710 ac_status=$? 17713 ac_status=$?
17714 grep -v '^ *+' conftest.er1 >conftest.err
17715 rm -f conftest.er1
17716 cat conftest.err >&5
14711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14712 (exit $ac_status); } && 17718 (exit $ac_status); } &&
14713 { ac_try='test -s conftest$ac_exeext' 17719 { ac_try='test -z "$ac_c_werror_flag"
17720 || test ! -s conftest.err'
17721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17722 (eval $ac_try) 2>&5
17723 ac_status=$?
17724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17725 (exit $ac_status); }; } &&
17726 { ac_try='test -s conftest$ac_exeext'
14714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14715 (eval $ac_try) 2>&5 17728 (eval $ac_try) 2>&5
14716 ac_status=$? 17729 ac_status=$?
@@ -14719,10 +17732,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14719 ac_cv_lib_krb_krb_get_cred=yes 17732 ac_cv_lib_krb_krb_get_cred=yes
14720else 17733else
14721 echo "$as_me: failed program was:" >&5 17734 echo "$as_me: failed program was:" >&5
14722cat conftest.$ac_ext >&5 17735sed 's/^/| /' conftest.$ac_ext >&5
17736
14723ac_cv_lib_krb_krb_get_cred=no 17737ac_cv_lib_krb_krb_get_cred=no
14724fi 17738fi
14725rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17739rm -f conftest.err conftest.$ac_objext \
17740 conftest$ac_exeext conftest.$ac_ext
14726LIBS=$ac_check_lib_save_LIBS 17741LIBS=$ac_check_lib_save_LIBS
14727fi 17742fi
14728echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5 17743echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5
@@ -14758,18 +17773,31 @@ else
14758echo "$as_me:$LINENO: checking $ac_header usability" >&5 17773echo "$as_me:$LINENO: checking $ac_header usability" >&5
14759echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17774echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14760cat >conftest.$ac_ext <<_ACEOF 17775cat >conftest.$ac_ext <<_ACEOF
14761#line $LINENO "configure" 17776/* confdefs.h. */
14762#include "confdefs.h" 17777_ACEOF
17778cat confdefs.h >>conftest.$ac_ext
17779cat >>conftest.$ac_ext <<_ACEOF
17780/* end confdefs.h. */
14763$ac_includes_default 17781$ac_includes_default
14764#include <$ac_header> 17782#include <$ac_header>
14765_ACEOF 17783_ACEOF
14766rm -f conftest.$ac_objext 17784rm -f conftest.$ac_objext
14767if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17785if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14768 (eval $ac_compile) 2>&5 17786 (eval $ac_compile) 2>conftest.er1
14769 ac_status=$? 17787 ac_status=$?
17788 grep -v '^ *+' conftest.er1 >conftest.err
17789 rm -f conftest.er1
17790 cat conftest.err >&5
14770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14771 (exit $ac_status); } && 17792 (exit $ac_status); } &&
14772 { ac_try='test -s conftest.$ac_objext' 17793 { ac_try='test -z "$ac_c_werror_flag"
17794 || test ! -s conftest.err'
17795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17796 (eval $ac_try) 2>&5
17797 ac_status=$?
17798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17799 (exit $ac_status); }; } &&
17800 { ac_try='test -s conftest.$ac_objext'
14773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14774 (eval $ac_try) 2>&5 17802 (eval $ac_try) 2>&5
14775 ac_status=$? 17803 ac_status=$?
@@ -14778,10 +17806,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14778 ac_header_compiler=yes 17806 ac_header_compiler=yes
14779else 17807else
14780 echo "$as_me: failed program was:" >&5 17808 echo "$as_me: failed program was:" >&5
14781cat conftest.$ac_ext >&5 17809sed 's/^/| /' conftest.$ac_ext >&5
17810
14782ac_header_compiler=no 17811ac_header_compiler=no
14783fi 17812fi
14784rm -f conftest.$ac_objext conftest.$ac_ext 17813rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14785echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17814echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14786echo "${ECHO_T}$ac_header_compiler" >&6 17815echo "${ECHO_T}$ac_header_compiler" >&6
14787 17816
@@ -14789,8 +17818,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
14789echo "$as_me:$LINENO: checking $ac_header presence" >&5 17818echo "$as_me:$LINENO: checking $ac_header presence" >&5
14790echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17819echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14791cat >conftest.$ac_ext <<_ACEOF 17820cat >conftest.$ac_ext <<_ACEOF
14792#line $LINENO "configure" 17821/* confdefs.h. */
14793#include "confdefs.h" 17822_ACEOF
17823cat confdefs.h >>conftest.$ac_ext
17824cat >>conftest.$ac_ext <<_ACEOF
17825/* end confdefs.h. */
14794#include <$ac_header> 17826#include <$ac_header>
14795_ACEOF 17827_ACEOF
14796if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 17828if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -14803,6 +17835,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14803 (exit $ac_status); } >/dev/null; then 17835 (exit $ac_status); } >/dev/null; then
14804 if test -s conftest.err; then 17836 if test -s conftest.err; then
14805 ac_cpp_err=$ac_c_preproc_warn_flag 17837 ac_cpp_err=$ac_c_preproc_warn_flag
17838 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14806 else 17839 else
14807 ac_cpp_err= 17840 ac_cpp_err=
14808 fi 17841 fi
@@ -14813,7 +17846,8 @@ if test -z "$ac_cpp_err"; then
14813 ac_header_preproc=yes 17846 ac_header_preproc=yes
14814else 17847else
14815 echo "$as_me: failed program was:" >&5 17848 echo "$as_me: failed program was:" >&5
14816 cat conftest.$ac_ext >&5 17849sed 's/^/| /' conftest.$ac_ext >&5
17850
14817 ac_header_preproc=no 17851 ac_header_preproc=no
14818fi 17852fi
14819rm -f conftest.err conftest.$ac_ext 17853rm -f conftest.err conftest.$ac_ext
@@ -14821,26 +17855,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14821echo "${ECHO_T}$ac_header_preproc" >&6 17855echo "${ECHO_T}$ac_header_preproc" >&6
14822 17856
14823# So? What about this header? 17857# So? What about this header?
14824case $ac_header_compiler:$ac_header_preproc in 17858case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14825 yes:no ) 17859 yes:no: )
14826 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17860 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14827echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17861echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14828 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17862 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14829echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 17863echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14830 no:yes ) 17864 ac_header_preproc=yes
17865 ;;
17866 no:yes:* )
14831 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17867 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14832echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17868echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14833 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17869 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14834echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17870echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17871 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17872echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17873 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17874echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14835 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17875 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14836echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 17876echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17877 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17878echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17879 (
17880 cat <<\_ASBOX
17881## ------------------------------------------ ##
17882## Report this to the AC_PACKAGE_NAME lists. ##
17883## ------------------------------------------ ##
17884_ASBOX
17885 ) |
17886 sed "s/^/$as_me: WARNING: /" >&2
17887 ;;
14837esac 17888esac
14838echo "$as_me:$LINENO: checking for $ac_header" >&5 17889echo "$as_me:$LINENO: checking for $ac_header" >&5
14839echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 17890echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14840if eval "test \"\${$as_ac_Header+set}\" = set"; then 17891if eval "test \"\${$as_ac_Header+set}\" = set"; then
14841 echo $ECHO_N "(cached) $ECHO_C" >&6 17892 echo $ECHO_N "(cached) $ECHO_C" >&6
14842else 17893else
14843 eval "$as_ac_Header=$ac_header_preproc" 17894 eval "$as_ac_Header=\$ac_header_preproc"
14844fi 17895fi
14845echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17896echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14846echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17897echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -14873,18 +17924,31 @@ else
14873echo "$as_me:$LINENO: checking $ac_header usability" >&5 17924echo "$as_me:$LINENO: checking $ac_header usability" >&5
14874echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17925echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14875cat >conftest.$ac_ext <<_ACEOF 17926cat >conftest.$ac_ext <<_ACEOF
14876#line $LINENO "configure" 17927/* confdefs.h. */
14877#include "confdefs.h" 17928_ACEOF
17929cat confdefs.h >>conftest.$ac_ext
17930cat >>conftest.$ac_ext <<_ACEOF
17931/* end confdefs.h. */
14878$ac_includes_default 17932$ac_includes_default
14879#include <$ac_header> 17933#include <$ac_header>
14880_ACEOF 17934_ACEOF
14881rm -f conftest.$ac_objext 17935rm -f conftest.$ac_objext
14882if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17936if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14883 (eval $ac_compile) 2>&5 17937 (eval $ac_compile) 2>conftest.er1
14884 ac_status=$? 17938 ac_status=$?
17939 grep -v '^ *+' conftest.er1 >conftest.err
17940 rm -f conftest.er1
17941 cat conftest.err >&5
14885 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14886 (exit $ac_status); } && 17943 (exit $ac_status); } &&
14887 { ac_try='test -s conftest.$ac_objext' 17944 { ac_try='test -z "$ac_c_werror_flag"
17945 || test ! -s conftest.err'
17946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17947 (eval $ac_try) 2>&5
17948 ac_status=$?
17949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17950 (exit $ac_status); }; } &&
17951 { ac_try='test -s conftest.$ac_objext'
14888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14889 (eval $ac_try) 2>&5 17953 (eval $ac_try) 2>&5
14890 ac_status=$? 17954 ac_status=$?
@@ -14893,10 +17957,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14893 ac_header_compiler=yes 17957 ac_header_compiler=yes
14894else 17958else
14895 echo "$as_me: failed program was:" >&5 17959 echo "$as_me: failed program was:" >&5
14896cat conftest.$ac_ext >&5 17960sed 's/^/| /' conftest.$ac_ext >&5
17961
14897ac_header_compiler=no 17962ac_header_compiler=no
14898fi 17963fi
14899rm -f conftest.$ac_objext conftest.$ac_ext 17964rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14900echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17965echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14901echo "${ECHO_T}$ac_header_compiler" >&6 17966echo "${ECHO_T}$ac_header_compiler" >&6
14902 17967
@@ -14904,8 +17969,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
14904echo "$as_me:$LINENO: checking $ac_header presence" >&5 17969echo "$as_me:$LINENO: checking $ac_header presence" >&5
14905echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17970echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14906cat >conftest.$ac_ext <<_ACEOF 17971cat >conftest.$ac_ext <<_ACEOF
14907#line $LINENO "configure" 17972/* confdefs.h. */
14908#include "confdefs.h" 17973_ACEOF
17974cat confdefs.h >>conftest.$ac_ext
17975cat >>conftest.$ac_ext <<_ACEOF
17976/* end confdefs.h. */
14909#include <$ac_header> 17977#include <$ac_header>
14910_ACEOF 17978_ACEOF
14911if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 17979if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -14918,6 +17986,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14918 (exit $ac_status); } >/dev/null; then 17986 (exit $ac_status); } >/dev/null; then
14919 if test -s conftest.err; then 17987 if test -s conftest.err; then
14920 ac_cpp_err=$ac_c_preproc_warn_flag 17988 ac_cpp_err=$ac_c_preproc_warn_flag
17989 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14921 else 17990 else
14922 ac_cpp_err= 17991 ac_cpp_err=
14923 fi 17992 fi
@@ -14928,7 +17997,8 @@ if test -z "$ac_cpp_err"; then
14928 ac_header_preproc=yes 17997 ac_header_preproc=yes
14929else 17998else
14930 echo "$as_me: failed program was:" >&5 17999 echo "$as_me: failed program was:" >&5
14931 cat conftest.$ac_ext >&5 18000sed 's/^/| /' conftest.$ac_ext >&5
18001
14932 ac_header_preproc=no 18002 ac_header_preproc=no
14933fi 18003fi
14934rm -f conftest.err conftest.$ac_ext 18004rm -f conftest.err conftest.$ac_ext
@@ -14936,26 +18006,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14936echo "${ECHO_T}$ac_header_preproc" >&6 18006echo "${ECHO_T}$ac_header_preproc" >&6
14937 18007
14938# So? What about this header? 18008# So? What about this header?
14939case $ac_header_compiler:$ac_header_preproc in 18009case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14940 yes:no ) 18010 yes:no: )
14941 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18011 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14942echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18012echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14943 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18013 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14944echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18014echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14945 no:yes ) 18015 ac_header_preproc=yes
18016 ;;
18017 no:yes:* )
14946 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18018 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14947echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18019echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14948 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18020 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14949echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18021echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18022 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18023echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18024 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18025echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14950 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18026 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14951echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18027echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18028 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18029echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18030 (
18031 cat <<\_ASBOX
18032## ------------------------------------------ ##
18033## Report this to the AC_PACKAGE_NAME lists. ##
18034## ------------------------------------------ ##
18035_ASBOX
18036 ) |
18037 sed "s/^/$as_me: WARNING: /" >&2
18038 ;;
14952esac 18039esac
14953echo "$as_me:$LINENO: checking for $ac_header" >&5 18040echo "$as_me:$LINENO: checking for $ac_header" >&5
14954echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 18041echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14955if eval "test \"\${$as_ac_Header+set}\" = set"; then 18042if eval "test \"\${$as_ac_Header+set}\" = set"; then
14956 echo $ECHO_N "(cached) $ECHO_C" >&6 18043 echo $ECHO_N "(cached) $ECHO_C" >&6
14957else 18044else
14958 eval "$as_ac_Header=$ac_header_preproc" 18045 eval "$as_ac_Header=\$ac_header_preproc"
14959fi 18046fi
14960echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18047echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14961echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18048echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -14984,18 +18071,31 @@ else
14984echo "$as_me:$LINENO: checking $ac_header usability" >&5 18071echo "$as_me:$LINENO: checking $ac_header usability" >&5
14985echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 18072echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14986cat >conftest.$ac_ext <<_ACEOF 18073cat >conftest.$ac_ext <<_ACEOF
14987#line $LINENO "configure" 18074/* confdefs.h. */
14988#include "confdefs.h" 18075_ACEOF
18076cat confdefs.h >>conftest.$ac_ext
18077cat >>conftest.$ac_ext <<_ACEOF
18078/* end confdefs.h. */
14989$ac_includes_default 18079$ac_includes_default
14990#include <$ac_header> 18080#include <$ac_header>
14991_ACEOF 18081_ACEOF
14992rm -f conftest.$ac_objext 18082rm -f conftest.$ac_objext
14993if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18083if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14994 (eval $ac_compile) 2>&5 18084 (eval $ac_compile) 2>conftest.er1
14995 ac_status=$? 18085 ac_status=$?
18086 grep -v '^ *+' conftest.er1 >conftest.err
18087 rm -f conftest.er1
18088 cat conftest.err >&5
14996 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14997 (exit $ac_status); } && 18090 (exit $ac_status); } &&
14998 { ac_try='test -s conftest.$ac_objext' 18091 { ac_try='test -z "$ac_c_werror_flag"
18092 || test ! -s conftest.err'
18093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18094 (eval $ac_try) 2>&5
18095 ac_status=$?
18096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18097 (exit $ac_status); }; } &&
18098 { ac_try='test -s conftest.$ac_objext'
14999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15000 (eval $ac_try) 2>&5 18100 (eval $ac_try) 2>&5
15001 ac_status=$? 18101 ac_status=$?
@@ -15004,10 +18104,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15004 ac_header_compiler=yes 18104 ac_header_compiler=yes
15005else 18105else
15006 echo "$as_me: failed program was:" >&5 18106 echo "$as_me: failed program was:" >&5
15007cat conftest.$ac_ext >&5 18107sed 's/^/| /' conftest.$ac_ext >&5
18108
15008ac_header_compiler=no 18109ac_header_compiler=no
15009fi 18110fi
15010rm -f conftest.$ac_objext conftest.$ac_ext 18111rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15011echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18112echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15012echo "${ECHO_T}$ac_header_compiler" >&6 18113echo "${ECHO_T}$ac_header_compiler" >&6
15013 18114
@@ -15015,8 +18116,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15015echo "$as_me:$LINENO: checking $ac_header presence" >&5 18116echo "$as_me:$LINENO: checking $ac_header presence" >&5
15016echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18117echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15017cat >conftest.$ac_ext <<_ACEOF 18118cat >conftest.$ac_ext <<_ACEOF
15018#line $LINENO "configure" 18119/* confdefs.h. */
15019#include "confdefs.h" 18120_ACEOF
18121cat confdefs.h >>conftest.$ac_ext
18122cat >>conftest.$ac_ext <<_ACEOF
18123/* end confdefs.h. */
15020#include <$ac_header> 18124#include <$ac_header>
15021_ACEOF 18125_ACEOF
15022if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 18126if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15029,6 +18133,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15029 (exit $ac_status); } >/dev/null; then 18133 (exit $ac_status); } >/dev/null; then
15030 if test -s conftest.err; then 18134 if test -s conftest.err; then
15031 ac_cpp_err=$ac_c_preproc_warn_flag 18135 ac_cpp_err=$ac_c_preproc_warn_flag
18136 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15032 else 18137 else
15033 ac_cpp_err= 18138 ac_cpp_err=
15034 fi 18139 fi
@@ -15039,7 +18144,8 @@ if test -z "$ac_cpp_err"; then
15039 ac_header_preproc=yes 18144 ac_header_preproc=yes
15040else 18145else
15041 echo "$as_me: failed program was:" >&5 18146 echo "$as_me: failed program was:" >&5
15042 cat conftest.$ac_ext >&5 18147sed 's/^/| /' conftest.$ac_ext >&5
18148
15043 ac_header_preproc=no 18149 ac_header_preproc=no
15044fi 18150fi
15045rm -f conftest.err conftest.$ac_ext 18151rm -f conftest.err conftest.$ac_ext
@@ -15047,26 +18153,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15047echo "${ECHO_T}$ac_header_preproc" >&6 18153echo "${ECHO_T}$ac_header_preproc" >&6
15048 18154
15049# So? What about this header? 18155# So? What about this header?
15050case $ac_header_compiler:$ac_header_preproc in 18156case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15051 yes:no ) 18157 yes:no: )
15052 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18158 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15053echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18159echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15054 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18160 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15055echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18161echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15056 no:yes ) 18162 ac_header_preproc=yes
18163 ;;
18164 no:yes:* )
15057 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18165 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15058echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18166echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15059 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18167 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15060echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18168echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18169 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18170echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18171 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18172echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15061 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18173 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15062echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18174echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18175 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18176echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18177 (
18178 cat <<\_ASBOX
18179## ------------------------------------------ ##
18180## Report this to the AC_PACKAGE_NAME lists. ##
18181## ------------------------------------------ ##
18182_ASBOX
18183 ) |
18184 sed "s/^/$as_me: WARNING: /" >&2
18185 ;;
15063esac 18186esac
15064echo "$as_me:$LINENO: checking for $ac_header" >&5 18187echo "$as_me:$LINENO: checking for $ac_header" >&5
15065echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 18188echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15066if eval "test \"\${$as_ac_Header+set}\" = set"; then 18189if eval "test \"\${$as_ac_Header+set}\" = set"; then
15067 echo $ECHO_N "(cached) $ECHO_C" >&6 18190 echo $ECHO_N "(cached) $ECHO_C" >&6
15068else 18191else
15069 eval "$as_ac_Header=$ac_header_preproc" 18192 eval "$as_ac_Header=\$ac_header_preproc"
15070fi 18193fi
15071echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18194echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15072echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18195echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15095,18 +18218,31 @@ else
15095echo "$as_me:$LINENO: checking $ac_header usability" >&5 18218echo "$as_me:$LINENO: checking $ac_header usability" >&5
15096echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 18219echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15097cat >conftest.$ac_ext <<_ACEOF 18220cat >conftest.$ac_ext <<_ACEOF
15098#line $LINENO "configure" 18221/* confdefs.h. */
15099#include "confdefs.h" 18222_ACEOF
18223cat confdefs.h >>conftest.$ac_ext
18224cat >>conftest.$ac_ext <<_ACEOF
18225/* end confdefs.h. */
15100$ac_includes_default 18226$ac_includes_default
15101#include <$ac_header> 18227#include <$ac_header>
15102_ACEOF 18228_ACEOF
15103rm -f conftest.$ac_objext 18229rm -f conftest.$ac_objext
15104if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18230if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15105 (eval $ac_compile) 2>&5 18231 (eval $ac_compile) 2>conftest.er1
15106 ac_status=$? 18232 ac_status=$?
18233 grep -v '^ *+' conftest.er1 >conftest.err
18234 rm -f conftest.er1
18235 cat conftest.err >&5
15107 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15108 (exit $ac_status); } && 18237 (exit $ac_status); } &&
15109 { ac_try='test -s conftest.$ac_objext' 18238 { ac_try='test -z "$ac_c_werror_flag"
18239 || test ! -s conftest.err'
18240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18241 (eval $ac_try) 2>&5
18242 ac_status=$?
18243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18244 (exit $ac_status); }; } &&
18245 { ac_try='test -s conftest.$ac_objext'
15110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15111 (eval $ac_try) 2>&5 18247 (eval $ac_try) 2>&5
15112 ac_status=$? 18248 ac_status=$?
@@ -15115,10 +18251,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15115 ac_header_compiler=yes 18251 ac_header_compiler=yes
15116else 18252else
15117 echo "$as_me: failed program was:" >&5 18253 echo "$as_me: failed program was:" >&5
15118cat conftest.$ac_ext >&5 18254sed 's/^/| /' conftest.$ac_ext >&5
18255
15119ac_header_compiler=no 18256ac_header_compiler=no
15120fi 18257fi
15121rm -f conftest.$ac_objext conftest.$ac_ext 18258rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15122echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18259echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15123echo "${ECHO_T}$ac_header_compiler" >&6 18260echo "${ECHO_T}$ac_header_compiler" >&6
15124 18261
@@ -15126,8 +18263,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15126echo "$as_me:$LINENO: checking $ac_header presence" >&5 18263echo "$as_me:$LINENO: checking $ac_header presence" >&5
15127echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18264echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15128cat >conftest.$ac_ext <<_ACEOF 18265cat >conftest.$ac_ext <<_ACEOF
15129#line $LINENO "configure" 18266/* confdefs.h. */
15130#include "confdefs.h" 18267_ACEOF
18268cat confdefs.h >>conftest.$ac_ext
18269cat >>conftest.$ac_ext <<_ACEOF
18270/* end confdefs.h. */
15131#include <$ac_header> 18271#include <$ac_header>
15132_ACEOF 18272_ACEOF
15133if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 18273if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15140,6 +18280,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15140 (exit $ac_status); } >/dev/null; then 18280 (exit $ac_status); } >/dev/null; then
15141 if test -s conftest.err; then 18281 if test -s conftest.err; then
15142 ac_cpp_err=$ac_c_preproc_warn_flag 18282 ac_cpp_err=$ac_c_preproc_warn_flag
18283 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15143 else 18284 else
15144 ac_cpp_err= 18285 ac_cpp_err=
15145 fi 18286 fi
@@ -15150,7 +18291,8 @@ if test -z "$ac_cpp_err"; then
15150 ac_header_preproc=yes 18291 ac_header_preproc=yes
15151else 18292else
15152 echo "$as_me: failed program was:" >&5 18293 echo "$as_me: failed program was:" >&5
15153 cat conftest.$ac_ext >&5 18294sed 's/^/| /' conftest.$ac_ext >&5
18295
15154 ac_header_preproc=no 18296 ac_header_preproc=no
15155fi 18297fi
15156rm -f conftest.err conftest.$ac_ext 18298rm -f conftest.err conftest.$ac_ext
@@ -15158,26 +18300,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15158echo "${ECHO_T}$ac_header_preproc" >&6 18300echo "${ECHO_T}$ac_header_preproc" >&6
15159 18301
15160# So? What about this header? 18302# So? What about this header?
15161case $ac_header_compiler:$ac_header_preproc in 18303case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15162 yes:no ) 18304 yes:no: )
15163 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18305 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15164echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18306echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15165 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18307 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15166echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18308echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15167 no:yes ) 18309 ac_header_preproc=yes
18310 ;;
18311 no:yes:* )
15168 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18312 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15169echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18313echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15170 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18314 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15171echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18315echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18316 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18317echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18318 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18319echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15172 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18320 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15173echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18321echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18322 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18323echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18324 (
18325 cat <<\_ASBOX
18326## ------------------------------------------ ##
18327## Report this to the AC_PACKAGE_NAME lists. ##
18328## ------------------------------------------ ##
18329_ASBOX
18330 ) |
18331 sed "s/^/$as_me: WARNING: /" >&2
18332 ;;
15174esac 18333esac
15175echo "$as_me:$LINENO: checking for $ac_header" >&5 18334echo "$as_me:$LINENO: checking for $ac_header" >&5
15176echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 18335echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15177if eval "test \"\${$as_ac_Header+set}\" = set"; then 18336if eval "test \"\${$as_ac_Header+set}\" = set"; then
15178 echo $ECHO_N "(cached) $ECHO_C" >&6 18337 echo $ECHO_N "(cached) $ECHO_C" >&6
15179else 18338else
15180 eval "$as_ac_Header=$ac_header_preproc" 18339 eval "$as_ac_Header=\$ac_header_preproc"
15181fi 18340fi
15182echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18341echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15183echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18342echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15217,18 +18376,31 @@ else
15217echo "$as_me:$LINENO: checking $ac_header usability" >&5 18376echo "$as_me:$LINENO: checking $ac_header usability" >&5
15218echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 18377echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15219cat >conftest.$ac_ext <<_ACEOF 18378cat >conftest.$ac_ext <<_ACEOF
15220#line $LINENO "configure" 18379/* confdefs.h. */
15221#include "confdefs.h" 18380_ACEOF
18381cat confdefs.h >>conftest.$ac_ext
18382cat >>conftest.$ac_ext <<_ACEOF
18383/* end confdefs.h. */
15222$ac_includes_default 18384$ac_includes_default
15223#include <$ac_header> 18385#include <$ac_header>
15224_ACEOF 18386_ACEOF
15225rm -f conftest.$ac_objext 18387rm -f conftest.$ac_objext
15226if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18388if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15227 (eval $ac_compile) 2>&5 18389 (eval $ac_compile) 2>conftest.er1
15228 ac_status=$? 18390 ac_status=$?
18391 grep -v '^ *+' conftest.er1 >conftest.err
18392 rm -f conftest.er1
18393 cat conftest.err >&5
15229 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15230 (exit $ac_status); } && 18395 (exit $ac_status); } &&
15231 { ac_try='test -s conftest.$ac_objext' 18396 { ac_try='test -z "$ac_c_werror_flag"
18397 || test ! -s conftest.err'
18398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18399 (eval $ac_try) 2>&5
18400 ac_status=$?
18401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18402 (exit $ac_status); }; } &&
18403 { ac_try='test -s conftest.$ac_objext'
15232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15233 (eval $ac_try) 2>&5 18405 (eval $ac_try) 2>&5
15234 ac_status=$? 18406 ac_status=$?
@@ -15237,10 +18409,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15237 ac_header_compiler=yes 18409 ac_header_compiler=yes
15238else 18410else
15239 echo "$as_me: failed program was:" >&5 18411 echo "$as_me: failed program was:" >&5
15240cat conftest.$ac_ext >&5 18412sed 's/^/| /' conftest.$ac_ext >&5
18413
15241ac_header_compiler=no 18414ac_header_compiler=no
15242fi 18415fi
15243rm -f conftest.$ac_objext conftest.$ac_ext 18416rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15244echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18417echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15245echo "${ECHO_T}$ac_header_compiler" >&6 18418echo "${ECHO_T}$ac_header_compiler" >&6
15246 18419
@@ -15248,8 +18421,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15248echo "$as_me:$LINENO: checking $ac_header presence" >&5 18421echo "$as_me:$LINENO: checking $ac_header presence" >&5
15249echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18422echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15250cat >conftest.$ac_ext <<_ACEOF 18423cat >conftest.$ac_ext <<_ACEOF
15251#line $LINENO "configure" 18424/* confdefs.h. */
15252#include "confdefs.h" 18425_ACEOF
18426cat confdefs.h >>conftest.$ac_ext
18427cat >>conftest.$ac_ext <<_ACEOF
18428/* end confdefs.h. */
15253#include <$ac_header> 18429#include <$ac_header>
15254_ACEOF 18430_ACEOF
15255if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 18431if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15262,6 +18438,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15262 (exit $ac_status); } >/dev/null; then 18438 (exit $ac_status); } >/dev/null; then
15263 if test -s conftest.err; then 18439 if test -s conftest.err; then
15264 ac_cpp_err=$ac_c_preproc_warn_flag 18440 ac_cpp_err=$ac_c_preproc_warn_flag
18441 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15265 else 18442 else
15266 ac_cpp_err= 18443 ac_cpp_err=
15267 fi 18444 fi
@@ -15272,7 +18449,8 @@ if test -z "$ac_cpp_err"; then
15272 ac_header_preproc=yes 18449 ac_header_preproc=yes
15273else 18450else
15274 echo "$as_me: failed program was:" >&5 18451 echo "$as_me: failed program was:" >&5
15275 cat conftest.$ac_ext >&5 18452sed 's/^/| /' conftest.$ac_ext >&5
18453
15276 ac_header_preproc=no 18454 ac_header_preproc=no
15277fi 18455fi
15278rm -f conftest.err conftest.$ac_ext 18456rm -f conftest.err conftest.$ac_ext
@@ -15280,26 +18458,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15280echo "${ECHO_T}$ac_header_preproc" >&6 18458echo "${ECHO_T}$ac_header_preproc" >&6
15281 18459
15282# So? What about this header? 18460# So? What about this header?
15283case $ac_header_compiler:$ac_header_preproc in 18461case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15284 yes:no ) 18462 yes:no: )
15285 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18463 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15286echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18464echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15287 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18465 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15288echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18466echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15289 no:yes ) 18467 ac_header_preproc=yes
18468 ;;
18469 no:yes:* )
15290 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18470 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15291echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18471echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15292 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18472 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15293echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18473echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18474 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18475echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18476 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18477echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15294 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18478 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15295echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18479echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18480 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18481echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18482 (
18483 cat <<\_ASBOX
18484## ------------------------------------------ ##
18485## Report this to the AC_PACKAGE_NAME lists. ##
18486## ------------------------------------------ ##
18487_ASBOX
18488 ) |
18489 sed "s/^/$as_me: WARNING: /" >&2
18490 ;;
15296esac 18491esac
15297echo "$as_me:$LINENO: checking for $ac_header" >&5 18492echo "$as_me:$LINENO: checking for $ac_header" >&5
15298echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 18493echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15299if eval "test \"\${$as_ac_Header+set}\" = set"; then 18494if eval "test \"\${$as_ac_Header+set}\" = set"; then
15300 echo $ECHO_N "(cached) $ECHO_C" >&6 18495 echo $ECHO_N "(cached) $ECHO_C" >&6
15301else 18496else
15302 eval "$as_ac_Header=$ac_header_preproc" 18497 eval "$as_ac_Header=\$ac_header_preproc"
15303fi 18498fi
15304echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18499echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15305echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18500echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15328,18 +18523,31 @@ else
15328echo "$as_me:$LINENO: checking $ac_header usability" >&5 18523echo "$as_me:$LINENO: checking $ac_header usability" >&5
15329echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 18524echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15330cat >conftest.$ac_ext <<_ACEOF 18525cat >conftest.$ac_ext <<_ACEOF
15331#line $LINENO "configure" 18526/* confdefs.h. */
15332#include "confdefs.h" 18527_ACEOF
18528cat confdefs.h >>conftest.$ac_ext
18529cat >>conftest.$ac_ext <<_ACEOF
18530/* end confdefs.h. */
15333$ac_includes_default 18531$ac_includes_default
15334#include <$ac_header> 18532#include <$ac_header>
15335_ACEOF 18533_ACEOF
15336rm -f conftest.$ac_objext 18534rm -f conftest.$ac_objext
15337if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18535if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15338 (eval $ac_compile) 2>&5 18536 (eval $ac_compile) 2>conftest.er1
15339 ac_status=$? 18537 ac_status=$?
18538 grep -v '^ *+' conftest.er1 >conftest.err
18539 rm -f conftest.er1
18540 cat conftest.err >&5
15340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15341 (exit $ac_status); } && 18542 (exit $ac_status); } &&
15342 { ac_try='test -s conftest.$ac_objext' 18543 { ac_try='test -z "$ac_c_werror_flag"
18544 || test ! -s conftest.err'
18545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18546 (eval $ac_try) 2>&5
18547 ac_status=$?
18548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18549 (exit $ac_status); }; } &&
18550 { ac_try='test -s conftest.$ac_objext'
15343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15344 (eval $ac_try) 2>&5 18552 (eval $ac_try) 2>&5
15345 ac_status=$? 18553 ac_status=$?
@@ -15348,10 +18556,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15348 ac_header_compiler=yes 18556 ac_header_compiler=yes
15349else 18557else
15350 echo "$as_me: failed program was:" >&5 18558 echo "$as_me: failed program was:" >&5
15351cat conftest.$ac_ext >&5 18559sed 's/^/| /' conftest.$ac_ext >&5
18560
15352ac_header_compiler=no 18561ac_header_compiler=no
15353fi 18562fi
15354rm -f conftest.$ac_objext conftest.$ac_ext 18563rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15355echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18564echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15356echo "${ECHO_T}$ac_header_compiler" >&6 18565echo "${ECHO_T}$ac_header_compiler" >&6
15357 18566
@@ -15359,8 +18568,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15359echo "$as_me:$LINENO: checking $ac_header presence" >&5 18568echo "$as_me:$LINENO: checking $ac_header presence" >&5
15360echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18569echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15361cat >conftest.$ac_ext <<_ACEOF 18570cat >conftest.$ac_ext <<_ACEOF
15362#line $LINENO "configure" 18571/* confdefs.h. */
15363#include "confdefs.h" 18572_ACEOF
18573cat confdefs.h >>conftest.$ac_ext
18574cat >>conftest.$ac_ext <<_ACEOF
18575/* end confdefs.h. */
15364#include <$ac_header> 18576#include <$ac_header>
15365_ACEOF 18577_ACEOF
15366if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 18578if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15373,6 +18585,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15373 (exit $ac_status); } >/dev/null; then 18585 (exit $ac_status); } >/dev/null; then
15374 if test -s conftest.err; then 18586 if test -s conftest.err; then
15375 ac_cpp_err=$ac_c_preproc_warn_flag 18587 ac_cpp_err=$ac_c_preproc_warn_flag
18588 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15376 else 18589 else
15377 ac_cpp_err= 18590 ac_cpp_err=
15378 fi 18591 fi
@@ -15383,7 +18596,8 @@ if test -z "$ac_cpp_err"; then
15383 ac_header_preproc=yes 18596 ac_header_preproc=yes
15384else 18597else
15385 echo "$as_me: failed program was:" >&5 18598 echo "$as_me: failed program was:" >&5
15386 cat conftest.$ac_ext >&5 18599sed 's/^/| /' conftest.$ac_ext >&5
18600
15387 ac_header_preproc=no 18601 ac_header_preproc=no
15388fi 18602fi
15389rm -f conftest.err conftest.$ac_ext 18603rm -f conftest.err conftest.$ac_ext
@@ -15391,26 +18605,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15391echo "${ECHO_T}$ac_header_preproc" >&6 18605echo "${ECHO_T}$ac_header_preproc" >&6
15392 18606
15393# So? What about this header? 18607# So? What about this header?
15394case $ac_header_compiler:$ac_header_preproc in 18608case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15395 yes:no ) 18609 yes:no: )
15396 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18610 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15397echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18611echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15398 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18612 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15399echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18613echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15400 no:yes ) 18614 ac_header_preproc=yes
18615 ;;
18616 no:yes:* )
15401 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18617 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15402echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18618echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15403 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18619 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15404echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18620echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18621 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18622echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18623 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18624echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15405 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18625 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15406echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18626echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18627 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18628echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18629 (
18630 cat <<\_ASBOX
18631## ------------------------------------------ ##
18632## Report this to the AC_PACKAGE_NAME lists. ##
18633## ------------------------------------------ ##
18634_ASBOX
18635 ) |
18636 sed "s/^/$as_me: WARNING: /" >&2
18637 ;;
15407esac 18638esac
15408echo "$as_me:$LINENO: checking for $ac_header" >&5 18639echo "$as_me:$LINENO: checking for $ac_header" >&5
15409echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 18640echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15410if eval "test \"\${$as_ac_Header+set}\" = set"; then 18641if eval "test \"\${$as_ac_Header+set}\" = set"; then
15411 echo $ECHO_N "(cached) $ECHO_C" >&6 18642 echo $ECHO_N "(cached) $ECHO_C" >&6
15412else 18643else
15413 eval "$as_ac_Header=$ac_header_preproc" 18644 eval "$as_ac_Header=\$ac_header_preproc"
15414fi 18645fi
15415echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18646echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15416echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18647echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15439,18 +18670,31 @@ else
15439echo "$as_me:$LINENO: checking $ac_header usability" >&5 18670echo "$as_me:$LINENO: checking $ac_header usability" >&5
15440echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 18671echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15441cat >conftest.$ac_ext <<_ACEOF 18672cat >conftest.$ac_ext <<_ACEOF
15442#line $LINENO "configure" 18673/* confdefs.h. */
15443#include "confdefs.h" 18674_ACEOF
18675cat confdefs.h >>conftest.$ac_ext
18676cat >>conftest.$ac_ext <<_ACEOF
18677/* end confdefs.h. */
15444$ac_includes_default 18678$ac_includes_default
15445#include <$ac_header> 18679#include <$ac_header>
15446_ACEOF 18680_ACEOF
15447rm -f conftest.$ac_objext 18681rm -f conftest.$ac_objext
15448if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18682if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15449 (eval $ac_compile) 2>&5 18683 (eval $ac_compile) 2>conftest.er1
15450 ac_status=$? 18684 ac_status=$?
18685 grep -v '^ *+' conftest.er1 >conftest.err
18686 rm -f conftest.er1
18687 cat conftest.err >&5
15451 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15452 (exit $ac_status); } && 18689 (exit $ac_status); } &&
15453 { ac_try='test -s conftest.$ac_objext' 18690 { ac_try='test -z "$ac_c_werror_flag"
18691 || test ! -s conftest.err'
18692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18693 (eval $ac_try) 2>&5
18694 ac_status=$?
18695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18696 (exit $ac_status); }; } &&
18697 { ac_try='test -s conftest.$ac_objext'
15454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15455 (eval $ac_try) 2>&5 18699 (eval $ac_try) 2>&5
15456 ac_status=$? 18700 ac_status=$?
@@ -15459,10 +18703,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15459 ac_header_compiler=yes 18703 ac_header_compiler=yes
15460else 18704else
15461 echo "$as_me: failed program was:" >&5 18705 echo "$as_me: failed program was:" >&5
15462cat conftest.$ac_ext >&5 18706sed 's/^/| /' conftest.$ac_ext >&5
18707
15463ac_header_compiler=no 18708ac_header_compiler=no
15464fi 18709fi
15465rm -f conftest.$ac_objext conftest.$ac_ext 18710rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15466echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18711echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15467echo "${ECHO_T}$ac_header_compiler" >&6 18712echo "${ECHO_T}$ac_header_compiler" >&6
15468 18713
@@ -15470,8 +18715,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15470echo "$as_me:$LINENO: checking $ac_header presence" >&5 18715echo "$as_me:$LINENO: checking $ac_header presence" >&5
15471echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18716echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15472cat >conftest.$ac_ext <<_ACEOF 18717cat >conftest.$ac_ext <<_ACEOF
15473#line $LINENO "configure" 18718/* confdefs.h. */
15474#include "confdefs.h" 18719_ACEOF
18720cat confdefs.h >>conftest.$ac_ext
18721cat >>conftest.$ac_ext <<_ACEOF
18722/* end confdefs.h. */
15475#include <$ac_header> 18723#include <$ac_header>
15476_ACEOF 18724_ACEOF
15477if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 18725if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15484,6 +18732,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15484 (exit $ac_status); } >/dev/null; then 18732 (exit $ac_status); } >/dev/null; then
15485 if test -s conftest.err; then 18733 if test -s conftest.err; then
15486 ac_cpp_err=$ac_c_preproc_warn_flag 18734 ac_cpp_err=$ac_c_preproc_warn_flag
18735 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15487 else 18736 else
15488 ac_cpp_err= 18737 ac_cpp_err=
15489 fi 18738 fi
@@ -15494,7 +18743,8 @@ if test -z "$ac_cpp_err"; then
15494 ac_header_preproc=yes 18743 ac_header_preproc=yes
15495else 18744else
15496 echo "$as_me: failed program was:" >&5 18745 echo "$as_me: failed program was:" >&5
15497 cat conftest.$ac_ext >&5 18746sed 's/^/| /' conftest.$ac_ext >&5
18747
15498 ac_header_preproc=no 18748 ac_header_preproc=no
15499fi 18749fi
15500rm -f conftest.err conftest.$ac_ext 18750rm -f conftest.err conftest.$ac_ext
@@ -15502,26 +18752,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15502echo "${ECHO_T}$ac_header_preproc" >&6 18752echo "${ECHO_T}$ac_header_preproc" >&6
15503 18753
15504# So? What about this header? 18754# So? What about this header?
15505case $ac_header_compiler:$ac_header_preproc in 18755case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15506 yes:no ) 18756 yes:no: )
15507 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18757 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15508echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18758echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15509 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18759 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15510echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18760echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15511 no:yes ) 18761 ac_header_preproc=yes
18762 ;;
18763 no:yes:* )
15512 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18764 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15513echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18765echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15514 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18766 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15515echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18767echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18768 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18769echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18770 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18771echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15516 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18772 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15517echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18773echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18774 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18775echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18776 (
18777 cat <<\_ASBOX
18778## ------------------------------------------ ##
18779## Report this to the AC_PACKAGE_NAME lists. ##
18780## ------------------------------------------ ##
18781_ASBOX
18782 ) |
18783 sed "s/^/$as_me: WARNING: /" >&2
18784 ;;
15518esac 18785esac
15519echo "$as_me:$LINENO: checking for $ac_header" >&5 18786echo "$as_me:$LINENO: checking for $ac_header" >&5
15520echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 18787echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15521if eval "test \"\${$as_ac_Header+set}\" = set"; then 18788if eval "test \"\${$as_ac_Header+set}\" = set"; then
15522 echo $ECHO_N "(cached) $ECHO_C" >&6 18789 echo $ECHO_N "(cached) $ECHO_C" >&6
15523else 18790else
15524 eval "$as_ac_Header=$ac_header_preproc" 18791 eval "$as_ac_Header=\$ac_header_preproc"
15525fi 18792fi
15526echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18793echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15527echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18794echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15562,18 +18829,31 @@ else
15562echo "$as_me:$LINENO: checking $ac_header usability" >&5 18829echo "$as_me:$LINENO: checking $ac_header usability" >&5
15563echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 18830echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15564cat >conftest.$ac_ext <<_ACEOF 18831cat >conftest.$ac_ext <<_ACEOF
15565#line $LINENO "configure" 18832/* confdefs.h. */
15566#include "confdefs.h" 18833_ACEOF
18834cat confdefs.h >>conftest.$ac_ext
18835cat >>conftest.$ac_ext <<_ACEOF
18836/* end confdefs.h. */
15567$ac_includes_default 18837$ac_includes_default
15568#include <$ac_header> 18838#include <$ac_header>
15569_ACEOF 18839_ACEOF
15570rm -f conftest.$ac_objext 18840rm -f conftest.$ac_objext
15571if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18841if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15572 (eval $ac_compile) 2>&5 18842 (eval $ac_compile) 2>conftest.er1
15573 ac_status=$? 18843 ac_status=$?
18844 grep -v '^ *+' conftest.er1 >conftest.err
18845 rm -f conftest.er1
18846 cat conftest.err >&5
15574 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15575 (exit $ac_status); } && 18848 (exit $ac_status); } &&
15576 { ac_try='test -s conftest.$ac_objext' 18849 { ac_try='test -z "$ac_c_werror_flag"
18850 || test ! -s conftest.err'
18851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18852 (eval $ac_try) 2>&5
18853 ac_status=$?
18854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18855 (exit $ac_status); }; } &&
18856 { ac_try='test -s conftest.$ac_objext'
15577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15578 (eval $ac_try) 2>&5 18858 (eval $ac_try) 2>&5
15579 ac_status=$? 18859 ac_status=$?
@@ -15582,10 +18862,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15582 ac_header_compiler=yes 18862 ac_header_compiler=yes
15583else 18863else
15584 echo "$as_me: failed program was:" >&5 18864 echo "$as_me: failed program was:" >&5
15585cat conftest.$ac_ext >&5 18865sed 's/^/| /' conftest.$ac_ext >&5
18866
15586ac_header_compiler=no 18867ac_header_compiler=no
15587fi 18868fi
15588rm -f conftest.$ac_objext conftest.$ac_ext 18869rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15589echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18870echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15590echo "${ECHO_T}$ac_header_compiler" >&6 18871echo "${ECHO_T}$ac_header_compiler" >&6
15591 18872
@@ -15593,8 +18874,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15593echo "$as_me:$LINENO: checking $ac_header presence" >&5 18874echo "$as_me:$LINENO: checking $ac_header presence" >&5
15594echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18875echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15595cat >conftest.$ac_ext <<_ACEOF 18876cat >conftest.$ac_ext <<_ACEOF
15596#line $LINENO "configure" 18877/* confdefs.h. */
15597#include "confdefs.h" 18878_ACEOF
18879cat confdefs.h >>conftest.$ac_ext
18880cat >>conftest.$ac_ext <<_ACEOF
18881/* end confdefs.h. */
15598#include <$ac_header> 18882#include <$ac_header>
15599_ACEOF 18883_ACEOF
15600if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 18884if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -15607,6 +18891,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15607 (exit $ac_status); } >/dev/null; then 18891 (exit $ac_status); } >/dev/null; then
15608 if test -s conftest.err; then 18892 if test -s conftest.err; then
15609 ac_cpp_err=$ac_c_preproc_warn_flag 18893 ac_cpp_err=$ac_c_preproc_warn_flag
18894 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15610 else 18895 else
15611 ac_cpp_err= 18896 ac_cpp_err=
15612 fi 18897 fi
@@ -15617,7 +18902,8 @@ if test -z "$ac_cpp_err"; then
15617 ac_header_preproc=yes 18902 ac_header_preproc=yes
15618else 18903else
15619 echo "$as_me: failed program was:" >&5 18904 echo "$as_me: failed program was:" >&5
15620 cat conftest.$ac_ext >&5 18905sed 's/^/| /' conftest.$ac_ext >&5
18906
15621 ac_header_preproc=no 18907 ac_header_preproc=no
15622fi 18908fi
15623rm -f conftest.err conftest.$ac_ext 18909rm -f conftest.err conftest.$ac_ext
@@ -15625,26 +18911,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15625echo "${ECHO_T}$ac_header_preproc" >&6 18911echo "${ECHO_T}$ac_header_preproc" >&6
15626 18912
15627# So? What about this header? 18913# So? What about this header?
15628case $ac_header_compiler:$ac_header_preproc in 18914case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15629 yes:no ) 18915 yes:no: )
15630 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18916 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15631echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18917echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15632 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18918 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15633echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18919echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15634 no:yes ) 18920 ac_header_preproc=yes
18921 ;;
18922 no:yes:* )
15635 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18923 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15636echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18924echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15637 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18925 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15638echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18926echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18927 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18928echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18929 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18930echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15639 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18931 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15640echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 18932echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18933 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18934echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18935 (
18936 cat <<\_ASBOX
18937## ------------------------------------------ ##
18938## Report this to the AC_PACKAGE_NAME lists. ##
18939## ------------------------------------------ ##
18940_ASBOX
18941 ) |
18942 sed "s/^/$as_me: WARNING: /" >&2
18943 ;;
15641esac 18944esac
15642echo "$as_me:$LINENO: checking for $ac_header" >&5 18945echo "$as_me:$LINENO: checking for $ac_header" >&5
15643echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 18946echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15644if eval "test \"\${$as_ac_Header+set}\" = set"; then 18947if eval "test \"\${$as_ac_Header+set}\" = set"; then
15645 echo $ECHO_N "(cached) $ECHO_C" >&6 18948 echo $ECHO_N "(cached) $ECHO_C" >&6
15646else 18949else
15647 eval "$as_ac_Header=$ac_header_preproc" 18950 eval "$as_ac_Header=\$ac_header_preproc"
15648fi 18951fi
15649echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18952echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15650echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18953echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15672,8 +18975,11 @@ else
15672 ac_check_lib_save_LIBS=$LIBS 18975 ac_check_lib_save_LIBS=$LIBS
15673LIBS="-lintl $LIBS" 18976LIBS="-lintl $LIBS"
15674cat >conftest.$ac_ext <<_ACEOF 18977cat >conftest.$ac_ext <<_ACEOF
15675#line $LINENO "configure" 18978/* confdefs.h. */
15676#include "confdefs.h" 18979_ACEOF
18980cat confdefs.h >>conftest.$ac_ext
18981cat >>conftest.$ac_ext <<_ACEOF
18982/* end confdefs.h. */
15677 18983
15678/* Override any gcc2 internal prototype to avoid an error. */ 18984/* Override any gcc2 internal prototype to avoid an error. */
15679#ifdef __cplusplus 18985#ifdef __cplusplus
@@ -15692,11 +18998,21 @@ dgettext ();
15692_ACEOF 18998_ACEOF
15693rm -f conftest.$ac_objext conftest$ac_exeext 18999rm -f conftest.$ac_objext conftest$ac_exeext
15694if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19000if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15695 (eval $ac_link) 2>&5 19001 (eval $ac_link) 2>conftest.er1
15696 ac_status=$? 19002 ac_status=$?
19003 grep -v '^ *+' conftest.er1 >conftest.err
19004 rm -f conftest.er1
19005 cat conftest.err >&5
15697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15698 (exit $ac_status); } && 19007 (exit $ac_status); } &&
15699 { ac_try='test -s conftest$ac_exeext' 19008 { ac_try='test -z "$ac_c_werror_flag"
19009 || test ! -s conftest.err'
19010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19011 (eval $ac_try) 2>&5
19012 ac_status=$?
19013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19014 (exit $ac_status); }; } &&
19015 { ac_try='test -s conftest$ac_exeext'
15700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15701 (eval $ac_try) 2>&5 19017 (eval $ac_try) 2>&5
15702 ac_status=$? 19018 ac_status=$?
@@ -15705,10 +19021,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15705 ac_cv_lib_intl_dgettext=yes 19021 ac_cv_lib_intl_dgettext=yes
15706else 19022else
15707 echo "$as_me: failed program was:" >&5 19023 echo "$as_me: failed program was:" >&5
15708cat conftest.$ac_ext >&5 19024sed 's/^/| /' conftest.$ac_ext >&5
19025
15709ac_cv_lib_intl_dgettext=no 19026ac_cv_lib_intl_dgettext=no
15710fi 19027fi
15711rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19028rm -f conftest.err conftest.$ac_objext \
19029 conftest$ac_exeext conftest.$ac_ext
15712LIBS=$ac_check_lib_save_LIBS 19030LIBS=$ac_check_lib_save_LIBS
15713fi 19031fi
15714echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 19032echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
@@ -15734,8 +19052,11 @@ if test "$cross_compiling" = yes; then
15734emacs_cv_localtime_cache=yes 19052emacs_cv_localtime_cache=yes
15735else 19053else
15736 cat >conftest.$ac_ext <<_ACEOF 19054 cat >conftest.$ac_ext <<_ACEOF
15737#line $LINENO "configure" 19055/* confdefs.h. */
15738#include "confdefs.h" 19056_ACEOF
19057cat confdefs.h >>conftest.$ac_ext
19058cat >>conftest.$ac_ext <<_ACEOF
19059/* end confdefs.h. */
15739#include <time.h> 19060#include <time.h>
15740extern char **environ; 19061extern char **environ;
15741unset_TZ () 19062unset_TZ ()
@@ -15781,11 +19102,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15781else 19102else
15782 echo "$as_me: program exited with status $ac_status" >&5 19103 echo "$as_me: program exited with status $ac_status" >&5
15783echo "$as_me: failed program was:" >&5 19104echo "$as_me: failed program was:" >&5
15784cat conftest.$ac_ext >&5 19105sed 's/^/| /' conftest.$ac_ext >&5
19106
15785( exit $ac_status ) 19107( exit $ac_status )
15786emacs_cv_localtime_cache=yes 19108emacs_cv_localtime_cache=yes
15787fi 19109fi
15788rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19110rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15789fi 19111fi
15790else 19112else
15791 # If we lack tzset, report that localtime does not cache TZ, 19113 # If we lack tzset, report that localtime does not cache TZ,
@@ -15814,43 +19136,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
15814 echo $ECHO_N "(cached) $ECHO_C" >&6 19136 echo $ECHO_N "(cached) $ECHO_C" >&6
15815else 19137else
15816 cat >conftest.$ac_ext <<_ACEOF 19138 cat >conftest.$ac_ext <<_ACEOF
15817#line $LINENO "configure" 19139/* confdefs.h. */
15818#include "confdefs.h" 19140_ACEOF
19141cat confdefs.h >>conftest.$ac_ext
19142cat >>conftest.$ac_ext <<_ACEOF
19143/* end confdefs.h. */
19144/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19145 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19146#define $ac_func innocuous_$ac_func
19147
15819/* System header to define __stub macros and hopefully few prototypes, 19148/* System header to define __stub macros and hopefully few prototypes,
15820 which can conflict with char $ac_func (); below. */ 19149 which can conflict with char $ac_func (); below.
15821#include <assert.h> 19150 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19151 <limits.h> exists even on freestanding compilers. */
19152
19153#ifdef __STDC__
19154# include <limits.h>
19155#else
19156# include <assert.h>
19157#endif
19158
19159#undef $ac_func
19160
15822/* Override any gcc2 internal prototype to avoid an error. */ 19161/* Override any gcc2 internal prototype to avoid an error. */
15823#ifdef __cplusplus 19162#ifdef __cplusplus
15824extern "C" 19163extern "C"
19164{
15825#endif 19165#endif
15826/* We use char because int might match the return type of a gcc2 19166/* We use char because int might match the return type of a gcc2
15827 builtin and then its argument prototype would still apply. */ 19167 builtin and then its argument prototype would still apply. */
15828char $ac_func (); 19168char $ac_func ();
15829char (*f) ();
15830
15831int
15832main ()
15833{
15834/* The GNU C library defines this for functions which it implements 19169/* The GNU C library defines this for functions which it implements
15835 to always fail with ENOSYS. Some functions are actually named 19170 to always fail with ENOSYS. Some functions are actually named
15836 something starting with __ and the normal name is an alias. */ 19171 something starting with __ and the normal name is an alias. */
15837#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 19172#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15838choke me 19173choke me
15839#else 19174#else
15840f = $ac_func; 19175char (*f) () = $ac_func;
19176#endif
19177#ifdef __cplusplus
19178}
15841#endif 19179#endif
15842 19180
19181int
19182main ()
19183{
19184return f != $ac_func;
15843 ; 19185 ;
15844 return 0; 19186 return 0;
15845} 19187}
15846_ACEOF 19188_ACEOF
15847rm -f conftest.$ac_objext conftest$ac_exeext 19189rm -f conftest.$ac_objext conftest$ac_exeext
15848if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19190if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15849 (eval $ac_link) 2>&5 19191 (eval $ac_link) 2>conftest.er1
15850 ac_status=$? 19192 ac_status=$?
19193 grep -v '^ *+' conftest.er1 >conftest.err
19194 rm -f conftest.er1
19195 cat conftest.err >&5
15851 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15852 (exit $ac_status); } && 19197 (exit $ac_status); } &&
15853 { ac_try='test -s conftest$ac_exeext' 19198 { ac_try='test -z "$ac_c_werror_flag"
19199 || test ! -s conftest.err'
19200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19201 (eval $ac_try) 2>&5
19202 ac_status=$?
19203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19204 (exit $ac_status); }; } &&
19205 { ac_try='test -s conftest$ac_exeext'
15854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15855 (eval $ac_try) 2>&5 19207 (eval $ac_try) 2>&5
15856 ac_status=$? 19208 ac_status=$?
@@ -15859,10 +19211,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15859 eval "$as_ac_var=yes" 19211 eval "$as_ac_var=yes"
15860else 19212else
15861 echo "$as_me: failed program was:" >&5 19213 echo "$as_me: failed program was:" >&5
15862cat conftest.$ac_ext >&5 19214sed 's/^/| /' conftest.$ac_ext >&5
19215
15863eval "$as_ac_var=no" 19216eval "$as_ac_var=no"
15864fi 19217fi
15865rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19218rm -f conftest.err conftest.$ac_objext \
19219 conftest$ac_exeext conftest.$ac_ext
15866fi 19220fi
15867echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 19221echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15868echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 19222echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -15881,8 +19235,11 @@ if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
15881 echo $ECHO_N "(cached) $ECHO_C" >&6 19235 echo $ECHO_N "(cached) $ECHO_C" >&6
15882else 19236else
15883 cat >conftest.$ac_ext <<_ACEOF 19237 cat >conftest.$ac_ext <<_ACEOF
15884#line $LINENO "configure" 19238/* confdefs.h. */
15885#include "confdefs.h" 19239_ACEOF
19240cat confdefs.h >>conftest.$ac_ext
19241cat >>conftest.$ac_ext <<_ACEOF
19242/* end confdefs.h. */
15886 19243
15887#ifdef TIME_WITH_SYS_TIME 19244#ifdef TIME_WITH_SYS_TIME
15888#include <sys/time.h> 19245#include <sys/time.h>
@@ -15905,11 +19262,21 @@ struct timeval time;
15905_ACEOF 19262_ACEOF
15906rm -f conftest.$ac_objext 19263rm -f conftest.$ac_objext
15907if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19264if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15908 (eval $ac_compile) 2>&5 19265 (eval $ac_compile) 2>conftest.er1
15909 ac_status=$? 19266 ac_status=$?
19267 grep -v '^ *+' conftest.er1 >conftest.err
19268 rm -f conftest.er1
19269 cat conftest.err >&5
15910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15911 (exit $ac_status); } && 19271 (exit $ac_status); } &&
15912 { ac_try='test -s conftest.$ac_objext' 19272 { ac_try='test -z "$ac_c_werror_flag"
19273 || test ! -s conftest.err'
19274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19275 (eval $ac_try) 2>&5
19276 ac_status=$?
19277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19278 (exit $ac_status); }; } &&
19279 { ac_try='test -s conftest.$ac_objext'
15913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15914 (eval $ac_try) 2>&5 19281 (eval $ac_try) 2>&5
15915 ac_status=$? 19282 ac_status=$?
@@ -15918,10 +19285,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15918 emacs_cv_gettimeofday_two_arguments=yes 19285 emacs_cv_gettimeofday_two_arguments=yes
15919else 19286else
15920 echo "$as_me: failed program was:" >&5 19287 echo "$as_me: failed program was:" >&5
15921cat conftest.$ac_ext >&5 19288sed 's/^/| /' conftest.$ac_ext >&5
19289
15922emacs_cv_gettimeofday_two_arguments=no 19290emacs_cv_gettimeofday_two_arguments=no
15923fi 19291fi
15924rm -f conftest.$ac_objext conftest.$ac_ext 19292rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15925fi 19293fi
15926echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5 19294echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5
15927echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 19295echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
@@ -15942,8 +19310,11 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
15942 echo $ECHO_N "(cached) $ECHO_C" >&6 19310 echo $ECHO_N "(cached) $ECHO_C" >&6
15943else 19311else
15944 cat >conftest.$ac_ext <<_ACEOF 19312 cat >conftest.$ac_ext <<_ACEOF
15945#line $LINENO "configure" 19313/* confdefs.h. */
15946#include "confdefs.h" 19314_ACEOF
19315cat confdefs.h >>conftest.$ac_ext
19316cat >>conftest.$ac_ext <<_ACEOF
19317/* end confdefs.h. */
15947#include <sys/types.h> 19318#include <sys/types.h>
15948#include <$ac_cv_struct_tm> 19319#include <$ac_cv_struct_tm>
15949 19320
@@ -15960,11 +19331,21 @@ return 0;
15960_ACEOF 19331_ACEOF
15961rm -f conftest.$ac_objext 19332rm -f conftest.$ac_objext
15962if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19333if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15963 (eval $ac_compile) 2>&5 19334 (eval $ac_compile) 2>conftest.er1
15964 ac_status=$? 19335 ac_status=$?
19336 grep -v '^ *+' conftest.er1 >conftest.err
19337 rm -f conftest.er1
19338 cat conftest.err >&5
15965 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15966 (exit $ac_status); } && 19340 (exit $ac_status); } &&
15967 { ac_try='test -s conftest.$ac_objext' 19341 { ac_try='test -z "$ac_c_werror_flag"
19342 || test ! -s conftest.err'
19343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19344 (eval $ac_try) 2>&5
19345 ac_status=$?
19346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19347 (exit $ac_status); }; } &&
19348 { ac_try='test -s conftest.$ac_objext'
15968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15969 (eval $ac_try) 2>&5 19350 (eval $ac_try) 2>&5
15970 ac_status=$? 19351 ac_status=$?
@@ -15973,10 +19354,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15973 ac_cv_member_struct_tm_tm_zone=yes 19354 ac_cv_member_struct_tm_tm_zone=yes
15974else 19355else
15975 echo "$as_me: failed program was:" >&5 19356 echo "$as_me: failed program was:" >&5
15976cat conftest.$ac_ext >&5 19357sed 's/^/| /' conftest.$ac_ext >&5
19358
15977cat >conftest.$ac_ext <<_ACEOF 19359cat >conftest.$ac_ext <<_ACEOF
15978#line $LINENO "configure" 19360/* confdefs.h. */
15979#include "confdefs.h" 19361_ACEOF
19362cat confdefs.h >>conftest.$ac_ext
19363cat >>conftest.$ac_ext <<_ACEOF
19364/* end confdefs.h. */
15980#include <sys/types.h> 19365#include <sys/types.h>
15981#include <$ac_cv_struct_tm> 19366#include <$ac_cv_struct_tm>
15982 19367
@@ -15993,11 +19378,21 @@ return 0;
15993_ACEOF 19378_ACEOF
15994rm -f conftest.$ac_objext 19379rm -f conftest.$ac_objext
15995if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19380if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15996 (eval $ac_compile) 2>&5 19381 (eval $ac_compile) 2>conftest.er1
15997 ac_status=$? 19382 ac_status=$?
19383 grep -v '^ *+' conftest.er1 >conftest.err
19384 rm -f conftest.er1
19385 cat conftest.err >&5
15998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15999 (exit $ac_status); } && 19387 (exit $ac_status); } &&
16000 { ac_try='test -s conftest.$ac_objext' 19388 { ac_try='test -z "$ac_c_werror_flag"
19389 || test ! -s conftest.err'
19390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19391 (eval $ac_try) 2>&5
19392 ac_status=$?
19393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19394 (exit $ac_status); }; } &&
19395 { ac_try='test -s conftest.$ac_objext'
16001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16002 (eval $ac_try) 2>&5 19397 (eval $ac_try) 2>&5
16003 ac_status=$? 19398 ac_status=$?
@@ -16006,12 +19401,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16006 ac_cv_member_struct_tm_tm_zone=yes 19401 ac_cv_member_struct_tm_tm_zone=yes
16007else 19402else
16008 echo "$as_me: failed program was:" >&5 19403 echo "$as_me: failed program was:" >&5
16009cat conftest.$ac_ext >&5 19404sed 's/^/| /' conftest.$ac_ext >&5
19405
16010ac_cv_member_struct_tm_tm_zone=no 19406ac_cv_member_struct_tm_tm_zone=no
16011fi 19407fi
16012rm -f conftest.$ac_objext conftest.$ac_ext 19408rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16013fi 19409fi
16014rm -f conftest.$ac_objext conftest.$ac_ext 19410rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16015fi 19411fi
16016echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 19412echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
16017echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 19413echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
@@ -16037,8 +19433,11 @@ if test "${ac_cv_var_tzname+set}" = set; then
16037 echo $ECHO_N "(cached) $ECHO_C" >&6 19433 echo $ECHO_N "(cached) $ECHO_C" >&6
16038else 19434else
16039 cat >conftest.$ac_ext <<_ACEOF 19435 cat >conftest.$ac_ext <<_ACEOF
16040#line $LINENO "configure" 19436/* confdefs.h. */
16041#include "confdefs.h" 19437_ACEOF
19438cat confdefs.h >>conftest.$ac_ext
19439cat >>conftest.$ac_ext <<_ACEOF
19440/* end confdefs.h. */
16042#include <time.h> 19441#include <time.h>
16043#ifndef tzname /* For SGI. */ 19442#ifndef tzname /* For SGI. */
16044extern char *tzname[]; /* RS6000 and others reject char **tzname. */ 19443extern char *tzname[]; /* RS6000 and others reject char **tzname. */
@@ -16054,11 +19453,21 @@ atoi(*tzname);
16054_ACEOF 19453_ACEOF
16055rm -f conftest.$ac_objext conftest$ac_exeext 19454rm -f conftest.$ac_objext conftest$ac_exeext
16056if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19455if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16057 (eval $ac_link) 2>&5 19456 (eval $ac_link) 2>conftest.er1
16058 ac_status=$? 19457 ac_status=$?
19458 grep -v '^ *+' conftest.er1 >conftest.err
19459 rm -f conftest.er1
19460 cat conftest.err >&5
16059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16060 (exit $ac_status); } && 19462 (exit $ac_status); } &&
16061 { ac_try='test -s conftest$ac_exeext' 19463 { ac_try='test -z "$ac_c_werror_flag"
19464 || test ! -s conftest.err'
19465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19466 (eval $ac_try) 2>&5
19467 ac_status=$?
19468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19469 (exit $ac_status); }; } &&
19470 { ac_try='test -s conftest$ac_exeext'
16062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16063 (eval $ac_try) 2>&5 19472 (eval $ac_try) 2>&5
16064 ac_status=$? 19473 ac_status=$?
@@ -16067,10 +19476,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16067 ac_cv_var_tzname=yes 19476 ac_cv_var_tzname=yes
16068else 19477else
16069 echo "$as_me: failed program was:" >&5 19478 echo "$as_me: failed program was:" >&5
16070cat conftest.$ac_ext >&5 19479sed 's/^/| /' conftest.$ac_ext >&5
19480
16071ac_cv_var_tzname=no 19481ac_cv_var_tzname=no
16072fi 19482fi
16073rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19483rm -f conftest.err conftest.$ac_objext \
19484 conftest$ac_exeext conftest.$ac_ext
16074fi 19485fi
16075echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 19486echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
16076echo "${ECHO_T}$ac_cv_var_tzname" >&6 19487echo "${ECHO_T}$ac_cv_var_tzname" >&6
@@ -16091,8 +19502,11 @@ if test "${emacs_cv_struct_timezone+set}" = set; then
16091 echo $ECHO_N "(cached) $ECHO_C" >&6 19502 echo $ECHO_N "(cached) $ECHO_C" >&6
16092else 19503else
16093 cat >conftest.$ac_ext <<_ACEOF 19504 cat >conftest.$ac_ext <<_ACEOF
16094#line $LINENO "configure" 19505/* confdefs.h. */
16095#include "confdefs.h" 19506_ACEOF
19507cat confdefs.h >>conftest.$ac_ext
19508cat >>conftest.$ac_ext <<_ACEOF
19509/* end confdefs.h. */
16096#include <sys/time.h> 19510#include <sys/time.h>
16097int 19511int
16098main () 19512main ()
@@ -16104,11 +19518,21 @@ struct timezone tz;
16104_ACEOF 19518_ACEOF
16105rm -f conftest.$ac_objext 19519rm -f conftest.$ac_objext
16106if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19520if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16107 (eval $ac_compile) 2>&5 19521 (eval $ac_compile) 2>conftest.er1
16108 ac_status=$? 19522 ac_status=$?
19523 grep -v '^ *+' conftest.er1 >conftest.err
19524 rm -f conftest.er1
19525 cat conftest.err >&5
16109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16110 (exit $ac_status); } && 19527 (exit $ac_status); } &&
16111 { ac_try='test -s conftest.$ac_objext' 19528 { ac_try='test -z "$ac_c_werror_flag"
19529 || test ! -s conftest.err'
19530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19531 (eval $ac_try) 2>&5
19532 ac_status=$?
19533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19534 (exit $ac_status); }; } &&
19535 { ac_try='test -s conftest.$ac_objext'
16112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16113 (eval $ac_try) 2>&5 19537 (eval $ac_try) 2>&5
16114 ac_status=$? 19538 ac_status=$?
@@ -16118,8 +19542,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16118 emacs_cv_struct_timezone=yes 19542 emacs_cv_struct_timezone=yes
16119else 19543else
16120 cat >conftest.$ac_ext <<_ACEOF 19544 cat >conftest.$ac_ext <<_ACEOF
16121#line $LINENO "configure" 19545/* confdefs.h. */
16122#include "confdefs.h" 19546_ACEOF
19547cat confdefs.h >>conftest.$ac_ext
19548cat >>conftest.$ac_ext <<_ACEOF
19549/* end confdefs.h. */
16123 19550
16124#ifdef TIME_WITH_SYS_TIME 19551#ifdef TIME_WITH_SYS_TIME
16125#include <sys/time.h> 19552#include <sys/time.h>
@@ -16152,18 +19579,20 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16152else 19579else
16153 echo "$as_me: program exited with status $ac_status" >&5 19580 echo "$as_me: program exited with status $ac_status" >&5
16154echo "$as_me: failed program was:" >&5 19581echo "$as_me: failed program was:" >&5
16155cat conftest.$ac_ext >&5 19582sed 's/^/| /' conftest.$ac_ext >&5
19583
16156( exit $ac_status ) 19584( exit $ac_status )
16157emacs_cv_struct_timezone=no 19585emacs_cv_struct_timezone=no
16158fi 19586fi
16159rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19587rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16160fi 19588fi
16161else 19589else
16162 echo "$as_me: failed program was:" >&5 19590 echo "$as_me: failed program was:" >&5
16163cat conftest.$ac_ext >&5 19591sed 's/^/| /' conftest.$ac_ext >&5
19592
16164emacs_cv_struct_timezone=no 19593emacs_cv_struct_timezone=no
16165fi 19594fi
16166rm -f conftest.$ac_objext conftest.$ac_ext 19595rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16167fi 19596fi
16168echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5 19597echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5
16169echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 19598echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
@@ -16176,43 +19605,73 @@ if test "${ac_cv_func_socket+set}" = set; then
16176 echo $ECHO_N "(cached) $ECHO_C" >&6 19605 echo $ECHO_N "(cached) $ECHO_C" >&6
16177else 19606else
16178 cat >conftest.$ac_ext <<_ACEOF 19607 cat >conftest.$ac_ext <<_ACEOF
16179#line $LINENO "configure" 19608/* confdefs.h. */
16180#include "confdefs.h" 19609_ACEOF
19610cat confdefs.h >>conftest.$ac_ext
19611cat >>conftest.$ac_ext <<_ACEOF
19612/* end confdefs.h. */
19613/* Define socket to an innocuous variant, in case <limits.h> declares socket.
19614 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19615#define socket innocuous_socket
19616
16181/* System header to define __stub macros and hopefully few prototypes, 19617/* System header to define __stub macros and hopefully few prototypes,
16182 which can conflict with char socket (); below. */ 19618 which can conflict with char socket (); below.
16183#include <assert.h> 19619 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19620 <limits.h> exists even on freestanding compilers. */
19621
19622#ifdef __STDC__
19623# include <limits.h>
19624#else
19625# include <assert.h>
19626#endif
19627
19628#undef socket
19629
16184/* Override any gcc2 internal prototype to avoid an error. */ 19630/* Override any gcc2 internal prototype to avoid an error. */
16185#ifdef __cplusplus 19631#ifdef __cplusplus
16186extern "C" 19632extern "C"
19633{
16187#endif 19634#endif
16188/* We use char because int might match the return type of a gcc2 19635/* We use char because int might match the return type of a gcc2
16189 builtin and then its argument prototype would still apply. */ 19636 builtin and then its argument prototype would still apply. */
16190char socket (); 19637char socket ();
16191char (*f) ();
16192
16193int
16194main ()
16195{
16196/* The GNU C library defines this for functions which it implements 19638/* The GNU C library defines this for functions which it implements
16197 to always fail with ENOSYS. Some functions are actually named 19639 to always fail with ENOSYS. Some functions are actually named
16198 something starting with __ and the normal name is an alias. */ 19640 something starting with __ and the normal name is an alias. */
16199#if defined (__stub_socket) || defined (__stub___socket) 19641#if defined (__stub_socket) || defined (__stub___socket)
16200choke me 19642choke me
16201#else 19643#else
16202f = socket; 19644char (*f) () = socket;
19645#endif
19646#ifdef __cplusplus
19647}
16203#endif 19648#endif
16204 19649
19650int
19651main ()
19652{
19653return f != socket;
16205 ; 19654 ;
16206 return 0; 19655 return 0;
16207} 19656}
16208_ACEOF 19657_ACEOF
16209rm -f conftest.$ac_objext conftest$ac_exeext 19658rm -f conftest.$ac_objext conftest$ac_exeext
16210if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19659if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16211 (eval $ac_link) 2>&5 19660 (eval $ac_link) 2>conftest.er1
16212 ac_status=$? 19661 ac_status=$?
19662 grep -v '^ *+' conftest.er1 >conftest.err
19663 rm -f conftest.er1
19664 cat conftest.err >&5
16213 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16214 (exit $ac_status); } && 19666 (exit $ac_status); } &&
16215 { ac_try='test -s conftest$ac_exeext' 19667 { ac_try='test -z "$ac_c_werror_flag"
19668 || test ! -s conftest.err'
19669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19670 (eval $ac_try) 2>&5
19671 ac_status=$?
19672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19673 (exit $ac_status); }; } &&
19674 { ac_try='test -s conftest$ac_exeext'
16216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16217 (eval $ac_try) 2>&5 19676 (eval $ac_try) 2>&5
16218 ac_status=$? 19677 ac_status=$?
@@ -16221,10 +19680,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16221 ac_cv_func_socket=yes 19680 ac_cv_func_socket=yes
16222else 19681else
16223 echo "$as_me: failed program was:" >&5 19682 echo "$as_me: failed program was:" >&5
16224cat conftest.$ac_ext >&5 19683sed 's/^/| /' conftest.$ac_ext >&5
19684
16225ac_cv_func_socket=no 19685ac_cv_func_socket=no
16226fi 19686fi
16227rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19687rm -f conftest.err conftest.$ac_objext \
19688 conftest$ac_exeext conftest.$ac_ext
16228fi 19689fi
16229echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 19690echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
16230echo "${ECHO_T}$ac_cv_func_socket" >&6 19691echo "${ECHO_T}$ac_cv_func_socket" >&6
@@ -16248,18 +19709,31 @@ else
16248echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 19709echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
16249echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 19710echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
16250cat >conftest.$ac_ext <<_ACEOF 19711cat >conftest.$ac_ext <<_ACEOF
16251#line $LINENO "configure" 19712/* confdefs.h. */
16252#include "confdefs.h" 19713_ACEOF
19714cat confdefs.h >>conftest.$ac_ext
19715cat >>conftest.$ac_ext <<_ACEOF
19716/* end confdefs.h. */
16253$ac_includes_default 19717$ac_includes_default
16254#include <netinet/in.h> 19718#include <netinet/in.h>
16255_ACEOF 19719_ACEOF
16256rm -f conftest.$ac_objext 19720rm -f conftest.$ac_objext
16257if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19721if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16258 (eval $ac_compile) 2>&5 19722 (eval $ac_compile) 2>conftest.er1
16259 ac_status=$? 19723 ac_status=$?
19724 grep -v '^ *+' conftest.er1 >conftest.err
19725 rm -f conftest.er1
19726 cat conftest.err >&5
16260 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16261 (exit $ac_status); } && 19728 (exit $ac_status); } &&
16262 { ac_try='test -s conftest.$ac_objext' 19729 { ac_try='test -z "$ac_c_werror_flag"
19730 || test ! -s conftest.err'
19731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19732 (eval $ac_try) 2>&5
19733 ac_status=$?
19734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19735 (exit $ac_status); }; } &&
19736 { ac_try='test -s conftest.$ac_objext'
16263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16264 (eval $ac_try) 2>&5 19738 (eval $ac_try) 2>&5
16265 ac_status=$? 19739 ac_status=$?
@@ -16268,10 +19742,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16268 ac_header_compiler=yes 19742 ac_header_compiler=yes
16269else 19743else
16270 echo "$as_me: failed program was:" >&5 19744 echo "$as_me: failed program was:" >&5
16271cat conftest.$ac_ext >&5 19745sed 's/^/| /' conftest.$ac_ext >&5
19746
16272ac_header_compiler=no 19747ac_header_compiler=no
16273fi 19748fi
16274rm -f conftest.$ac_objext conftest.$ac_ext 19749rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16275echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19750echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16276echo "${ECHO_T}$ac_header_compiler" >&6 19751echo "${ECHO_T}$ac_header_compiler" >&6
16277 19752
@@ -16279,8 +19754,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16279echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 19754echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
16280echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 19755echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
16281cat >conftest.$ac_ext <<_ACEOF 19756cat >conftest.$ac_ext <<_ACEOF
16282#line $LINENO "configure" 19757/* confdefs.h. */
16283#include "confdefs.h" 19758_ACEOF
19759cat confdefs.h >>conftest.$ac_ext
19760cat >>conftest.$ac_ext <<_ACEOF
19761/* end confdefs.h. */
16284#include <netinet/in.h> 19762#include <netinet/in.h>
16285_ACEOF 19763_ACEOF
16286if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 19764if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -16293,6 +19771,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16293 (exit $ac_status); } >/dev/null; then 19771 (exit $ac_status); } >/dev/null; then
16294 if test -s conftest.err; then 19772 if test -s conftest.err; then
16295 ac_cpp_err=$ac_c_preproc_warn_flag 19773 ac_cpp_err=$ac_c_preproc_warn_flag
19774 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16296 else 19775 else
16297 ac_cpp_err= 19776 ac_cpp_err=
16298 fi 19777 fi
@@ -16303,7 +19782,8 @@ if test -z "$ac_cpp_err"; then
16303 ac_header_preproc=yes 19782 ac_header_preproc=yes
16304else 19783else
16305 echo "$as_me: failed program was:" >&5 19784 echo "$as_me: failed program was:" >&5
16306 cat conftest.$ac_ext >&5 19785sed 's/^/| /' conftest.$ac_ext >&5
19786
16307 ac_header_preproc=no 19787 ac_header_preproc=no
16308fi 19788fi
16309rm -f conftest.err conftest.$ac_ext 19789rm -f conftest.err conftest.$ac_ext
@@ -16311,19 +19791,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16311echo "${ECHO_T}$ac_header_preproc" >&6 19791echo "${ECHO_T}$ac_header_preproc" >&6
16312 19792
16313# So? What about this header? 19793# So? What about this header?
16314case $ac_header_compiler:$ac_header_preproc in 19794case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16315 yes:no ) 19795 yes:no: )
16316 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 19796 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
16317echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 19797echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
16318 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 19798 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5
16319echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};; 19799echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}
16320 no:yes ) 19800 ac_header_preproc=yes
19801 ;;
19802 no:yes:* )
16321 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 19803 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
16322echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 19804echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
16323 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 19805 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
16324echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 19806echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
19807 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
19808echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
19809 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
19810echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
16325 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 19811 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
16326echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};; 19812echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
19813 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
19814echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
19815 (
19816 cat <<\_ASBOX
19817## ------------------------------------------ ##
19818## Report this to the AC_PACKAGE_NAME lists. ##
19819## ------------------------------------------ ##
19820_ASBOX
19821 ) |
19822 sed "s/^/$as_me: WARNING: /" >&2
19823 ;;
16327esac 19824esac
16328echo "$as_me:$LINENO: checking for netinet/in.h" >&5 19825echo "$as_me:$LINENO: checking for netinet/in.h" >&5
16329echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 19826echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
@@ -16358,18 +19855,31 @@ else
16358echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 19855echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
16359echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 19856echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
16360cat >conftest.$ac_ext <<_ACEOF 19857cat >conftest.$ac_ext <<_ACEOF
16361#line $LINENO "configure" 19858/* confdefs.h. */
16362#include "confdefs.h" 19859_ACEOF
19860cat confdefs.h >>conftest.$ac_ext
19861cat >>conftest.$ac_ext <<_ACEOF
19862/* end confdefs.h. */
16363$ac_includes_default 19863$ac_includes_default
16364#include <arpa/inet.h> 19864#include <arpa/inet.h>
16365_ACEOF 19865_ACEOF
16366rm -f conftest.$ac_objext 19866rm -f conftest.$ac_objext
16367if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19867if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16368 (eval $ac_compile) 2>&5 19868 (eval $ac_compile) 2>conftest.er1
16369 ac_status=$? 19869 ac_status=$?
19870 grep -v '^ *+' conftest.er1 >conftest.err
19871 rm -f conftest.er1
19872 cat conftest.err >&5
16370 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16371 (exit $ac_status); } && 19874 (exit $ac_status); } &&
16372 { ac_try='test -s conftest.$ac_objext' 19875 { ac_try='test -z "$ac_c_werror_flag"
19876 || test ! -s conftest.err'
19877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19878 (eval $ac_try) 2>&5
19879 ac_status=$?
19880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19881 (exit $ac_status); }; } &&
19882 { ac_try='test -s conftest.$ac_objext'
16373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16374 (eval $ac_try) 2>&5 19884 (eval $ac_try) 2>&5
16375 ac_status=$? 19885 ac_status=$?
@@ -16378,10 +19888,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16378 ac_header_compiler=yes 19888 ac_header_compiler=yes
16379else 19889else
16380 echo "$as_me: failed program was:" >&5 19890 echo "$as_me: failed program was:" >&5
16381cat conftest.$ac_ext >&5 19891sed 's/^/| /' conftest.$ac_ext >&5
19892
16382ac_header_compiler=no 19893ac_header_compiler=no
16383fi 19894fi
16384rm -f conftest.$ac_objext conftest.$ac_ext 19895rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16385echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19896echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16386echo "${ECHO_T}$ac_header_compiler" >&6 19897echo "${ECHO_T}$ac_header_compiler" >&6
16387 19898
@@ -16389,8 +19900,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16389echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 19900echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
16390echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 19901echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
16391cat >conftest.$ac_ext <<_ACEOF 19902cat >conftest.$ac_ext <<_ACEOF
16392#line $LINENO "configure" 19903/* confdefs.h. */
16393#include "confdefs.h" 19904_ACEOF
19905cat confdefs.h >>conftest.$ac_ext
19906cat >>conftest.$ac_ext <<_ACEOF
19907/* end confdefs.h. */
16394#include <arpa/inet.h> 19908#include <arpa/inet.h>
16395_ACEOF 19909_ACEOF
16396if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 19910if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -16403,6 +19917,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16403 (exit $ac_status); } >/dev/null; then 19917 (exit $ac_status); } >/dev/null; then
16404 if test -s conftest.err; then 19918 if test -s conftest.err; then
16405 ac_cpp_err=$ac_c_preproc_warn_flag 19919 ac_cpp_err=$ac_c_preproc_warn_flag
19920 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16406 else 19921 else
16407 ac_cpp_err= 19922 ac_cpp_err=
16408 fi 19923 fi
@@ -16413,7 +19928,8 @@ if test -z "$ac_cpp_err"; then
16413 ac_header_preproc=yes 19928 ac_header_preproc=yes
16414else 19929else
16415 echo "$as_me: failed program was:" >&5 19930 echo "$as_me: failed program was:" >&5
16416 cat conftest.$ac_ext >&5 19931sed 's/^/| /' conftest.$ac_ext >&5
19932
16417 ac_header_preproc=no 19933 ac_header_preproc=no
16418fi 19934fi
16419rm -f conftest.err conftest.$ac_ext 19935rm -f conftest.err conftest.$ac_ext
@@ -16421,19 +19937,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16421echo "${ECHO_T}$ac_header_preproc" >&6 19937echo "${ECHO_T}$ac_header_preproc" >&6
16422 19938
16423# So? What about this header? 19939# So? What about this header?
16424case $ac_header_compiler:$ac_header_preproc in 19940case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16425 yes:no ) 19941 yes:no: )
16426 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 19942 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
16427echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 19943echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
16428 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 19944 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5
16429echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};; 19945echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}
16430 no:yes ) 19946 ac_header_preproc=yes
19947 ;;
19948 no:yes:* )
16431 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 19949 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
16432echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 19950echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
16433 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 19951 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
16434echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 19952echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
19953 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
19954echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
19955 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
19956echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
16435 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 19957 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
16436echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};; 19958echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
19959 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
19960echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
19961 (
19962 cat <<\_ASBOX
19963## ------------------------------------------ ##
19964## Report this to the AC_PACKAGE_NAME lists. ##
19965## ------------------------------------------ ##
19966_ASBOX
19967 ) |
19968 sed "s/^/$as_me: WARNING: /" >&2
19969 ;;
16437esac 19970esac
16438echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 19971echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
16439echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 19972echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
@@ -16479,18 +20012,31 @@ else
16479echo "$as_me:$LINENO: checking $ac_header usability" >&5 20012echo "$as_me:$LINENO: checking $ac_header usability" >&5
16480echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 20013echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16481cat >conftest.$ac_ext <<_ACEOF 20014cat >conftest.$ac_ext <<_ACEOF
16482#line $LINENO "configure" 20015/* confdefs.h. */
16483#include "confdefs.h" 20016_ACEOF
20017cat confdefs.h >>conftest.$ac_ext
20018cat >>conftest.$ac_ext <<_ACEOF
20019/* end confdefs.h. */
16484$ac_includes_default 20020$ac_includes_default
16485#include <$ac_header> 20021#include <$ac_header>
16486_ACEOF 20022_ACEOF
16487rm -f conftest.$ac_objext 20023rm -f conftest.$ac_objext
16488if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20024if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16489 (eval $ac_compile) 2>&5 20025 (eval $ac_compile) 2>conftest.er1
16490 ac_status=$? 20026 ac_status=$?
20027 grep -v '^ *+' conftest.er1 >conftest.err
20028 rm -f conftest.er1
20029 cat conftest.err >&5
16491 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492 (exit $ac_status); } && 20031 (exit $ac_status); } &&
16493 { ac_try='test -s conftest.$ac_objext' 20032 { ac_try='test -z "$ac_c_werror_flag"
20033 || test ! -s conftest.err'
20034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20035 (eval $ac_try) 2>&5
20036 ac_status=$?
20037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20038 (exit $ac_status); }; } &&
20039 { ac_try='test -s conftest.$ac_objext'
16494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16495 (eval $ac_try) 2>&5 20041 (eval $ac_try) 2>&5
16496 ac_status=$? 20042 ac_status=$?
@@ -16499,10 +20045,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16499 ac_header_compiler=yes 20045 ac_header_compiler=yes
16500else 20046else
16501 echo "$as_me: failed program was:" >&5 20047 echo "$as_me: failed program was:" >&5
16502cat conftest.$ac_ext >&5 20048sed 's/^/| /' conftest.$ac_ext >&5
20049
16503ac_header_compiler=no 20050ac_header_compiler=no
16504fi 20051fi
16505rm -f conftest.$ac_objext conftest.$ac_ext 20052rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16506echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 20053echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16507echo "${ECHO_T}$ac_header_compiler" >&6 20054echo "${ECHO_T}$ac_header_compiler" >&6
16508 20055
@@ -16510,8 +20057,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16510echo "$as_me:$LINENO: checking $ac_header presence" >&5 20057echo "$as_me:$LINENO: checking $ac_header presence" >&5
16511echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 20058echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16512cat >conftest.$ac_ext <<_ACEOF 20059cat >conftest.$ac_ext <<_ACEOF
16513#line $LINENO "configure" 20060/* confdefs.h. */
16514#include "confdefs.h" 20061_ACEOF
20062cat confdefs.h >>conftest.$ac_ext
20063cat >>conftest.$ac_ext <<_ACEOF
20064/* end confdefs.h. */
16515#include <$ac_header> 20065#include <$ac_header>
16516_ACEOF 20066_ACEOF
16517if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 20067if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -16524,6 +20074,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16524 (exit $ac_status); } >/dev/null; then 20074 (exit $ac_status); } >/dev/null; then
16525 if test -s conftest.err; then 20075 if test -s conftest.err; then
16526 ac_cpp_err=$ac_c_preproc_warn_flag 20076 ac_cpp_err=$ac_c_preproc_warn_flag
20077 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16527 else 20078 else
16528 ac_cpp_err= 20079 ac_cpp_err=
16529 fi 20080 fi
@@ -16534,7 +20085,8 @@ if test -z "$ac_cpp_err"; then
16534 ac_header_preproc=yes 20085 ac_header_preproc=yes
16535else 20086else
16536 echo "$as_me: failed program was:" >&5 20087 echo "$as_me: failed program was:" >&5
16537 cat conftest.$ac_ext >&5 20088sed 's/^/| /' conftest.$ac_ext >&5
20089
16538 ac_header_preproc=no 20090 ac_header_preproc=no
16539fi 20091fi
16540rm -f conftest.err conftest.$ac_ext 20092rm -f conftest.err conftest.$ac_ext
@@ -16542,26 +20094,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16542echo "${ECHO_T}$ac_header_preproc" >&6 20094echo "${ECHO_T}$ac_header_preproc" >&6
16543 20095
16544# So? What about this header? 20096# So? What about this header?
16545case $ac_header_compiler:$ac_header_preproc in 20097case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16546 yes:no ) 20098 yes:no: )
16547 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 20099 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16548echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 20100echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16549 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 20101 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16550echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 20102echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16551 no:yes ) 20103 ac_header_preproc=yes
20104 ;;
20105 no:yes:* )
16552 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 20106 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16553echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 20107echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16554 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 20108 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16555echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 20109echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20110 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20111echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20112 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20113echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16556 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 20114 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16557echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 20115echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20116 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20117echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20118 (
20119 cat <<\_ASBOX
20120## ------------------------------------------ ##
20121## Report this to the AC_PACKAGE_NAME lists. ##
20122## ------------------------------------------ ##
20123_ASBOX
20124 ) |
20125 sed "s/^/$as_me: WARNING: /" >&2
20126 ;;
16558esac 20127esac
16559echo "$as_me:$LINENO: checking for $ac_header" >&5 20128echo "$as_me:$LINENO: checking for $ac_header" >&5
16560echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 20129echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16561if eval "test \"\${$as_ac_Header+set}\" = set"; then 20130if eval "test \"\${$as_ac_Header+set}\" = set"; then
16562 echo $ECHO_N "(cached) $ECHO_C" >&6 20131 echo $ECHO_N "(cached) $ECHO_C" >&6
16563else 20132else
16564 eval "$as_ac_Header=$ac_header_preproc" 20133 eval "$as_ac_Header=\$ac_header_preproc"
16565fi 20134fi
16566echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 20135echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16567echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 20136echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16606,8 +20175,11 @@ if test "${ac_cv_type_pid_t+set}" = set; then
16606 echo $ECHO_N "(cached) $ECHO_C" >&6 20175 echo $ECHO_N "(cached) $ECHO_C" >&6
16607else 20176else
16608 cat >conftest.$ac_ext <<_ACEOF 20177 cat >conftest.$ac_ext <<_ACEOF
16609#line $LINENO "configure" 20178/* confdefs.h. */
16610#include "confdefs.h" 20179_ACEOF
20180cat confdefs.h >>conftest.$ac_ext
20181cat >>conftest.$ac_ext <<_ACEOF
20182/* end confdefs.h. */
16611$ac_includes_default 20183$ac_includes_default
16612int 20184int
16613main () 20185main ()
@@ -16622,11 +20194,21 @@ if (sizeof (pid_t))
16622_ACEOF 20194_ACEOF
16623rm -f conftest.$ac_objext 20195rm -f conftest.$ac_objext
16624if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20196if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16625 (eval $ac_compile) 2>&5 20197 (eval $ac_compile) 2>conftest.er1
16626 ac_status=$? 20198 ac_status=$?
20199 grep -v '^ *+' conftest.er1 >conftest.err
20200 rm -f conftest.er1
20201 cat conftest.err >&5
16627 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16628 (exit $ac_status); } && 20203 (exit $ac_status); } &&
16629 { ac_try='test -s conftest.$ac_objext' 20204 { ac_try='test -z "$ac_c_werror_flag"
20205 || test ! -s conftest.err'
20206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20207 (eval $ac_try) 2>&5
20208 ac_status=$?
20209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20210 (exit $ac_status); }; } &&
20211 { ac_try='test -s conftest.$ac_objext'
16630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16631 (eval $ac_try) 2>&5 20213 (eval $ac_try) 2>&5
16632 ac_status=$? 20214 ac_status=$?
@@ -16635,10 +20217,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16635 ac_cv_type_pid_t=yes 20217 ac_cv_type_pid_t=yes
16636else 20218else
16637 echo "$as_me: failed program was:" >&5 20219 echo "$as_me: failed program was:" >&5
16638cat conftest.$ac_ext >&5 20220sed 's/^/| /' conftest.$ac_ext >&5
20221
16639ac_cv_type_pid_t=no 20222ac_cv_type_pid_t=no
16640fi 20223fi
16641rm -f conftest.$ac_objext conftest.$ac_ext 20224rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16642fi 20225fi
16643echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 20226echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
16644echo "${ECHO_T}$ac_cv_type_pid_t" >&6 20227echo "${ECHO_T}$ac_cv_type_pid_t" >&6
@@ -16670,18 +20253,31 @@ else
16670echo "$as_me:$LINENO: checking $ac_header usability" >&5 20253echo "$as_me:$LINENO: checking $ac_header usability" >&5
16671echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 20254echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16672cat >conftest.$ac_ext <<_ACEOF 20255cat >conftest.$ac_ext <<_ACEOF
16673#line $LINENO "configure" 20256/* confdefs.h. */
16674#include "confdefs.h" 20257_ACEOF
20258cat confdefs.h >>conftest.$ac_ext
20259cat >>conftest.$ac_ext <<_ACEOF
20260/* end confdefs.h. */
16675$ac_includes_default 20261$ac_includes_default
16676#include <$ac_header> 20262#include <$ac_header>
16677_ACEOF 20263_ACEOF
16678rm -f conftest.$ac_objext 20264rm -f conftest.$ac_objext
16679if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20265if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16680 (eval $ac_compile) 2>&5 20266 (eval $ac_compile) 2>conftest.er1
16681 ac_status=$? 20267 ac_status=$?
20268 grep -v '^ *+' conftest.er1 >conftest.err
20269 rm -f conftest.er1
20270 cat conftest.err >&5
16682 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16683 (exit $ac_status); } && 20272 (exit $ac_status); } &&
16684 { ac_try='test -s conftest.$ac_objext' 20273 { ac_try='test -z "$ac_c_werror_flag"
20274 || test ! -s conftest.err'
20275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20276 (eval $ac_try) 2>&5
20277 ac_status=$?
20278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20279 (exit $ac_status); }; } &&
20280 { ac_try='test -s conftest.$ac_objext'
16685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16686 (eval $ac_try) 2>&5 20282 (eval $ac_try) 2>&5
16687 ac_status=$? 20283 ac_status=$?
@@ -16690,10 +20286,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16690 ac_header_compiler=yes 20286 ac_header_compiler=yes
16691else 20287else
16692 echo "$as_me: failed program was:" >&5 20288 echo "$as_me: failed program was:" >&5
16693cat conftest.$ac_ext >&5 20289sed 's/^/| /' conftest.$ac_ext >&5
20290
16694ac_header_compiler=no 20291ac_header_compiler=no
16695fi 20292fi
16696rm -f conftest.$ac_objext conftest.$ac_ext 20293rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16697echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 20294echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16698echo "${ECHO_T}$ac_header_compiler" >&6 20295echo "${ECHO_T}$ac_header_compiler" >&6
16699 20296
@@ -16701,8 +20298,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16701echo "$as_me:$LINENO: checking $ac_header presence" >&5 20298echo "$as_me:$LINENO: checking $ac_header presence" >&5
16702echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 20299echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16703cat >conftest.$ac_ext <<_ACEOF 20300cat >conftest.$ac_ext <<_ACEOF
16704#line $LINENO "configure" 20301/* confdefs.h. */
16705#include "confdefs.h" 20302_ACEOF
20303cat confdefs.h >>conftest.$ac_ext
20304cat >>conftest.$ac_ext <<_ACEOF
20305/* end confdefs.h. */
16706#include <$ac_header> 20306#include <$ac_header>
16707_ACEOF 20307_ACEOF
16708if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 20308if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -16715,6 +20315,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16715 (exit $ac_status); } >/dev/null; then 20315 (exit $ac_status); } >/dev/null; then
16716 if test -s conftest.err; then 20316 if test -s conftest.err; then
16717 ac_cpp_err=$ac_c_preproc_warn_flag 20317 ac_cpp_err=$ac_c_preproc_warn_flag
20318 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16718 else 20319 else
16719 ac_cpp_err= 20320 ac_cpp_err=
16720 fi 20321 fi
@@ -16725,7 +20326,8 @@ if test -z "$ac_cpp_err"; then
16725 ac_header_preproc=yes 20326 ac_header_preproc=yes
16726else 20327else
16727 echo "$as_me: failed program was:" >&5 20328 echo "$as_me: failed program was:" >&5
16728 cat conftest.$ac_ext >&5 20329sed 's/^/| /' conftest.$ac_ext >&5
20330
16729 ac_header_preproc=no 20331 ac_header_preproc=no
16730fi 20332fi
16731rm -f conftest.err conftest.$ac_ext 20333rm -f conftest.err conftest.$ac_ext
@@ -16733,26 +20335,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16733echo "${ECHO_T}$ac_header_preproc" >&6 20335echo "${ECHO_T}$ac_header_preproc" >&6
16734 20336
16735# So? What about this header? 20337# So? What about this header?
16736case $ac_header_compiler:$ac_header_preproc in 20338case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16737 yes:no ) 20339 yes:no: )
16738 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 20340 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16739echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 20341echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16740 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 20342 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16741echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 20343echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16742 no:yes ) 20344 ac_header_preproc=yes
20345 ;;
20346 no:yes:* )
16743 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 20347 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16744echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 20348echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16745 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 20349 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16746echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 20350echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20351 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20352echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20353 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20354echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16747 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 20355 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16748echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 20356echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20357 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20358echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20359 (
20360 cat <<\_ASBOX
20361## ------------------------------------------ ##
20362## Report this to the AC_PACKAGE_NAME lists. ##
20363## ------------------------------------------ ##
20364_ASBOX
20365 ) |
20366 sed "s/^/$as_me: WARNING: /" >&2
20367 ;;
16749esac 20368esac
16750echo "$as_me:$LINENO: checking for $ac_header" >&5 20369echo "$as_me:$LINENO: checking for $ac_header" >&5
16751echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 20370echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16752if eval "test \"\${$as_ac_Header+set}\" = set"; then 20371if eval "test \"\${$as_ac_Header+set}\" = set"; then
16753 echo $ECHO_N "(cached) $ECHO_C" >&6 20372 echo $ECHO_N "(cached) $ECHO_C" >&6
16754else 20373else
16755 eval "$as_ac_Header=$ac_header_preproc" 20374 eval "$as_ac_Header=\$ac_header_preproc"
16756fi 20375fi
16757echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 20376echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16758echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 20377echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16778,43 +20397,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
16778 echo $ECHO_N "(cached) $ECHO_C" >&6 20397 echo $ECHO_N "(cached) $ECHO_C" >&6
16779else 20398else
16780 cat >conftest.$ac_ext <<_ACEOF 20399 cat >conftest.$ac_ext <<_ACEOF
16781#line $LINENO "configure" 20400/* confdefs.h. */
16782#include "confdefs.h" 20401_ACEOF
20402cat confdefs.h >>conftest.$ac_ext
20403cat >>conftest.$ac_ext <<_ACEOF
20404/* end confdefs.h. */
20405/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20406 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20407#define $ac_func innocuous_$ac_func
20408
16783/* System header to define __stub macros and hopefully few prototypes, 20409/* System header to define __stub macros and hopefully few prototypes,
16784 which can conflict with char $ac_func (); below. */ 20410 which can conflict with char $ac_func (); below.
16785#include <assert.h> 20411 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20412 <limits.h> exists even on freestanding compilers. */
20413
20414#ifdef __STDC__
20415# include <limits.h>
20416#else
20417# include <assert.h>
20418#endif
20419
20420#undef $ac_func
20421
16786/* Override any gcc2 internal prototype to avoid an error. */ 20422/* Override any gcc2 internal prototype to avoid an error. */
16787#ifdef __cplusplus 20423#ifdef __cplusplus
16788extern "C" 20424extern "C"
20425{
16789#endif 20426#endif
16790/* We use char because int might match the return type of a gcc2 20427/* We use char because int might match the return type of a gcc2
16791 builtin and then its argument prototype would still apply. */ 20428 builtin and then its argument prototype would still apply. */
16792char $ac_func (); 20429char $ac_func ();
16793char (*f) ();
16794
16795int
16796main ()
16797{
16798/* The GNU C library defines this for functions which it implements 20430/* The GNU C library defines this for functions which it implements
16799 to always fail with ENOSYS. Some functions are actually named 20431 to always fail with ENOSYS. Some functions are actually named
16800 something starting with __ and the normal name is an alias. */ 20432 something starting with __ and the normal name is an alias. */
16801#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 20433#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16802choke me 20434choke me
16803#else 20435#else
16804f = $ac_func; 20436char (*f) () = $ac_func;
20437#endif
20438#ifdef __cplusplus
20439}
16805#endif 20440#endif
16806 20441
20442int
20443main ()
20444{
20445return f != $ac_func;
16807 ; 20446 ;
16808 return 0; 20447 return 0;
16809} 20448}
16810_ACEOF 20449_ACEOF
16811rm -f conftest.$ac_objext conftest$ac_exeext 20450rm -f conftest.$ac_objext conftest$ac_exeext
16812if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20451if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16813 (eval $ac_link) 2>&5 20452 (eval $ac_link) 2>conftest.er1
16814 ac_status=$? 20453 ac_status=$?
20454 grep -v '^ *+' conftest.er1 >conftest.err
20455 rm -f conftest.er1
20456 cat conftest.err >&5
16815 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16816 (exit $ac_status); } && 20458 (exit $ac_status); } &&
16817 { ac_try='test -s conftest$ac_exeext' 20459 { ac_try='test -z "$ac_c_werror_flag"
20460 || test ! -s conftest.err'
20461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20462 (eval $ac_try) 2>&5
20463 ac_status=$?
20464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20465 (exit $ac_status); }; } &&
20466 { ac_try='test -s conftest$ac_exeext'
16818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16819 (eval $ac_try) 2>&5 20468 (eval $ac_try) 2>&5
16820 ac_status=$? 20469 ac_status=$?
@@ -16823,10 +20472,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16823 eval "$as_ac_var=yes" 20472 eval "$as_ac_var=yes"
16824else 20473else
16825 echo "$as_me: failed program was:" >&5 20474 echo "$as_me: failed program was:" >&5
16826cat conftest.$ac_ext >&5 20475sed 's/^/| /' conftest.$ac_ext >&5
20476
16827eval "$as_ac_var=no" 20477eval "$as_ac_var=no"
16828fi 20478fi
16829rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 20479rm -f conftest.err conftest.$ac_objext \
20480 conftest$ac_exeext conftest.$ac_ext
16830fi 20481fi
16831echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 20482echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16832echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 20483echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -16856,9 +20507,9 @@ else
16856 /* Some systems only have a dummy stub for fork() */ 20507 /* Some systems only have a dummy stub for fork() */
16857 int main () 20508 int main ()
16858 { 20509 {
16859 if (fork() < 0) 20510 if (fork() < 0)
16860 exit (1); 20511 exit (1);
16861 exit (0); 20512 exit (0);
16862 } 20513 }
16863_ACEOF 20514_ACEOF
16864rm -f conftest$ac_exeext 20515rm -f conftest$ac_exeext
@@ -16876,11 +20527,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16876else 20527else
16877 echo "$as_me: program exited with status $ac_status" >&5 20528 echo "$as_me: program exited with status $ac_status" >&5
16878echo "$as_me: failed program was:" >&5 20529echo "$as_me: failed program was:" >&5
16879cat conftest.$ac_ext >&5 20530sed 's/^/| /' conftest.$ac_ext >&5
20531
16880( exit $ac_status ) 20532( exit $ac_status )
16881ac_cv_func_fork_works=no 20533ac_cv_func_fork_works=no
16882fi 20534fi
16883rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 20535rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16884fi 20536fi
16885fi 20537fi
16886echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5 20538echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
@@ -16913,12 +20565,17 @@ else
16913 ac_cv_func_vfork_works=cross 20565 ac_cv_func_vfork_works=cross
16914else 20566else
16915 cat >conftest.$ac_ext <<_ACEOF 20567 cat >conftest.$ac_ext <<_ACEOF
16916#line $LINENO "configure" 20568/* confdefs.h. */
16917#include "confdefs.h" 20569_ACEOF
20570cat confdefs.h >>conftest.$ac_ext
20571cat >>conftest.$ac_ext <<_ACEOF
20572/* end confdefs.h. */
16918/* Thanks to Paul Eggert for this test. */ 20573/* Thanks to Paul Eggert for this test. */
16919#include <stdio.h> 20574#include <stdio.h>
20575#include <stdlib.h>
16920#include <sys/types.h> 20576#include <sys/types.h>
16921#include <sys/stat.h> 20577#include <sys/stat.h>
20578#include <sys/wait.h>
16922#if HAVE_UNISTD_H 20579#if HAVE_UNISTD_H
16923# include <unistd.h> 20580# include <unistd.h>
16924#endif 20581#endif
@@ -16931,7 +20588,7 @@ else
16931 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a 20588 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
16932 static variable whose address is put into a register that is 20589 static variable whose address is put into a register that is
16933 clobbered by the vfork. */ 20590 clobbered by the vfork. */
16934static 20591static void
16935#ifdef __cplusplus 20592#ifdef __cplusplus
16936sparc_address_test (int arg) 20593sparc_address_test (int arg)
16937# else 20594# else
@@ -16959,7 +20616,7 @@ main ()
16959 pid_t parent = getpid (); 20616 pid_t parent = getpid ();
16960 pid_t child; 20617 pid_t child;
16961 20618
16962 sparc_address_test (); 20619 sparc_address_test (0);
16963 20620
16964 child = vfork (); 20621 child = vfork ();
16965 20622
@@ -17024,11 +20681,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17024else 20681else
17025 echo "$as_me: program exited with status $ac_status" >&5 20682 echo "$as_me: program exited with status $ac_status" >&5
17026echo "$as_me: failed program was:" >&5 20683echo "$as_me: failed program was:" >&5
17027cat conftest.$ac_ext >&5 20684sed 's/^/| /' conftest.$ac_ext >&5
20685
17028( exit $ac_status ) 20686( exit $ac_status )
17029ac_cv_func_vfork_works=no 20687ac_cv_func_vfork_works=no
17030fi 20688fi
17031rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 20689rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17032fi 20690fi
17033fi 20691fi
17034echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5 20692echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
@@ -17036,7 +20694,7 @@ echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
17036 20694
17037fi; 20695fi;
17038if test "x$ac_cv_func_fork_works" = xcross; then 20696if test "x$ac_cv_func_fork_works" = xcross; then
17039 ac_cv_func_vfork_works=ac_cv_func_vfork 20697 ac_cv_func_vfork_works=$ac_cv_func_vfork
17040 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 20698 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
17041echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} 20699echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
17042fi 20700fi
@@ -17069,8 +20727,11 @@ if test "${emacs_cv_langinfo_codeset+set}" = set; then
17069 echo $ECHO_N "(cached) $ECHO_C" >&6 20727 echo $ECHO_N "(cached) $ECHO_C" >&6
17070else 20728else
17071 cat >conftest.$ac_ext <<_ACEOF 20729 cat >conftest.$ac_ext <<_ACEOF
17072#line $LINENO "configure" 20730/* confdefs.h. */
17073#include "confdefs.h" 20731_ACEOF
20732cat confdefs.h >>conftest.$ac_ext
20733cat >>conftest.$ac_ext <<_ACEOF
20734/* end confdefs.h. */
17074#include <langinfo.h> 20735#include <langinfo.h>
17075int 20736int
17076main () 20737main ()
@@ -17082,11 +20743,21 @@ char* cs = nl_langinfo(CODESET);
17082_ACEOF 20743_ACEOF
17083rm -f conftest.$ac_objext conftest$ac_exeext 20744rm -f conftest.$ac_objext conftest$ac_exeext
17084if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20745if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17085 (eval $ac_link) 2>&5 20746 (eval $ac_link) 2>conftest.er1
17086 ac_status=$? 20747 ac_status=$?
20748 grep -v '^ *+' conftest.er1 >conftest.err
20749 rm -f conftest.er1
20750 cat conftest.err >&5
17087 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17088 (exit $ac_status); } && 20752 (exit $ac_status); } &&
17089 { ac_try='test -s conftest$ac_exeext' 20753 { ac_try='test -z "$ac_c_werror_flag"
20754 || test ! -s conftest.err'
20755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20756 (eval $ac_try) 2>&5
20757 ac_status=$?
20758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20759 (exit $ac_status); }; } &&
20760 { ac_try='test -s conftest$ac_exeext'
17090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17091 (eval $ac_try) 2>&5 20762 (eval $ac_try) 2>&5
17092 ac_status=$? 20763 ac_status=$?
@@ -17095,10 +20766,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17095 emacs_cv_langinfo_codeset=yes 20766 emacs_cv_langinfo_codeset=yes
17096else 20767else
17097 echo "$as_me: failed program was:" >&5 20768 echo "$as_me: failed program was:" >&5
17098cat conftest.$ac_ext >&5 20769sed 's/^/| /' conftest.$ac_ext >&5
20770
17099emacs_cv_langinfo_codeset=no 20771emacs_cv_langinfo_codeset=no
17100fi 20772fi
17101rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 20773rm -f conftest.err conftest.$ac_objext \
20774 conftest$ac_exeext conftest.$ac_ext
17102 20775
17103fi 20776fi
17104echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5 20777echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5
@@ -17117,8 +20790,11 @@ if test "${ac_cv_type_size_t+set}" = set; then
17117 echo $ECHO_N "(cached) $ECHO_C" >&6 20790 echo $ECHO_N "(cached) $ECHO_C" >&6
17118else 20791else
17119 cat >conftest.$ac_ext <<_ACEOF 20792 cat >conftest.$ac_ext <<_ACEOF
17120#line $LINENO "configure" 20793/* confdefs.h. */
17121#include "confdefs.h" 20794_ACEOF
20795cat confdefs.h >>conftest.$ac_ext
20796cat >>conftest.$ac_ext <<_ACEOF
20797/* end confdefs.h. */
17122$ac_includes_default 20798$ac_includes_default
17123int 20799int
17124main () 20800main ()
@@ -17133,11 +20809,21 @@ if (sizeof (size_t))
17133_ACEOF 20809_ACEOF
17134rm -f conftest.$ac_objext 20810rm -f conftest.$ac_objext
17135if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20811if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17136 (eval $ac_compile) 2>&5 20812 (eval $ac_compile) 2>conftest.er1
17137 ac_status=$? 20813 ac_status=$?
20814 grep -v '^ *+' conftest.er1 >conftest.err
20815 rm -f conftest.er1
20816 cat conftest.err >&5
17138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17139 (exit $ac_status); } && 20818 (exit $ac_status); } &&
17140 { ac_try='test -s conftest.$ac_objext' 20819 { ac_try='test -z "$ac_c_werror_flag"
20820 || test ! -s conftest.err'
20821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20822 (eval $ac_try) 2>&5
20823 ac_status=$?
20824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20825 (exit $ac_status); }; } &&
20826 { ac_try='test -s conftest.$ac_objext'
17141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17142 (eval $ac_try) 2>&5 20828 (eval $ac_try) 2>&5
17143 ac_status=$? 20829 ac_status=$?
@@ -17146,10 +20832,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17146 ac_cv_type_size_t=yes 20832 ac_cv_type_size_t=yes
17147else 20833else
17148 echo "$as_me: failed program was:" >&5 20834 echo "$as_me: failed program was:" >&5
17149cat conftest.$ac_ext >&5 20835sed 's/^/| /' conftest.$ac_ext >&5
20836
17150ac_cv_type_size_t=no 20837ac_cv_type_size_t=no
17151fi 20838fi
17152rm -f conftest.$ac_objext conftest.$ac_ext 20839rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17153fi 20840fi
17154echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 20841echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17155echo "${ECHO_T}$ac_cv_type_size_t" >&6 20842echo "${ECHO_T}$ac_cv_type_size_t" >&6
@@ -17169,8 +20856,11 @@ if test "${ac_cv_type_mbstate_t+set}" = set; then
17169 echo $ECHO_N "(cached) $ECHO_C" >&6 20856 echo $ECHO_N "(cached) $ECHO_C" >&6
17170else 20857else
17171 cat >conftest.$ac_ext <<_ACEOF 20858 cat >conftest.$ac_ext <<_ACEOF
17172#line $LINENO "configure" 20859/* confdefs.h. */
17173#include "confdefs.h" 20860_ACEOF
20861cat confdefs.h >>conftest.$ac_ext
20862cat >>conftest.$ac_ext <<_ACEOF
20863/* end confdefs.h. */
17174$ac_includes_default 20864$ac_includes_default
17175# include <wchar.h> 20865# include <wchar.h>
17176int 20866int
@@ -17183,11 +20873,21 @@ mbstate_t x; return sizeof x;
17183_ACEOF 20873_ACEOF
17184rm -f conftest.$ac_objext 20874rm -f conftest.$ac_objext
17185if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20875if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17186 (eval $ac_compile) 2>&5 20876 (eval $ac_compile) 2>conftest.er1
17187 ac_status=$? 20877 ac_status=$?
20878 grep -v '^ *+' conftest.er1 >conftest.err
20879 rm -f conftest.er1
20880 cat conftest.err >&5
17188 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17189 (exit $ac_status); } && 20882 (exit $ac_status); } &&
17190 { ac_try='test -s conftest.$ac_objext' 20883 { ac_try='test -z "$ac_c_werror_flag"
20884 || test ! -s conftest.err'
20885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20886 (eval $ac_try) 2>&5
20887 ac_status=$?
20888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20889 (exit $ac_status); }; } &&
20890 { ac_try='test -s conftest.$ac_objext'
17191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17192 (eval $ac_try) 2>&5 20892 (eval $ac_try) 2>&5
17193 ac_status=$? 20893 ac_status=$?
@@ -17196,10 +20896,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17196 ac_cv_type_mbstate_t=yes 20896 ac_cv_type_mbstate_t=yes
17197else 20897else
17198 echo "$as_me: failed program was:" >&5 20898 echo "$as_me: failed program was:" >&5
17199cat conftest.$ac_ext >&5 20899sed 's/^/| /' conftest.$ac_ext >&5
20900
17200ac_cv_type_mbstate_t=no 20901ac_cv_type_mbstate_t=no
17201fi 20902fi
17202rm -f conftest.$ac_objext conftest.$ac_ext 20903rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17203fi 20904fi
17204echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5 20905echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
17205echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6 20906echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
@@ -17223,8 +20924,11 @@ if test "${emacs_cv_c_restrict+set}" = set; then
17223 echo $ECHO_N "(cached) $ECHO_C" >&6 20924 echo $ECHO_N "(cached) $ECHO_C" >&6
17224else 20925else
17225 cat >conftest.$ac_ext <<_ACEOF 20926 cat >conftest.$ac_ext <<_ACEOF
17226#line $LINENO "configure" 20927/* confdefs.h. */
17227#include "confdefs.h" 20928_ACEOF
20929cat confdefs.h >>conftest.$ac_ext
20930cat >>conftest.$ac_ext <<_ACEOF
20931/* end confdefs.h. */
17228void fred (int *restrict x); 20932void fred (int *restrict x);
17229int 20933int
17230main () 20934main ()
@@ -17236,11 +20940,21 @@ main ()
17236_ACEOF 20940_ACEOF
17237rm -f conftest.$ac_objext 20941rm -f conftest.$ac_objext
17238if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20942if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17239 (eval $ac_compile) 2>&5 20943 (eval $ac_compile) 2>conftest.er1
17240 ac_status=$? 20944 ac_status=$?
20945 grep -v '^ *+' conftest.er1 >conftest.err
20946 rm -f conftest.er1
20947 cat conftest.err >&5
17241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17242 (exit $ac_status); } && 20949 (exit $ac_status); } &&
17243 { ac_try='test -s conftest.$ac_objext' 20950 { ac_try='test -z "$ac_c_werror_flag"
20951 || test ! -s conftest.err'
20952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20953 (eval $ac_try) 2>&5
20954 ac_status=$?
20955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20956 (exit $ac_status); }; } &&
20957 { ac_try='test -s conftest.$ac_objext'
17244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17245 (eval $ac_try) 2>&5 20959 (eval $ac_try) 2>&5
17246 ac_status=$? 20960 ac_status=$?
@@ -17249,10 +20963,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17249 emacs_cv_c_restrict=yes 20963 emacs_cv_c_restrict=yes
17250else 20964else
17251 echo "$as_me: failed program was:" >&5 20965 echo "$as_me: failed program was:" >&5
17252cat conftest.$ac_ext >&5 20966sed 's/^/| /' conftest.$ac_ext >&5
20967
17253cat >conftest.$ac_ext <<_ACEOF 20968cat >conftest.$ac_ext <<_ACEOF
17254#line $LINENO "configure" 20969/* confdefs.h. */
17255#include "confdefs.h" 20970_ACEOF
20971cat confdefs.h >>conftest.$ac_ext
20972cat >>conftest.$ac_ext <<_ACEOF
20973/* end confdefs.h. */
17256void fred (int *__restrict x); 20974void fred (int *__restrict x);
17257int 20975int
17258main () 20976main ()
@@ -17264,11 +20982,21 @@ main ()
17264_ACEOF 20982_ACEOF
17265rm -f conftest.$ac_objext 20983rm -f conftest.$ac_objext
17266if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20984if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17267 (eval $ac_compile) 2>&5 20985 (eval $ac_compile) 2>conftest.er1
17268 ac_status=$? 20986 ac_status=$?
20987 grep -v '^ *+' conftest.er1 >conftest.err
20988 rm -f conftest.er1
20989 cat conftest.err >&5
17269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17270 (exit $ac_status); } && 20991 (exit $ac_status); } &&
17271 { ac_try='test -s conftest.$ac_objext' 20992 { ac_try='test -z "$ac_c_werror_flag"
20993 || test ! -s conftest.err'
20994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20995 (eval $ac_try) 2>&5
20996 ac_status=$?
20997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20998 (exit $ac_status); }; } &&
20999 { ac_try='test -s conftest.$ac_objext'
17272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17273 (eval $ac_try) 2>&5 21001 (eval $ac_try) 2>&5
17274 ac_status=$? 21002 ac_status=$?
@@ -17277,12 +21005,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17277 emacs_cv_c_restrict=__restrict 21005 emacs_cv_c_restrict=__restrict
17278else 21006else
17279 echo "$as_me: failed program was:" >&5 21007 echo "$as_me: failed program was:" >&5
17280cat conftest.$ac_ext >&5 21008sed 's/^/| /' conftest.$ac_ext >&5
21009
17281emacs_cv_c_restrict=no 21010emacs_cv_c_restrict=no
17282fi 21011fi
17283rm -f conftest.$ac_objext conftest.$ac_ext 21012rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17284fi 21013fi
17285rm -f conftest.$ac_objext conftest.$ac_ext 21014rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17286fi 21015fi
17287echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5 21016echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5
17288echo "${ECHO_T}$emacs_cv_c_restrict" >&6 21017echo "${ECHO_T}$emacs_cv_c_restrict" >&6
@@ -17305,8 +21034,11 @@ if test "${emacs_cv_c_restrict_arr+set}" = set; then
17305 echo $ECHO_N "(cached) $ECHO_C" >&6 21034 echo $ECHO_N "(cached) $ECHO_C" >&6
17306else 21035else
17307 cat >conftest.$ac_ext <<_ACEOF 21036 cat >conftest.$ac_ext <<_ACEOF
17308#line $LINENO "configure" 21037/* confdefs.h. */
17309#include "confdefs.h" 21038_ACEOF
21039cat confdefs.h >>conftest.$ac_ext
21040cat >>conftest.$ac_ext <<_ACEOF
21041/* end confdefs.h. */
17310void fred (int x[__restrict]); 21042void fred (int x[__restrict]);
17311int 21043int
17312main () 21044main ()
@@ -17318,11 +21050,21 @@ main ()
17318_ACEOF 21050_ACEOF
17319rm -f conftest.$ac_objext 21051rm -f conftest.$ac_objext
17320if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 21052if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17321 (eval $ac_compile) 2>&5 21053 (eval $ac_compile) 2>conftest.er1
17322 ac_status=$? 21054 ac_status=$?
21055 grep -v '^ *+' conftest.er1 >conftest.err
21056 rm -f conftest.er1
21057 cat conftest.err >&5
17323 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17324 (exit $ac_status); } && 21059 (exit $ac_status); } &&
17325 { ac_try='test -s conftest.$ac_objext' 21060 { ac_try='test -z "$ac_c_werror_flag"
21061 || test ! -s conftest.err'
21062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21063 (eval $ac_try) 2>&5
21064 ac_status=$?
21065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21066 (exit $ac_status); }; } &&
21067 { ac_try='test -s conftest.$ac_objext'
17326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17327 (eval $ac_try) 2>&5 21069 (eval $ac_try) 2>&5
17328 ac_status=$? 21070 ac_status=$?
@@ -17331,10 +21073,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17331 emacs_cv_c_restrict_arr=yes 21073 emacs_cv_c_restrict_arr=yes
17332else 21074else
17333 echo "$as_me: failed program was:" >&5 21075 echo "$as_me: failed program was:" >&5
17334cat conftest.$ac_ext >&5 21076sed 's/^/| /' conftest.$ac_ext >&5
21077
17335emacs_cv_c_restrict_arr=no 21078emacs_cv_c_restrict_arr=no
17336fi 21079fi
17337rm -f conftest.$ac_objext conftest.$ac_ext 21080rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17338fi 21081fi
17339echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5 21082echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5
17340echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6 21083echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6
@@ -17545,8 +21288,11 @@ test "${exec_prefix}" != NONE &&
17545## C preprocessor. 21288## C preprocessor.
17546 21289
17547cat >conftest.$ac_ext <<_ACEOF 21290cat >conftest.$ac_ext <<_ACEOF
17548#line $LINENO "configure" 21291/* confdefs.h. */
17549#include "confdefs.h" 21292_ACEOF
21293cat confdefs.h >>conftest.$ac_ext
21294cat >>conftest.$ac_ext <<_ACEOF
21295/* end confdefs.h. */
17550yes..yes 21296yes..yes
17551_ACEOF 21297_ACEOF
17552if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 21298if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
@@ -17588,13 +21334,13 @@ _ACEOF
17588 # `set' does not quote correctly, so add quotes (double-quote 21334 # `set' does not quote correctly, so add quotes (double-quote
17589 # substitution turns \\\\ into \\, and sed turns \\ into \). 21335 # substitution turns \\\\ into \\, and sed turns \\ into \).
17590 sed -n \ 21336 sed -n \
17591 "s/'/'\\\\''/g; 21337 "s/'/'\\\\''/g;
17592 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 21338 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17593 ;; 21339 ;;
17594 *) 21340 *)
17595 # `set' quotes correctly as required by POSIX, so do not add quotes. 21341 # `set' quotes correctly as required by POSIX, so do not add quotes.
17596 sed -n \ 21342 sed -n \
17597 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 21343 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
17598 ;; 21344 ;;
17599 esac; 21345 esac;
17600} | 21346} |
@@ -17605,7 +21351,7 @@ _ACEOF
17605 t end 21351 t end
17606 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 21352 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17607 : end' >>confcache 21353 : end' >>confcache
17608if cmp -s $cache_file confcache; then :; else 21354if diff $cache_file confcache >/dev/null 2>&1; then :; else
17609 if test -w $cache_file; then 21355 if test -w $cache_file; then
17610 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 21356 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
17611 cat confcache >$cache_file 21357 cat confcache >$cache_file
@@ -17624,13 +21370,13 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17624# trailing colons and then remove the whole line if VPATH becomes empty 21370# trailing colons and then remove the whole line if VPATH becomes empty
17625# (actually we leave an empty line to preserve line numbers). 21371# (actually we leave an empty line to preserve line numbers).
17626if test "x$srcdir" = x.; then 21372if test "x$srcdir" = x.; then
17627 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 21373 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17628s/:*\$(srcdir):*/:/; 21374s/:*\$(srcdir):*/:/;
17629s/:*\${srcdir}:*/:/; 21375s/:*\${srcdir}:*/:/;
17630s/:*@srcdir@:*/:/; 21376s/:*@srcdir@:*/:/;
17631s/^\([^=]*=[ ]*\):*/\1/; 21377s/^\([^=]*=[ ]*\):*/\1/;
17632s/:*$//; 21378s/:*$//;
17633s/^[^=]*=[ ]*$//; 21379s/^[^=]*=[ ]*$//;
17634}' 21380}'
17635fi 21381fi
17636 21382
@@ -17641,7 +21387,7 @@ ac_ltlibobjs=
17641for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 21387for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17642 # 1. Remove the extension, and $U if already installed. 21388 # 1. Remove the extension, and $U if already installed.
17643 ac_i=`echo "$ac_i" | 21389 ac_i=`echo "$ac_i" |
17644 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 21390 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
17645 # 2. Add them. 21391 # 2. Add them.
17646 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 21392 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
17647 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 21393 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
@@ -17665,6 +21411,8 @@ cat >$CONFIG_STATUS <<_ACEOF
17665# configure, is in config.log if it exists. 21411# configure, is in config.log if it exists.
17666 21412
17667debug=false 21413debug=false
21414ac_cs_recheck=false
21415ac_cs_silent=false
17668SHELL=\${CONFIG_SHELL-$SHELL} 21416SHELL=\${CONFIG_SHELL-$SHELL}
17669_ACEOF 21417_ACEOF
17670 21418
@@ -17683,9 +21431,10 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17683elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 21431elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
17684 set -o posix 21432 set -o posix
17685fi 21433fi
21434DUALCASE=1; export DUALCASE # for MKS sh
17686 21435
17687# Support unset when possible. 21436# Support unset when possible.
17688if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 21437if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
17689 as_unset=unset 21438 as_unset=unset
17690else 21439else
17691 as_unset=false 21440 as_unset=false
@@ -17699,9 +21448,12 @@ PS2='> '
17699PS4='+ ' 21448PS4='+ '
17700 21449
17701# NLS nuisances. 21450# NLS nuisances.
17702for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME 21451for as_var in \
21452 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
21453 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
21454 LC_TELEPHONE LC_TIME
17703do 21455do
17704 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 21456 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
17705 eval $as_var=C; export $as_var 21457 eval $as_var=C; export $as_var
17706 else 21458 else
17707 $as_unset $as_var 21459 $as_unset $as_var
@@ -17745,15 +21497,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
17745 21497
17746# The user is always right. 21498# The user is always right.
17747if test "${PATH_SEPARATOR+set}" != set; then 21499if test "${PATH_SEPARATOR+set}" != set; then
17748 echo "#! /bin/sh" >conftest.sh 21500 echo "#! /bin/sh" >conf$$.sh
17749 echo "exit 0" >>conftest.sh 21501 echo "exit 0" >>conf$$.sh
17750 chmod +x conftest.sh 21502 chmod +x conf$$.sh
17751 if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then 21503 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
17752 PATH_SEPARATOR=';' 21504 PATH_SEPARATOR=';'
17753 else 21505 else
17754 PATH_SEPARATOR=: 21506 PATH_SEPARATOR=:
17755 fi 21507 fi
17756 rm -f conftest.sh 21508 rm -f conf$$.sh
17757fi 21509fi
17758 21510
17759 21511
@@ -17880,16 +21632,17 @@ rm -f conf$$ conf$$.exe conf$$.file
17880if mkdir -p . 2>/dev/null; then 21632if mkdir -p . 2>/dev/null; then
17881 as_mkdir_p=: 21633 as_mkdir_p=:
17882else 21634else
21635 test -d ./-p && rmdir ./-p
17883 as_mkdir_p=false 21636 as_mkdir_p=false
17884fi 21637fi
17885 21638
17886as_executable_p="test -f" 21639as_executable_p="test -f"
17887 21640
17888# Sed expression to map a string onto a valid CPP name. 21641# Sed expression to map a string onto a valid CPP name.
17889as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" 21642as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17890 21643
17891# Sed expression to map a string onto a valid variable name. 21644# Sed expression to map a string onto a valid variable name.
17892as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 21645as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17893 21646
17894 21647
17895# IFS 21648# IFS
@@ -17916,7 +21669,7 @@ _ASBOX
17916cat >&5 <<_CSEOF 21669cat >&5 <<_CSEOF
17917 21670
17918This file was extended by $as_me, which was 21671This file was extended by $as_me, which was
17919generated by GNU Autoconf 2.54. Invocation command line was 21672generated by GNU Autoconf 2.59. Invocation command line was
17920 21673
17921 CONFIG_FILES = $CONFIG_FILES 21674 CONFIG_FILES = $CONFIG_FILES
17922 CONFIG_HEADERS = $CONFIG_HEADERS 21675 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -17956,12 +21709,13 @@ Usage: $0 [OPTIONS] [FILE]...
17956 21709
17957 -h, --help print this help, then exit 21710 -h, --help print this help, then exit
17958 -V, --version print version number, then exit 21711 -V, --version print version number, then exit
21712 -q, --quiet do not print progress messages
17959 -d, --debug don't remove temporary files 21713 -d, --debug don't remove temporary files
17960 --recheck update $as_me by reconfiguring in the same conditions 21714 --recheck update $as_me by reconfiguring in the same conditions
17961 --file=FILE[:TEMPLATE] 21715 --file=FILE[:TEMPLATE]
17962 instantiate the configuration file FILE 21716 instantiate the configuration file FILE
17963 --header=FILE[:TEMPLATE] 21717 --header=FILE[:TEMPLATE]
17964 instantiate the configuration header FILE 21718 instantiate the configuration header FILE
17965 21719
17966Configuration files: 21720Configuration files:
17967$config_files 21721$config_files
@@ -17978,11 +21732,10 @@ _ACEOF
17978cat >>$CONFIG_STATUS <<_ACEOF 21732cat >>$CONFIG_STATUS <<_ACEOF
17979ac_cs_version="\\ 21733ac_cs_version="\\
17980config.status 21734config.status
17981configured by $0, generated by GNU Autoconf 2.54, 21735configured by $0, generated by GNU Autoconf 2.59,
17982 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 21736 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17983 21737
17984Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 21738Copyright (C) 2003 Free Software Foundation, Inc.
17985Free Software Foundation, Inc.
17986This config.status script is free software; the Free Software Foundation 21739This config.status script is free software; the Free Software Foundation
17987gives unlimited permission to copy, distribute and modify it." 21740gives unlimited permission to copy, distribute and modify it."
17988srcdir=$srcdir 21741srcdir=$srcdir
@@ -18015,12 +21768,9 @@ do
18015 case $ac_option in 21768 case $ac_option in
18016 # Handling of the options. 21769 # Handling of the options.
18017_ACEOF 21770_ACEOF
18018cat >>$CONFIG_STATUS <<_ACEOF
18019 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18020 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
18021 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
18022_ACEOF
18023cat >>$CONFIG_STATUS <<\_ACEOF 21771cat >>$CONFIG_STATUS <<\_ACEOF
21772 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21773 ac_cs_recheck=: ;;
18024 --version | --vers* | -V ) 21774 --version | --vers* | -V )
18025 echo "$ac_cs_version"; exit 0 ;; 21775 echo "$ac_cs_version"; exit 0 ;;
18026 --he | --h) 21776 --he | --h)
@@ -18042,6 +21792,9 @@ Try \`$0 --help' for more information." >&2;}
18042 $ac_shift 21792 $ac_shift
18043 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 21793 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
18044 ac_need_defaults=false;; 21794 ac_need_defaults=false;;
21795 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
21796 | -silent | --silent | --silen | --sile | --sil | --si | --s)
21797 ac_cs_silent=: ;;
18045 21798
18046 # This is an error. 21799 # This is an error.
18047 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 21800 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
@@ -18056,6 +21809,20 @@ Try \`$0 --help' for more information." >&2;}
18056 shift 21809 shift
18057done 21810done
18058 21811
21812ac_configure_extra_args=
21813
21814if $ac_cs_silent; then
21815 exec 6>/dev/null
21816 ac_configure_extra_args="$ac_configure_extra_args --silent"
21817fi
21818
21819_ACEOF
21820cat >>$CONFIG_STATUS <<_ACEOF
21821if \$ac_cs_recheck; then
21822 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
21823 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21824fi
21825
18059_ACEOF 21826_ACEOF
18060 21827
18061cat >>$CONFIG_STATUS <<_ACEOF 21828cat >>$CONFIG_STATUS <<_ACEOF
@@ -18102,6 +21869,9 @@ if $ac_need_defaults; then
18102 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 21869 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18103fi 21870fi
18104 21871
21872# Have a temporary directory for convenience. Make it in the build tree
21873# simply because there is no reason to put it here, and in addition,
21874# creating and moving files from /tmp can sometimes cause problems.
18105# Create a temporary directory, and hook for its removal unless debugging. 21875# Create a temporary directory, and hook for its removal unless debugging.
18106$debug || 21876$debug ||
18107{ 21877{
@@ -18110,17 +21880,17 @@ $debug ||
18110} 21880}
18111 21881
18112# Create a (secure) tmp directory for tmp files. 21882# Create a (secure) tmp directory for tmp files.
18113: ${TMPDIR=/tmp} 21883
18114{ 21884{
18115 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && 21885 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
18116 test -n "$tmp" && test -d "$tmp" 21886 test -n "$tmp" && test -d "$tmp"
18117} || 21887} ||
18118{ 21888{
18119 tmp=$TMPDIR/cs$$-$RANDOM 21889 tmp=./confstat$$-$RANDOM
18120 (umask 077 && mkdir $tmp) 21890 (umask 077 && mkdir $tmp)
18121} || 21891} ||
18122{ 21892{
18123 echo "$me: cannot create a temporary directory in $TMPDIR" >&2 21893 echo "$me: cannot create a temporary directory in ." >&2
18124 { (exit 1); exit 1; } 21894 { (exit 1); exit 1; }
18125} 21895}
18126 21896
@@ -18257,9 +22027,9 @@ _ACEOF
18257 (echo ':t 22027 (echo ':t
18258 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 22028 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
18259 if test -z "$ac_sed_cmds"; then 22029 if test -z "$ac_sed_cmds"; then
18260 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 22030 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
18261 else 22031 else
18262 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 22032 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
18263 fi 22033 fi
18264 ac_sed_frag=`expr $ac_sed_frag + 1` 22034 ac_sed_frag=`expr $ac_sed_frag + 1`
18265 ac_beg=$ac_end 22035 ac_beg=$ac_end
@@ -18277,21 +22047,21 @@ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
18277 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 22047 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18278 case $ac_file in 22048 case $ac_file in
18279 - | *:- | *:-:* ) # input from stdin 22049 - | *:- | *:-:* ) # input from stdin
18280 cat >$tmp/stdin 22050 cat >$tmp/stdin
18281 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 22051 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
18282 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 22052 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
18283 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 22053 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
18284 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 22054 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
18285 * ) ac_file_in=$ac_file.in ;; 22055 * ) ac_file_in=$ac_file.in ;;
18286 esac 22056 esac
18287 22057
18288 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 22058 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
18289 ac_dir=`(dirname "$ac_file") 2>/dev/null || 22059 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
18290$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 22060$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18291 X"$ac_file" : 'X\(//\)[^/]' \| \ 22061 X"$ac_file" : 'X\(//\)[^/]' \| \
18292 X"$ac_file" : 'X\(//\)$' \| \ 22062 X"$ac_file" : 'X\(//\)$' \| \
18293 X"$ac_file" : 'X\(/\)' \| \ 22063 X"$ac_file" : 'X\(/\)' \| \
18294 . : '\(.\)' 2>/dev/null || 22064 . : '\(.\)' 2>/dev/null ||
18295echo X"$ac_file" | 22065echo X"$ac_file" |
18296 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 22066 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18297 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 22067 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -18307,10 +22077,10 @@ echo X"$ac_file" |
18307 as_dirs="$as_dir $as_dirs" 22077 as_dirs="$as_dir $as_dirs"
18308 as_dir=`(dirname "$as_dir") 2>/dev/null || 22078 as_dir=`(dirname "$as_dir") 2>/dev/null ||
18309$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 22079$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18310 X"$as_dir" : 'X\(//\)[^/]' \| \ 22080 X"$as_dir" : 'X\(//\)[^/]' \| \
18311 X"$as_dir" : 'X\(//\)$' \| \ 22081 X"$as_dir" : 'X\(//\)$' \| \
18312 X"$as_dir" : 'X\(/\)' \| \ 22082 X"$as_dir" : 'X\(/\)' \| \
18313 . : '\(.\)' 2>/dev/null || 22083 . : '\(.\)' 2>/dev/null ||
18314echo X"$as_dir" | 22084echo X"$as_dir" |
18315 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 22085 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18316 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 22086 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -18348,12 +22118,45 @@ case $srcdir in
18348 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 22118 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
18349 ac_top_srcdir=$ac_top_builddir$srcdir ;; 22119 ac_top_srcdir=$ac_top_builddir$srcdir ;;
18350esac 22120esac
18351# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 22121
18352# absolute. 22122# Do not use `cd foo && pwd` to compute absolute paths, because
18353ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 22123# the directories may not exist.
18354ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 22124case `pwd` in
18355ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 22125.) ac_abs_builddir="$ac_dir";;
18356ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 22126*)
22127 case "$ac_dir" in
22128 .) ac_abs_builddir=`pwd`;;
22129 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
22130 *) ac_abs_builddir=`pwd`/"$ac_dir";;
22131 esac;;
22132esac
22133case $ac_abs_builddir in
22134.) ac_abs_top_builddir=${ac_top_builddir}.;;
22135*)
22136 case ${ac_top_builddir}. in
22137 .) ac_abs_top_builddir=$ac_abs_builddir;;
22138 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
22139 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
22140 esac;;
22141esac
22142case $ac_abs_builddir in
22143.) ac_abs_srcdir=$ac_srcdir;;
22144*)
22145 case $ac_srcdir in
22146 .) ac_abs_srcdir=$ac_abs_builddir;;
22147 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
22148 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
22149 esac;;
22150esac
22151case $ac_abs_builddir in
22152.) ac_abs_top_srcdir=$ac_top_srcdir;;
22153*)
22154 case $ac_top_srcdir in
22155 .) ac_abs_top_srcdir=$ac_abs_builddir;;
22156 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
22157 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
22158 esac;;
22159esac
18357 22160
18358 22161
18359 case $INSTALL in 22162 case $INSTALL in
@@ -18375,7 +22178,7 @@ echo "$as_me: creating $ac_file" >&6;}
18375 configure_input="$ac_file. " 22178 configure_input="$ac_file. "
18376 fi 22179 fi
18377 configure_input=$configure_input"Generated from `echo $ac_file_in | 22180 configure_input=$configure_input"Generated from `echo $ac_file_in |
18378 sed 's,.*/,,'` by configure." 22181 sed 's,.*/,,'` by configure."
18379 22182
18380 # First look for the input files in the build tree, otherwise in the 22183 # First look for the input files in the build tree, otherwise in the
18381 # src tree. 22184 # src tree.
@@ -18384,24 +22187,24 @@ echo "$as_me: creating $ac_file" >&6;}
18384 case $f in 22187 case $f in
18385 -) echo $tmp/stdin ;; 22188 -) echo $tmp/stdin ;;
18386 [\\/$]*) 22189 [\\/$]*)
18387 # Absolute (can't be DOS-style, as IFS=:) 22190 # Absolute (can't be DOS-style, as IFS=:)
18388 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 22191 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
18389echo "$as_me: error: cannot find input file: $f" >&2;} 22192echo "$as_me: error: cannot find input file: $f" >&2;}
18390 { (exit 1); exit 1; }; } 22193 { (exit 1); exit 1; }; }
18391 echo $f;; 22194 echo "$f";;
18392 *) # Relative 22195 *) # Relative
18393 if test -f "$f"; then 22196 if test -f "$f"; then
18394 # Build tree 22197 # Build tree
18395 echo $f 22198 echo "$f"
18396 elif test -f "$srcdir/$f"; then 22199 elif test -f "$srcdir/$f"; then
18397 # Source tree 22200 # Source tree
18398 echo $srcdir/$f 22201 echo "$srcdir/$f"
18399 else 22202 else
18400 # /dev/null tree 22203 # /dev/null tree
18401 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 22204 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
18402echo "$as_me: error: cannot find input file: $f" >&2;} 22205echo "$as_me: error: cannot find input file: $f" >&2;}
18403 { (exit 1); exit 1; }; } 22206 { (exit 1); exit 1; }; }
18404 fi;; 22207 fi;;
18405 esac 22208 esac
18406 done` || { (exit 1); exit 1; } 22209 done` || { (exit 1); exit 1; }
18407_ACEOF 22210_ACEOF
@@ -18443,12 +22246,12 @@ cat >>$CONFIG_STATUS <<\_ACEOF
18443# NAME is the cpp macro being defined and VALUE is the value it is being given. 22246# NAME is the cpp macro being defined and VALUE is the value it is being given.
18444# 22247#
18445# ac_d sets the value in "#define NAME VALUE" lines. 22248# ac_d sets the value in "#define NAME VALUE" lines.
18446ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 22249ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
18447ac_dB='[ ].*$,\1#\2' 22250ac_dB='[ ].*$,\1#\2'
18448ac_dC=' ' 22251ac_dC=' '
18449ac_dD=',;t' 22252ac_dD=',;t'
18450# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 22253# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18451ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 22254ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18452ac_uB='$,\1#\2define\3' 22255ac_uB='$,\1#\2define\3'
18453ac_uC=' ' 22256ac_uC=' '
18454ac_uD=',;t' 22257ac_uD=',;t'
@@ -18457,11 +22260,11 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
18457 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 22260 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18458 case $ac_file in 22261 case $ac_file in
18459 - | *:- | *:-:* ) # input from stdin 22262 - | *:- | *:-:* ) # input from stdin
18460 cat >$tmp/stdin 22263 cat >$tmp/stdin
18461 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 22264 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
18462 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 22265 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
18463 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 22266 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
18464 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 22267 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
18465 * ) ac_file_in=$ac_file.in ;; 22268 * ) ac_file_in=$ac_file.in ;;
18466 esac 22269 esac
18467 22270
@@ -18475,28 +22278,29 @@ echo "$as_me: creating $ac_file" >&6;}
18475 case $f in 22278 case $f in
18476 -) echo $tmp/stdin ;; 22279 -) echo $tmp/stdin ;;
18477 [\\/$]*) 22280 [\\/$]*)
18478 # Absolute (can't be DOS-style, as IFS=:) 22281 # Absolute (can't be DOS-style, as IFS=:)
18479 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 22282 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
18480echo "$as_me: error: cannot find input file: $f" >&2;} 22283echo "$as_me: error: cannot find input file: $f" >&2;}
18481 { (exit 1); exit 1; }; } 22284 { (exit 1); exit 1; }; }
18482 echo $f;; 22285 # Do quote $f, to prevent DOS paths from being IFS'd.
22286 echo "$f";;
18483 *) # Relative 22287 *) # Relative
18484 if test -f "$f"; then 22288 if test -f "$f"; then
18485 # Build tree 22289 # Build tree
18486 echo $f 22290 echo "$f"
18487 elif test -f "$srcdir/$f"; then 22291 elif test -f "$srcdir/$f"; then
18488 # Source tree 22292 # Source tree
18489 echo $srcdir/$f 22293 echo "$srcdir/$f"
18490 else 22294 else
18491 # /dev/null tree 22295 # /dev/null tree
18492 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 22296 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
18493echo "$as_me: error: cannot find input file: $f" >&2;} 22297echo "$as_me: error: cannot find input file: $f" >&2;}
18494 { (exit 1); exit 1; }; } 22298 { (exit 1); exit 1; }; }
18495 fi;; 22299 fi;;
18496 esac 22300 esac
18497 done` || { (exit 1); exit 1; } 22301 done` || { (exit 1); exit 1; }
18498 # Remove the trailing spaces. 22302 # Remove the trailing spaces.
18499 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 22303 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
18500 22304
18501_ACEOF 22305_ACEOF
18502 22306
@@ -18519,9 +22323,9 @@ s/[\\&,]/\\&/g
18519s,[\\$`],\\&,g 22323s,[\\$`],\\&,g
18520t clear 22324t clear
18521: clear 22325: clear
18522s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 22326s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
18523t end 22327t end
18524s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 22328s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
18525: end 22329: end
18526_ACEOF 22330_ACEOF
18527# If some macros were called several times there might be several times 22331# If some macros were called several times there might be several times
@@ -18535,13 +22339,13 @@ rm -f confdef2sed.sed
18535# example, in the case of _POSIX_SOURCE, which is predefined and required 22339# example, in the case of _POSIX_SOURCE, which is predefined and required
18536# on some systems where configure will not decide to define it. 22340# on some systems where configure will not decide to define it.
18537cat >>conftest.undefs <<\_ACEOF 22341cat >>conftest.undefs <<\_ACEOF
18538s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 22342s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
18539_ACEOF 22343_ACEOF
18540 22344
18541# Break up conftest.defines because some shells have a limit on the size 22345# Break up conftest.defines because some shells have a limit on the size
18542# of here documents, and old seds have small limits too (100 cmds). 22346# of here documents, and old seds have small limits too (100 cmds).
18543echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 22347echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
18544echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 22348echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
18545echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 22349echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
18546echo ' :' >>$CONFIG_STATUS 22350echo ' :' >>$CONFIG_STATUS
18547rm -f conftest.tail 22351rm -f conftest.tail
@@ -18550,7 +22354,7 @@ do
18550 # Write a limited-size here document to $tmp/defines.sed. 22354 # Write a limited-size here document to $tmp/defines.sed.
18551 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 22355 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
18552 # Speed up: don't consider the non `#define' lines. 22356 # Speed up: don't consider the non `#define' lines.
18553 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 22357 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
18554 # Work around the forget-to-reset-the-flag bug. 22358 # Work around the forget-to-reset-the-flag bug.
18555 echo 't clr' >>$CONFIG_STATUS 22359 echo 't clr' >>$CONFIG_STATUS
18556 echo ': clr' >>$CONFIG_STATUS 22360 echo ': clr' >>$CONFIG_STATUS
@@ -18577,7 +22381,7 @@ do
18577 # Write a limited-size here document to $tmp/undefs.sed. 22381 # Write a limited-size here document to $tmp/undefs.sed.
18578 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 22382 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
18579 # Speed up: don't consider the non `#undef' 22383 # Speed up: don't consider the non `#undef'
18580 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 22384 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
18581 # Work around the forget-to-reset-the-flag bug. 22385 # Work around the forget-to-reset-the-flag bug.
18582 echo 't clr' >>$CONFIG_STATUS 22386 echo 't clr' >>$CONFIG_STATUS
18583 echo ': clr' >>$CONFIG_STATUS 22387 echo ': clr' >>$CONFIG_STATUS
@@ -18605,16 +22409,16 @@ cat >>$CONFIG_STATUS <<\_ACEOF
18605 cat $tmp/in >>$tmp/config.h 22409 cat $tmp/in >>$tmp/config.h
18606 rm -f $tmp/in 22410 rm -f $tmp/in
18607 if test x"$ac_file" != x-; then 22411 if test x"$ac_file" != x-; then
18608 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 22412 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
18609 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 22413 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
18610echo "$as_me: $ac_file is unchanged" >&6;} 22414echo "$as_me: $ac_file is unchanged" >&6;}
18611 else 22415 else
18612 ac_dir=`(dirname "$ac_file") 2>/dev/null || 22416 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
18613$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 22417$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18614 X"$ac_file" : 'X\(//\)[^/]' \| \ 22418 X"$ac_file" : 'X\(//\)[^/]' \| \
18615 X"$ac_file" : 'X\(//\)$' \| \ 22419 X"$ac_file" : 'X\(//\)$' \| \
18616 X"$ac_file" : 'X\(/\)' \| \ 22420 X"$ac_file" : 'X\(/\)' \| \
18617 . : '\(.\)' 2>/dev/null || 22421 . : '\(.\)' 2>/dev/null ||
18618echo X"$ac_file" | 22422echo X"$ac_file" |
18619 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 22423 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18620 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 22424 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -18630,10 +22434,10 @@ echo X"$ac_file" |
18630 as_dirs="$as_dir $as_dirs" 22434 as_dirs="$as_dir $as_dirs"
18631 as_dir=`(dirname "$as_dir") 2>/dev/null || 22435 as_dir=`(dirname "$as_dir") 2>/dev/null ||
18632$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 22436$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18633 X"$as_dir" : 'X\(//\)[^/]' \| \ 22437 X"$as_dir" : 'X\(//\)[^/]' \| \
18634 X"$as_dir" : 'X\(//\)$' \| \ 22438 X"$as_dir" : 'X\(//\)$' \| \
18635 X"$as_dir" : 'X\(/\)' \| \ 22439 X"$as_dir" : 'X\(/\)' \| \
18636 . : '\(.\)' 2>/dev/null || 22440 . : '\(.\)' 2>/dev/null ||
18637echo X"$as_dir" | 22441echo X"$as_dir" |
18638 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 22442 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18639 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 22443 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -18665,16 +22469,41 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
18665 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 22469 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
18666 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 22470 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
18667$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 22471$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18668 X"$ac_dest" : 'X\(//\)[^/]' \| \ 22472 X"$ac_dest" : 'X\(//\)[^/]' \| \
18669 X"$ac_dest" : 'X\(//\)$' \| \ 22473 X"$ac_dest" : 'X\(//\)$' \| \
18670 X"$ac_dest" : 'X\(/\)' \| \ 22474 X"$ac_dest" : 'X\(/\)' \| \
18671 . : '\(.\)' 2>/dev/null || 22475 . : '\(.\)' 2>/dev/null ||
18672echo X"$ac_dest" | 22476echo X"$ac_dest" |
18673 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 22477 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18674 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 22478 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18675 /^X\(\/\/\)$/{ s//\1/; q; } 22479 /^X\(\/\/\)$/{ s//\1/; q; }
18676 /^X\(\/\).*/{ s//\1/; q; } 22480 /^X\(\/\).*/{ s//\1/; q; }
18677 s/.*/./; q'` 22481 s/.*/./; q'`
22482 { if $as_mkdir_p; then
22483 mkdir -p "$ac_dir"
22484 else
22485 as_dir="$ac_dir"
22486 as_dirs=
22487 while test ! -d "$as_dir"; do
22488 as_dirs="$as_dir $as_dirs"
22489 as_dir=`(dirname "$as_dir") 2>/dev/null ||
22490$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22491 X"$as_dir" : 'X\(//\)[^/]' \| \
22492 X"$as_dir" : 'X\(//\)$' \| \
22493 X"$as_dir" : 'X\(/\)' \| \
22494 . : '\(.\)' 2>/dev/null ||
22495echo X"$as_dir" |
22496 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22497 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22498 /^X\(\/\/\)$/{ s//\1/; q; }
22499 /^X\(\/\).*/{ s//\1/; q; }
22500 s/.*/./; q'`
22501 done
22502 test ! -n "$as_dirs" || mkdir $as_dirs
22503 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
22504echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
22505 { (exit 1); exit 1; }; }; }
22506
18678 ac_builddir=. 22507 ac_builddir=.
18679 22508
18680if test "$ac_dir" != .; then 22509if test "$ac_dir" != .; then
@@ -18700,12 +22529,45 @@ case $srcdir in
18700 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 22529 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
18701 ac_top_srcdir=$ac_top_builddir$srcdir ;; 22530 ac_top_srcdir=$ac_top_builddir$srcdir ;;
18702esac 22531esac
18703# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 22532
18704# absolute. 22533# Do not use `cd foo && pwd` to compute absolute paths, because
18705ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 22534# the directories may not exist.
18706ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 22535case `pwd` in
18707ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 22536.) ac_abs_builddir="$ac_dir";;
18708ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 22537*)
22538 case "$ac_dir" in
22539 .) ac_abs_builddir=`pwd`;;
22540 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
22541 *) ac_abs_builddir=`pwd`/"$ac_dir";;
22542 esac;;
22543esac
22544case $ac_abs_builddir in
22545.) ac_abs_top_builddir=${ac_top_builddir}.;;
22546*)
22547 case ${ac_top_builddir}. in
22548 .) ac_abs_top_builddir=$ac_abs_builddir;;
22549 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
22550 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
22551 esac;;
22552esac
22553case $ac_abs_builddir in
22554.) ac_abs_srcdir=$ac_srcdir;;
22555*)
22556 case $ac_srcdir in
22557 .) ac_abs_srcdir=$ac_abs_builddir;;
22558 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
22559 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
22560 esac;;
22561esac
22562case $ac_abs_builddir in
22563.) ac_abs_top_srcdir=$ac_top_srcdir;;
22564*)
22565 case $ac_top_srcdir in
22566 .) ac_abs_top_srcdir=$ac_abs_builddir;;
22567 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
22568 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
22569 esac;;
22570esac
18709 22571
18710 22572
18711 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 22573 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
@@ -18806,8 +22668,11 @@ ac_clean_files=$ac_clean_files_save
18806# need to make the FD available again. 22668# need to make the FD available again.
18807if test "$no_create" != yes; then 22669if test "$no_create" != yes; then
18808 ac_cs_success=: 22670 ac_cs_success=:
22671 ac_config_status_args=
22672 test "$silent" = yes &&
22673 ac_config_status_args="$ac_config_status_args --quiet"
18809 exec 5>/dev/null 22674 exec 5>/dev/null
18810 $SHELL $CONFIG_STATUS || ac_cs_success=false 22675 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18811 exec 5>>config.log 22676 exec 5>>config.log
18812 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 22677 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18813 # would make configure fail if this is the last instruction. 22678 # would make configure fail if this is the last instruction.
diff --git a/make-dist b/make-dist
index daea607e63d..78ce196a3da 100755
--- a/make-dist
+++ b/make-dist
@@ -512,7 +512,8 @@ echo "Making links to \`nt/inc/netinet'"
512 512
513echo "Making links to \`nt/icons'" 513echo "Making links to \`nt/icons'"
514(cd nt/icons 514(cd nt/icons
515 ln [a-z]*.ico ../../${tempdir}/nt/icons) 515 ln [a-z]*.ico ../../${tempdir}/nt/icons
516 ln [a-z]*.cur ../../${tempdir}/nt/icons)
516 517
517echo "Making links to \`mac'" 518echo "Making links to \`mac'"
518(cd mac 519(cd mac
@@ -614,9 +615,9 @@ echo "Making links to \`man'"
614 615
615echo "Making links to \`lispref'" 616echo "Making links to \`lispref'"
616(cd lispref 617(cd lispref
617 ln `ls -1 *.texi | grep -v index.texi` ../${tempdir}/lispref 618 ln `ls -1 *.texi` ../${tempdir}/lispref
618 ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref 619 ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref
619 ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref 620 ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref
620 test -f README && ln README ../${tempdir}/lispref 621 test -f README && ln README ../${tempdir}/lispref
621 test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref 622 test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref
622 ln ChangeLog ../${tempdir}/lispref 623 ln ChangeLog ../${tempdir}/lispref
@@ -704,4 +705,5 @@ else
704 rm -rf ${tempparent} 705 rm -rf ${tempparent}
705fi 706fi
706 707
708# arch-tag: 26e3eb50-a394-4ab2-82b2-d8e5af500de7
707### make-dist ends here 709### make-dist ends here